Four to five hours during an 8-hour day is in the top percentile! Yow!
http://www.networkworld.com/news/2011/022411-network-monitoring.html?source=NWWNLE_nlt_daily_am_2011-02-25
Saturday, February 26, 2011
Friday, February 18, 2011
LD_LIBRARY_PATH bad? David Barr / Xah Lee
http://xahlee.org/UnixResource_dir/_/ldpath.html
Original article seems to have disappeared without trace?
Original article seems to have disappeared without trace?
Tuesday, February 15, 2011
zsh - last shell you'll ever need?
http://friedcpu.wordpress.com/2007/07/24/zsh-the-last-shell-youll-ever-need/
Oh yeah? What about scsh? ;-)
Oh yeah? What about scsh? ;-)
Monday, February 14, 2011
Slide presentation on Linux ARM porting
http://www.slideshare.net/champ_yen/linux-porting-1330569
http://champyen.blogspot.com/2009/04/linux-porting-for-new-arm-platform.html
Seems good @ initial glance - though a few typos are apparent already.
See slide 27 for references to other resources.
Diagrams are nice.
http://www.champyen.blogspot.com
http://champyen.blogspot.com/2009/04/linux-porting-for-new-arm-platform.html
Seems good @ initial glance - though a few typos are apparent already.
See slide 27 for references to other resources.
Diagrams are nice.
http://www.champyen.blogspot.com
Sunday, February 13, 2011
PDF (Tables) to Text more
pdftotext (1) - Portable Document Format (PDF) to text converter (version 3.00)
pdftk - useful tool for manipulating PDF documents
PDFBox
There are a number of PDF-to-Excel things available commercially ... one (Nitro) has a demo online but limits filesize input to 10MB :(
pdftk - useful tool for manipulating PDF documents
PDFBox
There are a number of PDF-to-Excel things available commercially ... one (Nitro) has a demo online but limits filesize input to 10MB :(
devmem2.c
http://www.lartmaker.nl/lartware/port/devmem2.c
devmem2.c, access device registers from userspace Linux
Builds in target machine (or can be cross-compiled)
Run it without params for usage information.
Addresses are Physical.
Prefix with 0x for hex addresses.
This can be wrapped in a script to give multiple register values read out.
devmem2.c, access device registers from userspace Linux
Builds in target machine (or can be cross-compiled)
Run it without params for usage information.
Addresses are Physical.
Prefix with 0x for hex addresses.
This can be wrapped in a script to give multiple register values read out.
Extracting text from PDF file with PDFBox ExtractText command
http://pdfbox.apache.org/commandlineutilities/ExtractText.html
Needs some installation (assuming PDFbox isn't installed already e.g. by your Linux distribution):
SVN pdfbox trunk
apt-get install maven2
mvn clean install
On successful building it, use it like:
usage: java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.ExtractText [OPTIONS] [Text file]
e.g.:
I want to grab tables out of PDF processor reference manuals to make tools for browsing machine state by register names etc.
Needs some installation (assuming PDFbox isn't installed already e.g. by your Linux distribution):
SVN pdfbox trunk
apt-get install maven2
mvn clean install
On successful building it, use it like:
usage: java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.ExtractText [OPTIONS]
e.g.:
rbarraud@thinky:~/Desktop/tools/PDFBox/trunk/app/target$ java -jar pdfbox-app-1.5.0-SNAPSHOT.jar ExtractText -html /home/rbarraud/Desktop/Reference/pdfs/IMX25RM.pdf /tmp/MX25RM.html
I want to grab tables out of PDF processor reference manuals to make tools for browsing machine state by register names etc.
Friday, February 11, 2011
Thursday, February 10, 2011
Saturday, February 5, 2011
Thursday, February 3, 2011
Turning on bash's globstar ...
magilla@think:~/Desktop$ shopt -s globstar
magilla@think:~/Desktop$ shopt globstar
globstar on
Helps with recursive grep - you can then use
# grep -inH "find_this_expr" **/*.[CcHh]
or similar to recurse into all subdirs.
Wednesday, February 2, 2011
Tuesday, February 1, 2011
Subscribe to:
Posts (Atom)