/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.ubuntubuzz.com
| | ash.ms
2.3 parsecs away

Travel
| | Tonight I set up a ssh tunnel that punches out from my server skipping the NAT, forwarding, and DNS complexities entirely. It'll dial home from anywhere there's network so I could even take my server to the park and it should work over 5g.
| | 128bit.io
1.1 parsecs away

Travel
| | SSH is one of my favorite tools on a Linux/Unix system. There is so much you can do from copying files, to tunneling data security. SSH is a great way to get access to your system at home, but also access to your network. Lets go over some things about SSH tunneling and why it's good to use! Basic Idea: The idea of tunneling is to give you a secure way to pass data from one point to another.
| | hjr265.me
5.5 parsecs away

Travel
| | To test some of Toph's IP-based access control features, I needed to access it from a few different IP addresses than mine. I thought I finally needed to get one of those VPN subscriptions YouTube content creators keep rambling about. Fortunately, I remembered an easier way to do this. You see, it is possible to run a SOCKS proxy that tunnels your connection over SSH. And it is built right into the ssh command:
| | pilledtexts.com
21.3 parsecs away

Travel
| I use nginx as my webserver. It's fast and has a tone of features. However, for me it's been a process to learn how to set up properly redirecting, ...