Linux commands you should never run on your system
This article refers to some of the Linux commands you should never run on your system as they might prove…
This article refers to some of the Linux commands you should never run on your system as they might prove…
Backup is important to organizations that work with sensitive data and confidential files. There are many different scenarios where you…
Files can grow to a large size over time & these large files will not be easy to read or…
In our last tutorial, we discussed advanced uses of I/O redirection & we will now learn to create functions for…
Using Linux means using command line interface aka CLI aka terminal on regular basis. Being good at using CLI is…
FTP or File Transfer Protocol is a network protocol that is used to transfer files to & from a remote…
In this tutorial, we will learn how to use the SED command, with the help of some SED command examples….
In this tutorial, we will discuss how to transfer files among systems using SCP & Rsync with some examples. We…
In our earlier tutorial, we learned to use basic regex concepts & we learned about meta-characters & learned to use…
Echo Command in Linux is one of the most used commands in Bash scripting. It is used to display the…
One of the most performed functions during the day to day activities of a system admin is data archiving or…
Ubuntu uses ‘.deb’ packages for installing applications on system & RPM is the default package manager for RHEL/CentOS. But can…
Regular expressions or regex or regexp are basically strings of character that define a search pattern, they can be used…
Hello Linux-fanatics, in our previous tutorials we have discussed how we can redirect output of a script to a file…
Hello Linux-fanatics, In our last tutorial we learned to use READ command to take user’s Input & also learned to…
Hello Linux-fanatics, In our last tutorial we learned to use while & until loops in our scripts & now in…