Skip to content

Instantly share code, notes, and snippets.

View SpontaneousDuck's full-sized avatar

Kenneth L Witham SpontaneousDuck

View GitHub Profile
@djravine
djravine / setup_local_xrdp_ubuntu_18.04.sh
Last active January 22, 2026 09:19
Setup Local xRDP on Ubuntu 18.04
#!/bin/bash
set -xuo pipefail
# GIST: https://gist.github.com/djravine/88f2b9957a0bef6a6dd4c55aca951a09
# USAGE: curl -sL https://gist.github.com/djravine/88f2b9957a0bef6a6dd4c55aca951a09/raw | bash -s --
# INSTALL SOFTWARE
sudo apt-get update
sudo apt-get install -y \
ubuntu-desktop \