Sometimes you may need to create executable in python. Here is how to create python executable.
How to Store JSON Data in MySQL
How to Fix dpkg Was Interrupted, You Must Manually Run Sudo
If you get the error message “dpkg Was Interrupted, You Must Manually Run Sudo” while installing Linux Package, here is how to fix it.
How to POST JSON Data in cURL
How to Store JSON to File in Python
Sometimes you may need to write or save JSON data to file. Here is how to store JSON to file in Python.
How to Handle Multiple Exceptions in Python
Sometimes you may want to handle multiple exceptions in Python. Here are the different ways to do this.
How To Make File Executable in Linux
Sometimes yo may need to make shell script executable. Here is how to make file executable in Linux.
How to Recursively Change Folder Permission in Linux
Sometimes you may need to recursively change folder permissions in Linux. Here are the steps to change permission of folders, subfolders & files.
How to Get Size of Directory in Linux
How to Calculate Time Difference in Python
Often you may need to calculate time difference in python. Here are the steps to calculate difference of time in seconds, minutes, hours and days.