Wednesday, August 02, 2006

Nice Article on troublshooting

Check this out

I liked the following points discussed

1)Use of strings for printing the strings of printable characters in files.

2)Apt examples of gdb,strace & ldd

Also this very useful tip. I ran into this , for finding out what is used of "OR-ing" in javascript.

"Google normally removes common words like 'and', 'or', 'when' etc from the search patten. To forcefully include them in the search, use a '+' just before the word. ( +word_to_be_included)"

No comments: