Thursday, July 5, 2012

Floyd Bennet Field - NYC only public campground.

I live few miles away from Floyd Bennet Field and ride bicycle there often. Here is another great article  by Nathan Kissinger - Camping at Floyd Bennet Field

Monday, July 2, 2012

seq - print a sequence of numbers

Linux utility to generate sequence of numbers

seq 1 5
1
2
3
4
5

Tuesday, June 26, 2012

The Great Santini by Pat Conroy

Great book by Pat Conroy. Easy to read and interesting.  The book is about military family after the second world war in south. The book is available from Brooklyn Public library. For more information about the book click here




Quote about nation

Every nation, no matter how well intentioned it was at its inception, will become a tyranny through the fear, apathy and stupidity of it's citizens.

Monday, June 25, 2012

Quote - by Mark Twain


"Never argue with stupid people, they will drag you down to their level and then beat you with experience" ~ Mark Twain

true, true...

Thursday, June 21, 2012

wget & cookies


-- Get cookie
wget -q --cookies=on --keep-session-cookies --save-cookies=cookie.txt http://www.example.com"

-- Get content of the page
wget -qO output.log --referer=http://www.example.com --cookies=on --load-cookies=cookie.txt --keep-session-cookies --save-cookies=cookie.txt http://www.page2scrap.com"