Mac

mikeryan's picture

Mac OS X defaults command

Full filesystem in Finder/Time Machine

The Mac OS X Finder by default only shows stuff regular people need to see - it doesn't show the entire filesystem. Time Machine follows Finder - which means that, although Time Machine backs up everything, you can't see and restore... oh, let's say /usr/local/pgsql/data. To make the entire filesystem visible under Macintosh HD, you need to go to the shell and say

defaults write NSGlobalDomain AppleShowAllFiles YES

Then, of course, reboot.

mikeryan's picture

Web server-generated email under MAMP

Developing on my MacBook, with the MAMP stack installed, attempts by any of my local Drupal sites to send email out to a Drupal user (say, a new account notification) go into the local mail queue and get stuck there. /var/log/mail.log shows  "Operation timed out" errors from Postfix, whether sending to an account on my webhost or my Gmail account. telnet to port 25 (using a couple different hosts) also fails with "Operation timed out".

mikeryan's picture

Backups

I needed to establish backups. I have a 300GB external hard drive - but it was formatted with NTFS (thus unwritable by Mac OS X), and it contained many, many GB of music files. I had already imported the MP3s into iTunes on my MacBook, but Sarah has been using the external drive to sync her MP3 player through her Windows laptop (using MediaMonkey, a much better music library manager than iTunes, but which unfortunately won't sync to my iPhone).

mikeryan's picture

MAMP

So, I've installed MAMP on my MacBook, quite a bit simpler than installing and configuring Apache/MySQL/PHP individually...

My question is - does MAMP PRO provide anything worthwhile to me (i.e., anything I can't accomplish via httpd.conf/php.ini/mysql command line...)?

 

mikeryan's picture

File permissions problem on MacBook

Having some file permission trouble on my MacBook - files that I cannot edit/mv/etc. although I own them and permissions are 755... So, how about good ol' su?

How to Enable the "root" account on Mac OS X

The Quick CLI Method (sudo passwd root) worked fine for allowing me to su - but the root account can't seem to do anything to these files either...

mikeryan's picture

Mac

I'm transitioning from Windows to Mac OS X - as I learn how to best make use of the new environment, I'll drop hints & tips here.

 

mikeryan's picture

Quick update

Seems a little quiet around here... I got a MacBook this week, the past few days I've been migrating stuff from my old Windows system. It's coming along slowly, had a couple little glitches (the first sync with my iPhone wiped out my contacts and calendar, and then I had problems with Quicken Mac 2007). I'll be more verbose once my platform is stable...

 

Syndicate content