Friday, November 30, 2007

linux: how to merge/split pdf files

In linux, there is no professional acrobat avaible, which means that sometimes if you edit your pdf files, for example, merge, split pdf files, you may not have clue to do that. Lots of ppl in the net would recommend "pdftk" (pdf toolket) for you. I try to install, but some lib is needed. I have no time to install other dependent lib so I recalled I have a java tool: Multivalent. Just google it and find its page.

Usage:
java -classpath ~/Multivalent20060102.jar tool.pdf.Merge file1.pdf file2.pdf ...

That is it. You also can split your pdf file to separated ones. Of course, you need to download Multivalent20060102.jar from somewhere of the net. Yes, you can use "convert" to merge, but bad resolution and very slow, not recommended.

Wednesday, November 28, 2007

linux:how to download a whole site by wget

wget -r -p -np -k http://Your.Website.ToBeDownloaded.com

Tuesday, November 20, 2007

Linux: gaim: how to change lib of smiley

Go to the place where your gaim searches for:
/usr/share/pixmaps/gaim/smileys/default/
in my lap.

Edit the file: theme.

Locations of visitors to this page