GNU/Linux

OCR – Tesseract

Just made a spectacularly unsuccessful attempt to use Tesseract OCR. Here is a sample: "|I11;XII;"1n -¤:2;;2:¤ LIEEEEEEE.-::2;;;: nz ’‘·* *--2.. ::2;;: "=I;;;. :1:;*-- ::2;£2|a:‘¤I;;;.XXi.X ·¤:;1;;¤· X;|:;t1X '!EEEXI|· XXXIIEX--EXIIXX-.:21:;. -·¤a.;¤¤a..a··...

Linux PING works but Traceroute doesn’t

Just had an issue where traceroute w.x.y.z failed however ping w.x.y.z worked fine.... The fix: traceroute -I w.x.y.z or traceroute -T w.x.y.z Where w.x.y.z is the IP address of the remote host e.g. 10.22.34.8 By default the Linux traceroute was using UDP which must...

Can’t find adsl-setup script in Fedora 8

I have just been trying to find the good old adsl-setup command in Fedora 8. No good! system-config-network was a no go either. No option to configure a pppoe connection. pppoe-setup looks like it has replaced adsl-setup. Problem solved move along. Nothing to see...

Linux serial console

I had to test a console cable to see if it was indeed a console cable. The piece of equipment I was connecting to was outputting a garbled console leading me to wondering if I had a bad cable or a bad piece of equipment. Using the serial-console howto at...

IPSec Compliant Gateway

I am currently investigating setting up a connection with the following features: Linux 2.6.x Base System IPSec Compliant Gateway NAT on the Gateway to hide internal addresses from the remote network http://www.sherman.ca/archives/2004/11/21/linux-26-ipsec-vpns/...