FTP Server allows you to upload and download files to remote machines. Here is how to configure FTP server in Ubuntu.
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 Configure X-Frame-Options in Apache
X-frame-options is an HTTP header to prevent clickjacking attacks. Here is how to configure X-Frame-Options in Apache.
How to Install Erlang in Ubuntu
Erlang is a robust programming language to build large-scale applications. Here is how to install erlang in ubuntu.
How to Install RabbitMQ in Ubuntu
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.