
Dang y Gubatron at the New York Public Library
Originally uploaded by Gubatron.
Related Posts
Episodio 0043 – Cuida lo que comes y juega Gears of War con Esquizopodcast
Download en mp3 | Suscribete GRATIS a este podcast | Skypeanos Este podcast simplemente tiene demasiado que contarles, hasta unos tips de como elegir sus alimentos en el supermercado… La Tati se prepara a lanzar un programa de radio llamado VARIEDADES EN LA RED, el cual empezara a entrar en rotacion en Radio Venezuela, vamos […]
Essential Gear for Runners
I’ve always flirted with running. Back in 2004 I used to run 2 times a week and back then I would just measure how long I’d run without stopping, back then I was doing 5 to 6 miles non-stop and I thought I was amazing. Then I just went back to other sports, I did […]
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 […]