Howto remote desktop linux: Difference between revisions
Jump to navigation
Jump to search
Mandulete1 (talk | contribs) (→x2go) |
Mandulete1 (talk | contribs) (→x2go) |
||
Line 24: | Line 24: | ||
install x2goclient on almalinux8 or 9: | install x2goclient on almalinux8 or 9: | ||
dnf -y install x2goclient | dnf -y install x2goclient | ||
install x2goclient for windows: | |||
http://code.x2go.org/releases/X2GoClient_latest_mswin32-setup.exe | |||
fix errors with sqlite: | fix errors with sqlite: | ||
chown root:x2gouser /usr/lib/x2go/libx2go-server-db-sqlite3-wrapper | chown root:x2gouser /usr/lib/x2go/libx2go-server-db-sqlite3-wrapper |
Revision as of 00:55, 10 August 2023
gnome-remote-desktop
install gnome-remote-desktop on archlinux:
sudo pacman -S gnome-remote-desktop
install gnome-remote-desktop on almalinux8 or 9:
dnf -y install gnome-remote-desktop
install gnome-remote-desktop on debian:
sudo apt-get -y install gnome-remote-desktop
x2go
install x2goserver on archlinux:
yay -S x2goserver
install x2goclient on archlinux:
yay -S x2goclient
install x2goserver on debian or ubuntu:
sudo apt update sudo apt -y install x2goserver x2goserver-xsession
install x2goclient on debian or ubuntu:
sudo apt -y install x2goclient
install x2goserver on almalinux 8 or 9:
dnf -y install yum-utils dnf config-manager --set-enabled crb dnf -y install epel-release dnf -y install epel-next-release dnf -y install x2goserver
install x2goclient on almalinux8 or 9:
dnf -y install x2goclient
install x2goclient for windows:
http://code.x2go.org/releases/X2GoClient_latest_mswin32-setup.exe
fix errors with sqlite:
chown root:x2gouser /usr/lib/x2go/libx2go-server-db-sqlite3-wrapper x2godbadmin --createdb chmod g+s /usr/lib/x2go/libx2go-server-db-sqlite3-wrapper
nomachine
install nomachine on archlinux:
git clone https://aur.archlinux.org/yay.git cd yay makepkg -si
install nomachine:
yay -S nomachine
edit file "/usr/NX/etc/server.cfg", set "StartNXDaemon" to "Automatic":
StartNXDaemon Automatic
then restart nxserver service:
systemctl restart nxserver
from another computer install nomachine:
- for windows:
https://download.nomachine.com/download/8.8/Windows/nomachine_8.8.1_1_x64.exe
- for mac:
https://download.nomachine.com/download/8.8/MacOSX/nomachine_8.8.1_1.dmg
- for linux .rpm:
https://download.nomachine.com/download/8.8/Linux/nomachine_8.8.1_1_x86_64.rpm
- for linux .deb:
https://download.nomachine.com/download/8.8/Linux/nomachine_8.8.1_1_amd64.deb
to fix nxplayer for linux crashing when connecting to another machine edit this key in $HOME/.nx/config/player.cfg:
<option key="Enable hardware accelerated decoding" value="disabled" />