NGINX SSL Configuration allows you to enable HTTPS on your websites and apps. Here is a step by step NGINX SSL configuration for your website.
How to List All Processes in Linux
Many times you may need to list all processes by name, user, pid in linux/unix. Here’s how to list all processes in Ubuntu, CentOS, Fedora, Redhat, and other Linux systems.
How to Prevent Image Hotlinking in NGINX
It is important to prevent image hotlinking to save server resources and data bandwidth. Here’s how to prevent image hotlinking in NGINX web server.
How to Harden NGINX Server
It is important to secure NGINX server to protect from malicious attacks. Here’s how to harden NGINX server for your website.
How to Setup NGINX Virtual Hosts on CentOS
NGINX virtual hosts allow you to host multiple websites and domains in same web server. Here’s how to setup NGINX virtual hosts on CentOS.
How to Search a File in Linux
Many times you may need to search a file in Linux / Unix. Here’s how to find a file in Ubuntu and other Linux systems.
How to Setup NGINX Virtual Hosts on Ubuntu
Virtual hosts allow you to host multiple websites on same server. Here’s how to setup NGINX virtual hosts on Ubuntu.
How to Enable CORS in Apache Web Server
CORS allows you to accept cross domain requests on your website. Here’s how to enable CORS in Apache web server.
How to Enable CORS in NGINX
CORS allows users to make cross domain requests to your website. Here’s how to enable CORS in NGINX to allow cross domain requests to your web server.
How to Create Zip and Unzip File in Linux
Zip allows you to compress files directories in Linux. Here’s how to create zip files & directories in Linux, and unzip files in Linux to extract zip files.