The problem# I wanted to maintain an SSH port forward to a Unix socket indefinitely. Such a connection would allow a specific user (or group) on the remote computer access to a network service running on the source computer that's not exposed to the public internet. The part where I want the...
The problem# For various reasons you might want graphical access to another computer, since some things can't be done over a text interface, including actually designing and troubleshooting what the graphical interface looks like. The other computer might be in a remote location across the...
You know, like "lions and tigers and bears, oh my"… okay, not funny, moving on… The problem# There's a lot of different ways to transmit streams of bytes between applications on the same host or different hosts with various reasons you might want to use each one. And sometimes the two endpoints...