Sometimes you may need to create ISO image from CD in Linux. Here are the steps to make ISO image from CD/DVD.
How to Export Pandas Dataframe to Multiple Excel Sheets
Sometimes you may need to export pandas dataframe to multiple Excel sheets in python. Here are the steps to do it.
How to Export Pandas Dataframe to Excel
How to Export Pandas Dataframe to PDF
How to Run Python Script in Apache Web Server
Sometimes you may need to run a Python script in Apache web server. Here are the steps to run python script in Apache web server.
Shell Script to Clear/Delete Log Files
Sometimes you may need to clear/delete log files in Linux. Here is shell script to clear/delete log files.
How to Exclude Requests from Apache Log
Sometimes you may need to exclude requests from Apache log files. Here are the steps to disable logging for specific requests to Apache.
How to Exclude Requests from NGINX Log
Sometimes you may need to ignore certain requests or URLs from being recorded in NGINX log. Here is how to exclude requests from NGINX log.
How to Pass Variable in cURL Command
Sometimes you may need to pass shell variable in Linux. Here is how to pass variable in cURL command.
Shell Script to Restart Service if Not Running
Sometimes you may need to restart service or process in Linux, if it dies. Here is shell script to restart service if not running.