If you see this, gubatron.com has successfully moved to Amazon Web Services.
Related Posts
How to make a Mean Green Juice. #Juicing #Paleo
Green juices are a great complement to the Paleo Diet. Some of us are not that fond of vegetables and while still training our palate to enjoy vegetables, these green juices are loaded with lots of micronutrients that will nourish, clean, and protect your cells. With a lot of ice, they’re not that bad in […]
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. […]
Here’s my first very rough draft of “LifeTips”.
https://github.com/gubatron/LifeTips#life-tips It is a short manuscript with actionable tips to live a better life, it’s there primarily as a manual for my kids when I die. Advice is grouped into 6 sections:– TIME– BODY– MIND– MONEY– WORK/LEADERSHIP (Entrepreneurship)– PEOPLE Most needed and valuable feedback is welcome. If you have corrections, additions, feel free to Create […]