ssh hack: connect directly to machine via a firewall box
It’s common to have to ssh to firewall / gateway machine, then ssh to the machine you want to work on within a server network.
Logbook / blog / devlog
A collection of 2 posts
It’s common to have to ssh to firewall / gateway machine, then ssh to the machine you want to work on within a server network.
Here’s how to make a proxy for streaming mp3s. It transcodes on-the-fly to 64kpbs MP3 using lame. When transcoding is finished, it calls the ./posthandler.sh script, which can either just delete the file, or potentially archive it so you don’t...