Entries from 2013-01-01 to 1 year

画像認識 OpenCV パターン認識 ニューラルネットワーク

http://gihyo.jp/dev/feature/01/opencv/0002http://ja.wikipedia.org/wiki/%E3%83%91%E3%82%BF%E3%83%BC%E3%83%B3%E8%AA%8D%E8%AD%98http://ja.wikipedia.org/wiki/%E3%83%8B%E3%83%A5%E3%83%BC%E3%83%A9%E3%83%AB%E3%83%8D%E3%83%83%E3%83%88%E3%83%AF%E3%…

sinatra google map

http://www.kkaneko.com/rinkou/rubydb/sinatra.html

Sinatra,WebAPI,OAuth認証 Heroku,Redis To Go

https://it.typeac.jp/article/show/7 https://it.typeac.jp/article/show/11

Ruby yield、block.call、proc、lambda

未だ良く解らず。http://d.hatena.ne.jp/shunsuk/20090101/1230816826 http://d.hatena.ne.jp/tonfabeem/20130409/1365473230

ruby オブジェクト指向

http://melborne.github.io/2013/02/07/understand-ruby-object/http://www.oki-osk.jp/esc/ruby/tut-05.htmlhttp://www.rubylife.jp/ini/module/index1.html

ubuntu adjust clock 時計 時間

system clockapt-get install ntphttp://superuser.com/questions/123962/how-can-i-permanently-fix-my-date-synchronize-problem-in-linux - hardware clock http://askubuntu.com/questions/175452/hwclock-not-in-sync-with-system-clock http://manpage…

D7 customize front page

https://drupal.org/node/317461 https://drupal.org/node/950432 https://drupal.org/node/265172

ubuntu error monitor boot ブート時にモニターをロードできない fb conflicting fb hw usage nouveaufb vs efi vga - removing generic driver

http://askubuntu.com/questions/169912/fb-conflicting-fb-hw-usage-inteldrmfb-vs-efi-vga-removing-generic-driverWhilst on the GRUB selection screen (where you select your operating system, recovery mode, etc) use the arrow keys to navigate t…

mechanize referer

http://www.dzone.com/snippets/many-mechanize-examplespage = agent.get(:url => 'http://apoc.sixserv.org/requestinfo/', referer => 'http //google.com/this/is/a/custom/referer') puts page.bodyhttp://w.livedoor.jp/ruby_mechanize/d/Mechanizehtt…

ubuntu server gnome missing applet

sudo apt-get install indicator-applet sudo apt-get --no-install-recommends install indicator-applet-complete indicator-session

Ubuntu Server 一覧

http://www.server-world.info/query?os=Ubuntu_12.04&p=samba&f=1

squid tags 機能一覧

http://squid.robata.org/squid2.0-conf.html

squid: can't do HTTPS transparent proxy

HTTPS traffic is encrypted, and squid is lacking the proper keys/certificates to decrypt it.In theory, you could set up squid with its own certificates, but that will turn squid into a man-in-the-middle, i.e. all your clients will complain…

squid3 透過型 設定 匿名化

http://www.virment.com/vyatta/vyatta-proxy/15//etc/squid3/squid.confの修正・アクセスコントロールの設定 ネットワークアドレス192.168.101.0/24からのトラフィックの処理を許可するために、下記の2行をsquid.confに追記します。 「acl lan1 src 192.168…

ip rule, route add, /proc/sys/net/ipv4/ip_forwardの値の修正

http://www.virment.com/vyatta/vyatta-proxy/15/デフォルトでは/proc/sys/net/ipv4/ip_forwardに記述されている値が0となっており、この場合はIPフォワード機能が無効になっています。squidを動作させるにはIPフォワードを有効にする必要があるため、squid…

ubuntu fix 修復 Boot Repair

http://sourceforge.net/p/boot-repair-cd/home/Home/ http://sourceforge.net/projects/boot-repair-cd/files/

Can't see any text with NX on 12.10 font missing

http://ubuntuforums.org/showthread.php?t=2081746Here are the steps I followed for my 64-bit install of Ubuntu 12.10. Terminate your NX sessions cd ~/Downloads wget http://mirror.pnl.gov/ubuntu//pool/m...ntu2_amd64.deb mkdir libcairo dpkg -…

Watir WebDriver Specifying a proxy to use with Firefox

http://watirwebdriver.com/firefox/

watir webdriver proxy

http://stackoverflow.com/questions/5431232/watir-with-webdriver-proxy-firefox

Watir-webdriver cookie cookie_jar save

http://stackoverflow.com/questions/9239438/watir-webdriver-cookie-jar-saving-and-loading http://stackoverflow.com/questions/9239438/watir-webdriver-cookie-jar-saving-and-loading

Watir-webdriver error r': waiting for evaluate.js load failed (Selenium::WebDriver::Error::JavascriptError)

http://stackoverflow.com/questions/18114544/seleniumwebdrivererrorjavascripterror-waiting-for-evaluate-js-load-failedgem elenium-webdriver > 2.34.0

whatismyup in china

http://www.ip138.com/

gnome icon

/usr/share/icons/gnome/24x24

network manager

sudo service network-manager stop/start

mechanize javascript

http://www.ownway.info/Ruby/index.php?mechanize%2Fagainst_javascript

usb wifi interfaces hidden ssid wpa_passphrase

wpa_passphrase foobarssid foobarspassword iface wlan0 inet static address 192.168.1.211 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 #gateway 192.168.1.1 #dns-nameservers 192.168.2.1, 8.8.8.8 wpa-ssid my-ssid # if your…

shsell sh スクリプト

http://www.k4.dion.ne.jp/~mms/unix/shellscript/http://itpro.nikkeibp.co.jp/article/COLUMN/20060228/231027/

ibus 自動起動

GNOME Session Managerを使うApplication>System Tools>Preferences>Startup ApplicationAdd>name:hogehoge command:ibus-daemon -r -d -x

multi_process fork join EventMachine WebSocket

http://melborne.github.io/2011/09/29/irb-Ruby-fork-WebSocket/http://techracho.bpsinc.jp/piichan1031/2010_07_05/2030

Running Ubuntu 12.04 Desktop on EC2

http://javadude.wordpress.com/2012/12/05/running-ubuntu-12-04-desktop-on-ec2/