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.
How to Measure Time Taken By Python Program to Execute
Sometimes you may need to measure time taken by python script to execute. Here is how to measure time taken by python program to execute.
How to Encrypt & Decrypt Files in Python
How to Recursively Download Files & Folders in Wget
Bash Script to Run Commands on Remote Server
Sometimes you may need to run shell commands on remote server. Here is the bash script to run commands on remote server.