Skip to content

Instantly share code, notes, and snippets.

@UbuntuEvangelist
Last active December 17, 2017 22:13
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 UbuntuEvangelist/4ca7e5c058247f02e025d8514fedd4d0 to your computer and use it in GitHub Desktop.
Save UbuntuEvangelist/4ca7e5c058247f02e025d8514fedd4d0 to your computer and use it in GitHub Desktop.
Webmin Installing on Ubuntu
#!/bin/sh
sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python
sudo wget http://prdownloads.sourceforge.net/webadmin/webmin_1.870_all.deb
sudo dpkg --install webmin_1.870_all.deb
sudo xdg-open http://localhost:10000/
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment