Sometimes you may need to remove NGINX from your system. Here is how to uninstall NGINX in CentOS, RHEL & Fedora Linux.
How to Set UTF-8 Encoding in Tomcat Server
It is important to set character encoding in tomcat server to avoid encoding problems. Here is how to set utf-8 encoding in tomcat server.
How to Use NGINX try_files
Difference Between ServerName and ServerAlias
ServerName and ServerAlias are two key server directives in Apache. Here is the difference between ServerName and ServerAlias directives.
How to Install NFS Server & Client in CentOS
NFS Server allows you to share remote files & directories over a network. Here is how to install NFS server & client in CentOS.
How to Sort Dictionary By Value in Python
Sometimes you may need to sort dictionary by value in Python. Here are the different ways to sort dictionary in Python.
How to Empty or Delete Contents of Large File in Linux
Sometimes you may need to empty a file or clear file in Linux. In this article, we will look at how to empty or delete contents of large file in Linux.
How to Install Flask in Ubuntu
Flask is a popular web framework to build python applications. Here are the steps to install Flask in Ubuntu.
How to Remove .php from URL in NGINX
How to Convert List to String in Python
Sometimes you may need to convert a list of string or integer to a string. Here are different ways to convert list to string in python.