Hawaii seems to be a lucky place where Google has already released the “Public Transit Directions” feature for their Google Maps service. We wonder when they will release this for New York City.
Related Posts
Of Why Chavez wanted to loose the referendum
Here’s my humble conspiracy theory of why it was in Chavez’s best interests to loose the referendum. Weeks ago I heard that when Iraq announced that they’d be selling their oil in a currency different than the dollar, say, Euros, that was the trigger for the Bush administration to link 911 with them and conquer […]
Music Video – El Chombo – Chacarron
Cuando escuche esta cancion hace tiempo jamas pense que era algo tan enserio como para hacerle un Video Musical Lo pille en Ministry of Sound TV en
ssh-add -l -> Cannot connect to your agent.
keychain not working for ya… you run ssh-agent but ssh-add won’t add the keys. This is probably because your SSH_AGENT_PID and SSH_AUTH_SOCK variables are incorrect… so I recommend you put something like this on your .bashrc to initialize your ssh-agent correctly: export SSH_AGENT_PID= export SSH_AUTH_SOCK= #make sure no old agents are running killall ssh-agent #grab […]