Tags
Active_Directory Adobe AFP ARD Background Boot Bootcamp Chrome Command Default User DEP Deployment Dual_Boot El Capitan External boot GIS Group_Policy High Sierra Image Installer JAMF KACE Keyserver Kiosk Lion Login Macintosh Matlab Mavericks Mt Lion Novell Packaging Reference Security Silent Installer SIP Sleep Software Spss Startup User_Profile VectorWorks Windows Windows 10 Windows to GoContact Me
Contact me by email ... [email protected]Login
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
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
Mac – Un-mount Windows partition from Startup Items
See: http://www.insanelymac.com/forum/topic/14231-how-to-unmount-windows-partition-on-startup/
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
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 Gatekeeper, Macintosh, Security
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
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
Mac – Find all copies of files
Very useful when wondering if someone added something some where …. Best run as root: find / -name ‘Acrobat*’