#linux
Read more stories on Hashnode
Articles with this tag
Linux is a popular and widely-used operating system that is known for its security and stability. One of the features that make Linux secure is its...
Often we create virtual machines in VirtualBox only to access it via terminal. In this case, we don't really need a GUI interface. Of course, we can...
Mostly we use our localhost as a server when developing a web application. But on some occasions, we may want to share our local server so that it can...
In one of my previous post , I wrote about how to add a user with sudo privilege in Ubuntu linux. In this post, let me write a similar one but for...
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...