
If you are faced with a restrictive firewall implemented by your local admin. But luckily enough to have access to a SSH server! You can use the following tip: A SOCKS proxy can easily be setup using SSH, in a terminal type: ssh -D 8080 -Nf …
8 articles tagged with Tip.
At home I keep a MacMini Media Center which from time to time I access it remotely. Usually I do this through the SSH Server in OS X. But eventually I might need to access it through a GUI. Here comes in hand Apple’s OS X nifty tool …
Squid is the defacto proxy system. Either in the lab or at home I use a transparent squid proxy in order to have a global cache system for all my devices (I really hate browser caches that take all you disk space). For years now, in order …
When considering a project involving a large number of source files, compilation time is always an issue. DistCC is in these cases a very good solution. From DistCC site: distcc is a program to distribute builds of C, C++, Objective C or …
After spending some time searching, I realized that this might help someone else. Not being able to properly replace MS Visio in neither a Linux or OS X environment, I’ve been stuck with MS Office and a Virtual Machine for this sole …