/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

blog.thestateofme.com
| | hjr265.me
3.2 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:
| | 128bit.io
2.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.
| | gist.github.com
4.2 parsecs away

Travel
| | Manage SSH proxy tunnels to a number of hosts. GitHub Gist: instantly share code, notes, and snippets.
| | renato.athaydes.com
15.4 parsecs away

Travel
| [AI summary] The blog post discusses running WebAssembly (WASM) on the JVM using the asmble compiler and Gradle plugin, highlighting its potential and challenges compared to traditional methods like Emscripten.