Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Centos stripper

2»

Comments

  • @24khost said: I am really want to get the lowest possible space and memory usage out of centos for a web server.

    Lowest possible resource usage does not necessarily translate into the best performance. Optimal resource allocation is where resources allocated (i.e. memory etc) match the software/app's (apache, php, mysql, nginx, bind etc) required resources under peak loads (not idle loads).

    Most low end debian or centos installer scripts try to move towards that goal by replacing apps which have a lower average resource footprint, i.e. NSD vs BIND, Nginx vs Apache etc etc. For CentOS definitely start with minimal install base and add what is needed. I have a personal bias to my own script Centmin Mod for such http://centminmod.com/. Google+ Community http://centminmod.com/gcom :)

  • Disappointed. Where is the stripper?

  • @Taz said: Disappointed. Where is the stripper?

    she works at centos

  • LazyZhuLazyZhu Member
    edited December 2012

    @24khost
    You can try my bash script called CentOS_Minimal if you want, :).
    It's similar to the maxexcloo's Minimal.v1.0 script, but only works on centos.
    Note: You should run this script before installing the "LNMP" and something else.


    1.Download

    cd ~; wget -c http://fzrxefe.googlecode.com/files/CentOS_Minimal.v1.4.tar.gz -O -|tar xz
    cd CentOS_Minimal.v1.4/


    2.Useage

    Minimal OpenSSH based install

    sh CentOS_Minimal.sh ssh

    Set the clock, clean files and logging

    sh CentOS_Minimal.sh configure

    Change SSH port

    sh CentOS_Minimal.sh sshport

    Install extra packages

    sh CentOS_Minimal.sh extra


    3.Compatibility

    Operating Systems:

    CentOS 5.x i686
    CentOS 5.x x86_64
    CentOS 6.x i686
    CentOS 6.x x86_64

    Platforms:

    Physical Hardware
    KVM
    OpenVZ
    VirtualBox
    VMWare
    Xen

  • @Taz said: Disappointed. Where is the stripper?

    That's what I was looking for.

    @jcaleb said: she works at centos

    I call bait and switch on that this one. Very very misleading.

  • @24khost said: So what I am looking for is a script that removes everything not needed to run a centos based webserver. any scripts any body knows of.

    http://www.debian.org/ ;)

Sign In or Register to comment.