Sometimes you may need to connect to multiple databases in PHPMyAdmin. Here is how to add multiple hosts in PHPMyAdmin,
How to Uninstall Ubuntu from Dual Boot
Sometimes you may need to remove Ubuntu from dual boot menu. Here is how to uninstall Ubuntu from dual boot.
How to List Devices Connected to Network in Linux
How to Disable Strict Mode in MySQL
Strict mode in MySQL controls how invalid or missing values are handled in INSERT, UPDATE & CREATE TABLE queries. Here is how to disable strict mode in MySQL.
How to Find & Kill Zombie Processes in Linux
Sometimes you may have zombie processes in Linux systems. Here is how to find & kill zombie processes in Linux.
How to Create Superuser in Django
How to Print in Same Line in Python
How to Import from Another Folder in Python
Sometimes you may need to import from another folder in Python. Here are the steps to import from sibling directory or import module from path.
How to Enable Apache MPM Prefork
How to Change Apache Prefork to Worker in Ubuntu
Apache supports prefork as well as worker modules. Here are the steps to change Apache Prefork to Worker in Ubuntu.