Diff for /doc/build/debian10_install.frag between versions 1.2 and 1.5

version 1.2, 2024/06/30 20:30:48 version 1.5, 2024/08/06 12:37:10
Line 84  There are a few steps that require comme Line 84  There are a few steps that require comme
 <p>  <p>
 Finish installing your server, reboot it, and log in with the username you created during installation.  Finish installing your server, reboot it, and log in with the username you created during installation.
 </p>  </p>
 <h3>Enabling sudo>/h3>  <h3>Enabling sudo</h3>
 <p>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 <i>&lt;username&gt;<i> with that specific username:  <p>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 <i>&lt;username&gt;</i> with that specific username:
 </p>  </p>
 <pre>  <pre>
 apt-get install sudo  apt-get install sudo
 /sbin/adduser <username> sudo  /sbin/adduser <username> sudo
 exit  exit
 </pre>  </pre>
 <p>Now logout and log in again with that username. If you prefer not to use sudo, then you should omit all instances of <l>sudo<i> when executing all commands listed on the remainder of this page, after using su to become root.  <p>Now logout and log in again with that username. If you prefer not to use sudo, then you should omit all instances of <i>sudo</i> when executing all commands listed on the remainder of this page, after using su to become root.
 </p>  </p>
 <h3>Firewall Configuration</h3>  <h3>Firewall Configuration</h3>
 <p>  <p>

Removed from v.1.2  
changed lines
  Added in v.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>