Git et gestion en groupe

Git et gestion en groupe

Do this on the server: Configure the repository for group sharing. This will effectively forcibly widen the umask for future Git operations. cd /path/to/repository.git git config core.sharedRepository group Cleanup the existing permissions: chgrp -R git . chmod -R g=u . Force group owner inheritance for new entries (not needed on BSD-style systems, but usually needed on other systems): find . -type d -print0 | xargs -0 chmod g+s

Mails sur Debian

Mails sur Debian

Quelques commandes utiles : cyradm localhost -u XXX localhost> cm user.info localhost> cm user.info.Trash localhost> cm user.info.Sent vi /etc/postfix/aliases postalias /etc/postfix/aliases

SSH sans mot de passe

SSH sans mot de passe

Connexion SSH, RSYNC, SCP, et SFTP sans mot de passe Pour préciser un autre port pour la commande ssh-copy-id : ssh-copy-id -i /root/.ssh/id_dsa.pub « -p 24 root@www.example.com »

Installation de Eclipse Juno pour Symfony / PHP

Installation de Eclipse Juno pour Symfony / PHP

1 – Récupérer et installer Eclipse Classic 4.2 2 – Installer PDT : faire Help / Install New Software, puis choisir dans Work With : — All Available Sites –, et faire une recherche de PDT. Installer le. 3 – Installer ESFtp : récupérer le zip ici : http://sourceforge.net/projects/esftp/files/ et déziper le dans le répertoire d’installation d’Eclipse 4 – YAML editor : http://code.google.com/p/yedit/