Tutorials

How To Install Flask on Ubuntu

With a boom in back-end web development technologies, working with the right framework can make or break your web development efforts. Python Flask is one of the many good frameworks out there. Flask is a popular Python web framework that enables the rapid development of web applications. Since most developers prefer working in Linux as […]

How To Install Flask on Ubuntu Read More ยป

Linux ping Command

PING (Packet INternet Groper) is a network administration utility used to check the connectivity status between a source and a destination computer/device over an IP network. It also helps you assess the time it takes to send and receive a response from the network. Basic Principles behind ping Command Whenever there is a requirement to

Linux ping Command Read More ยป

Sudo Command in Linux/Unix

When you use the sudo command for the first time, you see the message “With great power, comes great responsibility.” And rightly so. โ€œSudoโ€ is short for Superuser Do. With this command, any user who has been granted permissions has access to root-like privileges without having to be a super user. Also read: Shell Scripting

Sudo Command in Linux/Unix Read More ยป