NGINX is a popular web server used by many websites. Here is the key difference between $host and $http_host server variable in NGINX.
How to Test Multiple Variables against a Value in Python
Sometimes you may need to test multiple variables against a value in python. Here is how to check multiple variables against value
How to Grep Multiple Strings, Patterns & Words
Grep is a powerful utility to search for strings, patterns and words in Linux. Here is how to grep multiple strings, patterns and words.
How to Search in Nano Text Editor in Linux
Create User in MongoDB
How to Copy File To Multiple Directories
Sometimes you may need to copy file to multiple directories. Here is how to copy file to multiple directories in Linux.
How to Raise Exception in Python
Python provides a robust error handling mechanism. Here is how to raise exception in Python to catch errors and take action.
How to Install PHPMyAdmin in Ubuntu
PHPMyAdmin is a popular browser-based database management tool for MySQL. Here is how to install PHPMyAdmin in Ubuntu.
How to Install MongoDB in Ubuntu 18.04/20.04
MongoDB is a popular NoSQL database used for websites and applications. Here is how to install MongoDB in Ubuntu.
How to Use Curl to Download Files in Linux
Curl is a useful tool to transfer files and data across systems over a network. Here is how to use curl to download files in Linux.