Skip to content

Instantly share code, notes, and snippets.

@lamperez
lamperez / custom_acpi_tables.md
Last active May 5, 2024 22:58
Load custom ACPI tables
@Nexarian
Nexarian / xrdp-nvidia-setup.sh
Last active June 7, 2024 22:01
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