What is this?
From advanced Bash tricks to Python gotchas to MySQL tutorials, this blog covers various topics in programming and systems administration. Find out how to get more done and have fun! Keep up with the latest by subscribing to the RSS feed!About the Author
This is the tech blog of Samuel Huckins. You can check out my homepage and other websites below, or send me a message here.-
Recent Posts
Post categories
Tags
Apache Apple Bash bookmarks CLI command database Desktop disk editor efficiency Excel filesystem firefox graph graphing hardware HTML information keyboard Launchy Linux logging migration Mobile monitoring MySQL PDF Programming putty Python Ruby scripting Security ssh subversion svn sysadmin Trac Ubuntu vim Vista web web applications WindowsBlogroll
Handy Links
My Sites
My del.icio.us
- Posts 191
- Words in Posts 69,962
- Comments 482
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







