Skip to content

Instantly share code, notes, and snippets.

@yutokyokutyo
Created December 11, 2014 10:21
Show Gist options
  • Save yutokyokutyo/6724f6acda3af5e21af8 to your computer and use it in GitHub Desktop.
Save yutokyokutyo/6724f6acda3af5e21af8 to your computer and use it in GitHub Desktop.

Ops研修(12月11日)

Chapter 7: Puppet を導入する

パッケージインストール時のエラー

https://gist.github.com/yutokyokutyo/0d774cebab0c07877a9a

rbenv を git clone するときのエラー

https://gist.github.com/yutokyokutyo/a3d34d9d941dcdbdf1ce

PR

https://gist.github.com/yutokyokutyo/a3d34d9d941dcdbdf1ce

備考

  • sshdはsshサーバーを動作させるためのdeamon
  • puppetのリソースタイプでどうしても表現できない場合は最終兵器execタイプを使う!(使い過ぎには注意)
  • プログラミングの分野で、あるクラスや関数、データ型などが提供する機能やデータを含み、別の形で提供することを「ラップする」という。

出典:http://e-words.jp/w/E383A9E38383E38397.html

Vimについて

  • 単語の上で*を押すといきなりその単語を検索して全部ハイライトしてくれる
  • ハイライトを消すには:noh(no highlightのことだろう)と打つ
  • インサートモードのjjをEscにバインドしておくとめちゃ便利とのこと

出典:http://qiita.com/hachi8833/items/7beeee825c11f7437f54#level-4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment