public linux • 4 min read • How to use the Linux Screen Command Use the Linux Screen Command with our step-by-step tutorial. Using the command, you can launch multiple shell sessions in a single SSH session.…
public bash • 4 min read • Bash Break and Continue Learn Bash Break and Continue with our step-by-step tutorial. In Bash, break and continue, allows you to regulate how a loop is executed.…
public bash • 5 min read • Bash For Loop Learn Bash For Loop with our step-by-step tutorial. Loops are useful for automating repeated operations in scripting languages like Bash.…
public bash • 3 min read • Bash Until Loop Learn Bash Until Loop with our step-by-step tutorial. The until loop runs a collection of commands until the specified condition becomes false.…
public linux • 3 min read • How to Change Hostname on the Debian 10 Linux Change hostname on debian 10 with our step-by-step tutorial. The hostname is defined as a label that is used to identify particular system…
public nmap • 4 min read • How to Use the Nmap Command Use the Nmap command with our step-by-step tutorial. Nmap is one of the most important tools for network administrators to map their networks.…
public fdisk • 7 min read • Fdisk Command in Linux (Create Disk Partitions) Use fdisk command in Linux with our step-by-step tutorial. It allows you to build and manipulate partition tables on a hard disc.…
public sudo • 5 min read • Sudo Command in Linux Use the sudo command with our step-by-step tutorial. Using sudo instead of logging in as root is safer.…
public bash • 3 min read • Bash Shebang Use bash shebang command with our step-by-step tutorial. It tells the operating system which interpreter to use to parse the rest of the file.…
public linux • 7 min read • Understanding Linux File Permissions In this tutorial we will explain Linux File Permissions. The Linux permissions assign access via ownership and groups.…
public .bashrc • 3 min read • .bashrc vs .bash_profile In this tutorial, the .bashrc and .bash_profile files will be discussed along with the differences between them.…
public installation-guides • 17 min read • How to Install Prometheus on Ubuntu 20.04 Install Prometheus on Ubuntu 20.04 with our step-by-step tutorial. It is a monitoring and alerting system widely used in IT environments.…