Blog Detail
Recent Posts
Hack for disabling suhosin when using phpmyadmin on Debian
If you apt-get install phpmyadmin on Debian/Ubuntu, you will notice the quoted warning message: Server running with Suhosin. Please refer to documentation for possible issues. You will get reference and possibile solutions here. A fast get to achieve...
Hylafax with A01-PU3 WebRunner USB
HylaFAX is an enterprise-class system for sending and receiving facsimiles as well as for sending alpha-numeric pages. The A01-PU3 is an usb PSTN modem that support the CDC ACM standard, and it works great on Linux! On Debian you can easily setup an...
Exporting serial tty lines over TCP
On server: socat tcp-l:54321,reuseaddr,fork file:/dev/ttyS0,nonblock,raw,echo=0,waitlock=/var/run/tty On client: while true; do socat pty,link=/dev/vttyS0,raw,echo=0,waitslave tcp:192.168.1.1:54321; done A lot of fun exporting fax modem serial li...
Linksys WAG54G2 and slowness on p2p
It’s 3 weeks that I bought a Linksys WAG54G2 wifi adsl router, and I wasn’t very happy with it. Even with a very low bandwidth allotment for my torrent client, the navigation on every site was very SLOW (~5 sec for http://www.google.it), ...
Tips for configuring Ubuntu Karmic on MacBook Pro
The new Ubuntu Karmic (9.10) will be release soon and it will greatly increase the support of MacBooks, thanks to the official Ubuntu Mactel Team (https://launchpad.net/mactel-support) Here are a short list of tips for configuring your Macbook with U...
My network hints for setting up VirtualBox on Mac Host with Linux Guests
Virtualbox is one of my favourite OpenSource project, and I am actively following it’s rapid development, headed by Sun/Oracle. You can use it very easily, and there are tons of howto out of here on how to setup, configure and run your favorite...

