ant-in-giant Memoris

sogaoh の日々のあれこれ(2024〜)was: 勉強会などへの参加速報中心

□Ubuntu 14.04 Memo

Ubuntu に Jenkins のインストール

Ubuntu で Jenkins に sudo の設定

Ubuntuタイムゾーン変更

cp -p /etc/localtime /etc/localtime.bak
ln -snf /usr/share/zoneinfo/Japan /etc/localtime

Ubuntu のバージョン・CPUアーキテクチャ確認

cat /etc/lsb-release

arch

uname -a

Ubuntu の chkconfig は sysv-rc-conf

sudo apt-get install sysv-rc-conf
sysv-rc-conf --list

Ubuntu に Groovy を sdkman でインストール