I had a little bit of a learning experience this week regarding NFS exports and Mac OS X that I thought would be interesting to share with my readers. It’s part “simple tip” and part “facepalm.”
UNIX
Google Spreadsheet Regular Expression Functions Are Insanely Useful
If you do any sort of spreadsheet work, you’ll find these functions incredibly useful. I know regular expressions can be intimidating, and I hate that they’re not compatible outside Google Spreadsheets, but it’s worth learning these regex functions!
How To Write To Windows NTFS Drives In Mac OS X 10.6 “Snow Leopard”
One of the daily hassles of using Apple Macintosh computers is the incompatibilities that arise with the broad Microsoft Windows world. Individual files often require conversion, but what about whole disks? Apple has long supported the universal and simplistic FAT filesystem, and added read-only support for NTFS back in 2003 in OS X 10.3 “Panther”. Third-party software like Paragon’s NTFS or the free NTFS-3G driver enabled read/write support, but a native solution was more desirable. Although 10.6 “Snow Leopard” includes NTFS write support, it is disabled by default. In this post, I’ll discuss methods for activating this native NTFS write support, as well as the pros and cons of doing so!
Tuning Lighttpd For Linux
As I mentioned on Friday, I’ve recently built a multi-server web hosting environment around lighttpd, MySQL, and Ubuntu Linux. Ironically, my lighttpd web server slowed to a crawl that very evening! It turns out that I had not properly tuned lighttpd to function in a Linux environment. I was surprised to find that the Ubuntu […]
AncientFS Opens Archaic Filesystems To Mac OS X
Just a quick note: Google’s Amit Singh recently introduced a new addition to the MacFUSE user-space filesystem software for OS X: AncientFS allows the Mac to read a host of archaic file systems and data container formats, from DECtape to Dump to the various flavors of the standard UNIX file system. This ought to be useful for […]