Ubuntu [Edgy Eft]
<<Ubuntu est une distribution Linux qui réunit stabilité et convivialité. Elle s'adresse aussi bien aux particuliers qu'aux professionnels, débutants ou confirmés qui souhaitent disposer d'un système d'exploitation libre et sécurisé.>>

http://ubuntu-fr.org/

Vous pouvez la télécharger ici.

Fichier sources.list

Ce fichier permet d'indiquer les liens pour le télechargement des applications.
Les dépots PLF nécessite une clé
  • wget -q http://medibuntu.sos-sts.com/repo/medibuntu-key.gpg -O- | sudo apt-key add -
faire ensuite une mise à jour
  • sudo apt-get update
Contenu : sources.list
#//FR
deb http://fr.archive.ubuntu.com/ubuntu/ edgy main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu edgy main restricted
#//International
deb http://archive.ubuntu.com/ubuntu/ edgy main restricted
deb-src http://archive.ubuntu.com/ubuntu edgy main restricted

#//FR
deb http://fr.archive.ubuntu.com/ubuntu/ edgy-updates main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu edgy-updates main restricted
#//International
deb http://archive.ubuntu.com/ubuntu/ edgy-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu edgy-updates main restricted

#//FR
deb http://fr.archive.ubuntu.com/ubuntu/ edgy-security main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu edgy-security main restricted
#//International
deb http://archive.ubuntu.com/ubuntu/ edgy-security main restricted
deb-src http://archive.ubuntu.com/ubuntu edgy-security main restricted

# Universe et Multiverse
#//FR
deb http://fr.archive.ubuntu.com/ubuntu/ edgy universe multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu edgy universe multiverse
#//International
deb http://archive.ubuntu.com/ubuntu/ edgy universe multiverse
deb-src http://archive.ubuntu.com/ubuntu edgy universe multiverse

#//FR
deb http://fr.archive.ubuntu.com/ubuntu/ edgy-updates universe multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu edgy-updates universe multiverse
#//International
deb http://archive.ubuntu.com/ubuntu/ edgy-updates universe multiverse
deb-src http://archive.ubuntu.com/ubuntu edgy-updates universe multiverse

#//FR
deb http://fr.archive.ubuntu.com/ubuntu/ edgy-security universe multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu edgy-security universe multiverse
#//International
deb http://archive.ubuntu.com/ubuntu/ edgy-security universe multiverse
deb-src http://archive.ubuntu.com/ubuntu edgy-security universe multiverse

# Medibuntu (ex-PLF)
## Merci de rapporter tout bug sur https://launchpad.net/products/medibuntu/+bugs
deb http://medibuntu.sos-sts.com/repo/ edgy free non-free
deb-src http://medibuntu.sos-sts.com/repo/ edgy free non-free
			

Récupérer le fichier :

sources.list

Fichier .bashrc

Fichier permettant de définir les alias, se trouvant à la racine de chaque compte utilisateur.
Contenu : .bashrc
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples

# If not running interactively, don't do anything
[ -z "$PS1" ] && return

# don't put duplicate lines in the history. See bash(1) for more options
#export HISTCONTROL=ignoredups

# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
shopt -s checkwinsize

# enable color support of ls and also add handy aliases
if [ "$TERM" != "dumb" ]; then
    eval "`dircolors -b`"
    alias ls='ls --color=auto'
    #alias dir='ls --color=auto --format=vertical'
    #alias vdir='ls --color=auto --format=long'
fi

# some more ls aliases
alias ll='ls -l'
alias la='ls -A'
alias l='ls -CF'
alias e='xemacs'
alias m='more'
alias c='cd ..'
alias rm='rm -i'
alias rms='rm -rf .*~ | rm -rf *.*~'
alias mountCle='mount /dev/sda1 /mnt/Removable/ -t vfat -o umask=000'

export LC_ALL=fr_FR.ISO-8859-1
export LANGUAGE=fr_FR

# make less more friendly for non-text input files, see lesspipe(1)
[ -x /usr/bin/lesspipe ] && eval "$(lesspipe)"

# set variable identifying the chroot you work in (used in the prompt below)
if [ -z "$debian_chroot" -a -r /etc/debian_chroot ]; then
    debian_chroot=$(cat /etc/debian_chroot)
fi

# set a fancy prompt (non-color, unless we know we "want" color)
case "$TERM" in
xterm-color)
    PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
    ;;
*)
    PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
    ;;
esac

# Comment in the above and uncomment this below for a color prompt
#PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '

# If this is an xterm set the title to user@host:dir
case "$TERM" in
xterm*|rxvt*)
    PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"'
    ;;
*)
    ;;
esac

# Define your own aliases here ...
#if [ -f ~/.bash_aliases ]; then
#    . ~/.bash_aliases
#fi

# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if [ -f /etc/bash_completion ]; then
    . /etc/bash_completion

fi

# Definition du PATH

PATH=/home/harau/bin/:$PATH 

export PATH 
			

Récupérer le fichier :

.bashrc

Modules à installer

    Navigation internet

  • sudo apt-get install flashplugin-nonfree
  • sudo update-flashplugin
  • sudo apt-get install sun-java5-jre sun-java5-plugin
  • sudo apt-get install mozilla-acroread
    (permet ainsi l'installation d'acrobat reader par dépendance)
  • LaTeX et Beamer

  • sudo apt-get install latex-beamer
  • sudo apt-get install ifrench-gut
  • Samba

  • sudo apt-get install samba smbfs
  • Divers

  • sudo apt-get install a2ps
  • sudo apt-get install numlockx
  • sudo apt-get install xmms-wma
  • sudo apt-get install tcsh

Compression audio

  • Récuper XCFA
  • l'application fonctionne en mode root
    sudo xcfa

Configuration de Xemacs et intégration d'Auctex

Récupérer l'archive :

auctex-11.83.tar.gz

Installation de Xemacs et d'Auctex

  • sudo apt-get install xemacs21
  • tar xvzf auctex-11.83.tar.gz
  • cd auctex-11.83
  • ./configure --with-xemacs
  • make
  • make install