28/11/2015 à 15:05:17 par Guillaume
ssh login@machineDistante 'bash -s arg1' < script.sh
Intéressant pour exécuter le même script sur différents serveurs.
http://www.informatix.fr/tutoriels/unix-linux-bsd/comment-executer-un-script-local-sur-une-machine-distante-avec-ssh-114
Tags : bashpratique
28/11/2015 à 15:03:58 par Guillaume
Pour connaître la taille des fichiers et dossiers présents dans le répertoire courant :
du -ach . --max-depth 1
http://www.informatix.fr/tutoriels/unix-linux-bsd/comment-connaitre-la-taille-d-un-dossier-sous-linux-147
Tags : bashlinuxpratique
28/11/2015 à 15:02:35 par Guillaume
Pour supprimer les fichiers de plus de 30 jours dans un répertoire :
find . -type f -mtime +30 -exec /bin/rm -f {} \;
Pour juste les afficher :
find . -type f -mtime +30 -print
http://www.informatix.fr/tutoriels/unix-linux-bsd/comment-supprimer-les-fichiers-plus-vieux-qu-une-date-donnee-en-bash-117
Tags : bashpratique
04/08/2015 à 08:39:45 par Guillaume
http://lehollandaisvolant.net/?mode=links&id=20150803200757
Tags : phppratique
01/07/2015 à 11:15:46 par Guillaume
Outil en ligne pour tester la configuration SSL de son serveur Web.
Complet.
https://www.ssllabs.com/ssltest/
Tags : pratiquesécurité
29/05/2015 à 11:00:10 par Guillaume
Pour bannir une adresse IP qui casse les pieds :
iptables -I INPUT -s IP_ADRESS -j DROP
http://www.provya.net/?mode=links&id=20150529110010
Tags : linuxpratiquesécurité
02/04/2015 à 14:26:17 par Guillaume
Approche intéressante pour migrer un serveur.
http://korben.info/4-etapes-pour-migrer-un-serveur-web-sans-interruption.html
Tags : linuxpratiqueweb
09/02/2015 à 15:58:42 par Guillaume
"A collection of useful .htaccess snippets"
Pratique.
https://github.com/phanan/htaccess
Tags : linuxpratiquesécurité
16/10/2014 à 08:30:23 par Guillaume
pratique.
http://liens.nonymous.fr/?oQNJiQ
Tags : pratiquevirtualisation
07/09/2014 à 07:38:11 par Guillaume
Bon à savoir. À tester !
http://lehollandaisvolant.net/index.php?mode=links&id=20140906180120
Tags : pdfpratique