Desktop
Install Debian
Install Debian with the netinstall iso image from https://www.debian.org/ without any desktop environment.
Installation
-
After installation, login and switch to root using su
-
Update apt
-
Install desktop and packages
-
Reboot
Post install
Fix network
-
After the restart, login, open the terminal.
After the restart, the wired or wireless network should work.
Change wifi powersave setting from 3 to 2 in
etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
to fix wifi issue
Sudo
-
Install sudo
2. Add user to sudoers group 3. Add the following line at the end of the file to grant coen user sudo privileges: This will allow coen to run any command as root without a password prompt (remove NOPASSWD if you want the password prompt to appear).
Ansible playbook
Run the Ansible playbook setup the desktop desired state, see Infrastructure as Code page.