--- doc/build/debian12_install.frag 2024/06/30 20:30:48 1.3 +++ doc/build/debian12_install.frag 2024/08/06 12:37:10 1.6 @@ -84,15 +84,15 @@ There are a few steps that require comme

Finish installing your server, reboot it, and log in with the username you created during installation.

-

Enabling sudo>/h3> -

If you wish to allow the username created during installation to have administration privileges using sudo, use su to become root and execute the following, replacing <username> with that specific username: +

Enabling sudo

+

If you wish to allow the username created during installation to have administration privileges using sudo, use su to become root and execute the following, replacing <username> with that specific username:

 apt-get install sudo
 /sbin/adduser  sudo
 exit
 
-

Now logout and log in again with that username. If you prefer not to use sudo, then you should omit all instances of sudo when executing all commands listed on the remainder of this page, after using su to become root. +

Now logout and log in again with that username. If you prefer not to use sudo, then you should omit all instances of sudo when executing all commands listed on the remainder of this page, after using su to become root.

Firewall Configuration