Sometimes you may need to use nginx with nodejs. Here are the steps to configure NGINX as reverse proxy for NodeJS application.
How to Convert Image to Pdf in Linux
Sometimes you may need to convert jpg image to pdf in Ubuntu Linux. Here is how to convert image to pdf in Linux.
How To Search in VI Editor
Sometimes you may need to how to find specific word in vi editor or search a sentence in vi editor. Here is how to search in vi editor.
How to Tar a File in Linux
Tar is a useful utility to archive one or more files. Here is how to tar a file in Linux. You can also tar a directory in Linux.
How To List All Services in Systemctl
Sometimes you may need to list all services in Linux or Ubuntu. Here is how to list all services in systemctl command.
How to Redirect 403 to 404 in NGINX
403 HTTP response code means access forbidden. Here is how to redirect 403 to 404 in NGINX to protect your website from security vulnerabilities.
How To Create Remote Git Repository
Remote Git repository allows you to do software development collaboratively. Here are the steps to create remote git repository for your project.
How to Enable Keep Alive in NGINX
Keep Alive header improves website speed and performance. Here is how to enable keep alive in NGINX.
How To Use Git Shallow Clone
Git shallow clone allows you to clone large repositories quickly. Here is how to use git shallow clone
How to Redirect 403 to 404 in Apache
Here is how to redirect 403 to 404 in Apache web server. It will protect your website from malicious attacks & security vulnerabilities.