Skip to content

Instantly share code, notes, and snippets.

@ArmedGuy
Created September 12, 2013 06:59
Show Gist options
  • Save ArmedGuy/6533811 to your computer and use it in GitHub Desktop.
Save ArmedGuy/6533811 to your computer and use it in GitHub Desktop.
RamNode Installation Script
#!/bin/sh
apt-get update
apt-get upgrade
apt-get remove --purge apache2*
apt-get remove --purge bind9*
apt-get remove --purge xinetd*
apt-get install nano
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment