Archive for the ‘Sysadmin’ Category

SSH tunnel for postgresql

Nothing new under the sun, but this is how I use it, and I’m reporting it here since I’ve found some misleading indications out on the net. Remote machine is 192.168.1.2 with SSH running on non-standard port 12345 ssh -p12345 -L 3333:localhost:5432 root@192.168.1.2 After this, you can connect to port 3333 on localhost to access [...]

(more...) »

Filtering spambots with Apache mod_rewrite

How to seal Apache and leave out spammers

(more...) »

Impressioni su Virtuo Virtual Private Server

Più spendi meno spendi? Alcune prime (pessime) impressioni sul servizio di hosting Virtuo

(more...) »

PHP5 come CGI

La stringa di configurazione per permettere a PHP5 di essere correttamente eseguito come CGI.

(more...) »

Un desktop virtuale con VNC

Cropped thumbnail

VNC é un acronimo per Virtual Network
Computing.
E` un sistema client/server che mette a disposizione di un utente un desktop.
Questo desktop può essere acceduto da altri computer in rete
e può anche essere condiviso.
Con VNC puoi lavorare su un computer senza esserci per forza
seduto davanti.

(more...) »