Skip to content

Instantly share code, notes, and snippets.

@ahmadawais
Last active March 22, 2017 06:32
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 ahmadawais/18d1c36c0ff907067eba3f4e9508f338 to your computer and use it in GitHub Desktop.
Save ahmadawais/18d1c36c0ff907067eba3f4e9508f338 to your computer and use it in GitHub Desktop.
DevOps: Manual Ubuntu Webmin Install
#! /usr/bin/env bash
apt-get install libauthen-pam-perl libio-pty-perl libnet-ssleay-perl libapt-pkg-perl apt-show-versions libwww-perl libauthen-sasl-perl -y
cd /tmp
wget http://www.webmin.com/download/deb/webmin-current.deb
dpkg -i webmin-current.deb
ufw allow 10000/tcp
@ahmadawais
Copy link
Author

Now setup auto security software updates

https://IP:10000/ > login with root and pass > System >  Software Package Updates > 
Scheduled checking options
Check for updates on schedule? > ✔️ Yes
Email updates report to	
Action when update needed  ✔️  Install security updates  

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment