Tag Archives: Macintosh

Mac – PaperCut – PCClient – running as LaunchD instead of login

Starting PCClient as a LaunchAgent instead of as a “login item” may help speed up user login … See the not at: http://www.papercut.com/kb/Main/MacClientStartupWithLaunchd

Posted in Labs | Tagged , | Comments Off on Mac – PaperCut – PCClient – running as LaunchD instead of login

Mac – R – Where “packages” are stored

The software R is open source and people are adding packages constantly. On the Mac these live in the directory: /Library/Frameworks/R.framework/Resources/library More details see: http://stackoverflow.com/questions/2615128/where-does-r-store-packages

Posted in Labs, Software | Tagged , | Comments Off on Mac – R – Where “packages” are stored

Mac – Un-mount Windows partition from Startup Items

See: http://www.insanelymac.com/forum/topic/14231-how-to-unmount-windows-partition-on-startup/

Posted in Labs | Tagged , , | Comments Off on Mac – Un-mount Windows partition from Startup Items

Mac – Fusion Drive Format

In certain circumstances, Bootcamp can mess up Fusion drive formatting. Here is a detailed posting of how to recover your drive. It basically entails, booting the Internet Recovery from Apple Restart by pressing alt cmd R at startup and then … Continue reading

Posted in Labs | Tagged , | Comments Off on Mac – Fusion Drive Format

Mac – Disable/Enable Gatekeeper from command line

GateKeeper is the application on Mac OS 10.8 and above that prevents running applications from unknown sources. On the “Lab” image this can not be enabled since many of the older academic software programs would not be able to run. … Continue reading

Posted in Labs | Tagged , , | Comments Off on Mac – Disable/Enable Gatekeeper from command line

Mac – Mavericks — AFP shares need to become SMB shares

With Mavericks, Apple is moving farther away from AFP support. It’s time to change our AFP points in our Network Shares to smb pointers. Two commands come in very handy to find and replace the needed text in the files … Continue reading

Posted in Labs | Tagged , , | Comments Off on Mac – Mavericks — AFP shares need to become SMB shares

Mac – Setting “default” printer

Setting a “default” printer on Mac – Printers are listed to the mac user on the drop down menu in alphabetic order so you need to add “A” to the beginning of the name of the default printer if the … Continue reading

Posted in Labs | Tagged , , | Comments Off on Mac – Setting “default” printer

Mac – Find all copies of files

Very useful when wondering if someone added something some where …. Best run as root: find / -name ‘Acrobat*’

Posted in Labs, Software | Tagged | Comments Off on Mac – Find all copies of files