Author
Abhilash Mhaisne
-

How to Create and Add Cron Jobs in Linux
Automating routine tasks in Linux can save time and reduce the risk of human error. The cron utility provides a straightforward way to schedule…
-
Bash ‘While’ Loop: Tutorial and Examples
Bash (Bourne Again Shell) is a shell command prompt and scripting language in GNU/Linux operating systems. It is the default shell for most Linux…
-

How to Save a File in Vim or Vi and Quit the Editor on Linux
Vim is a widely used text editor in the Linux environment, favored by developers and power users for its efficiency and powerful command-line capabilities.…
-

Bash ‘Until’ Loop: Tutorial and Examples
Bash (Bourne Again Shell) is a shell command prompt and scripting language in GNU/Linux operating systems. It is the default shell for most Linux…
-
Bash ‘For’ Loop: Tutorial and Examples
Bash (Bourne Again Shell) is a shell command prompt and scripting language in GNU/Linux operating systems. It is the default shell for most Linux…
-

How to Find and Replace Text in Vim on Linux
Vim is a widely-used text editor in the Linux environment, renowned for its efficiency and powerful command-line capabilities. Mastering Vim’s search and replace functions…
-

How to Delete Files and Folders from Linux Command Line
Managing files and directories through the Linux command line is a fundamental skill for users and system administrators alike. Whether you’re freeing up space…
-

How to Use SCP Command to Securely Transfer Files in Linux
SCP, i.e., Secure Copy is a remote file transfer program for Linux. It copies files by establishing an SSH connection and hence uses the…
-

How to Create a Bootable USB Flash Drive in Linux
Using USB flash drives to install Linux distributions has become increasingly popular due to their speed and convenience over traditional CDs or DVDs. In…
-

How to Use Sed in Linux
Sed stands for stream editor. It is a command line based editor for Linux. Popular use of sed is for editing file(s) as part…