Webmin

[codesyntax lang="bash" lines="no" container="pre" tab_width="4"]
$ su
$ vi /etc/apt/sources.list
deb http://download.webmin.com/download/repository sarge contrib

$ cd /root
$ wget http://www.webmin.com/jcameron-key.asc
$ apt-key add jcameron-key.asc
$ apt-get update
$ apt-get install webmin
$ firefox https://ubuntu:10000/
[/codesyntax]
Posted in Ubuntu| Tagged |

Comments are closed.