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 190
- Words in Posts 69,510
- Comments 466
Monthly Archives: January 2009
Easy and informative: Call graphs in Python
While I was looking for different graphing modules in Python, I came across pycallgraph. This module allows you to create a graph of all the different calls that occur between the time you initiate it and when you tell it … Continue reading
Gorgeous and useful information: Configuring conky
For quite some time, I have wanted to use conky on my Linux desktop. The screenshots were incredible. All the best looking and informative Linux desktops I have seen use it. But whenever I tried to follow the tutorials, the … Continue reading
Tabs in PuTTY
When hanging out in Windows land, life is pretty rough without PuTTY. And while PuTTY is awesome, it too is missing a few nice features. One noticeable default lack is the inability to open multiple tabs with sessions in a … Continue reading
Tracking down used disk space: Follow largest directories
When a server is getting low on disk space, you need to find out what is taking up that space, and fast. I previously would run this command in /: 1sudo du -ch –max-depth=1 . This would show all the … Continue reading







