Ninad Pathak

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 »

The alias Command in Linux

The alias command in Linux is used to make a shortcut or an alternative name for an existing command. So instead of re-typing the same commands with all the options over and over again, you can create a shorthand for the same and make it simpler to use in the future. How to use the

The alias Command in Linux Read More »

Linux Zip and Unzip Commands

With windows, you have a couple of well-known GUI utilities like WinRAR, 7zip, etc. that allow you to play around with archived files. What do you do in the case of Linux? The answer is – Linux zip and unzip commands. These are very simple yet powerful commands that allow you to play around with

Linux Zip and Unzip Commands Read More »

The mkdir command in Linux

The mkdir command in Linux is used to make directories, hence the command is named mkdir. With traditional GUI systems, if you want multiple directories, you have to create one directory at a time. The mkdir is a very flexible and customizable command in this matter. Let’s look at the functionality. Also read: How to

The mkdir command in Linux 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 »