Skip to content

Instantly share code, notes, and snippets.

View HubKing's full-sized avatar

GitHub King HubKing

View GitHub Profile
@HubKing
HubKing / gist:f48504e19e593bdefa7c332e74f82ee1
Last active May 1, 2022 09:18
Install and setup RDP on Arch Linux
[Enable AUR]
Note: Don't do it with the `root` account. makepkg refuses to run under root.
sudo pacman -S git base-devel
sudo pacman -S git
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
[Enable RDP]