mac

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
最新のリビジョン両方とも次のリビジョン
mac [2012/08/27 03:15] – [入れておきたいパッケージ] ともやんmac [2019/07/31 17:50] ともやん
行 1: 行 1:
-====== mac関連 ====== +<ifauth !@loggedinusers><html> 
-===== macでバックスラッシュ(\) ===== +<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> 
-option(alt) + ¥ で入力+<script> 
 +     (adsbygoogle = window.adsbygoogle || []).push({ 
 +          google_ad_client: "ca-pub-0791334967460971", 
 +          enable_page_level_ads: true 
 +     }); 
 +</script></html></ifauth> 
 +====== mac 関連 ====== 
 ===== 開発環境 ===== ===== 開発環境 =====
 [[mac:xcode|Xcode]]\\ [[mac:xcode|Xcode]]\\
-[[mac:tortoisehg|TortoiseHg - Mercurial 分散構成管理システム用ツール]]\\+[[mac:tortoisehg|TortoiseHg - Mercurial 分散型バージョン管理システム用ツール]]\\ 
 +[[mac:ampps|AMPPS]]\\
 [[mac:xampp|XAMPP]]\\ [[mac:xampp|XAMPP]]\\
 +[[mac:wordpress|WordPress]]\\
 +
 ===== パッケージ管理 ===== ===== パッケージ管理 =====
 [[mac:macports|MacPorts]]\\ [[mac:macports|MacPorts]]\\
行 14: 行 24:
 [[mac:7zip|7zip - 高圧縮率のファイルアーカイバ]]\\ [[mac:7zip|7zip - 高圧縮率のファイルアーカイバ]]\\
 [[http://ja.libreoffice.org/home/|Libre Office]]\\ [[http://ja.libreoffice.org/home/|Libre Office]]\\
 +[[mac:putty|Putty]]\\
 [[mac:wine|Wine - Wine is not an emulator]]\\ [[mac:wine|Wine - Wine is not an emulator]]\\
 +
 ==== Python ===== ==== Python =====
 [[python:python_install|Python のインストール]]\\ [[python:python_install|Python のインストール]]\\
行 23: 行 35:
  
 ===== カスタマイズ ===== ===== カスタマイズ =====
 +
 ==== Finder で隠しファイルの表示/非表示 ==== ==== Finder で隠しファイルの表示/非表示 ====
 隠しファイルの表示(ターミナルでコマンドを実行) 隠しファイルの表示(ターミナルでコマンドを実行)
行 34: 行 47:
 $ defaults delete com.apple.finder AppleShowAllFiles $ defaults delete com.apple.finder AppleShowAllFiles
 $ killall Finder $ killall Finder
 +</code>
 +
 +===== コマンド関連 =====
 +[[mac:opensnoop|Mac OS X でファイルアクセスをモニタリングする]]
 +
 +===== 操作関連 =====
 +macでバックスラッシュ(\)の入力
 +<code>
 +option(alt) + ¥ 
 +</code>
 +
 +スクリーンショット(画面全体)
 +<code>
 +command + shift + 3
 +</code>
 +スクリーンショット(画面全体)
 +<code>
 +command + shift + 4
 +</code>
 +スクリーンショット(選択ウィンドウ)
 +<code>
 +command + shift + 4 + space
 </code> </code>
  
 ===== 参考文献 ===== ===== 参考文献 =====
 [[http://inforati.jp/apple/mac-tips-techniques/system-hints/how-to-show-hidden-file-or-folder-of-macos.html|Macの隠しファイルや隠しフォルダを表示する裏技 / Inforati]]\\ [[http://inforati.jp/apple/mac-tips-techniques/system-hints/how-to-show-hidden-file-or-folder-of-macos.html|Macの隠しファイルや隠しフォルダを表示する裏技 / Inforati]]\\
 +