Often you need to automate taking backup of MySQL database. Here is shell script to backup MySQL database.
Htaccess Redirect If URL Contains
Sometimes you may need to redirect if URL contains a specific word or string. Here is how to do it using .htaccess in Apache server.
How to Change Root Password in MySQL
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.