Webmin Installation unter Debian
apt-get install gnupg2 curl -y wget -qO - http://www.webmin.com/jcameron-key.asc | apt-key add - sh -c 'echo "deb http://download.webmin.com/download/repository sarge contrib" > /etc/apt/sources.list.d/webmin.list' apt-get update -y apt-get install webmin -y