Author Archives: systemadmin

How to Save a File in Vim / Vi and Quit the Editor
How To Save A File In Vim / Vi And Quit The Editor This guide explains how to save a file in Vim / Vi and quit the editor. Vim...
Continue reading
How to understand Sudo Command.
How To Understand Sudo Command. In this tutorial, we will explain how to use the sudo command. Using sudo instead of login in as root is more secure because you...
Continue reading
How to use Bash Source Command.
How To Use Bash Source Command. The source command reads and executes commands from the file specified as its argument in the current shell environment. It is useful to load...
Continue reading
How to use Free Command.
How To Use Free Command. The free command provides information about the total amount of the physical and swap memory, as well as the free and used memory. In Linux...
Continue reading
How to Install and Configure an NFS Server on Ubuntu 18.04
How To Install And Configure An NFS Server On Ubuntu 18. In this tutorial, we’ll go over how to set up an NFSv4 Server on Ubuntu 18.04. We’ll also show...
Continue reading
How to use tr command.
How To Use Tr Command. In this tutorial, we will show you how to use the tr command through practical examples and detailed explanations of the most common options. tr...
Continue reading
How to Run Sudo Command Without Password
How To Run Sudo Command Without Password The sudo command allows trusted users to run programs as another user, by default the root user. If you spend a lot of...
Continue reading
How to use less command
How To Use Less Command Less is a command line utility that displays the contents of a file or a command output, one page at a time. It is similar...
Continue reading
How to use unmask command.
How To Use Unmask Command. It is used by mkdir, touch, tee , and other commands that create new files and directories. On Linux and Unix operating systems, all new...
Continue reading
How to Check if a String Contains a Substring in Bash
How To Check If A String Contains A Substring In Bash In this article, we will show you several ways to check if a string contains a substring. One of...
Continue reading