4360 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 123 / 218
Newer►
  • thumbnail
    Creating differential backups with hard links and rsync

    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

    January 27, 2014 at 10:24:34 PM GMT+1 - permalink - archive.org - http://earlruby.org/2013/05/creating-differential-backups-with-hard-links-and-rsync/
    rsync hardlink
  • thumbnail
    Les expressions dans le serveur HTTP Apache - Serveur Apache HTTP

    Les variables dispo dans la conf d'apache (disponibles ou non suivant l'endroit dans la conf bien sur)

    January 27, 2014 at 2:10:24 PM GMT+1 - permalink - archive.org - http://httpd.apache.org/docs/2.4/fr/expr.html
    apache variable
  • thumbnail
    Episodes

    je me mets ça de côté, des screencast/tuto vim

    January 27, 2014 at 9:06:36 AM GMT+1 - permalink - archive.org - http://vimcasts.org/episodes/archive
    cast vim video
  • thumbnail
    Debian Sources List Generator
    January 26, 2014 at 6:28:00 PM GMT+1 - permalink - archive.org - http://debgen.simplylinux.ch/
    debian apt
  • thumbnail
    ▶ "MORE NFL" — A Bad Lip Reading of The NFL - YouTube

    LOL

    • http://www.youtube.com/watch?v=5Krz-dyD-UQ
    January 24, 2014 at 5:45:50 PM GMT+1 - permalink - archive.org - http://www.youtube.com/watch?v=rRqKYXcL-2U
    lol youtube
  • thumbnail
    Graph-explorer by Vimeo

    encore un frontend graphite
    via arnaub

    January 24, 2014 at 4:58:12 PM GMT+1 - permalink - archive.org - http://vimeo.github.io/graph-explorer/
    graphite
  • thumbnail
    github.com/paperlesspost/graphiti

    Un autre front end graphiti
    via arnaudb

    January 24, 2014 at 4:35:18 PM GMT+1 - permalink - archive.org - https://github.com/paperlesspost/graphiti
    graphite
  • thumbnail
    Grafana - Graphite Dashboard

    Un frontend pour graphite, sympa!
    via Skunnyk

    January 24, 2014 at 11:27:46 AM GMT+1 - permalink - archive.org - http://grafana.org/
    graphite grafana frontend
  • thumbnail
    Schéma de diffusion de ma veille pour @sociophare : de Shaarli à Twitter - Hal-9000

    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)

    January 24, 2014 at 10:49:59 AM GMT+1 - permalink - archive.org - http://www.hal-9000.fr/article18/schema-de-diffusion-de-ma-veille-pour-sociophare-de-shaarli-a-twitter
    social share if then that
  • Créer un PDF avec des images JPEG scannées, avec imagemagick - Mitsu'liens - Liens en vrac de sebsauvage

    à suivre quand j'aurai le courage de scanner mes vieux docs

    January 23, 2014 at 5:40:50 PM GMT+1 - permalink - archive.org - http://sebsauvage.net/links/?Am9N3Q
    scan
  • thumbnail
    Notes: Tip: keep the Host header via nginx proxy_pass

    Pour 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.

    January 23, 2014 at 4:40:38 PM GMT+1 - permalink - archive.org - http://www.simplicidade.org/notes/archives/2011/02/nginx_proxy_host_header.html
    nginx
  • thumbnail
    Forwarding Visitor’s Real-IP in Nginx Proxy/Fastcgi backend correctly

    L'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;

    January 23, 2014 at 4:39:44 PM GMT+1 - permalink - archive.org - https://rtcamp.com/tutorials/nginx/forwarding-visitors-real-ip/
    nginx
  • thumbnail
    Fronçais Facile

    majik

    January 23, 2014 at 4:14:56 PM GMT+1 - permalink - archive.org - http://froncaisfacile.tumblr.com/
    français
  • Mindfuck netBSD - Web TV - Numa Paris
    • http://philpep.org/blog/mindfuck-linux
      via arnaudb
    January 23, 2014 at 3:42:03 PM GMT+1 - permalink - archive.org - http://numaparis.ubicast.tv/videos/mindfuck-netbsd/
    conf vpn
  • thumbnail
    Munin for Android - Applications Android sur Google Play

    ahah

    January 23, 2014 at 1:18:39 PM GMT+1 - permalink - archive.org - https://play.google.com/store/apps/details?id=com.chteuchteu.munin
    munin app android
  • thumbnail
    Update Indices Settings [0.90]

    index.blocks.read_only
    Set to true to have the index read only, false to allow writes and metadata changes.

    January 22, 2014 at 2:52:31 PM GMT+1 - permalink - archive.org - http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-update-settings.html
    elasticsearch
  • thumbnail
    spotify-to-mp3

    :o

    January 22, 2014 at 2:28:37 PM GMT+1 - permalink - archive.org - https://npmjs.org/package/spotify-to-mp3
    spotify
  • thumbnail
    Evaluer sa maturité DevOps grâce au "DevOps Maturity Model" | Blog Objet Direct

    Pas convaincu par le tableau :/

    via Olivier

    January 22, 2014 at 11:43:52 AM GMT+1 - permalink - archive.org - http://blog.objetdirect.com/devops-2/evaluer-sa-maturite-devops-grace-au-devops-maturity-model
    devops
  • thumbnail
    Command line one-liners | Arturo Herrero

    Sympa 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

    January 22, 2014 at 11:41:24 AM GMT+1 - permalink - archive.org - http://arturoherrero.com/2013/11/29/command-line-one-liners/
    bash linux commandline
  • Asciiflow - ASCII Flow Diagram Tool

    Utile pour illustrer les wiki :p
    via Korben

    January 21, 2014 at 5:25:36 PM GMT+1 * - permalink - archive.org - https://asciiflow.com
    ascii dessin visio
Links per page: 20 50 100
◄Older
page 123 / 218
Newer►
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation