I previously posted about how to build tsocks on Mac OS X. Leveraging that work, I created my first Fink package, a package for tsocks. It’s in the package submission queue waiting for the Fink team to review it. In … Continue reading →
I recently told you about a cool piece of software called tsocks which allows non-SOCKS-aware applications to use SOCKS by using LD_PRELOAD to intercept their socket calls and route them through a SOCKS server. Installing on Debian was simple as … Continue reading →
Someone at work pointed out a cool utility called tsocks. tsocks allows non-SOCKS-aware applications (e.g.: telnet, ssh, ftp, etc.) to use SOCKS without any modification. It does this by intercepting the calls that applications make (i.e.: through LD_PRELOAD) to establish … Continue reading →
From http://httppc.sourceforge.net/: HTTP Proxy Client is the small set of libraries and scripts, which provides transparent access to Internet via HTTP proxy for programs, which uses TCP/IP for communication. The list of programs includes: telnet, ftp, licq, cvs, smth else? … Continue reading →
Is it possible to use DYLD\_INSERT\_LIBRARIES without using DYLD\_FORCE\_FLAT\_NAMESPACES (which has nasty side effects)? I wanted to use the former for a port of tsocks (which needs to intercept socket calls) but I’ve had to also use the latter and … Continue reading →
This is a place to collect links to various articles that I’ve written that are available on the Web: Linux.com Faster remote desktop connections with FreeNX Accelerating OpenSSH connections with ControlMaster Creating virtual private networks with tsocks and VTun Installing … Continue reading →
Linux.com | Creating virtual private networks with tsocks and VTun