BMX Bicycle freestyle
BMX Bicycle freestyle

Thursday, January 15, 2009

How to effectively read news in linux

How to effectively read news&blogs in linux

1. save your url adresses to your notes, and sort by how often these "news" update
2. Add " firefox"
2. run all in terminal (put enter after last one so all pages will open in your firefox browser)
3. enjoy browsing web again! :)

example:

firefox http://www.astalavista.com/index.php?section=blog&cmd=listing;
firefox www.medgadget.com
firefox http://www.hitb.org/
firefox http://www.bornrich.org
firefox http://news.google.com/?ned=us&topic=t
firefox www.therawfeed.com
firefox http://www.geekologie.com/page2.php
firefox http://www.akihabaranews.com/en/
firefox http://www.k
urzweilai.net/news/frame.html?main=news.html


To make certain poages open less frequent

if [ "$[ ( $RANDOM % 100 ) + 1 ]" -lt 15 ]
then
firefox http://www.http://www.boingboing.net/
fi

will open that weblog less than ~15% times


if you have plenty of news to load add
mahjongg&
wmctrl -r Mahjongg -b add,above
wmctrl -r Mahjongg -b add,fullscreen

to play game during loading time;-)

0 comments:

Post a Comment