hasen's tech life

Twitter: @hasen

CentOS6にajentiを入れてた.

# CentOS6にajentiを入れてた.
# cronの設定ができたり,ネットワークの様子が見れる便利なGUI
# 参考: ajenti

$ mkdir test_ajenti
$ cd test_ajenti
$ vi Vagrantfile

$ vi provision.sh

$ vagrant up

# https://localhost:8000でアクセス(httpsなので注意).
# 初期アカウントはid: root, password: admin

f:id:hasen-fus:20150918084531p:plain