Skip to content

Instantly share code, notes, and snippets.

View ironbila's full-sized avatar

Octav Rusuleanu ironbila

  • Luxoft
  • Bucharest
View GitHub Profile
@djravine
djravine / setup_local_xrdp_ubuntu_18.04.sh
Last active January 19, 2023 03:21
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 \