使用者工具

網站工具


apple:mac_os_x

差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
apple:mac_os_x [2015/12/04 11:23]
sars .DS_store
apple:mac_os_x [2017/09/29 17:01] (目前版本)
sars
行 7: 行 7:
 加上 control 鍵則直接複製到剪貼簿。 加上 control 鍵則直接複製到剪貼簿。
  
-===== 光碟成 iso ===== +===== 製作 macOS 10.13 High Sierra 安裝 ISO 檔 ===== 
-查看光碟資訊與掛載資訊 +  ​sudo /​Applications/​Install\ macOS\ High\ Sierra.app/​Contents/​Resources/​createinstallmedia --volume /​Volumes/​[USBDisk]
-  ​$ drutil status+
  
-<​code>​ +===== 製作 macOS 10.11 安裝 ISO 檔 ===== 
- Vendor ​  ​Product ​          Rev  +  ​hdiutil attach /​Applications/​Install\ OS\ X\ El\ Capitan.app/​Contents/​SharedSupport/​InstallESD.dmg ​-noverify ​-nobrowse -mountpoint ​/Volumes/install_app 
- ​MATSHITA DVD-R   UJ-868    KB19 +  ​hdiutil create -o /tmp/ElCapitan.cdr -size 7316m -layout SPUD -fs HFS+J 
- +  ​hdiutil attach ​/tmp/ElCapitan.cdr.dmg -noverify -nobrowse -mountpoint /​Volumes/​install_build 
-           Type: DVD+R                Name: /dev/disk1 +  ​asr restore -source ​/Volumes/install_app/​BaseSystem.dmg -target /​Volumes/​install_build -noprompt -noverify -erase 
-       Sessions: 1                  Tracks: 1  +  rm /​Volumes/​OS\ X\ Base\ System/​System/​Installation/​Packages 
-   ​Overwritable: ​  ​00:​00:​00 ​        ​blocks: ​       0   0.00MB ​  0.00MiB +  ​cp ​-rp /​Volumes/​install_app/​Packages /​Volumes/​OS\ X\ Base\ System/​System/​Installation/​ 
-     Space Free:   ​00:​00:​00 ​        ​blocks: ​       0   0.00MB ​  0.00MiB +  cp -rp /Volumes/​install_app/​BaseSystem.chunklist /​Volumes/​OS\ X\ Base\ System/​BaseSystem.chunklist 
-     Space Used:  426:​04:​28 ​        ​blocks: ​ 1917328 ​  3.93GB ​  3.66GiB +  cp -rp /​Volumes/​install_app/​BaseSystem.dmg /​Volumes/​OS\ X\ Base\ System/​BaseSystem.dmg 
-    ​Writability: ​ +  ​hdiutil detach ​/Volumes/install_app 
-      Book Type: DVD-ROM (v1) +  ​hdiutil detach /​Volumes/​OS\ X\ Base\ System/ 
-       Media ID: CMC MAG E01 +  ​hdiutil convert /​tmp/​ElCapitan.cdr.dmg -format UDTO -o /​tmp/​ElCapitan.iso 
-</code> +  ​mv /tmp/ElCapitan.iso.cdr ~/​Desktop/​ElCapitan.iso
- +
-將光碟卸載 +
-  ​$ diskutil unmountDisk ​/dev/disk1 +
-  ​Unmount of all volumes on disk1 was successful +
- +
-複製光碟檔案至 ​iso +
-  ​$ dd if=/dev/disk1 of=file.iso bs=2048+
  
 ===== Mavericks(10.9) 掛載 NTFS 硬碟 ===== ===== Mavericks(10.9) 掛載 NTFS 硬碟 =====
行 79: 行 71:
  
 另外文章內有提到可以拿舊版 Snow Leopard 裡面的 NTFS 來用,但是可能會導致硬碟分割區整個爛掉,不建議使用。 另外文章內有提到可以拿舊版 Snow Leopard 裡面的 NTFS 來用,但是可能會導致硬碟分割區整個爛掉,不建議使用。
 +
 +===== 讓 .bashrc 生效 =====
 +在 ~/​.bash_profile 內加入
 +
 +  if [ -f ~/.bashrc ]; then
 +    source ~/.bashrc
 +  fi
  
 ===== 讓終端機 ls 有顏色 ===== ===== 讓終端機 ls 有顏色 =====
行 227: 行 226:
 ===== Java ===== ===== Java =====
 http://​wiki.oneswarm.org/​index.php/​OS_X_10.6_Snow_Leopard http://​wiki.oneswarm.org/​index.php/​OS_X_10.6_Snow_Leopard
 +
 +====== 升級、重灌 ======
 +  * https://​medium.com/​@hlb/​clean-install-os-x-el-capitan-5aaa1f805c9#​.eenwbzxxx
 +  * https://​gist.github.com/​jhihguan/​2fda54f9a94fff48f21a
 +
 +===== 10.10 Yosemite =====
 +  * [[https://​jimlindley.com/​blog/​yosemite-upgrade-homebrew-tips/​|Faster Mac OS X 10.10 Yosemite Upgrades for Developers]]
apple/mac_os_x.1449199394.txt.gz · 上一次變更: 2015/12/04 11:23 由 sars