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 Fix Stdin: Not in GZIP Format
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 Disable Strict Host Key Checking in SSH
By default, SSH server checks user host during connection. Here is how to disable strict host key checking 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.
How to Enable PHP in Apache
PHP is a popular programming language for web development and blogging. Here are the steps to enable PHP in Apache.