Lifestream
-
Publishing: "How to circumvent the 417 Expectation failed behind a Squid proxy" - from http://bit.ly/dcg9E8 [gionn]
-
MikroTik RouterOS: linux-based router with hotspot support. http://icio.us/0ygzkh [gionn]
-
Shared MikroTik Routers and Wireless.
-
Minitube backport for Lucid from Maverick (1.1-1) it's landing on my PPA (http://is.gd/eXWPf) [gionn]
-
Chrome 6.0.472.53 just landed in ubuntu-proposed. Also remember to update your twitter clients or they can have problems. [gionn]
-
“Dio è gratis”. “Allah è grande”. Non sanno più cosa inventare per rifilarti le patacche. #spinozaftw http://ff.im/-q3WEr [gionn]
-
-
RT @lucafaenzi: Appena arrivato in Italia Gheddafi si adatta alle usanze locali e si fa accogliere un centinaio di ragazze a pagamento. [gionn]
-
Liked Reading Rainbow slowed down.
-
Webserver powered by
Tag Archives: fax
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 fax, fax server, hylafax, No carrier detected, usb modem, webrunner
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
