public gzip • 4 min read • Gzip Command in Linux Learn gzip command in linux with our step-by-step tutorial. The gzip command in Linux is used to compress files or directories.…
public tail • 4 min read • Linux Tail Command Use linux tail command with our step-by-step tutorial. It displays the latest part of one or more files or piped data (10 lines by default).…
public enable/disable • 4 min read • How to Enable and Disable Root User Account on Ubuntu Enable and Disable Root User Account on Ubuntu with our step-by-step tutorial. The root user account is used for administrative tasks on Ubuntu.…
public remove • 3 min read • How to Remove Git Remote Remove Git Remote with our step-by-step tutorial. Git remote points to a different repository copy, often on a separate server.…
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 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 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 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.…
public delete • 4 min read • How To Delete the Local and Remote Git Branch Delete the Local and Remote Git Branch with our step-by-step tutorial. Git branch is a crucial feature of the popular version control system.…
public change • 3 min read • How to Set or Change the Hostname on Linux Set or Change the Hostname on Linux with our step-by-step tutorial. It refers to the unique name assigned to a device connected to a network.…
public exclude • 4 min read • How to Exclude Files and Directories with Rsync Exclude Files and Directories with Rsync with our step-by-step tutorial. A command-line tool for file syncing between sites using remote shell.…
public nohup-cmd • 4 min read • How to Use Linux Nohup Command Use Linux Nohup Command with our step-by-step tutorial. It mainly executes another program that is specified as its argument.…