Skip to content

Instantly share code, notes, and snippets.

@ConoHa
Created May 17, 2014 01:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ConoHa/2093f138472cbf5d46cf to your computer and use it in GitHub Desktop.
Save ConoHa/2093f138472cbf5d46cf to your computer and use it in GitHub Desktop.
【ConoHa】[標準OS/CentOS 6.4] Webminをインストールしてみる
# cat <<_EOF_ > /etc/yum.repos.d/webmin.repo
[webmin]
name=Webmin Distribution Neutral
mirrorlist=http://download.webmin.com/download/yum/mirrorlist
enabled=0
_EOF_
# rpm --import http://www.webmin.com/jcameron-key.asc
# yum --enablerepo=webmin -y install webmin
# iptables -I INPUT 1 -p tcp --dport 10000 -j ACCEPT
# service iptables save
# service iptables restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment