personal blog about, well, various stuff…
OS X
Delete / remove svn folders
Jul 26th
Always seems to need this little command when moving stuff around in different projects.
find . -name ".svn" -type d -exec rm -rf {} \;
Hopefully somebody else will find it of use also.
scp: ambiguous target
Jul 23rd
Just spent quite a few minutes with this strange error while trying to copy some files from one OS X machine to another. I kept getting the “scp: ambiguous” target error and I was pretty certain I did everything right…
So if someone else runs into this problem here is a More >
Xerox Phaser 6110n Snow Leopard Driver
Jan 16th
Having bought this printer as a replacement for a (really terrible) Lexmark inkjet printer I found it easy to setup when using Leopard (10.5), but after upgrading to Snow Leopard (10.6) there has been a few issues installing the driver. Although Xerox does have some instructions on how to install More >
Recent Comments