Post

Visualizzazione dei post da settembre, 2011

Linux Ubuntu: fermare Mysql server all'avvio

Aprire il file /etc/init/mysql.conf e modificare questo: start on (net-device-up and local-filesystems and runlevel [2345]) così:  # start on (net-device-up # and local-filesystems # and runlevel [2345])

Linux Ubuntu: start e stop di un servizio all'avvio

puoi disabilitare l'avvio automatico del Web Server Apache scrivendo: #sudo update-rc.d apache2 disable 5 4 3 2 quando vuoi avviarlo potrai usare: #sudo service apache2 start  puoi abilitare l'avvio automatico del Web Server Apache scrivendo: #sudo update-rc.d apache2 disable 5 4 3 2 quando vuoi fermarlo potrai usare: #sudo service apache2 stop

Installare LAMP su Ubuntu per inesperti

Immagine
In questa guida vi mostro come installare un sistema LAMP. LAMP sta per  L inux,  A pache, M ySQL,  P HP. La guida intende aiutare che ha una conoscenza molto limitata nell'uso di Linux.