#author("2025-04-19T16:38:53+00:00","default:yoya","yoya")
#author("2025-04-23T13:45:39+00:00","default:yoya","yoya")
[[Apple]] > [[MacOSX]] >[[OSX]] > [[macOS]]
#contents
- [[MacBook]]
- [[macOS/SIP]]
- MacOS/ OS X / macOS 各バージョン ([[macOS/Version]])
* 開発 [#del]
- [[Xcode]]
- [[dtruss]]
- [[system_profiler]]
- [[AppleScript]]
- [[macOS/GateKeeper]]
- [[macOS/Automator]]
* ツール [#gfd76732]
- [[Sentinel]]
- [[CopyQ]]
* セキュリティ [#ue612bf8]
- macOS Security Compliance Project ([[mSCP]])
* 脆弱性 [#ke96324e]
- これまでに発見されたmacOSの脆弱性を利用し、macOSでsudoまたはroot権限を取得しようとするスクリプト「rootOS」が公開。
-- https://applech2.com/archives/20190317-rootos-macos-root-helper.html
* はじめにする事 [#first-step]
- iMac/MacBook購入後に必ず設定したい設定項目
-- https://qiita.com/ryuichi1208/items/5905240f3bfce793b33d
- スクショで影をつけない
defaults write com.apple.screencapture disable-shadow -boolean true
- Mac で cntl-space を emacs で使いたい
-- https://github.com/spring-projects/spring-tools/issues/517
--- キーボード > 入力ソース > 「前の入力ソースを選択」のチェックを外す
- Macの「command + V」で書式なしのペーストをする方法
-- https://decoy284.net/mac-command-v-paste-and-match-style/
>
設定>キーボード>アプリのショートカット。
>
「すべてのアプリケーション」に追加>「ペーストしてスタイルを合わせる」「Cmd+v」
- https://x.com/unagix/status/1798247234506719473
>
「壁紙をクリックしてデスクトップを表示」じゃないかな。
https://pbs.twimg.com/media/GPSp2OSaEAAXjUd?format=jpg&name=small#.jpg
*. [#k7a71195]
- macOSはPOSIX無名セマフォをサポートしない
-- https://yohhoy.hatenadiary.jp/entry/20200503/p1
--- https://github.com/yohhoy/yamc/blob/master/include/gcd_semaphore.hpp
--- https://lists.apple.com/archives/darwin-kernel/2009/Apr/msg00010.html
>
macOS(旧Mac OS X)では POSIX無名(unnamed)セマフォ を意図的にサポートしない。
- [[macOS/BackgroundMusic]]
- [[macOS/GPU]]