XRDP: Difference between revisions
Jump to navigation
Jump to search
Line 61: | Line 61: | ||
* [https://askubuntu.com/questions/1407444/ xRDP » Ubuntu 22.04 Headless Remote Desktop] | * [https://askubuntu.com/questions/1407444/ xRDP » Ubuntu 22.04 Headless Remote Desktop] | ||
* [https://askubuntu.com/questions/1442514/ xRDP » Ubuntu Gnome Default Remote Desktop] | * [https://askubuntu.com/questions/1442514/ xRDP » Ubuntu Gnome Default Remote Desktop] | ||
* [https://www.digitalocean.com/community/tutorials/how-to-enable-remote-desktop-protocol-using-xrdp-on-ubuntu-22-04 xRDP » Enable Remote Desktop Protocol] | |||
* [[Linux Virtual Display for iPad Pro]] | * [[Linux Virtual Display for iPad Pro]] | ||
* [https://cloudzy.com/blog/gnome-remote-desktop/ RDP Gnome Remote Desktop] | * [https://cloudzy.com/blog/gnome-remote-desktop/ RDP Gnome Remote Desktop] |
Revision as of 19:27, 7 December 2023
sudo apt install xrdp
sudo systemctl status xrdp
sudo systemctl enable --now xrdp
tee ${HOME}/.xsessionrc >/dev/null <<'EOF'
export GNOME_SHELL_SESSION_MODE=ubuntu
export XDG_CURRENT_DESKTOP=ubuntu:GNOME
export XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/etc/xdg
EOF
Playground
systemctl start bluetooth 2388px × 1668px 1194px × 834px |
sudo apt install tlp sudo bluetooth off sudo bluetooth on |
sudo apt install bluez-tools bt-device -i MagicMouse2 bt-device -l |
| ||
sudo nmcli dev wifi con 'ChorkeOrg_2.4GHz' password 'sadaqah!' sudo nmcli dev wifi con 'ChorkeInc' password 'sadaqah!' sudo nmcli dev wifi con 'ChorkeOrg' password 'sadaqah!' |
sudo nmcli dev wifi sudo nmcli con sudo nmcli dev | |
| ||
sudo nmcli dev wifi rescan |
References
|
||
| ||