Archive forJune, 2005

Xbox 360 Pre-Ordered

I just pre-ordered my Xbox 360 from GameStop and supposedly it’s coming in the first shipment of consoles. I remain skeptical, but I pre-ordered anyways because the down payment is refundable should I purchase a 360 somewhere else.

Comments

Open Browser From Command Line On OS X

To open a browser from the command line in OS X run the following command. If you want to open to a specific URL, add a space and then the URL.

#opens system default browser
/usr/bin/open

#opens system default browser to brainscat.com
/usr/bin/open http://brainscat.com

Comments