- MacOS/ OS X / macOS 各バージョン (macOS/Version)
開発†
脆弱性†
- これまでに発見されたmacOSの脆弱性を利用し、macOSでsudoまたはroot権限を取得しようとするスクリプト「rootOS」が公開。
はじめにする事†
- iMac/MacBook購入後に必ず設定したい設定項目
- スクショで影をつけない
defaults write com.apple.screencapture disable-shadow -boolean true
- Macの「command + V」で書式なしのペーストをする方法
- https://decoy284.net/mac-command-v-paste-and-match-style/
設定>キーボード>アプリのショートカット。
「すべてのアプリケーション」に追加>「ペーストしてスタイルを合わせる」「Cmd+v」
- https://decoy284.net/mac-command-v-paste-and-match-style/
- https://x.com/unagix/status/1798247234506719473
「壁紙をクリックしてデスクトップを表示」じゃないかな。
.†
- 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)セマフォ を意図的にサポートしない。
- https://yohhoy.hatenadiary.jp/entry/20200503/p1