[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/Documentation/Buster/HowTo/Administration" by WolfgangSchweer

Debian Wiki wiki at debian.org
Thu Apr 5 13:40:42 BST 2018


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.

The "DebianEdu/Documentation/Buster/HowTo/Administration" page has been changed by WolfgangSchweer:
https://wiki.debian.org/DebianEdu/Documentation/Buster/HowTo/Administration?action=diff&rev1=1&rev2=2

Comment:
modify instructions for a minimal graphical environment

  If you (probably accidentally) installed a pure main-server profile and don't have a client with a web-browser handy, it's easy to install a minimal desktop on the main server using this command sequence in a (non-graphical) shell as the user you created during the main server's installation (first user):
  
  {{{
-   $ sudo apt-get update
+   $ sudo apt update
-   $ sudo apt-get install gnome-session gnome-terminal firefox-esr xorg
-   # after installation, start a graphical session for the first user 
-   $ startx
+   $ sudo apt install education-desktop-xfce lightdm
+   # after installation, run 'service lightdm start' 
+   $ login as first user
  }}}
  
  == Using ldapvi ==



More information about the debian-edu-commits mailing list