Sometimes you may need to install multiple fonts in Ubuntu, install otf or ttf fonts. Here is how to install fonts in Ubuntu.
How to Increment & Decrement Variable in Shell Script
Often you may need to increment or decrement variables in shell script. Here is how to increment and decrement variables in shell script.
How to Get Current Directory of Bash Script
Sometimes you may need to get current directory of bash script in Linux. Here are the steps to do it.
Apache Commands Cheat Sheet
Aapche is a popular web server. Here is an Apache Command Cheat Sheet to help you with commonly used commands.
How to Clone Git Repository to Specific Folder
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.