Often you may need to convert Python dictionary to dataframe. Here are the steps to do it.
How to Start Background Process in Python
Sometimes you may need to run a background process in Python. Here are the steps to do this using subprocess module.
How to Prevent NGINX from Serving .git directory
How to Prevent Apache from Serving .git Directory
Often website administrators need to prevent Apache server from serving .git directory. Here are the steps to do it.
How to Check if Substring is in List of Strings
Here are 5 different ways to check if substring is in list of strings in Python. Use them to check if string is substring of items in List in python.
How to Check if Column is Empty or Null in MySQL
Sometimes you may need to check if column is empty or null in MySQL. Here are 3 different ways to check for null values in column.
How to Modify MySQL Column to Allow Null
Sometimes you may need to modify MySQL column to allow null. Learn how to change MySQL column to allow Null using MODIFY and CHANGE.
How to Schedule Multiple Cron Jobs in One Crontab
How to POST JSON Data in Python Requests
How to Remove Passphrase from SSL Certificate & SSH in Linux
Sometimes you may need to remove passphrase from SSL certificate & SSH keys in Linux. Here is how to do it using OpenSSL utility.