2014-01-01から1年間の記事一覧

How to Build Windows Server 2008 R2 Vagrant Box

Windows Server 2008 R2のVagrant Boxを作成する方法のメモ。 Vagrant: 1.6.X Windows Server 2008 R2 MS配布のインストールディスクイメージを入手しておく 構築手順 初期構築 以下のサイトの手順を元に構築できます。 http://tech.nitoyon.com/ja/blog/201…

一番簡単なMakefile

helloworld.cがあるとして、 % touch Makefile % make helloworld これで動く。 もしくは % echo all:helloworld > Makefile % make 複雑なMakefile見てるより、これがなぜ動くのかを理解するところから初める方がいい気がする、 と以下を見てて思いました。…

gfm test

GFMが使えるかどうかのテスト https://help.github.com/articles/github-flavored-markdown First Header Second Header Content Cell Content Cell Content Cell Content Cell test hoge a b c $ def Hoge << class; end Mistaken text.

[Tips] Vagrant 1.5.[01]のエラー

Mac

Vagrant 1.5.1を新規でインストール(既存バージョンが入っていない状態)すると、実行時に以下のエラーになる。(1.5.0も同様) % vagrant /Applications/Vagrant/bin/../embedded/bin/ruby: No such file or directory -- /Applications/Vagrant/bin/../embedd…