Pour faire du backup sans prendre trop d'espace (à la rsnapshot) on peut utiliser les hardlinks. Le truc cool, c'est que rsync est conscient de ces hardlinks et va créer un nouveau fichier si la destination est un hardlink et que le fichier a changé. Super pratique.
What most people don’t know is that rsync is an exception to this rule. If you use rsync to sync two files, and it sees that the target file is a hard link, it will create a new target file but only if the contents of the two files are not the same
  
 -
                
                http://earlruby.org/2013/05/creating-differential-backups-with-hard-links-and-rsync/Les variables dispo dans la conf d'apache (disponibles ou non suivant l'endroit dans la conf bien sur)
  
 -
                
                http://httpd.apache.org/docs/2.4/fr/expr.htmlje me mets ça de côté, des screencast/tuto vim
  
 -
                
                http://vimcasts.org/episodes/archiveencore un frontend graphite
via arnaub
  
 -
                
                http://vimeo.github.io/graph-explorer/Un autre front end graphiti
via arnaudb
  
 -
                
                https://github.com/paperlesspost/graphitiUn frontend pour graphite, sympa!
via Skunnyk
  
 -
                
                http://grafana.org/Intéressants les services utilisés dans ce billet : dlvr.it, IFTTT, Buffer..
Je ne connaissais pas du tout (Bon ok, il faut en avoir le besoin)
  
 -
                
                http://www.hal-9000.fr/article18/schema-de-diffusion-de-ma-veille-pour-sociophare-de-shaarli-a-twitterà suivre quand j'aurai le courage de scanner mes vieux docs
  
 -
                
                http://sebsauvage.net/links/?Am9N3QPour garder le header host original :
proxy_set_header Host $http_host;
ou
proxy_set_header Host $host;
Sinon le header host est re-écrit par nginx avant de balancer la requete aux serveurs derriere.
  
 -
                
                http://www.simplicidade.org/notes/archives/2011/02/nginx_proxy_host_header.htmlL'explication du pourquoi comment de ces deux lignes :
proxy_set_header        X-Real-IP       $remote_addr;
proxy_set_header        X-Forwarded-For $proxy_add_x_forwarded_for;
  
 -
                
                https://rtcamp.com/tutorials/nginx/forwarding-visitors-real-ip/index.blocks.read_only
Set to true to have the index read only, false to allow writes and metadata changes.
  
 -
                
                http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-update-settings.htmlSympa tous ces one liners ! il y a même un repo dans lequel on peut ajouter les siens : https://github.com/fxn/tkn
Mes préférés :
$ echo "!!" > script.sh
$ cp file.txt{,.bak}
$ (cd /tmp && ls)
$ nc -l 5566 > data-dump.sql
$ nc <his-ip-address> 5566 < data-dump.sql
via Olivier
  
 -
                
                http://arturoherrero.com/2013/11/29/command-line-one-liners/Utile pour illustrer les wiki :p
via Korben
  
 -
                
                https://asciiflow.com