Ninad Pathak

How to Use the Linux watch Command

In this tutorial, we’ll be going over the Linux watch command and how we can utilize it in our Linux administration work. Essentially, the watch command is a utility that allows us to continually execute a command at specific intervals and monitor the differences between the outputs. Why could this be useful? For a lot […]

How to Use the Linux watch 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 »

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 »

Setting Hostname in Debian

There are multiple ways of setting hostname in Debian or Linux system. You can temporarily change the hostname, or permanently apply the changes to a system. Let’s go over these methods. Setting hostname temporarily Let’s start with the temporary and simple method. The hostname command in Debian allows you to set up the system hostname

Setting Hostname in Debian 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 »

Installing MySQL on Debian/Ubuntu

The installation for MySQL on Debian will be through the APT repository. Now there is a default MySQL server installation and one that is offered by Oracle through their software repositories. We’ll take the official route by first adding Oracle’s sources first and then installing the MySQL server. How to Install MySQL on Debian/Ubuntu Before

Installing MySQL on Debian/Ubuntu Read More »