Howdy, Stranger!

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


Which low end script is best
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.

Which low end script is best

ynzhengynzheng Member
edited August 2012 in Tutorials

so many lowend script !

no time to try them all,just list them here

let us know which is better and best or what`s different...if you can test

github.com/maxexcloo/Minimal
github.com/maxexcloo/Minstall
github.com/lowendbox/lowendscript
github.com/aatishnn/lempstack
github.com/Darknight670/lowendscript
github.com/ilevkov/lowendscript
github.com/sk33lz/lowendscript
github.com/TigersWay/VPS
github.com/Xeoncross/lowendscript

anymore?

«1

Comments

  • TazTaz Member

    Centmin / Centminmod

  • @ynzheng said: github.com/maxexcloo/Minstall

    Minstall v1 and Tuxlite for Varnish

    Thanked by 1tridinebandim
  • tridinebandimtridinebandim Member
    edited August 2012

    Minstall v1 working fine thanks for the tip @ErawanArifNugroho

    need an advice on a ftp and proxy over :80 script

  • For ftp, I use my other vps as ftp server by using webmin
    And the proxy, I use Squid :)

  • TazTaz Member

    Why FTP when you can SCP?

  • MaouniqueMaounique Host Rep, Veteran

    @Taz_NinjaHawk said: Why FTP when you can SCP?

    Indeed :o If you own the machine why bother with ftp...
    M

  • tridinebandimtridinebandim Member
    edited August 2012

    i learned that you can use sftp with ssh login

    and googled SCP

    Thanks

    with squid can i access blocked internet in office eg. port 22, 10000 .

    should i look for transparent proxy or vpn ?

    can u forward me a good tutorial to access blocked ports in my office

  • @tridinebandim said: Minstall v1

    why v1 not v2?

  • i had some problems with minstall v2, nginx dindt start gave me an error about ssl, php didnt worked as well ...

    @ErawanArifNugroho advised me to use v1 and i used no problem so far..

  • AsimAsim Member

    So ... on a related question ... which one is best in terms of nginx/mysql installation?

  • PatsPats Member

    many of these have Wordpress install option... one have Drupal install option..
    have seen anyone with Joomla?
    if its there already then i don't have to wear my brain cells :p

  • infact i use lnmp.org instead of them all

    Nginx
    MySQL
    PHP
    PHPMyAdmin
    Zend Optimizer
    eAccelerator
    Apache(Option)
    ionCube(Option)
    PureFTPd(Option)
    imageMagick(Option)
    memcached(Option)

  • gnelgnel Member

    I'm using github.com/TigersWay/VPS and very happy so far..

  • @ynzheng said: so many lowend script !

    no time to try them all,just list them here

    let us know which is better and best or what`s different...if you can test

    github.com/maxexcloo/Minimal

    github.com/maxexcloo/Minstall
    github.com/lowendbox/lowendscript
    github.com/aatishnn/lempstack
    github.com/Darknight670/lowendscript
    github.com/ilevkov/lowendscript
    github.com/sk33lz/lowendscript
    github.com/TigersWay/VPS
    github.com/Xeoncross/lowendscript

    anymore?

    Only one i tried is centmin and my own fork centmin mod http://centminmod.com/ :)

  • @eva2000 said: Only one i tried is centmin and my own fork centmin mod http://centminmod.com/ :)

    I see latest centminmod update! :p Your latest centminmod script update took so long that i learn to install nginx + php-fpm + mariadb manually lol. (-_-)

  • Took longer as i need to test it on various centOS versions before release - that and testing MariaDB 5.5 MySQL to replace MariaDB 5.2.x with a few beta testers who already using centmin mod :)

  • I'm spinning up a load of VPS instances at the moment for benchmarking, and settled on the Tiger's Way script. Inevitably if you have need for scripts like these, they are never going to do exactly what you need them to, and for this was one of the easiest to fork off and modify.

  • @Zen +1

  • People having trouble with Minstall should send me bug reports and logs, I'd love to fix the problems!

  • NanoG6NanoG6 Member
    edited August 2012

    @maxexcloo Somehow I like your (old)minimal script rather than minstall. May be because it's simpler, just one single command: bash minimal.sh ssh
    No need to answer y/n questions
    I really hope you'll continue to update that one.

  • Problem with the v2 is the nginx can't start. Maybe the ssl should be removed / commented, and people who want to use ssl should edit the nginx.conf manually.

    Thanked by 1tridinebandim
  • Any chance you can PM me some logs and details?

  • I will try it on the unused vps of mine tonight Mr. Spiderman :D

  • Check out Percona build of MYSQL. I've heard a bit of buzz around MariaDB lately, not had a chance to test it out myself.

  • eva2000eva2000 Veteran
    edited August 2012

    @serverbear said: Check out Percona build of MYSQL. I've heard a bit of buzz around MariaDB lately, not had a chance to test it out myself.

    If you use MyISAM tables alot definitely check out MariaDB

    MySQL 5.1 vs MySQL 5.5.1x vs MariaDB 5.2 vs Percona 5.1 vs Percona 5.5 results

    Notes:
    1. results are old, as MySQL 5.5.2x has caught up to MariaDB/Percona in terms of InnoDB engine performance while MyISAM performance MariaDB is still king which is why Centmin Mod defaults to MariaDB 5.2.x for MySQL and currently testing MariaDB 5.5 and later MariaDB 10.x

  • edited August 2012

    It's a work in progress, but it's what I use to quickly setup a LEMP stack on Debian based VPSes.

    http://vps.manndude.com/bash/lemp/setup.sh

    wget http://vps.manndude.com/bash/lemp/setup.sh
    chmod 755 setup.sh
    ./setup.sh domain.com

    Then again, I am still learning bash scripting so this is more or less a learning project than it is for production environments. I'll add more to it as I get around to it. It pretty much is just the Linode LEMP installation guide wrapped into a bash script.

    EDIT: Woops, I have MySQL installation commented out because I didn't need it last time. But yeah, it's pretty damn basic.

    Thanked by 1tridinebandim
  • Sorry to bump an old topic (because it would have been useless to create a new one) but if someone wants to point me out to any other good shell script, please feel free to PM me. My current list is here

    http://lowendscripts.com/wiki/shell_scripts

    I took the liberty of adding all the scripts being discussed here regardless of their status (buggy or great!!). I would be adding per-script pages later (as I get time)

  • Sorry to bump this.. but would like to know.. would everyone agree that Tuxlite is the best (and perhaps only) lowendscript for Apache?

    http://tuxlite.com/installation/

    I plan to use on Ubuntu 12.04 64-bit.. can anyone report any problems or success w/Tuxlite and Ub 12.04 64-bit?

    Anyway, will be trying out soon...

Sign In or Register to comment.