Remote GUI Access with Guacamole
While I tend to prefer CLI and TUI’s for most of my needs (especially on a server), it is sometimes helpful to have a remote graphical machine, accessible from anywhere. I’ve tried a few commercial services but they are both pricey and limited in features. Since these services utilize standard protocols, I decided to implement my own solution allowing me to browse the web and use discord securely from any machine with a web browser. It also serves as a perfect complement to my webserver when debugging over ssh is not ideal. ...