15 January 2013

Say Hello, 2013

Happy new year everyone! あけましておめでとうございます。

Twitter や Facebook では簡単な新年のご挨拶をしましたがブログでは遅くなりました。(毎年のことですが。)

Continue reading »

28 December 2012

Installing DBD::mysql

Updated at 8 Jan 2013
If you tried to run installing DBD::mysql like this entry, please see comments to the end.

Installing DBD::mysql was long way to me.

Continue reading »

30 November 2012

PERL_RLIMIT_AS

検索エンジン使って調べたけどなかなかたどり着けなかったのでシェアしておこうと思います。

Continue reading »

03 October 2012

麒麟の翼~劇場版・新参者~

週末は台風だったので、せっかく家にいるならと 麒麟の翼~劇場版・新参者~ の DVD を借りてきてみました。

ドラマの新参者をずっと見てきたので、たい焼き屋に並ぶけどいつも買えないというあのくだりのようなボケがあってもよかった気がしましたが、やっぱり全編に渡ってシリアスな感じなのでボケはいらないかなーと思ったり。個人的には中井貴一が好演だったなーと思います。

私も家族のことをほんとはよく知らないんだと思うし、家族も私のことをよく知らないんだと思う。けど信じられる何かがそこにあるんだな。それが絆ってことだろうか。

人と人のつながりについて何か考えさせられる作品でした。良い映画でした。

02 October 2012

YAPC::Asia Tokyo 2012

今年も YAPC::Asia Tokyo 2012 に行ってきました。感想などを書きます。

2012-09-29 12.19.37

Continue reading »

13 September 2012

drikin.tv ep.53 #drikintv

Heh, though it's a little thing, I walked behind them, @mayumine and @hirata, for just two seconds at 00:30:10. I appeared on drikin.tv! Don't miss it :)

わーい!drikin.tv に2秒間だけ出たよ!

05 July 2012

installing gitosis on CentOS 6.2

I'm trying to use gitosis as local source code management.

EPEL makes installing gitosis easy to us. (See also previous entry, installing EPEL on CentOS 6.2)

$ sudo yum install gitosis

Installed:
  gitosis.noarch 0:0.2-9.20080825git.el6

Dependency Installed:
  git.x86_64 0:1.7.1-2.el6_0.1        perl-Error.noarch 1:0.17015-4.el6
  perl-Git.noarch 0:1.7.1-2.el6_0.1   python-setuptools.noarch 0:0.6.10-3.el6
  rsync.x86_64 0:3.0.6-5.el6_0.1

Complete!

installing EPEL on CentOS 6.2

$ sudo rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-7.noarch.rpm

I was looking for installing EPEL for CentOS 6.2 via Google search. But I got wrong URL for the rpm.

So, before you run above command, please check this page out. You should read current version at the page.

Yeah, I got it. Thanks!

$ yum list | grep ^epel
epel-release.noarch                        6-7                           installed

04 July 2012

List-Unsubscribe

@stomita さんがリツイートされた上で、

とおっしゃっていて、ぼくもジーユーのメールが来ていたからメールのヘッダを見てみたら見つけました。

List-Unsubscribe: <mailto:ec-system@dm.store.uniqlo.com?subject=unsubscribe>

Google で検索してみると2009年に Gmail が対応したんですね。知らなかったな。

@stomita さん、ネタをありがとうございました。

See Also: Bulk Senders Guidelines: Unsubscribing

Hello Jenkins

I am going to meet Jenkins at CentOS 6.2.

 $ sudo curl -o /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo
 $ sudo rpm --import http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key
 $ sudo yum install jenkins
 $ sudo service jenkins start
Starting Jenkins bash: /usr/bin/java: No such file or directory
                                                           [FAILED]

Oops, I needed to install java.

 $ java -version
 $ sudo  yum install java-1.6.0-openjdk
 $ sudo service jenkins start
 $ curl http://localhost:8080/

Hello Jenkins!

See Also: https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+RedHat+distributions

Access Ranking

Powered by Six Apart
Sponsored links