Skip to content

Instantly share code, notes, and snippets.

View wdikiz's full-sized avatar

Walid ZOUBIR wdikiz

  • ex Lead Google Developer Student Clubs
  • Paris
  • 15:34 (UTC -12:00)
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 \