Sometimes you may need to display PDF in HTML. Here are the steps to embed PDF in HTML.
How to Run Multiple Python Files One After the Other
Sometimes you may need to run multiple python files. Here is how to run multiple python files one after the other.
How to Merge PDF Files Using Python
Sometimes you may need to combine multiple PDF files into single file. Here is is how to merge PDF files using Python.
How to Do Incremental Backup in MySQL Using Binary Log
It can be time-consuming to take full database backup every time in MySQL. Here is how to do incremental backup in MySQL using binary log.
How to Pass SSH Password in Shell Script
Sometimes you may want to automate SSH login, or provide SSH password in shell script. Here are the steps to pass SSH password in shell script.
MySQL Change Table Engine from InnoDB to MyISAM
How to Install Fonts in Ubuntu
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.