Author Archives: systemadmin

How to use unalias command in Linux.
How To Use Unalias Command. The unalias command is a Unix and Unix-like operating system command used to remove or unset aliases in a shell session. In Unix-based systems, aliases...
Continue reading
How to use alias command in Linux.
How To Use Alias Command. Depending on the type of work you do on your Linux system, you may need to enter the same long and complicated commands frequently. The...
Continue reading
How to Show Asterisks While Typing Sudo Password.
How To Show Asterisks While Typing Sudo Password. In this article, we are going to see how to display asterisks as feedback when you type the password in the terminal...
Continue reading
How to Install ntopng.
How To Install Ntopng. ntopng is an Open Source Tool to monitor the network. It is a security network monitoring tool, also monitors web activities passively. It is also used...
Continue reading
How to Create a Password Protected ZIP File.
How To Create A Password Protected ZIP File. Linux provides Zip command to work with a file like compressing the file and decompressing with a password. It’s not come with...
Continue reading
How to create multiple users using shell script.
How To Create Multiple Users Using Shell Script. In Linux, we create users for multiple purposes, so in Linux, it’s very common to make new users depending on the tasks....
Continue reading
How to use Paste Command (Merge Lines)
How To Use Paste Command (Merge Lines) In this tutorial, we will explain how to use the paste command. paste is a command that allows you to merge lines of...
Continue reading
How to use slect in bash.
How To Use Slect In Bash. In this tutorial, we will cover the basics of the select construct in Bash. The select construct allows you to generate menus. Bash select...
Continue reading
How to create an order on nexonhost.com.
How To Create An Order On Nexonhost.Com From Client Area. Acces our website: https://nexonhost.com Click on “Client area” After that click on login. Select dedicated servers: Chose your product from...
Continue reading
How to Install and Use Curl on Ubuntu 20.04.
How To Install And Use Curl On Ubuntu 20.04. This article explains how to install Curl on Ubuntu 20.04. curl is a command-line utility for transferring data from or to...
Continue reading