Home / Tags

Tip

8 articles tagged with Tip.

Bypassing a restrictive Firewall using SSH

Posts

Bypassing a restrictive Firewall using SSH

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 …

Secure Screen Sharing

Posts

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 transparent proxy in Ubuntu 8.04

Posts

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 …

Leopard Terminal

Posts

Leopard Terminal

As a switcher I’m several times faced with the awkwardness of the differences between my previous work environment (Linux) and my new one. One of the most annoying ones has been the handling of the function keys. First I though that …

Creating an electronic Curriculum Vitae

Posts

Creating an electronic Curriculum Vitae

Any now and then, one ends up needing to provide a Curriculum Vitae AKA Résumé (CV). Either for applying for a job or just to be used to assert your credentials (for example while running for project fundings), you always end up needing an …

OS X Essentials

Posts

OS X Essentials

Today one my friends became a switcher, thanks to a new Macbook One of the first things to do was of course to send him links of some of the things I consider essentials to any OS X user: Most basic widget (I don't get why apple doesn't …

DISTCC + AVAHI

Posts

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 …

Using svn+ssh with RapidSVN

Posts

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 …