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." Read on! TL;DR: NFS works (insecurely) if you use all_squash and set anonuid and anongid to match your UNIX user ID The Setup: What I Wanted to Do I have an old Iomega ix4-200d … [Read more...] about Using NFS to Share Data Between UNIX and Mac OS X
UNIX
Google Spreadsheet Regular Expression Functions Are Insanely Useful
I'm a UNIX command line guy, so it shouldn't come as a surprise that I love regular expressions. This simple language allows one to slice and dice text strings with abandon, greatly simplifying data extraction and replacement tasks. Although it's been there since 2010, I was thrilled recently to discover that Google Spreadsheets now supports in-cell regular expressions! It's … [Read more...] about Google Spreadsheet Regular Expression Functions Are Insanely Useful
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 … [Read more...] about How To Write To Windows NTFS Drives In Mac OS X 10.6 “Snow Leopard”
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 package did not include basic Linux settings! I … [Read more...] about Tuning Lighttpd For Linux
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 those of us who have standardized our desktops on … [Read more...] about AncientFS Opens Archaic Filesystems To Mac OS X