Chmod Recursively

To chmod recursively, meaning directories and all directories within, you’d use the -R option: chmod -R 755 From the chmod man page: -R, –recursive change files and directories recursively This is all simple enough, but for some reason I always … Read More

IP Cloud

There’s a concept I’ve been thinking of lately, which I see no reason won’t be taking off within a few years. It’s a concept of an “IP Cloud”. Technically, it’s a centralized database of ip-associated user profiles compiled by all … Read More

Import pMachine Blog Posts Into TypePad

Ok, here’s a little bonus. I spent some time importing blog posts from pMachine into TypePad the other day. To import the posts into TypePad you can use the Movable type import format. This format is discussed here: http://www.sixapart.com/movabletype/docs/mtimport The … Read More