Monthly Archives: January 2009

100th blog post!

This is my 100th post to this blog! And there’s a lot more where that came from! Token graphage: A domain change (formerly: assistedsilicon.blogspot.com), a platform change (Blogger to WordPress), 805.5 themes, and coming on two years later, the topics … Continue reading

Posted in Meta | Tagged , , | Leave a comment

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

Posted in Programming | Tagged , , , | Leave a comment

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

Posted in Desktop | Tagged , , | 3 Comments

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

Posted in Desktop | Tagged , , , , | 4 Comments

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

Posted in CLI, Programming | Tagged , , , , , | 6 Comments