Sometimes you may need to clear history of commands in Linux or MacOS. Here is how to clear terminal history in Linux & MacOS.
How to Show Asterisk for Password in Ubuntu
By default, Linux does not show password you type. Here is how to show asterisk for password in Ubuntu.
How to Verify PGP Signature of Downloaded Software in Linux
Sometimes you may need to verify PGP signature of downloaded software in Linux. Here are the steps to do it.
How to Convert RPM to DEB files in Linux
Sometimes you may need to convert RPM to DEB files. Here is how to convert RPM to DEB Files in Linux.
How to Install .deb File in Ubuntu
.deb files are software packages for Ubuntu/Debian Linux. Here is how to install .deb file in Ubuntu.
How to Provide Sudo Access to User in Linux
Sometimes you may need to give sudo privileges to users in Linux. Here are the different ways to provide sudo access to user in Linux.
How to Kill Process Running on Specific Port
Sometimes you may need to kill processes running on particular port. Here is how to kill process running specific port.
Sed Command to Delete Lines in Linux
Sometimes you may need to delete one or more lines from a file. Here is sed command to delete lines in Linux.
How to Install & Use Wine in Linux
Wine utility allows you to run Windows applications in Linux. Here is how to install & use Wine in Linux.
How to Iterate over Multiple Lists in Parallel in Python
Sometimes you may need to iterate over multiple lists together or simultaneously. Here is how to iterate over multiple lists in parallel in Python.