public apache • 5 min read • How To Set Up Apache Virtual Hosts on Ubuntu 20.04 Set Up Apache Virtual Hosts on Ubuntu 20.04 with our step-by-step tutorial. They allow you to host multiple websites on one Apache web server.…
public iptables • 4 min read • How to Install Iptables on CentOS 8 Install Iptables on CentOS8 with our step-by-step tutorial. It is a user-space utility program used to configure the Net-filter firewall rules.…
public containers • 4 min read • How to List Containers in Docker List Docker containers with our step-by-step tutorial. It is a platform for containerization that enables you to create applications.…
public pkill • 3 min read • Pkill Command in Linux Use pkill command with our step-by-step tutorial. A command-line utility that sends signals to processes based on specified criteria.…
public touch • 4 min read • Linux Touch Command Use the Linux touch command with our step-by-step tutorial. It is used to create new files or update the timestamp of existing files.…
public unlink • 3 min read • Unlink Command in Linux (Remove File) Use unlink command in Linux with our step-by-step tutorial. The unlink command in Linux is used to remove a single file.…
public echo • 5 min read • Echo Command in Linux with Examples Use echo command in Linux with our step-by-step tutorial. It is a powerful command that is widely used in scripts and command-line operation.…
public date • 5 min read • Date Command in Linux Use date command in linux with our step-by-step tutorial. It is used to print the date, time in various formats, as well as to calculate future.…
public bash • 6 min read • Bash if..else Statement Understand bash if-else statements with our step-by-step tutorial. It allows you to perform execution of commands based on certain conditions.…
public ln • 4 min read • Ln Command in Linux (Create Symbolic Links) Create symbolic links using ln command in Linux with our step-by-step tutorial. It is a file that points to another file or directory.…
public transfer-files • 4 min read • How to Transfer Files with Rsync over SSH Transfer Files with Rsync over SSH with our step-by-step tutorial. The rsync is used for backups, and transferring files between systems.…
public linux • 4 min read • How to Run Linux Commands in Background Run Linux Commands in Background with our step-by-step tutorial. A background process runs in the background without human intervention.…