Sometimes you may need to change password in Linux. Here is how to expire user password using passwd and chage commands in Linux.
Shell Script to Automate SSH Login
Sometimes you may need to automate SSH login. Here is shell script to automate SSH login with passphrase or SSH keys.
How to Pause Shell Script
Sometimes you may need to pause or suspend shell script execution for some time. Here is how to pause shell script in Linux.
How to Send HTML Mail Using Python
How to List All Installed Packages in Ubuntu
Sometimes you may need to list all installed packages in Ubuntu. Here is how to do it using list and dpkg commands.
How to Find & Replace String in VI Editor
Sometimes you may need to find & replace string in VI Editor. Here is how to substitute strings & patterns in VI Editor.
How to Find Parent Process ID in Linux
Sometimes you may need to find parent process ID of a process. Here is how to find parent process ID in Linux.
How to Change Default Shell In Linux
Sometimes you may need to change default shell of your Linux user. Here is how to change default shell in Linux.
How to Install Moodle with NGINX on Ubuntu
Moodle is an open-source course management tool. Here are the steps to install Moodle with NGINX on Ubuntu.
How to Download File Using Python
Sometimes you may need to download file in Python. Here is how to download file in Python using requests library.