Sometimes you may need to take backup of MySQL database in Python. Here are the steps to do it.
How to Prevent Accidental File Deletion
How to Make File and Directory Undeletable in Linux
How to Disable Auto Logout in Linux
By default, Linux logs out users automatically after timeout period. Here is how to disable auto logout in Linux.
How to Make File Unreadable in Linux
Sometimes you may need to make files unreadable in Linux to protect them. Here are the steps to make file unreadable in Linux.
How to Measure Elapsed Time in Python
Often you may need to measure the amount to time elapsed in running your python code. Here is how to measure elapsed time in python.
How to Create ISO Image from CD in Linux
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.