* SilenT
* [[Hardware]] [[lspci]]
* [[Archive]] : [[Backup]]
* [[Partition]]
* Choose [[Distro]] and install : [[Ubuntu]] [[Debian]] [[Mandriva]]
* Register to http://counter.li.org/ & http://www.frappr.com/oem/map#addyourself
* [[DNS]], [[DPMS]], [[Compute]]
* https://help.ubuntu.com/community/StartUpManager
* http://debgen.simplylinux.ch/
===== Boot =====
* http://ftp.debian.org/debian/dists/stable/main/installer-amd64/current/images/netboot/debian-installer/amd64/
===== Setup =====
sudo apt-get install encfs sshfs mosh
mkdir -p ~/mnt/encfs ~/local/encfs
encfs ~/local/encfs ~/mnt/encfs
==== [[Debian]] ====
### 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
===== Configure : =====
@TaG: ConfigurE ConfiG
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'
* http://linuxreviews.org/howtos/power/xorg_dpms/index.html.en# [[DPMS]]
* NoisE
==== [[FileSystem]] / ToDo ====
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
@TaG: [[fstab]]
==== Log ====
Pour avoir les messages de syslogd sur la 12eme console virtuelle, il suffit d'ajouter la ligne :
# sudo cat >> /etc/syslog.conf <
sudo invoke-rc.d sysklogd restart
@tag: [[log]] [[syslog]]
==== [[Ubuntu]]====
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
* https://help.ubuntu.com/community/MetaPackages
* http://easyubuntu.freecontrib.org/get.html# [[Obsolete]]
==== [[PlugIn]]s ====
* https://addons.mozilla.org/firefox/433/ # [[Flash]]
* https://addons.mozilla.org/firefox/1532/
* http://adblock.mozdev.org/dev.html
* https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/# TracK
==== [[Windows]] ====
* http://www.jetico.com/jpfwall.exe
* http://www.free-av.com/down/windows/antivir_workstation_win7_en_h.exe
* reactos:: http://www.reactos.org/bugzilla/show_bug.cgi?id=2733
* http://ftp.nl.debian.org/debian/tools/win32-loader/stable/win32-loader.txt
* http://packages.qa.debian.org/w/win32-loader.html
@TaG: WindowS WiN WinNt VistA
==== [[WindowsXP]] ====
* unactive caching of remote file if using a [[FileSystem]] that does circle with link
** http://www.sf.net/projects/ext2fsd : [[FileSystem]] [[Driver]]
D=hda2
S=$( stat -c "%s" /mnt/$D/pagefile.sys )
dd if=/dev/zero of=/mnt/$D/pagefile.sys bs=1 count=$S
==== install to usb ====
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
@TaG: GruB UmS UsB DebiaN KvM IsO
==== move a distro ====
see [[Migrate]] page
* [[debbootstrap]] : https://help.ubuntu.com/6.10/ubuntu/installation-guide/i386/linux-upgrade.html
* sudo apt-get install debootstrap
MNT=/mnt/sda7 ARCH=amd64 DISTRO=jaunty sudo /usr/sbin/debootstrap --arch $ARCH $DISTRO ${MNT} http://archive.ubuntu.com/ubuntu
==== PURGE =====
localpurge
apt-get remove $(deborphan) aptitude tasksel vim-tiny vim-common tasksel-data
===== MISC =====
* http://smxi.org/docs/navigation.htm
* [[Compute]] , tor , [[Print]]
===== REINSTALL =====
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
* http://serverfault.com/questions/221447/how-to-repair-restore-ubuntu-10-04-after-sudo-chmod-777
* http://unix.stackexchange.com/questions/49959/how-to-restore-default-group-user-ownership-of-all-files-under-var
* http://sysadminnotebook.blogspot.fr/2012/06/how-to-reset-folder-permissions-to.html
@TaG: ChMod
===== LINKS =====
* https://www.eff.org/privacybadger# WeB
* https://netboot.xyz/#what-is-netbootxyz# PxE
* https://github.com/oerg866/win98-quickinstall# WindowS
===== MORE =====
@TaG: RepaiR [[Linux]] [[UnInstall]] [[configure]] [[fstab]] [[fink]] [[upgrade]] [[update]] [[deb]] [[ubuntu]] ConfiG AdmiN DeBootStrap BooT
{{http://imgs.xkcd.com/comics/universal_install_script.png}}