Skip to content

Instantly share code, notes, and snippets.

View freerkschuett's full-sized avatar

Freerk Schütt freerkschuett

View GitHub Profile
@Nexarian
Nexarian / xrdp-nvidia-setup.sh
Last active November 12, 2024 03:03
Setup for XRDP using Nvidia Acceleration
#!/usr/bin/env bash
set -e
cd ~
sudo -v
# Make sure system is in a good, updated, clean, state.
sudo apt-get -y update