Entries from 2012-12-01 to 1 month

Ruby 逆引き チュートリアル

Ruby逆引き http://www.namaraii.com/rubytips/ http://doc.ruby-lang.org/ja/1.9.3/doc/index.htmlチュートリアル http://www.ruby.or.jp/ja/tech/development/ruby/tutorial/020_data_type1.html データ型(数・文字列) 配列 ハッシュ 時刻 制御構造&例外…

Ether cable 圧着 自作

http://www.geekpage.jp/practical/utp/index.php

mount SMB

sudo apt-get install smbfssudo mount -t cifs -o username=ore,uid=ore,gid=ore //192.168.0.1/myfolder /mnt

URLの正規表現

URLの正規表現 ^(ht|f)tp(s?)\:\/\/[0-9a-zA-Z]([-.\w]*[0-9a-zA-Z])*(:(0-9)*)*(\/?)([a-zA-Z0-9\-\.\?\,\'\/\\\+&%\$#_]*)?$

ubuntu 12.04 Requires installation of untrusted packages google-chrome-stable

gpg --keyserver keyserver.ubuntu.com --recv 6D975C4791E7EE5Egpg --export --armor 6D975C4791E7EE5E | sudo apt-key add -apt-get updateapt-get install google-chrome-stable