User Tools

Site Tools


linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux [2026/03/16 20:11] reddylinux [2026/06/01 22:04] (current) reddy
Line 5: Line 5:
   * [[bash]]   * [[bash]]
   * [[bind]]   * [[bind]]
 +  * [[chrony]]
   * [[Docker]]   * [[Docker]]
   * [[diff]]   * [[diff]]
 +  * [[FirewallD]]
   * [[Git]]   * [[Git]]
   * [[keepalive]]   * [[keepalive]]
 +  * [[lxc]]
   * [[mail]]   * [[mail]]
   * [[rsync]]   * [[rsync]]
   * [[Samba]]   * [[Samba]]
 +  * [[SELinux]]
   * [[SystemD Unit Files]]   * [[SystemD Unit Files]]
   * [[tuned]]   * [[tuned]]
 +  * [[ufw]]
   * [[Vim]]   * [[Vim]]
   * [[VNC]]   * [[VNC]]
Line 134: Line 139:
  
 These settings also exist at the device level ("nmcli d", "nmcli d show ens5 | grep IP4.DNS") but we generally set these at the connection level. These settings also exist at the device level ("nmcli d", "nmcli d show ens5 | grep IP4.DNS") but we generally set these at the connection level.
 +
 +==== Setting the Default Runlevel ====
 +
 +<code>
 +# Get the current default run-level
 +systemctl get-default
 +
 +# Start in text mode
 +sudo systemctl set-default multi-user.target
 +
 +# Start with a GUI desktop
 +sudo systemctl set-default graphical.target
 +</code>
 +
linux.1773688292.txt.gz · Last modified: by reddy

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki