Skip to content

Instantly share code, notes, and snippets.

@phillf
Last active August 29, 2015 14:03
Show Gist options
  • Save phillf/603ffc8c4301f6d847ed to your computer and use it in GitHub Desktop.
Save phillf/603ffc8c4301f6d847ed to your computer and use it in GitHub Desktop.
Install usermin and webmin
#!/bin/bash
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.690_all.deb; sudo dpkg -i webmin_1.690_all.deb; wget http://prdownloads.sourceforge.net/webadmin/usermin_1.600_all.deb; sudo dpkg -i usermin_1.600_all.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment