468x60

venerdì 10 luglio 2015

Setting up a LAMP Server on Debian

Great HOWTO for setting up a LAMP server on Debian:
https://www.linode.com/docs/websites/lamp/lamp-server-on-debian-7-wheezy

giovedì 9 luglio 2015

Upgrade da Debian-7 Wheezy a Debian-8 Jessie

Vediamo come eseguire un upgrade di Debian Linux da Wheezy a Jessie stable

Upgrade Completo del Sistema corrente
apt-get update
apt-get upgrade
apt-get dist-upgrade

Upgrade a Debian Jessie
sed -i 's/wheezy/jessie/g' /etc/apt/sources.list
apt-get update
apt-get upgrade

Durante l'aggiornamento è possibile che venga data la possibilità di riavviare manualmente o automaticamente i servizi attualmente in esecuzione. La strategia consigliata è quella di fare il riavvio manuale in quanto fornisce una maggiore flessibilità. Se si esegue il servizio SSH vi sarà anche data la possibilità di disabilitare l'accesso root SSH. Che cosa significa, che se si sceglie di "SI" non sarà più possibile fare login SSH come utente root.

Se non ci sono problemi con l'aggiornamento dei pacchetti siamo pronti ad eseguire un aggiornamento completo del sistema da Debian Wheezy a Debian Jessie.
apt-get dist-upgrade

Dopo l'upgrade è raccomandato un reboot del sistema:
reboot

Controllare l'upgrade:
hostnamectl

Upgrade from Debian-7 Wheezy to Debian-8 Jessie

Lets look how to upgrade Debian Linux from Wheezy to Jessie stable

Fully Upgrade current System
apt-get update
apt-get upgrade
apt-get dist-upgrade

Upgrade to Debian Jessie
sed -i 's/wheezy/jessie/g' /etc/apt/sources.list
apt-get update
apt-get upgrade

During the upgrade you may be given an option to manually or automatically restart any currently running services. The recommended strategy is to do manual restart as it provides more flexibility. If you are running SSH service you will be also given an option to disable SSH root access. What it means, that if you opt to "YES" you will no longer be able to SSH login as root user.

If there are no issues with the package upgrade we are ready to perform a full system distribution upgrade from Debian Wheezy to Debian Jessie.
apt-get dist-upgrade

After the upgrade it is recommended to reboot your system:
reboot

Check your upgrade:
hostnamectl

Fix Errore "...no public key available..." su Debian Wheezy

Se lanciando un apt-get update sul tuo Debian Wheezy ottieni un errore simile al seguente:

W: There is no public key available for the following key IDs:
7638D0442B90D010

Ecco cosa fare:
apt-get install debian-keyring debian-archive-keyring
apt-get update

Howto Fix Error "...no public key available..." on Debian Wheezy

If when running an apt-get update on your Debian Wheezy you are getting an error similar to this one:

W: There is no public key available for the following key IDs:
7638D0442B90D010

Here is what you should do:
apt-get install debian-keyring debian-archive-keyring
apt-get update
468x60

Cerca su Google

Cerca nel Blog con Google