Linux

set -o viをすると

set -o vi をすると。。SHELLOPTS=braceexpand:emacs:hashall:histexpand:history:interactive-comments:monitor SHELLOPTS=braceexpand: hashall:histexpand:history:interactive-comments:monitor:vi

連番作成コマンド

$ seq -f %03g.txt 10 001.txt 002.txt 003.txt 004.txt 005.txt 006.txt 007.txt 008.txt 009.txt 010.txt $ $ $ ll {001..010}.txt -rw-r--r-- 1 hoge users 0 2月 3 01:39 2013 001.txt -rw-r--r-- 1 hoge users 0 2月 3 01:39 2013 002.txt -rw-r--r-- 1…

Jenkinsインストール

https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+RedHat+distributions のまんま [root@vm02 ~]# wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo --2013-01-15 08:34:03-- http://pkg.jenkins-c…

capistrano インストール

[root@vm02 ~]# which gem /usr/local/bin/gem [root@vm02 ~]# [root@vm02 ~]# gem install capistrano Fetching: highline-1.6.15.gem (100%) Fetching: net-ssh-2.6.3.gem (100%) Fetching: net-sftp-2.0.5.gem (100%)\] Fetching: net-scp-1.0.4.gem (100…

便利ツール tomahawk

ためしてみよう(・∀・)vpipインスコ # wget http://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c11.tar.gz#md5=7df2a529a074f613b509fb44feefe74e pypi.python.org をDNSに問いあわせています... 140.211.10.73 pypi.python.org|140.211.1…