public groupdel-cmd • 3 min read • How to Delete Group on Linux (groupdel Command) Delete Group on Linux (groupdel Command) with our step-by-step tutorial. The groupdel command is used on Linux to delete a group from the system.…
public linux-commands • 4 min read • Pstree Command in Linux Discuss the pstree command in linux with our step-by-step tutorial. It is used to display a tree-like structure of processes on the system…
public scan • 5 min read • How to Check (Scan) for Open Ports in Linux Check (Scan) for Open Ports in Linux with our step-by-step tutorial. An open port in Linux allows data to enter or exit the system.…
public create • 4 min read • How to Create Bash Aliases Create Bash Aliases with our step-by-step tutorial. Aliases in Bash is used to create a shortcut command for a longer command.…
public installation-guides • 5 min read • How to Install OpenVPN Access Server on a Linux System Install OpenVPN Access Server on a Linux System with our step-by-step tutorial. It is a secure and versatile virtual private network protocol.…
public linux-commands • 4 min read • Last Command in Linux Explore last command in linux with our step-by-step tutorial. It shows information about the system user's most recent login sessions.…
public cd • 4 min read • Cd Command in Linux (Change Directory) Use cd command in Linux with our step-by-step tutorial. The cd ("change directory") command is used to change the current working directory.…
public list • 4 min read • How to List Users in Linux List Users in Linux with our step-by-step tutorial. On Linux, the command 'cat /etc/passwd' lists users, displaying colon-separated details.…
public linux-commands • 4 min read • How to List Linux Services with Systemctl List Linux services with systemctl with our step-by-step tutorial. It is a command that examines and controls the state of the system.…
public wget • 6 min read • Wget Command in Linux with Examples Use wget Command in Linux with Examples with our step-by-step tutorial. A command-line program to download files from the internet.…
public bash • 5 min read • How to Use the Bash Functions Use bash functions with our step-by-step tutorial. Bash functions can be very helpful while writing your shell scripts.…
public tee • 3 min read • How to use the Linux Tee Command Use Linux tee command with our step-by-step tutorial. The `tee` command in Linux allows you to display and write output simultaneously.…