Author Archives: systemadmin

How to Show Line Numbers in Vim / Vi.
How To Show Line Numbers In Vim / Vi. This article will show you how to display or hide line numbers in Vim / Vi text editor. Vim/Vi is the...
Continue reading
How to Add User to Sudoers in Ubuntu
How To Add User To Sudoers In Ubuntu In this article we’ll show you two ways to grant sudo privileges to a user. The first one is to add the...
Continue reading
How to Check Python Version.
How To Check Python Version. This article explains how to check what version of Python is installed on your operating system using the command line. This can be useful when...
Continue reading
How to use rm command.
How To Use Rm Command. In this guide, we will explain how to use the rm command through examples and explanations of the most common rm options. rm is a...
Continue reading
How to Install and Use Curl on Debian 10
How To Install And Use Curl On Debian 10 This guide explains how to install and use the curl command on Debian 10, Buster. If you are trying to download...
Continue reading
How to Truncate (Empty) Files in Linux
How To Truncate (Empty) Files In Linux This tutorial explains how to truncate files to zero size in Linux systems using shell redirection and the truncate command. In some situations,...
Continue reading
How to use pushd & podp command.
How To Use Pushd & Podp Command. In this tutorial, we will show you how to use the pushd and popd commands to navigate your system’s directory tree. pushd and...
Continue reading
How to use Gunzip Command.
How To Use Gunzip Command. Gunzip is a command-line tool for decompressing Gzip files. Gzip is one of the most popular compression algorithms that reduce the size of a file...
Continue reading
How to use Chmod Command.
How To Use Chmod Command. This tutorial covers how to use the chmod command to change the access permissions of files and directories. In Linux, access to the files is...
Continue reading
How to use whereis command.
How To Use Whereis Command. In this article, we will show you how to use the Linux whereis command. whereis is a command-line utility that allows you to find the...
Continue reading