Tips

Please open VirtualBox and clear out your inaccessible virtual machines or find a way to fix them.

Mac内のディレクトリ構成を変更すると、vagrant upで表題エラーになる Your VM has become “inaccessible.” Unfortunately, this is a critical error with VirtualBox that Vagrant can not cleanly recover from. Please open VirtualBox and clear out yo…

ファイルの中身をクリップボードにコピー

単純にファイルからファイルに移したいときは、cpやcatしてパイプでいけるんでしょうが、 例えば、ブラウザにペーストしたいときなどに、数百行以上のファイルでは、開いて全選択してコピーしてってのが地味に辛い(vimだと行番号が入っちゃってたりして、あ…

Homebrewインストールエラー -e:4: syntax error, unexpected '<'

"homebrew インストール"などでググって出てくるサイトの多くで ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)" 上記コマンドを叩く、と紹介されていますが、正しくは ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/in…

Windowsでシンボリックリンクを作成する

WindowsでDropboxとSVNを併用した場合、 SVN内のファイル全てをDropboxに同期させるとDropboxの容量的に圧迫してしまうわけです(有料版にしても50Gbyte)。 そこで、必要最小限のファイル(ディレクトリ)だけDropboxに同期させたい。 ところが、SVNとDropb…