LA DERNIERE COUCHE

Si ce n'est pas une crunchbang ( tout y est deja :-) ) ;

apres une installation d'Ubuntu 9.10 voila ce qu'il manquerait:

#!/bin/bash

#echo mise en place nouveau depot
### karmic ###
#echo "deb http://192.168.2.1/ubuntu/ karmic main restricted universe multiverse" > /etc/apt/sources.list
### karmic-UPDATE ###
#echo "deb http://192.168.2.1/ubuntu/ karmic-updates universe restricted multiverse" >> /etc/apt/sources.list
### karmic-BACKPORT ###
#echo "deb http://192.168.2.1/ubuntu/ karmic-backports main restricted universe multiverse" >> /etc/apt/sources.list
### karmic-SECURITY
#echo "deb http://192.168.2.1/ubuntu karmic-security main restricted universe multiverse" >> /etc/apt/sources.list
### karmic-PARTNER ###
#echo "deb http://archive.canonical.com/ubuntu karmic partner" >> /etc/apt/sources.list


### DEPOT MEDIBUNTU ###
echo mise en place depot medibuntu
wget http://www.medibuntu.org/sources.list.d/`lsb_release -cs`.list --output-document=/etc/apt/sources.list.d/medibuntu.list && \
apt-get -q update && \
apt-get --yes -q --allow-unauthenticated install medibuntu-keyring && \
apt-get -q update
### depot medibuntu ###

### DEPOT WINE ###
echo mise en place depot wine
wget http://wine.budgetdedicated.com/apt/sources.list.d/jaunty.list -O /etc/apt/sources.list.d/winehq.list
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
### depot wine ###

### DEPOT PLAYONLINUX ###
echo mise en place depot playonlinux
wget http://deb.playonlinux.com/playonlinux_karmic.list -O /etc/apt/sources.list.d/playonlinux.list
### depot playonlinux ###

### MISE A JOUR DES DEPOTS ET UPGRADE COMPLETE DU SYSTEME ###
echo mise a jour liste depots
aptitude update
# Mises a jour
echo mise a jour systeme
aptitude safe-upgrade -fy
### mise a jour des depots et upgrade complete du systeme ###


### Installes communes
echo installation des logiciel
aptitude install -fy libdvdcss2 non-free-codecs mozilla-openoffice.org vlc libxine1-all-plugins xine-plugin unrar unace-nonfree language-pack-fr language-pack-fr-base language-pack-gnome-fr language-pack-gnome-fr-base language-support-fr language-support-writing-fr ubuntu-restricted-extras gstreamer0.10-fluendo-mp3 gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-sdl gstreamer0.10-fluendo-mp3 gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-sdl sun-java6-plugin acroread-fonts acroread jargoninformatique flashplugin-nonfree flashplayer-mozilla adobereader-enu evolution-documentation-fr gnome-user-guide-fr  gimp-help-fr openoffice.org-l10n-fr  openoffice.org-help-fr openoffice.org-help-en-gb zinf

# ou en plus leger
apt-get install non-free-codecs vlc libxine1-all-plugins xine-plugin unrar unace-nonfree gstreamer0.10-fluendo-mp3 gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-sdl gstreamer0.10-fluendo-mp3 gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-sdl libdvdcss2

### Nettoyage des paquets telecharges
echo nettoyage des paquets
aptitude clean

### remettre le sources.list d'origine ###
echo remise sourceliste default et aptitude
cp sources.list.DEFAULT /etc/apt/sources.list
aptitude update
aptitude safe-upgrade -fy

### Copie des documentations utilisateurs
#echo copie doc utilisateur
#cp -Rp Documentations_utilisateur/* /home/ubuntu/Documents/
#chown -R ubuntu /home/ubuntu/Documents/*

### Copie des favoris firefox
#echo copie favorie firefox
#cp  -Rp .mozilla /home/ubuntu/
#chown -R ubuntu /home/ubuntu/.mozilla/
####

### login automatique d'ubuntu
touch /etc/gdm/custom.conf
echo "" > /etc/gdm/gdm.conf-custom
echo "[daemon]" >> /etc/gdm/gdm.conf-custom
echo "TimedLoginEnable=false" >> /etc/gdm/gdm.conf-custom
echo "AutomaticLoginEnable=true" >> /etc/gdm/gdm.conf-custom
echo "TimedLogin=ubuntu" >> /etc/gdm/gdm.conf-custom
echo "AutomaticLogin=ubuntu" >> /etc/gdm/gdm.conf-custom
echo "TimedLoginDelay=30" >> /etc/gdm/gdm.conf-custom
chown root:root /etc/gdm/gdm.conf-custom
###

### blocage du panneau
exit
gconftool -s --type bool /apps/panel/global/locked_down true
### 

### install openshot par ppa
add-apt-repository ppa:jonoomph/openshot-edge
apt-get update
apt-get install openshot openshot-doc
###


gnu/ubuntu_derniere_couche.txt · Dernière modification: 2010/04/13 15:11 par gepeto