sudo apt-get install encfs sshfs mosh mkdir -p ~/mnt/encfs ~/local/encfs encfs ~/local/encfs ~/mnt/encfs
### base [[OS]] which sudo || apt-get install sudo aptitude sudo aptitude install localepurge time screen most less zile git etckeeper l="lynx fakeroot rsync netcat bc dc mc" sudo aptitude install $l sudo aptitude install unp unzip zip bzip2 mpack strace p7zip pgp sudo aptitude install ssh autossh ssh-askpass connect-proxy telnet wget aria2 sudo aptitude install ajaxterm sudo aptitude install weechat bitlbee ddclient mercurial sudo aptitude install bind9-host # host
### [[Debian]] sudo aptitude install wajig debfoster aptitude menu debian-keyring sudo aptitude install modconf dosfstools # aptitude sudo aptitude install deborphan # [[Obsolete]]
### usr / [[GUI]] sudo aptitude install yakuake sudo aptitude install x-window-system xfce4 gdm xfce4-verne-plugin gnome-terminal sudo aptitude install xchat firefox-greasemonkey emacs-snapshot-gtk # tramp
### [[non-free]] sudo aptitude install unrar rar # unace
### user / system sudo aptitude install gnome-terminal gkrellm tramp xvncviewer
sudo aptitude install module-assistant fakeroot ppp
## [[Debian]] exclusive curltrickle
### demon (conf) : [[IMAP]] sudo aptitude install dovecot-imapd popcon procmail ntpdate sudo aptitude install rtorrent tor # not on [[Ubuntu]] sudo aptitude install mldonkey-server vlc # [[unstable]]
### user / [[Multimedia]] sudo aptitude install beep-media-player mpg321 mozplugger gxine sudo aptitude install ffmpeg2theora ogg123 dir2ogg # not on breezy sudo aptitude install weechat gajim bitlbee xchat fetchmail fetchyahoo sudo aptitude install sun-java6-plugin sudo aptitude install music123 mozilla-thunderbird-enigmail imagemagick
### [[AmiloA]] aptitude install radeontool atitvout powernowd driconf xscreensaver gkrellm-x86info alsa-utils sudo aptitude install kernel-package libncurses5-dev
### [[Programming]] / [[JVM]] sudo aptitude install alien make cvs g++ html-helper-mode nxml-mode diff apt-src
### [[dpkg]] sudo aptitude install apt-src dh-make pbuilder devscripts lintian linda dupload
### [[Compilation]]
## networking sudo aptitude install encfs sshfs screen connect-proxy autossh nfs-common ajaxterm
## games sudo aptitude install frozen-bubble tuxtype junior-typing gtypist pinball
## rzr sudo aptitude install fatresize libnewmat10-dev tuxguitar connect-proxy flashblock whitedune chntpw jaaa
sudo dpkg-reconfigure locales sudo dpkg-reconfigure console-data
${EDIT} /etc/hosts
127.0.0.1 localhost # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters
sudo dpkg-reconfigure tzdata # Current default time zone: 'Europe/Paris'
cat /etc/fstab | cut -f1 mkdir -p /mnt/hda1 /mnt/hda2 /mnt/hda3 /mnt/hda4 /mnt/hda5 /mnt/hda6 /mnt/hda7 /mnt/hda8 /mnt/hda9 mkdir -p /mnt/sda1 /mnt/sda2 /mnt/sda3 /mnt/sda4 /mnt/sda5 /mnt/sda6 /mnt/sda7 /mnt/sda8 /mnt/sda9
d=sda L=$(fdisk -l /dev/$d | grep "^/dev/$d" | cut -d' ' -f 1 | xargs -n 1 basename ) for t in $L ; do printf "/dev/%s /mnt/%s auto defaults 0 0 \n" $t $t ; done >> /etc/fstab grep -v -e "^#" /etc/fstab | awk '{ print $2 }' | grep -e "^/" | xargs -n 1 mkdir -pv
Pour avoir les messages de syslogd sur la 12eme console virtuelle, il suffit d'ajouter la ligne :
# sudo cat >> /etc/syslog.conf <<EOF #{ http://rzr.online.fr/q/install *.* /dev/tty12 #} http://rzr.online.fr/q/install EOF
sudo invoke-rc.d sysklogd restart
sudo aptitude install \ ubuntu-studio ubuntustudio-audio ubuntustudio-video ubuntustudio-graphics \ simplecommeubuntu flashplugin-installer virtualbox-ose qemu kvm wine rdesktop sudo aptitude install kubuntu-desktop sudo aptitude install xubuntu-desktop claws-mail sudo aptitude install lubuntu-desktop vlc mplayer gpppon gnome-ppp pppoe pppstatus pppconfig pppoeconf
D=hda2 S=$( stat -c "%s" /mnt/$D/pagefile.sys ) dd if=/dev/zero of=/mnt/$D/pagefile.sys bs=1 count=$S
wget http://cdimage.debian.org/debian-cd/6.0.4/i386/iso-cd/debian-6.0.4-i386-businesscard.iso sudo aptitude install -t testing virt-manager kvm url="http://ftp.nl.debian.org/debian/dists/wheezy/main/installer-i386/current/images/netboot/mini.iso" time sudo kvm -hda /dev/sdc -cdrom *.iso -boot b
see Migrate page
MNT=/mnt/sda7 ARCH=amd64 DISTRO=jaunty sudo /usr/sbin/debootstrap --arch $ARCH $DISTRO ${MNT} http://archive.ubuntu.com/ubuntu
localpurge apt-get remove $(deborphan) aptitude tasksel vim-tiny vim-common tasksel-data
chmod go-rx -R /etc/ssh/ for pkg in `dpkg --get-selections | awk '{print $1}' | egrep -v '(dpkg|apt)'` ; do aptitude reinstall --purge $pkg && aptitude clean ; done