public delete • 3 min read • How to Delete Lines in Vim / Vi Learn How to Delete in Vim with our step-by-step tutorial. When working with text files, you'll always need to delete one or more lines.…
public vim/vi • 4 min read • How to Show Line Numbers in Vim / Vi Show Line Numbers in Vim/Vi with our step-by-step tutorial. It has multiple line numbering options to help you browse through your files.…
public centos • 3 min read • How to Check your CentOS Version Check your CentOS Version with our step-by-step tutorial. The tutorial demonstrates ways to verify the CentOS version using distinct commands.…
public cut • 6 min read • Cut Command in Linux In this tutorial we'll show you how to use the cut command with examples and thorough explanations of the most common choices.…
public history • 5 min read • History Command in Linux (Bash History) In this tutorial, we will discuss the history command. It allows you to display previously run commands and search through the list.…
public /etc/passwd • 4 min read • Understanding the /etc/passwd File In this tutorial, we will help you understand the /etc/passwd command that holds information for all the system's user accounts.…
public format • 5 min read • How to Format USB Drives and SD Cards on Linux Format USB Drives and SD Cards on Linux with our step-by-step tutorial. Formatting optimizes storage by restructuring file system, erasing data.…
public mount • 5 min read • How to Mount an NFS Share on Linux Mount an NFS Share on Linux with our step-by-step tutorial. It is a widely used protocol that allows files to be shared over a network.…
public userdel-cmd • 3 min read • How to Delete/Remove Users on Linux (userdel Command) Delete/Remove Users on Linux (userdel Command) with our step-by-step tutorial. The userdel command is used to delete user accounts.…
public bash • 6 min read • How to Check if a File or Directory Exists on Bash Check if a File or Directory Exists in Bash with our step-by-step tutorial. Bash is a widely used shell and scripting language in Unix systems.…
public sshfs • 4 min read • How to use SSHFS to Mount Remote Directories over SSH Use SSHFS to Mount Remote Directories over SSH with our step-by-step tutorial. It is a secure way to access and manage remote files.…
public empty-files • 3 min read • How to Truncate (Empty) Files on Linux Truncate (Empty) Files on Linux with our step-by-step tutorial. Truncating a file to zero length is useful in some circumstances.…