tetuo41の日記

日々の生活で起こる心の揺れを書きます!!

2013-10-01から1ヶ月間の記事一覧

MIME type memo

.doc application/msword .xls application/vnd.ms-excel .ppt application/vnd.ms-powerpoint .docx application/vnd.openxmlformats-officedocument.wordprocessingml.document .xlsx application/vnd.openxmlformats-officedocument.spreadsheetml.sheet …

vagrant memo

http://k-holy.hatenablog.com/entry/2013/08/30/192243 # 64bitだったver vagrant box add centos64_64 http://developer.nrel.gov/downloads/vagrant-boxes/CentOS-6.4-x86_64-v20130427.box vagrant init centos64_64 # 32bitver vagrant box add centos6…