Skip to content

Instantly share code, notes, and snippets.

@ko1ebayev
Created April 10, 2024 21:53
Show Gist options
  • Save ko1ebayev/defaaf096a444da9301f9cbe606fae5d to your computer and use it in GitHub Desktop.
Save ko1ebayev/defaaf096a444da9301f9cbe606fae5d to your computer and use it in GitHub Desktop.
Setup gui on ubuntu remote server
#!/bin/sh
apt update && apt install xfce4 xdm xfce4-xkb-plugin language-pack-ru -y
sed -i 's/allowed_users=console/allowed_users=anybody/' /etc/X11/Xwrapper.config
echo "xfce4-session" | tee ~/.xsession
systemctl enable xdm.service
apt install chromium-browser
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment