Before you can start working locally on a remote branch, you need to fetch it as called out in answers below.
To fetch a branch, you simply need to:
git fetch origin
This will fetch all of the remote branches for you. With the remote branches in hand, you now need to check out the branch you are interested in, giving you a local working copy:
git checkout -b test origin/test
ou : git checkout -t origin/test
Un pas de plus vers l automatisation : grâce a puppet on peut rapidement configurer un serveur en lui attribuant des classes (entre autre). Pour ca , il fait modifier le site.pp ou bien, si on utilise un ENC comme puppet dashboard, il faut quelques clics. La même chose en command line avec PE :)
Backdoor php, tellement peu de code et discrete :o
via Skunnyk
Outils qui a l'air bien
Pour mieux comprendre le packaging sous debian
Sympa à tester
via arnaudb
Pour générer des boutons de partage privacy friendly
(attention le code généré utilise un jquery hébergé chez Google, pensez à linker une version locale)
via Skunnyk