Related Posts
Little things that make people stay with Google when they try Bing
After all these years it’s sad to see that Bing still doesn’t have these simple yet useful features. It’s worrying what’s happening at Microsoft. I bet they have really smart people, wonder what takes them so long to even react? Philosophy, Very old people in Management? Red Tape? Disconnect between teams? None cares anymore? Maybe […]
add ssh identities to your ssh agent when you start your bash session
Put this somewhere on your .bash_profile [bash] function addSSHIdentities() { pushd ~/.ssh #add all your keys here ssh-add some_private_key ssh-add some_private_key_2 ssh-add some_private_key_3 … ssh-add some_private_key_N popd } function startSSHAgent() { SSH_AGENT_PROCESSES=`ps aux | grep ssh-agent | grep -v grep | wc -l` if [ $SSH_AGENT_PROCESSES -gt 0 ] then echo "SSH Agent was running. […]
19 Reasons to switch to eBooks/eReaders
So I’m tired of evangelizing eBooks/eReaders in person and I guess I’ll do a lot more good by writing this so that you can share it next time you want to convince a friend to live in the year 2013 and stop the mad romanticism about the handicapped physical books, it’s just ludacris reading a […]