Month: May 2017

  • iMac configuration

    I mentioned previously how I’ve rehabilitated the 10-year old iMac. Today, I’ve been setting up the software environment. First, I transferred my iTunes library over to the new computer. Then I installed some non-Safari browsers: Chrome, Firefox, and Brave. Then I set up Homebrew, and after that, ruby: $ brew install openssl # various messages […]

  • 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, […]

  • Useful system monitoring tools

    $ sudo apt install sysstat nmon htop $ iostat $ vmstat $ htop $ nmon Via.

  • Bonjour troubles in Ubuntu 17.04

    Actually, it turns out that they’re really problems with IPv6. I guess. Anyway, the solution is really just a workaround: $ sudo service avahi-daemon restart See here. (Or follow me.)

  • Things I Did After Installing 17.04

    Here in one place is my list of things to do after installing a new operating system. $ sudo apt update $ sudo apt upgrade $ sudo apt install ssh Then try to ssh into the computer. If needed, apply the fix to Zeroconf / Avahi / NSSwitch.conf. Next: $ sudo apt install git $ […]