Monthly Archives: July 2007

Generate Random Passwords on the Command Line

Not too infrequently, I have the need to generate random strings on the command line, mostly for password creation. Usually, I go to a password generation site. However, this is slow, requires I have an internet connection at the time, … Continue reading

Posted in CLI | 2 Comments

Use of split in VIM

split is a super handy command to use in VIM (and vi, for those so inclined). It allows you to open a second (and third, and fourth, as many as you can fit!) window in your vim instance. These windows … Continue reading

Posted in CLI | Leave a comment

If you find you lack the ability to sudo…

While trying to setup Subversion, I needed to add myself to the subversion group. What I ran was “sudo usermod -G subversion sam”. That was bad. Not, oh there is no more milk kind of bad. Bad like you just … Continue reading

Posted in CLI | Leave a comment