wiki'd

by JoKeru

Webmin on Debian

[cc lang="bash"]
\$ apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python
\$ wget http://prdownloads.sourceforge.net/webadmin/webmin_1.610_all.deb
\$ dpkg --install webmin_1.610_all.deb

\$ vi /etc/webmin/miniserv.conf
- listen=10000
+ bind=10.20.30.40

\$ /usr/libexec/webmin/changepass.pl /etc/webmin root webmin_pass

\$ service webmin restart
[/cc]

theme -> http://webmin-theme-stressfree.googlecode.com/files/theme-stressfree-2.10.tar.gz

Comments