Removing the passphrase from SSH keys

Removing the passphrase from SSH keys

I never can remember this: Removing a passphrase from your id_rsa key Backup your id_rsa file! Then, openssl rsa -in ~/.ssh/id_rsa -out ~/.ssh/id_rsa_new cp ~/.ssh/id_rsa ~/.ssh/id_rsa.backup rm ~/.ssh/id_rsa cp ~/.ssh/id_rsa_new ~/.ssh/id_rsa chmod 400 ~/.ssh/id_rsa Removing a passphrase from an SSL [...]

Read More

Cracking MD5 Hashes with the Webtionary

Cracking MD5 Hashes with the Webtionary

… or “Using Google and Yahoo to Light-Force An (Almost) Infinite Dictionary” I read an article recently about using Google to search for plaintext equivalents of MD5 hashes. Basically, you search for the hash (something like, “5f4dcc3b5aa765d61d8327deb882cf99″) and look through [...]

Read More
Understanding Gemfile Dependencies

Understanding Gemfile Dependencies

I really struggled with this while learning Rails. In the Gemfile, I thought you could have groupings of Gems that [...]

Jan 24, 2012     No Comments
Read More
Removing the passphrase from SSH keys

Removing the passphrase from SSH keys

I never can remember this: Removing a passphrase from your id_rsa key Backup your id_rsa file! Then, openssl rsa -in [...]

Jan 17, 2012     No Comments
Read More
Installing the MySQL Gem in Lion

Installing the MySQL Gem in Lion

I kept getting weird permissions errors trying to install the MySQL gem for Ruby 1.9.2. The issue is that I [...]

Nov 9, 2011     No Comments
Read More
Setup SSL in Your Local Development Environment with XAMPP

Setup SSL in Your Local Development Environment with XAMPP

Need SSL for you dev work? I constantly found myself needing a “fake” SSL certificate for local development so my [...]

Apr 24, 2011     No Comments
Read More
Change The Border On A TinyMCE Textarea

Change The Border On A TinyMCE Textarea

I couldn’t figure out how to change the borders on a TinyMCE textarea–the problem was TinyMCE converts your textareas to [...]

Jan 19, 2010     No Comments
Read More
Facebook Connect Mock-Up For Balsamiq

Facebook Connect Mock-Up For Balsamiq

I don’t pitch products much, but I feel like I need to on this one. A Carsonified post from Ryan [...]

Aug 18, 2009     4 Comments
Read More
Uploading an Image in PHP Gives a Black Box (Another Internet Explorer Error)

Uploading an Image in PHP Gives a Black Box (Another Internet Explorer Error)

Really, I’m tired of supporting IE. Half the time, I find a “mistake” in my HTML coding that I didn’t [...]

Apr 20, 2009     No Comments
Read More
Reverse TinyURL, bit.ly, is.gd, and more with PHP and cURL

Reverse TinyURL, bit.ly, is.gd, and more with PHP and cURL

I’m working on a new project that requires me to take URLs made from url shorteners like tinyurl.com, is.gd, and [...]

Feb 23, 2009     2 Comments
Read More
Find Replace in MySQL

Find Replace in MySQL

Somewhere between the backing-up and restoration of my MySQL WordPress database I picked up some strange characters. Rather than having [...]

Feb 11, 2009     No Comments
Read More
Now in 2600

Now in 2600

If you don’t read The Hacker Quartlery, then this won’t intersest you much, but I had an article published in [...]

Jul 19, 2008     1 Comment
Read More
If Presidential Candidates Were Programming Languages

If Presidential Candidates Were Programming Languages

America is abuzz with political noise, and it’s got me thinking about the candidates in terms of programming languages. In [...]

Jan 10, 2008     No Comments
Read More
How A Film Should Be

How A Film Should Be

Five words: No Country For Old Men

Dec 11, 2007     No Comments
Read More
Lightbox Bug Tracking with Wufoo

Lightbox Bug Tracking with Wufoo

First, a plug for Wufoo–it’s an excellent web-app from the guys at Particletree, and it enables just about everyone to [...]

Mar 7, 2007     1 Comment
Read More
Geocoded US Cities

Geocoded US Cities

I couldn’t really find a good pre-made solution for this anywhere, so using state data from Infoplease, PHP’s CURL functions, [...]

Dec 14, 2006     No Comments
Read More