#author("2025-06-21T19:22:22+09:00","default:pengwei","pengwei")
#author("2025-07-11T19:08:39+09:00","default:pengwei","pengwei")
*MacOS [#t6635757]
#contents


**macOS Sequoiaマニュアル [#h1259400]
 https://support.apple.com/ja-jp/guide/mac-help/welcome/15.0/mac/15.0

**ネットワーク分離 [#jcc9cb83]

**キーボード設定ツール [#d314bb00]

 blog: https://wasabitaro.com/other/hard-soft/mac-de-win-keyboard
 ツールDL先  :https://karabiner-elements.pqrs.org/
 githubソース:https://github.com/pqrs-org/Karabiner-Elements

**Dock設定 [#h3bc3281]
-同じアプリでもウィンドウ別にアイコンを表示させる
 defaults write com.apple.dock show-process-indicators -bool true; killall Dock
-アイコンのサイズを30pixlにする
 defaults write com.apple.dock tilesize -int 50; killall Dock

**Rosesetaの完全削除方法 [#g0d4c5a2]
-残留ファイル確認% pkgutil --files com.apple.pkg.RosettaUpdateAuto 
 Library
 Library/Apple
 Library/Apple/usr
 Library/Apple/usr/lib
 Library/Apple/usr/lib/libRosettaAot.dylib
 Library/Apple/usr/libexec
 Library/Apple/usr/libexec/oah
 Library/Apple/usr/libexec/oah/RosettaLinux
 Library/Apple/usr/libexec/oah/RosettaLinux/rosetta
 Library/Apple/usr/libexec/oah/RosettaLinux/rosettad
 Library/Apple/usr/libexec/oah/debugserver
 Library/Apple/usr/libexec/oah/libRosettaRuntime
 Library/Apple/usr/libexec/oah/runtime
 Library/Apple/usr/libexec/oah/translate_tool
 Library/Apple/usr/share
 Library/Apple/usr/share/rosetta
 Library/Apple/usr/share/rosetta/rosetta


 Rosettaがインストールされていない証拠
 arch -x86_64 bash
 これがでればOK:posix_spawnp: bash: Bad CPU type in executable

-SIP(System Integrity Protection)の無効化/有効化:csrutil disable / csrutil enable

-diskutil list
 mkdir /Volumes/Root
 mount -o nobrowse -t apfs /dev/disk3s5s1 /Volumes/Root
 cd /Volumes/Root/Library/Apple/usr/libexec/oah
 ls
 rm -rf /Volumes/Root/Library/Apple/usr/libexec/oah

#bug
 https://dokal96vkk2ty.cloudfront.net/books/ph5_au_eaa/lessons/h1_l1_c5
 https://dokal96vkk2ty.cloudfront.net/books/ph5_au_cf/lessons/h1_l1_c5






トップ   差分 履歴 リロード   一覧 検索 最終更新   ヘルプ   最終更新のRSS