Hasan MN
DevLogs

DevLogs

Follow
Follow
homebadges
Tag

Linux

#linux

More content

Read more stories on Hashnode


Articles with this tag

Tracking User Activity on Linux: How to Access and Analyze Login User Logs

Mar 9, 20232 min read

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...

Tracking User Activity on Linux: How to Access and Analyze Login User Logs

SSH into virtual machines in VirtualBox

May 21, 20222 min read

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...

SSH into virtual machines in VirtualBox

How to Share Your Local Development Server using Ngrok

Feb 6, 20222 min read

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...

How to Share Your Local Development Server using Ngrok

Adding a Non-Root User With `sudo` Privilege in CentOS Linux

Jan 19, 20221 min read

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...

Adding a Non-Root User With `sudo` Privilege in CentOS Linux

Securing Your Nginx with Let's Encrypt on Linux Ubuntu

Aug 13, 20215 min read

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...

Securing Your Nginx with Let's Encrypt on Linux Ubuntu

Setting Up a Basic Firewall on Ubuntu 20.04

Aug 12, 20212 min read

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...

Setting Up a Basic Firewall on Ubuntu 20.04