Monthly Archives: August 2007

Quad terminal laser!

I find, not too infrequently, that I need to perform operations across several directories, or across several servers, at once. To best facilitate this, I usually open 3-5 terminals, and then move them around so that I can see them … Continue reading

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

All your base…

Master Ian (whom I would link to, if his blog were not continually DOWN), showed me a very simple yet useful command: 1basename . You give it the path to a file, it gives you the filename and extension. If … Continue reading

Posted in CLI | Tagged , | Leave a comment

Domainspotter Project Homepage Launched!

I have spent some time thinking about what to do with my Domainspotter program. I believe that it can be further developed into something quite interesting, and somewhat useful. As a result, I decided to create a site to house … Continue reading

Posted in Meta | Tagged , , | Leave a comment

Fun with Python: Domainspotter

In an effort to learn Python better, I will be writing a number of relatively small scripts to perform set tasks. I find that giving myself some goal and having to code towards it is more effective in learning syntax … Continue reading

Posted in Programming | Tagged | Leave a comment

Beginner Python Debugging

While I won’t go into all the details and best practices of Python debugging here (because I do not know them), Chris Blunck shared a very easy and useful method with me that can be used in many situations. First, … Continue reading

Posted in Programming | Tagged | Leave a comment