This Linux Command Handbook will cover 60 core Bash commands you will need as a developer. Each command includes example […]
The Linux Command Handbook

This Linux Command Handbook will cover 60 core Bash commands you will need as a developer. Each command includes example […]
Since the creation of Unix in the 1970s, a lot of operating systems have used it as their foundation. Many […]
It’s a basic requirement to rename the files and directories on a Linux system. There are two ways to rename […]
The head command is used to print the few first lines (by default 10 lines) of file or standard output. […]
Introduction The Cron daemon is a built-in Linux utility that runs processes on your system at a scheduled time. Cron […]
This topic might seem a bit peculiar. I mean, why should you convert your home directory into a separate partition? […]
For one reason or the other, you may wish to run a command repeatedly for several times in Linux. This […]
What is Apt-Get? Apt is a command line frontend for the dpkg packaging system and is the preferred way of […]
In Linux (and most modern operating systems), terminating a process forcefully requires sending an appropriate terminal signal. There are multiple […]
Iptables come by default, with most Linux distros as the primary firewall. The firewall handles all network security needs. Iptables […]