RabbitMQ is a popular message broker used in many industries. Here is how to install RabbitMQ in Ubuntu.
How To Change User Password in Linux
Sometimes you may need to set or reset user password in Linux for security purposes. Here is how to change user password in Linux.
How To Install fail2ban in Ubuntu
Fail2ban protects linux systems from automated attacks and login failures. Here is how to install fail2ban in Ubuntu.
How to Find Top CPU Consuming Process in Linux
Many times you may need to check which process is consuming more memory or find top memory consuming process in Linux. Here is how to find top cpu consuming process in linux.
How To Open Port in Linux
Sometimes you may need to open port in linux or enable port in linux firewall. Here is how to open port in Linux.
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 Subdirectory to Root in NGINX
When you move your website you need to redirect its pages to its new location. Here is how to redirect subdirectory to root in NGINX.
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.