Created
December 16, 2023 19:12
-
-
Save glennschler/84b4d1536e1534ecf4b0482ec03d1b2f to your computer and use it in GitHub Desktop.
Revisions
-
glennschler created this gist
Dec 16, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ ```bash 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 ```