#Mac
8 posts
-
Feb 2, 2023
Some Simple Shell Scripts to Install Mac Apps for Intune
Here are some typical shell script codes for mac application installation
-
Nov 7, 2017
How to Troubleshoot 802.1x Mac Authentication Issues
It is quite complex to troubleshoot 802.1x authentication issues for Mac. Here are a few sections you can look for errors: 1. RADIUS Server Log This is the most convenient and efficient way to...
-
Nov 6, 2017
802.1X Network Authentication for Mac
Cannot believe I spent so much time just to figure out how to do 802.1x network authentication for Mac :) So for managing macs, we have two ways of setup 802.1x, one is using Apple Profile Manager to...
-
Aug 4, 2016
How to Setup NFS Server on Mac
1.Open terminal on your mac and edit exports file: sudo nano /etc/exports 2. Edit the file to add the share folder: /LocalSharedFolderPath mapall=ID alldirs ID is your account ID, you can just...
-
Jul 12, 2016
SCCM Mac Client Auto Enrollment Script
Since our SCCM server got updated, the old sccm mac client won't working anymore ( needs to support El Caption), and our certificate expired as well...so basically I have to uninstall the old sccm...
-
Jun 23, 2016
Cool MAC OSX BASH PROFILE
<https://natelandau.com/my mac osx bash profile/
-
Jun 23, 2016
How to Make Mac OS X Runs Faster in VM
this beamoff seems working good: https://derflounder.wordpress.com/2014/12/13/improving yosemite vm performance in vmware fusion/
-
Jun 3, 2016
How to Setup Auto Backup on Mac using RSYNC
Update your Rsync on mac: First install Homebrew on your mac, then brew tap homebrew/dupes brew install rsync edit /private/etc/paths and put /usr/local/bin ahead of /usr/bin and then restart...