#ubuntu
Read more stories on Hashnode
Articles with this tag
I make this short note for myself because I often change or have to deal with new OS such as Ubuntu. In Ubuntu (and in some other OSes), it is...
I never thought that securing a server with SSL is easy. This article provides you an easy guide to secure your Nginx with free SSL certificates...
Setting up a firewall in Ubuntu is super easy. We can use UFW which is part of the standard Ubuntu 20.04. In case UFW is not installed in your...
Installing Nginx Installing Nginx is easy. Use the following commands to install Nginx. sudo apt update sudo apt install nginx Configuring Nginx There...
This article shows us how to install Docker Engine on Ubuntu. Before we install Docker Engine, we need to set up the Docker Repository as...
The root user is super powerful. With it, you can do anything to the system. Certainly, it is convenient to use, but it is considered bad practice...