Skip to content

Instantly share code, notes, and snippets.

View arifab's full-sized avatar

Arif AB arifab

View GitHub Profile
@crnisamuraj
crnisamuraj / install-xrdp.sh
Last active September 6, 2023 06:17
install-xrdp-kde
#!/bin/bash -e
# Install XRDP.
sudo apt install -y xrdp
#sudo sed -e 's/^new_cursors=true/new_cursors=false/g' \
# -i /etc/xrdp/xrdp.ini
sudo systemctl enable xrdp
sudo systemctl restart xrdp
# Load Ubuntu config.