Adaptation de Git/SuiviDeConfiguration
# addgroup admin # adduser alex admin # echo "deb http://apt.auf.org/ squeeze auf" >> /etc/apt/sources.list # aptitude update;aptitude install auf-keyring;aptitude update;aptitude install auf-git-etc # echo "export GIT_AUTHOR_NAME='Alexandre Domont'" >> /home/alex/.bash_profile;echo "export GIT_AUTHOR_EMAIL='alexandre.domont@auf.org'" >> /home/alex/.bash_profile # vi /etc/passwd --> alex:x:1000:1000:Alexandre Domont,,,:/home/alex:/bin/bash