Archive for May, 2008

Get notifications of webpages, folders, email, etc.. with Specto!

Saturday, May 24th, 2008
With Specto (linux only) you can now get notifications at anytime on your computer of webpages, email, file and folder changes, system process etc. For example this can be very helpful if you need to watch a page, say for homework that your teacher puts up, yet he does not provide a feed link. Instead of checking the site everyday for anything new, I can just wait till Specto tell’s me there’s something new or changed there. Specto is small, simple, and a must have if you want your computer to work for you, not the other way around.

To install specto for Ubuntu simply go to your terminal and type in:

sudo apt-get install specto

Track Your Pizza Order With Linux and Mac

Saturday, May 24th, 2008

dominos

This python script (created by noflashlight.com ) gives you the power to track your pizza order from its beginning as cheese and dough all the way till it comes to your door. So now you know when how long it sits under the heat lamp between the time it comes out of the oven till when the driver leaves Dominoes. Visit http://random.noflashlight.com/ for the download or follow the steps below:

  1. Make sure you have python installed on your computer.
  2. Open your handy dandy terminal.
  3. Use wget to download the python script:
    wget http://random.noflashlight.com/scripts/dominos.py
  4. Make the code you just downloaded executable:
    chmod +x dominos.py
  5. Call Dominoes and order your pizza.
  6. Execute the script replacing ######### with your phone number:
    ./dominos.py ##########
  7. Re run the script every once in a while to update the status of your pizza.


College Students Don’t Get a Stimulus Check?

Tuesday, May 13th, 2008

It seems that my age group (I’m 19) fell between the cracks. If your under 17 your parents get a $300 addition on their rebate check…okay…. But because I’m over 17 and filled out a tax return, where I made over 3k, but i was also claimed on my parent’s as a dependent (i still live at home, go to school, but hold a job) neither me nor my parents get a check. It took me 2 hours of reading to figure this out.

If Bush’s plan was to “stimulate” the economy with these checks, Why would he leave out this huge college aged group, Isn’t this demographic most likely to spurge it on consumer goods?

Just a thought.

Removing CNR (Ubuntu 8.04)

Tuesday, May 13th, 2008

cnr

Maybe you are like me and was curious about Linspire’s Click-n-Run (CNR) software that allowed you to “easily” install programs in Linux. So you installed it, like I did, and found it to be such a pain to use and all it did was mirror the Add/Remove… which is included within Ubuntu.

To remove CNR:

sudo apt-get remove cnr-client

If you are interested in installing software that is not included within Add/Remove… try www.getdeb.net. GetDeb allows you to download self installing deb files of many programs.