-
Octokit and SSL
I do a lot of work using self signed certificates and sometimes I want to use octokit.rb. By default, octokit tries to verify the SSL cert and fails with an error like:
-
Speaking at the Waterford Tech Meetup

-
Autocomplete SSH Hosts
Once upon a long time ago, I had autocomplete set up in ZSH to complete hosts that I connected to through SSH. Only in the last few days have I set it up again in bash.
-
Drupalcon Dublin

-
Using Pipe With Ruby Scripts
I’ve been writing some Ruby scripts recently to parse some text files and I was looking for a way to pass in only part of a file instead of the full 1500 lines. If I was bash scripting, I could use
headto extract part of the text file and then pipe it in to my script. But that wasn’t going to work in this case because I was passing the filename as a command line argument like this: -
Don't Be That Guy

There's more in the archives