「Mac OS X」の版間の差分
提供: Wikinote
(新しいページ: 'もう Mac を使い始めて 14 年くらいか…。人生の半分以上 (^_^; == iTunes == * ブラウズ時のジャンルを非表示にする $ defaults write com.appl...') |
|||
行4: | 行4: | ||
* ブラウズ時のジャンルを非表示にする | * ブラウズ時のジャンルを非表示にする | ||
$ defaults write com.apple.iTunes show-genre-when-browsing -bool FALSE | $ defaults write com.apple.iTunes show-genre-when-browsing -bool FALSE | ||
+ | |||
+ | == Tips == | ||
+ | === CPU (Core) を On/Off する === | ||
+ | おそらく Developer Tools をインストールしている場合、 | ||
+ | /Library/Application Support/HWPrefs ディレクトリに、CPUPalette.app というアプリケーションがある。 | ||
+ | 複数コアを搭載しているマシンならば、こいつを使えば動的に CPU を On/Off できる。 | ||
+ | [[画像:cpupalette.png]] |
2009年4月13日 (月) 00:36時点における版
もう Mac を使い始めて 14 年くらいか…。人生の半分以上 (^_^;
iTunes
- ブラウズ時のジャンルを非表示にする
$ defaults write com.apple.iTunes show-genre-when-browsing -bool FALSE
Tips
CPU (Core) を On/Off する
おそらく Developer Tools をインストールしている場合、 /Library/Application Support/HWPrefs ディレクトリに、CPUPalette.app というアプリケーションがある。 複数コアを搭載しているマシンならば、こいつを使えば動的に CPU を On/Off できる。