SSH Keys provide secure authorization in Git version control system. Here are the steps to generate SSH keys for git authorization.
How to Download File in Django
How to Check if File Exists in Python
How to Allow MySQL User from Multiple Hosts
Sometimes you may want to allow MySQL users from all hosts. Here are the steps to allow MySQL user from multiple hosts.
How to Check Python Package Dependencies
Sometimes you may need to find out the package dependencies of Python module. Here is how to check python package dependencies.
How to Check Python Package Path
How to Take Screenshot in Ubuntu Terminal
How to Make Cross Database Queries in PostgreSQL
How to make cross database queries in MySQL
Sometimes you may need to fetch data from multiple databases in a single query. Here is how to make cross database queries in MySQL.
How to Copy/Transfer Data from One Database to Another in PostgreSQL
Sometimes you may need to copy/transfer data from one database to another in PostgreSQL. Here are the steps to do so.