Category Archives: UNIX

Licenses

Last week, a reader wrote in with this question: [Y]ou’ve got all this great code, but you haven’t declared a license. Is it public domain, or BSD? This is, as they say, a fair question. I address it today.

Posted in iPhone, Planet Microsoft, Projects, Python, Reverse Engineering, UNIX, Web stuff | Comments Off

Slicehost

Editorial Note: This is my 100th post. Thanks for reading. Today, I signed up for a VPS at Slicehost. This is my first time dealing with them, and so far I’m very happy. I did encounter a fair number of … Continue reading

Posted in Projects, UNIX, Web stuff | Comments Off

A sed Quirk

The sed utility is a useful, if slightly obscure, tool. (Fortunately, there are excellent guides available to its use.) Today, however, I ran across an annoying incompatibility in one of its features, which I want to briefly discuss.

Posted in UNIX | Comments Off

WordPress Backups (con’t)

This is a quick addenda to yesterday’s notes on backing up self-hosted WordPress blogs. I noticed that I neglected to make the scripts I described available as downloads, and that I didn’t illustrate the final piece of the puzzle: a … Continue reading

Posted in Projects, Python, UNIX, Web stuff | Comments Off

WordPress Backups

If you run a self-hosted WordPress Blog, it’s probably a good idea to back it up now and again. Here I present some code that I use to back up my blog to Amazon’s S3 service, which might help you … Continue reading

Posted in Projects, Python, UNIX, Web stuff | Comments Off

Mac OSX Tip

A useful little tidbit from a friend of a friend: Hiding a CLI-only user account in Mac OS X 10.5 Leopard

Posted in UNIX | Comments Off

Generating HTML from Python

Occasionally I will write scripts which generate HTML documents. I understand the view that HTML is “object code”, and that its formatting doesn’t matter, but I’ve never been completely able to adopt that position. As a result, I usually try … Continue reading

Posted in Planet Microsoft, Python, UNIX, Web stuff | Comments Off

Command Line Quickies

One of the best things about working in the UNIX environment is the powerful command-line interface, which includes the available shells, scripting languages, standard utilities, and facilities for I/O manipulation. The strength of this interface is its modularity; a large-ish … Continue reading

Posted in UNIX | Comments Off