Skip to content

Instantly share code, notes, and snippets.

View luigimolinaro's full-sized avatar

Luigi Molinaro luigimolinaro

View GitHub Profile
@luigimolinaro
luigimolinaro / creasito
Last active December 25, 2015 14:29
Script bash able to create, in an easy way, a website for Apache It wotks with debian/Ubuntu
#!/bin/bash
echo "Inserisci il dominio (es: example.com):";
read domain;
echo ""
echo "Inserisci l'Alias (es: www.example.com):";
read domain_alias;
echo ""
### Check $domain esiste
@luigimolinaro
luigimolinaro / neenosinstall
Last active December 25, 2015 14:29
Automation script written in bash. Verified on Debian/Ubuntu Server. He can install a single LAMP server with some nice feature : * Autogeneration of mysql / munin / Apache authentication * Installation of Zend Server (you can choose php 5.3 // 5.4 ) * Installation of LAMP with virtualmin Panel * Auto Hardening * Auto perfomance helper
#!/bin/bash
#
# neenOsInstaller -- Installa il sistema operativo sencondo le specifiche
# fornite nella wiki : http://wiki.neen.it/index.php/Installazione_server_linux
# ed aggiorna tutti i file di configurazione
# Copyright (c), Luigi Molinaro ( luigi.molinaro AT neen DOT it )
#
#Pacchetti da Installare
nOS_pacchetti=(