By default, git clones repository to current working directory. Here is how to clone git repository to specific folder.
How to Switch Python Version in Ubuntu/Debian
Sometimes you may need to change python version in Linux. Here is how to switch python version in Ubuntu/Debian.
How to Disable HTTP Methods in Apache
Apache supports numerous HTTP methods like GET, POST, PUT, DELETE, PATCH. Here is how to disable HTTP methods in Apache.
MySQL Datetime vs Timestamp
MySQL Datetime & Timestamp are two useful data types. Here are the key differences between the two data types in MySQL.
How to Remove Line from File Using Python
Sometimes yo may need to remove one or more lines from file. Here is how to remove line from file using python.
How to Combine Multiple CSV Files Using Python
Sometimes you may need to merge multiple CSV files into single file. Here is how to combine multiple CSV files using python.
How to Rename Multiple Files in Python
Python Script to Load Data in MySQL
Python allows you to load data into databases and run SQL queries. Here is the python script to load data in MySQL.