How to use and install neofetch.
How To Use And Install Neofetch. Neofetch displays an ASCII logo of your Linux distribution along with information related to your system in the terminal. Many Linux users will use...
Continue reading
How to use whatis command in Linux.
How To Use Whatis Command. The whatis command is used to get brief information about Linux commands or functions. It displays the manual page description in a single line of...
Continue reading
How to use shred command in Linux.
How To Use Shred Command. Deleting a file in Linux or any other operating system does not actually remove the file from the hard drive. The operating system deletes the...
Continue reading
How to use passwd command in Linux.
How To Use Passwd Command. On Unix-like operating systems, the passwd command is used to change the password of a user account. A normal user can run passwd to change...
Continue reading
How to use kill command in Linux.
How To Use Kill Command In Linux. On Linux, the “kill” command is used to send a signal to a process, which can be used to kill the process. The...
Continue reading
How to use htop command in Linux.
How To Use Htop Command. In this guide, we look at how you can make the most of the htop command utility to retrieve various system metrics. Htop works across...
Continue reading
How to use man command in Linux.
How To Use Man Command. The man command is a built-in manual for using Linux commands. It allows users to view the reference manuals of a command or utility run...
Continue reading
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