Skip to content

Instantly share code, notes, and snippets.

@glennschler
Created December 16, 2023 19:12
Show Gist options
  • Save glennschler/84b4d1536e1534ecf4b0482ec03d1b2f to your computer and use it in GitHub Desktop.
Save glennschler/84b4d1536e1534ecf4b0482ec03d1b2f to your computer and use it in GitHub Desktop.
cloud-ubuntu-desktop
sudo apt install ubuntu-desktop xrdp zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

cd
git clone https://github.com/gpakosz/.tmux.git
ln -s -f .tmux/.tmux.conf
cp .tmux/.tmux.conf.local .
tmux

sudo systemctl status xrdp
sudo vim /etc/xrdp/startwm.sh

# add before the test in xrdp script
#unset DBUS_SESSION_BUS_ADDRESS
#unset XDG_RUNTIME_DIR

sudo systemctl restart xrdp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment