Skip to content

Instantly share code, notes, and snippets.

@glennschler
Created December 16, 2023 19:12
Show Gist options
  • Select an option

  • Save glennschler/84b4d1536e1534ecf4b0482ec03d1b2f to your computer and use it in GitHub Desktop.

Select an option

Save glennschler/84b4d1536e1534ecf4b0482ec03d1b2f to your computer and use it in GitHub Desktop.

Revisions

  1. glennschler created this gist Dec 16, 2023.
    19 changes: 19 additions & 0 deletions readme.md
    Original 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
    ```