Categories
Linux Commands

The Linux Command Handbook

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

Categories
Linux Commands

The Linux LS Command – How to List Files in a Directory + Option Flags

Since the creation of Unix in the 1970s, a lot of operating systems have used it as their foundation. Many […]

Categories
Linux Commands

How to Rename Files and Directories in Linux

It’s a basic requirement to rename the files and directories on a Linux system. There are two ways to rename […]

Categories
Linux Commands

Linux Head Command

The head command is used to print the few first lines (by default 10 lines) of file or standard output. […]

Categories
Linux Commands

How to Run Cron Job Every 5, 10 or 15,20 Minutes

Introduction The Cron daemon is a built-in Linux utility that runs processes on your system at a scheduled time. Cron […]

Categories
Linux Commands

How to Convert a /Home Directory to Partition in Linux

This topic might seem a bit peculiar. I mean, why should you convert your home directory into a separate partition? […]

Categories
Linux Commands

How to Run a Command Multiple Times in Linux

For one reason or the other, you may wish to run a command repeatedly for several times in Linux. This […]

Categories
Linux Commands

How To Manage Packages In Ubuntu and Debian With Apt-Get & Apt-Cache

What is Apt-Get? Apt is a command line frontend for the dpkg packaging system and is the preferred way of […]

Categories
Linux Commands

Linux Kill Process by PID

In Linux (and most modern operating systems), terminating a process forcefully requires sending an appropriate terminal signal. There are multiple […]

Categories
Linux Commands

Iptables Remove Rule Method in Linux

Iptables come by default, with most Linux distros as the primary firewall. The firewall handles all network security needs. Iptables […]