mardi 15 mars 2011

Trucs et astuces...

Utilisation de rsync à travers ssh

rsync -avz -e ssh --exclude "*~" --exclude ".svn" login@hostname:/dirsource dirdest

Forcer ntp à se synchroniser

service ntp stop ; ntpd -q -g -x ; service ntp start

La boucle for type C en Bash

for((i=0; i < 16; i++)); do
echo $i 
done

Remplacement type sed "simple" en Bash

dst=${string/exp/rep}

Aucun commentaire:

Enregistrer un commentaire