4339 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 122 / 217
Newer►
  • 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
  • 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 video vim
  • Debian Sources List Generator
    January 26, 2014 at 6:28:00 PM GMT+1 - permalink - archive.org - http://debgen.simplylinux.ch/
    apt debian
  • 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
  • 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
  • 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/
    frontend grafana graphite
  • 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
    if share social that then
  • 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
  • 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
  • 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
  • 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
    android app munin
  • 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
  • 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
  • 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
  • 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 commandline linux
  • 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
  • Lecture différée de la webcam d’un Rasberry Pi – ®om's blog

    Génial

    January 21, 2014 at 2:05:55 PM GMT+1 - permalink - archive.org - http://blog.rom1v.com/2014/01/lecture-differee-de-la-webcam-dun-rasberry-pi/
    rasp
Links per page: 20 50 100
◄Older
page 122 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation