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
linux [2026/05/02 18:11] reddylinux [2026/06/01 22:04] (current) reddy
Line 139: 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.txt · Last modified: by reddy

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki