Monthly Archives: November 2009

Aggiornare firmware Android su HTC Dream G1 Tim (Android 1.6 + CyanogenMod)

AVVISO: ho pubblicato una guida aggiornata per Android 2.1 + CyanogenMod 5.x Questo lunedଠmi è arrivato l’HTC Dream marchiato Tim che in questi giorni si trova scontato al Mediaworld (289 euro, di listino sta a 349). Purtroppo, come spesso … Continue reading

Posted in Hardware, it_IT | Tagged , , , , , , , | 50 Comments

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 … Continue reading

Posted in Debian, en_US | Tagged , , , , , | Comments Off

Rai.tv senza Silverlight su Linux e Notebook

Trovate tutto riassunto e condensato su OssBlog -> Come vedere i canali rai in streaming con vlc. Vi par possibile che un servizio pubblico usi soldi pubblici (il canone è un canone solo di nome, di fatto è una tassa) … Continue reading

Posted in News, Software | Tagged , , , , , | Comments Off

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 line of servers geographically far and use a central hylafax server with multiple virtual modems =D

Posted in Software, en_US | Tagged , , , , , | Comments Off