使用 Apple School Manager 與 MDM 管理 大量 IPad

名詞解釋

ASM: Apple School Manager

MDM: Mobile Device Manager 在 macOS Server 上叫做 “描述檔管理程式” profile-manager

VPP: Volume Purchase Program

監管: 將設備納管, 可以對設備進行管理

準備: 讓設備初始化

環境需求

  • 數台 iOS 設備 (廢話)
  • 一台 macOS (安裝 MDM Server 用)
  • 花 $590 買 macOS Server 軟體
  • Apple School Manager 專用 Apple ID (下面說明申請方式)
  • macOS Server 用的對外固定 IP (內部當然也是要固定才能轉喔)

申請 Apple School Manager 帳號

先到 Apple School Manager 網站 申請帳號

Imgur

這個申請有點麻煩, 概念大概是

Read more

[MacOSX] MacPorts 換成 Homebrew

移除Macport

sudo port -f uninstall installed
sudo rm -rf /opt/local
sudo rm -rf /Library/Tcl/macports1.0
rm -rf ~/.macports

安裝 Homebrew

ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"

路徑

brew安裝的檔案都放在 /usr/local/Cellar/
然後拉link去 /usr/local/bin/

OS X Mavericks 顯示或隱藏系統檔案

OS X Mavericks

OSX可以用 defaults write com.apple.Finder AppleShowAllFiles FALSE/TRUE 來控制顯示隱藏檔
但是有趣的是在Mavericks底下 Finder的f要用小寫 不可以用大寫
用大寫會被系統自動改回來

所以正確的用法是

顯示
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder

隱藏
defaults write com.apple.finder AppleShowAllFiles FALSE
killall Finder

UPDATE:
設定檔案是否為隱藏可用
chflags nohidden filename
chflags hidden filename

[Mac] 移除10.8 ML的通知中心不必要的服務

移除10.8通知中心的大陸服務

老實說 這些用不到的服務看了就礙眼

移除10.8通知中心的大陸服務

移除方法很簡單
打開finder去 系統/資源庫/InternetAccounts
(或是按command+shift+g前往/system/library/InternetAccounts)
底下個服務以資料夾分類 看不喜歡的就直接刪除
要是怕誤刪 就先移動到其他地方 沒問題 就可以安心刪除