Multiple accounts github ssh-keys

Posted on 14 November 2015 in linux • Tagged with ssh, linux, github, git, keys, ssh-keys

If you have multiple github accounts and you would like to push to repositories under each of the accounts on a single computer, then you will probably need to define multiple ssh keys.

I will assume that you already have one ssh-key working. To get our second account going, the …


Continue reading

turn off cli alias

Posted on 18 July 2015 in linux • Tagged with linux, alias, cli

tl;dr: \cmd

There may be a situation where you have masked a command with a shell alias. For example, you may always run a command with certain flags so you might do something like

$ alias ls='ls --color'

If, for whatever reason, you'd like to run the default ls …


Continue reading

Fixing mutt and goobook

Posted on 27 January 2015 in linux • Tagged with mutt

There are a lot of blog posts out there that show how to combine mutt and goobook. However, all of them that I have seen are wrong. This isn't a long, post, I'm not going to tell you about goobook and mutt, I'm just going to tell you the problem …


Continue reading

Tutorial to get cmus rockin'

Posted on 07 December 2014 in linux • Tagged with tutorial, cmus, linux

cmus is a console based music player. It's rather feature filled which can mean that getting it set up "just right" might require some work. This post is to help you get cmus set up to rock! There are a few introductory tutorials out there, but they only scratch the …


Continue reading

Offlineimap, Gmail, and Mutt tutorial

Posted on 09 November 2014 in linux • Tagged with email

History

A few years ago, I wrote a series of blog posts on offlineimap, mutt, and gmail (Link Here). Since then, I spent some time using the gmail web interface for email and then went back to mutt and used the built in imap. However, I've realized that neither of …


Continue reading