First install libchm-bin by
Then extract the files by
First install libchm-bin by
Posted by Posted by
WL
at
9:48 AM
Categories:
0
comments
To extract part of a hugh file you can use SED. For example to extract from line 10,000 to 20,000 you do this :
Posted by Posted by
WL
at
1:24 PM
Categories:
0
comments
To concatenate PDFs use ghost script this way
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=output-file.pdf p1.pdf p2.pdf
Posted by Posted by
WL
at
12:44 PM
Categories:
0
comments
UPDATE customer_address SET default_address =1 WHERE address_id = ( SELECT MIN(address_id) FROM (SELECT * FROM customer_address) AS temp WHERE customer_id =5 )
Posted by Posted by
WL
at
3:21 PM
Categories:
0
comments
Posted by Posted by
WL
at
12:31 PM
Categories:
0
comments
Posted by Posted by
WL
at
12:24 PM
Categories:
0
comments
Add a user :
Posted by Posted by
WL
at
12:23 PM
Categories:
0
comments
1. modify XF86Config and load module "vnc"
2. copy over vnc.so to /usr/X11R6/lib/modules/extensions/
3. add Option "SecurityTypes" "None" to Screens section to disable authentication
Posted by Posted by
WL
at
12:21 PM
Categories:
0
comments
Posted by Posted by
WL
at
11:41 AM
Categories:
0
comments
Use a proxy.pac for automatic proxy configuration. Here is my file.
Posted by Posted by
WL
at
8:56 AM
Categories:
0
comments
We wanted to add bug categories to Bugzilla, but there is no such default field. However there is a field that you can turn on called whiteboard (parameters > bug fields > usestatuswhiteboard). This is a text field and you can add whatever tag or category you want in this field. The field appears right below summary field on a bug description page.
To make it appear on the search results is a little bit more involved. The field is stored in a database table as status_whiteboard. So all you need to do is add this field in Constants.pm file (under Bugzilla/). In Constants.pm modify this field : "DEFAULT_COLUMN_LIST".
My DEFAULT_COLUMN_LIST looks like this :
Posted by Posted by
WL
at
8:51 AM
Categories:
0
comments
To split multi-page tiff file into single page multiple tiff files using imagemagick:
Posted by Posted by
WL
at
4:53 PM
Categories:
0
comments
Iphone call log is located under /User/Library/CallHistory in a file named call_history.db. This file is a SQLite database. There is a table named call which holds the log.
There is another table in this database named "_SqliteDatabaseProperties". This table store call log properties in key => value format. One of the property here is call_history_limit which is set to 100 by default. Change that number to something like 500 to store last 500 entries.
You could use a SQLite Manager (firefox add-on) to do this or write a quick java program.
Posted by Posted by
WL
at
11:29 AM
Categories:
0
comments
I was doing this for the first time and it took me a hell of time to customize my theme. I am using GAIA NEUE from deviant art. I am also using compiz. I set the gnome panel to be transparent with the color matching wallpaper behind it. Everything worked perfect and the panel looked transparent except the gnome menubar part (application, places, system).
No matter what I did, it wouldn't go transparent and retained the color. After digging through gtkrc and other rc files and spending about and hour here is how I achieved it.
Posted by Posted by
WL
at
4:50 PM
Categories:
0
comments
I am not sure what this feature is called officially, but lets call it auto songs preview. In nautilus (gnome file browser) if you go to a directory where your mp3's are displayed move your mouse pointer onto a mp3 file and it will start playing automatically, without launching any player. No need to double click. Hell, don't even need to click. Just point and listen.
I am not sure how I would use it, but I like it anyway.
Posted by Posted by
WL
at
4:29 PM
Categories:
0
comments
Copyright 2007 | Blogger Templates by Blogcorwds and GeckoandFly