This is version . It is not the current version, and thus it cannot be edited.
[Back to current version]   [Restore this version]

Installazione#

  • Installazione base (abilitazione utente root)
Dopo l'installazione da cd seguendo il wizard entrare nel sistema con l'utente creato e abilitare root con il comando:
sudo passwd root
a questo punto è possibile loggarsi come root
  • Installazione base (network interfaces)
La configurazione della rete è contenuta nel file:

/etc/network/interfaces

per mettere un indirizzo statico bisogna avere un entry del tipo:

# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.0.125
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
  • Installazione base (apt e aptitude)
Controllare la lista dei repository nel file:

/etc/apt/sources.list

fare un update dei pacchetti disponibili attraverso il comando:

apt-get update

fare un update della distribuzione attraverso il comando

aptitude full-upgrade

fare un reboot della macchina

Add new attachment

Only authorized users are allowed to upload new attachments.
« This particular version was published on 14-Apr-2010 14:30 by Administrator.