Conversation
Notices
-
Embed this notice
Meko #nowar (yura@udongein.xyz)'s status on Sunday, 17-Nov-2024 21:46:04 JST Meko #nowar What's the best way to organize terminal server / remote desktop access to a Linux PC?
On windows you just enable RDP and use mstsc. Is there an easy way to do something similar on Linux?-
Embed this notice
Adi Nugroho (pesekcuy@stereophonic.space)'s status on Sunday, 17-Nov-2024 21:45:59 JST Adi Nugroho @getimiskon @yura vnc? -
Embed this notice
parallel unstable lean :OwOid: (getimiskon@fedi.getimiskon.xyz)'s status on Sunday, 17-Nov-2024 21:46:00 JST parallel unstable lean :OwOid: @yura there is a protocol for that, but i don't remember exactly what it is -
Embed this notice
Meko #nowar (yura@udongein.xyz)'s status on Sunday, 17-Nov-2024 21:46:02 JST Meko #nowar @getimiskon I want GUI access -
Embed this notice
parallel unstable lean :OwOid: (getimiskon@fedi.getimiskon.xyz)'s status on Sunday, 17-Nov-2024 21:46:03 JST parallel unstable lean :OwOid: @yura enable the SSH daemon -
Embed this notice
翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Sunday, 17-Nov-2024 21:48:47 JST 翠星石 @yura @getimiskon Don't forget that Linux is only a kernel and does not provide a visual interface.
It's a much better experience to access GNU bash over ssh - all the TUI applications work just fine, including the Church of Emacs.
On systemd/Linux you want either xorg forwarding over ssh (https://anonymousoverflow.catsarch.com/exchange/unix/questions/12755/how-to-forward-x-over-ssh-to-run-graphics-applications-remotely) or a VNC server/client. -
Embed this notice
翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Sunday, 17-Nov-2024 21:55:14 JST 翠星石 @yura @getimiskon @pesekcuy >if there's an easier way to set it up. Just like it is done for decades on windows.
RDP is in no way simple - the only case where it works is when someone has done extensive work configuring the damn thing.
Xorg forwarding is much easier really - you just need to uncomment a line in /etc/ssh/sshd_config, set xauth and set DISPLAY.In conversation permalink -
Embed this notice
Meko #nowar (yura@udongein.xyz)'s status on Sunday, 17-Nov-2024 21:55:15 JST Meko #nowar @pesekcuy @getimiskon I know you can set up RDP/VNC (but not for Wayland on non-bleeding-edge distros).
But most instructions I've seen require me to touch lots of configs and write complicated startup stuff. I wonder if there's an easier way to set it up. Just like it is done for decades on windows.In conversation permalink
-
Embed this notice