Tag: mac

  • LEGO Mindstorms stuck on splash screen

    For the odd computer here and there I’ve had LEGO Mindstorms get stuck on the splash screen (we’re talking 10-15 minutes or more). A bit of trouble, but I’ve found going to /Library/Internet Plug-Ins and deleting the Silverlight.plugin, then reinstalling both Silverlight and LEGO Mindstorms seems to fix it.

  • Packaging Starry Night College for Munki

    The following tutorial is just a more step-by-step version of Multiple guest users on one PC – How to register Starry Night, and with Munki in mind. Find the Starry Night app in your /Applications folder, right-click it, and select Show Package Contents. Then, go to Contents > Resources > Sky Data > Resources and…

  • Restoring a deleted recovery partition on a Mac

    Update This is only one method to restore the missing recovery partition. Check out Recreating a deleted recovery partition on a Mac for another method. The Missing Recovery Partition Problem I don’t actually know how a recovery partition gets deleted, but I’ve come across a few Macs with the partition deleted, and I’ve been looking…

  • Running a post-uninstall script for a Munki package

    Much as I love editing text files and entering commands into Terminal.app, I do also appreciate a good GUI frontend. Apart from munkiimport, I mainly manage Munki using MunkiAdmin, as I referenced in Absolute beginner’s guide to setting up Munki (not monkey). Of course, I got a bit too comfortable with the GUI frontend, and…

  • Configure Mac Remote Management from the Terminal

    On a Mac, if you want to remotely manage the client machine using ARD (Apple Remote Desktop), you can go to System Preferences > Sharing > Remote Management. What if you want to configure a user to remotely manage the machine but you have only SSH access (or you want to run a script instead…

  • Using MySQL with MunkiReport

    By default, MunkiReport uses its own embedded sqlite database, which apparently isn’t as robust as MySQL (the sqlite website has more information on sqlite’s appropriate uses and limitations). If you are extremely unfamiliar with MySQL databases, you may want to just stick with the default sqlite database until you are. I have a basic tutorial…

  • Restoring a Mac partition to its full size

    Usually, when you add a new partition to a Mac using Disk Utility, you can then just (minus sign) delete the new partition and Disk Utility will automatically expand your first partition to take up the free space. Occasionally, Macs will act weird and not fill up the free space and, more importantly, not let…

  • Packaging FileMaker Pro for Munki

    If your organization, school, or company has volume licensing for FileMaker Pro and want to make your package Munki-able, this is how you do it (based on Assisted install for FileMaker Pro and FileMaker Pro Advanced). Older: Find your FileMaker installer .mpkg file. This installer file will likely come on a read-only medium (read-only .dmg…

  • Changing the Energy Saver schedule via the command line on a Mac

    You can find a far more comprehensive tutorial at Power Management & Scheduling via Command Line, but if you want to change just the basic options, a command like this should do it: sudo pmset repeat shutdown MTWRFSU 22:00:00 wakeorpoweron MTWRFSU 6:00:00 That’s the equivalent of going to System Preferences > Energy Saver > Schedule…

  • Troubleshooting Mac “printing – printer is in use” error

    I haven’t seen this a lot, but it’s common enough that you can find it in a Google search. Here are some of the top results: HP 7520 – Printer in Use – won’t print from MAC I have a new iMac running OS X 10.8.3. I am adding a Windows network printer by IP…