Sometimes you may need to make a folder or subfolder inaccessible. Here is how to make directory inaccessible with .htaccess.
Apache Config File Location
Sometimes you may need to find the location of config file location in Apache. Here is how to find config file location in Apache.
How to Configure SSL/TLS passthrough in NGINX
Sometimes you may need to setup SSL passthrough for NGINX server. Here are the steps to configure SSL/TLS passthrough in NGINX.
How to Fix NGINX: Too Many Open Files Error
Sometimes you may get “Too Many Open Files” error message while using NGINX server. Here are the steps to fix this issue.
How to Redirect HTTP to HTTPS on Custom Port in Apache
Sometimes you may need to redirect HTTP to HTTPS on custom port. Here is how to redirect HTTP to HTTPS on custom port in Apache server.
How to Rsync Files Between Two Servers
Sometimes you may need to synchronize files between two remote servers. Here is how to rsync files between servers.
How to Install ReactJS in Ubuntu
ReactJS is a Javascript library that allows you to create interactive user interfaces. Here is how to install ReactJS in Ubuntu.
How to Create JSON Response Using Django & Python
How to Run Shell Script in Linux
Shell scripts are very useful in Linux. Here is how to run shell script in Linux. You can use it to run sh file in Ubuntu and execute unix command in shell script.