====== mac 関連 ====== ===== 開発環境 ===== [[mac:xcode|Xcode]]\\ [[mac:tortoisehg|TortoiseHg - Mercurial 分散型バージョン管理システム用ツール]]\\ [[mac:ampps|AMPPS]]\\ [[mac:xampp|XAMPP]]\\ [[mac:wordpress|WordPress]]\\ ===== パッケージ管理 ===== [[mac:macports|MacPorts]]\\ [[mac:rpm|RPM - Red Hat Package Manager]]\\ ===== 入れておきたいパッケージ ===== [[mac:coreutils|coreutils - GNU Core Utilities]]\\ [[mac:7zip|7zip - 高圧縮率のファイルアーカイバ]]\\ [[http://ja.libreoffice.org/home/|Libre Office]]\\ [[mac:putty|Putty]]\\ [[mac:wine|Wine - Wine is not an emulator]]\\ ==== Python ===== [[python:python_install|Python のインストール]]\\ ===== データベース ===== [[mac:mysql|MySQL]]\\ [[mac:postgresql|PostgreSQL]]\\ ===== カスタマイズ ===== ==== Finder で隠しファイルの表示/非表示 ==== 隠しファイルの表示(ターミナルでコマンドを実行) $ defaults write com.apple.finder AppleShowAllFiles -boolean true $ killall Finder 隠しファイルの非表示(ターミナルでコマンドを実行) $ defaults delete com.apple.finder AppleShowAllFiles $ killall Finder ===== コマンド関連 ===== [[mac:opensnoop|Mac OS X でファイルアクセスをモニタリングする]] ===== 操作関連 ===== macでバックスラッシュ(\)の入力 option(alt) + ¥ スクリーンショット(画面全体) command + shift + 3 スクリーンショット(画面全体) command + shift + 4 スクリーンショット(選択ウィンドウ) command + shift + 4 + space ===== 参考文献 ===== [[http://inforati.jp/apple/mac-tips-techniques/system-hints/how-to-show-hidden-file-or-folder-of-macos.html|Macの隠しファイルや隠しフォルダを表示する裏技 / Inforati]]\\