Tag: mac

  • Unicode on the Mac’s APFS is Insane

    That’s what I hear, anyway. I inherited a bunch of files created on a Mac that have Korean names. On a Mac they look like this: ’13 주문 MIROTIC.m4a’ and ’01 Hook가 HookGA (feat. 화사).m4a’ But on my Linux backup system, they look like this: ’13 주문 MIROTIC.m4a’ and ’01 Hook가 HookGA (feat. 화사).m4a’ .…

  • Sorting Out My Computers

    I recently spent some time in the house I grew up in, and came back wanting to get the things in my house sorted out. One category of things in my house is computers, and two of those are “project” computers: Mac Pro “Quad Core” 2.0 (Original) Mac mini “Core Solo” 1.5  

  • Homebrew

    I guess I’m going to have to put together a master guide from all these entries. Here’s something else you should do: $ brew install coreutils findutils gnu-tar gnu-sed gawk gnutls gnu-indent gnu-getopt (Here’s somebody’s master guide.)

  • Setting Up Homebrew on my New Old Mac

    I set up Homebrew on my iMac. (If you go to their site, the Homebrew project has documentation there, which explains the whole not-use-sudo philosophy and using /usr/local now that Apple makes it hard not to, but I don’t understand it, so it seems like an invitation to having your machine rooted. But I’m a greybeard and I quit…

  • Moving iTunes from one mac to another

    The biggest single reason I wanted to fix my old iMac was to put a honkin’ big HD in it, and the reason for that was so I could have an iTunes library on the main hard drive instead of an external (USB 2.0) drive. My iTunes Media folder looks like this: 32 Books 60…

  • iMac Salvaged!

    Mostly I’ve been blogging about my adventures in Linux-land. But I wanted to write a bit about my other project. About 9 1/2 years ago, we got an iMac, and about four years ago we replaced it with a Mac Mini. The iMac was a mid-2007 20″ model. (This was the first Aluminum and Glass version,…

  • I wouldn’t take it gift-wrapped

    Office 2016 for Mac now available as stand-alone software. I’ve been exposed to Office 2013/Windows, and to get anything done, I have to use Office 2011 on my Mac. I wouldn’t even install Office 2016 on my Mac for $100 even if it left the old version intact. More likely, though, it clobbers the previous…

  • Microsoft Keyboard Blues

    I foolishly installed the Intellipoint drivers for my Microsoft Keyboard 4000, and have been frustrated ever since. I assume it’s because it’s a Microsoft product on a Mac. Anyway. This is the solution. First, uninstall the Microsoft drivers as described there. Second, open the keyboard preferences pane: Then swap the modifier keys as follows:

  • Pages 5

    Well, this sucks. This sucks too.

  • More rbenv notes

    My last post on rbenv mentioned some things you need to do to get ruby to build on Mountain Lion. Here are a few more things. This guy Jacob Swanner didn’t want to use either Xcode or gcc. He just used the Xcode command-line tools, with a CC environment variable, thus: $ CC=/usr/bin/clang rbenv install…