Swaps space is part of hard disk used to extend RAM memory of system. Sometimes may need to disable swap in Linux. Here is how to do it.
How to Call C Function in Python
How to Run MySQL Query from Command Line
Sometimes you may need to run MySQL queries from terminal or shell script. Here is how to run MySQL query from command line.
How to Restore MongoDB Dump in Windows & Linux
Sometimes you may need to restore MongoDB dump to get back your database. Here is how to restore MongoDB in Windows & Linux.
How to Extract Database from MySQL dump file
Sometimes you may need to extract database from MySQL dump file. Here are the steps to restore or import single database in MySQL.
How to Extract Tables from PDF in Python
Sometimes you may need to extract tables form PDF documents. Here is how to do this using tabula and camelot.
Shell Script to Backup MongoDB Database
Database administrators often need to backup MongoDB database. Here is a shell script to backup MongoDB database.
How to Terminate Python Subprocess
How to Convert Epub to PDF in Linux
Sometimes you may need to convert epub to pdf files in Linux. Here is how to convert Epub to PDF in Linux.