Archive for January, 2005

Using you mac to share an appletalk printer

Tuesday, January 25th, 2005

This is a little easy trick for those in a Windows network environment. If you have a laserwriter that your pc can’t see (such as an appletalk protocol printer) and you have an OS X box that sees it, you can turn on Windows sharing in your preferences and share your printer. This is sometimes […]

pushd

Monday, January 17th, 2005

In the terminal, if you find yourself needing to move back and forth between two directories and don’t want to type in the complete path name constantly, you can either set up aliases of the cd command to the directory or you can use pushd. Let’s say you are in your Sites folder in […]

Crontab

Monday, January 10th, 2005

I have been having a lot of difficulty using Moveable Type in recent weeks. This has slowed progress on the website. I’ve made the switch to Wordpress which is a php alternative to the perl powered Moveable Type. I have found it to be a very nice editor that is very easy to install and […]