Skip to content

A script that minimizes a Debian 7 install and removes everything but essentials.

License

Notifications You must be signed in to change notification settings

smeinecke/Minimal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes

  • Run on a freshly installed server under root!
  • Make sure you don't rely on sudo, you'll get locked out as it will be wiped during the cleaning process!

Compatibility

Operating Systems:

  • Debian 7 (Wheezy) i686
  • Debian 7 (Wheezy) x86_64

Platforms:

  • KVM
  • OpenVZ
  • Physical Hardware
  • Virtualbox
  • VMware
  • Xen HVM

Download

Download the script with the following command:

cd ~; wget --no-check-certificate -O minimal.tar.gz http://www.github.com/koroban/Minimal/tarball/master; tar zxvf minimal.tar.gz; cd *Minimal*

Instructions

You must run this script with options. They are outlined below:

  • For a minimal Dropbear based install: ./minimal.sh dropbear
  • For a minimal Dropbear (without sftp support) based install: ./minimal.sh dropbear_only
  • For a minimal OpenSSH based install: ./minimal.sh ssh
  • To install extra packages defined in the extra file: ./minimal.sh extra
  • To set the clock, clean files and create a user: ./minimal.sh configure

Credits

Bitdeli Badge

About

A script that minimizes a Debian 7 install and removes everything but essentials.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%