« May 2012 | Main | September 2012 »

July 2012

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