Sometimes you may need to change root password in MySQL. Here are the steps to reset root password in MySQL.
How to Run Shell Script as Cron Job
Sometimes you may need to run shell script as a cron job. Here is how to execute shell script from crontab.
How to Create Cron Job using Shell Script
Sometimes you may need to create cron job using shell script. Here is how to add add cron job or schedule cronjob automatically.
How to Get Current Directory in Shell Script
Sometimes you may need to get current working directory in Shell Script. Here is how to easily get present working directory in shell script.
How to Get Current Directory in Python
Sometimes you may need to get current directory in python. Here is how to get current directory in python and change present directory.
How to Check Dependencies for Package in Linux
Sometimes you need to view package dependencies in Linux. Here are the different ways to view package dependencies in Linux.
How to Iterate over Multiple Lists Sequentially in Python
How to Disable GZIP Compression in Apache
GZIP compression allows you to improve website performance & speed. Here is how to disable GZIP compression Apache web server.
How to Install Specific Version of NPM Package
Sometimes you may need to install exact version of NPM package or older version of NPM package. Here is how you can easily install specific version of NPM package.
How to Disable TLS 1.0 in Apache
It is important to disable TLS 1.0 on your website as it is insecure. Here is how to disable TLS 1.0 in Apache web server.