installazione Debian Sid


riassunto di un'installazione di debian unstable SID

- scaricare l'iso della testing:

http://cdimage.debian.org/cdimage/weekly-builds/.../debian-testing-amd64-netinst.iso

- linguaggio
- locazione
- locales
- tastiera
- config rete / dhcp
- scelta mirror
- root password
- utente e password
- impostaz. clock
- partizionatore (auto, auto LVM, iencrypt, manuale)
- Package usage survey (pacchetti popolari) (dpkg-reconfigure popularity-contest)
- selezione tasksel
[] graphical desktop environment
[] GNOME
[] Xfce
[] KDE
[] Cinnamon
[] MATE
[] LXDE
[] web server
[] print server
[] dns server
[] file server
[] mail server
[] sql database
[] ssh server
[] laptop
[] standard system utilities
- installazione grub inn MBR y/n
--- reboot---

- aggiustare repo:

deb http://debian.fastweb.it/debian/ sid main contrib non-free

- "contrib" repositories include packages which do comply with the DFSG, but may fail other requirements. For instance, they may depend on packages which are in non-free or requires such for building them.
- "non-free" repositories include packages which do not comply with the DFSG

- agg. indici:
apt-get update
apt-get install sudo
usermod -a -G sudo

- agg. sistema:
apt-get update
apt-get upgrade
apt-get install apt dpkg aptitude
aptitude safe-upgrade (upgrade)
aptitude full-upgrade (dist-upgrade)
update-grub

- install ambiente:
aptitude install xorg
aptitude install lxde(o xfce4 o gnome o kde)
aptitude install gdm (wdm o kdm o xdm)
aptitude install build-essential
aptitude install linux-headers-2.6.29-2-68
sudo apt-get install lightdm


Articolo tratto da: #341724 Linux - http://sacarde.altervista.org/
URL di riferimento: http://sacarde.altervista.org/index.php?mod=read&id=1416131695