September 5, 2026

useradd

Tutorials

Initial Server Setup After Installing AlmaLinux 10 (User, Firewall, Hostname)

After installing AlmaLinux 10, there are a few basic settings to take care of before you start using the server. The first steps are creating a regular user with sudo access, setting a proper hostname, and configuring the firewall with the services you actually need. In this guide, we’ll go through these initial server setup

Read More
Tutorials

How to Add Users to Sudoers on Debian 12: Complete Tutorial

Controlling user permissions by using the sudoers file is quite an efficient way to limit the execution of commands with superuser privileges. For instance, in Debian 12, system administrators are expected to add users to the sudoers file in order to provide superuser privilege access to some specific users. For that reason, this article will

Read More