4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 116 / 217
Newer►
  • What is DevOps? - O'Reilly Radar
    February 24, 2014 at 9:58:37 AM GMT+1 - permalink - archive.org - http://radar.oreilly.com/2012/06/what-is-devops.html#!
    devops
  • Questionnaire de satisfaction, faites un effort..

    Tu réponds à 5 questions, le compteur affiche 5% d'avancement...

    Ragequit

    February 24, 2014 at 9:51:28 AM GMT+1 - permalink - archive.org - https://links.infomee.fr/?kqLz4w
    gne
  • Hosted Graphite - Applications Android sur Google Play

    why not

    via arnaudb

    February 24, 2014 at 9:48:58 AM GMT+1 - permalink - archive.org - https://play.google.com/store/apps/details?id=com.hostedgraphite
    android app graphite
  • DemoFriday: Cisco Extensible Network Controller (XNC) Demo
    February 23, 2014 at 10:53:06 AM GMT+1 - permalink - archive.org - http://www.sdncentral.com/cisco-extensible-network-controller-xnc/
    sdn
  • Accueil
    February 23, 2014 at 10:41:48 AM GMT+1 - permalink - archive.org - http://www.proxmox.com/fr/
    kvm virtualisation
  • libvirt: The virtualization API
    February 23, 2014 at 10:40:58 AM GMT+1 - permalink - archive.org - http://libvirt.org/
    virtualisation
  • ganeti - Cluster-based virtualization management software - Google Project Hosting
    February 23, 2014 at 10:40:43 AM GMT+1 - permalink - archive.org - http://code.google.com/p/ganeti/
    virtualisation
  • DRBD:What is DRBD
    February 23, 2014 at 10:34:52 AM GMT+1 - permalink - archive.org - http://www.drbd.org/
    network raid
  • thumbnail
    Martin Fowler on ORM Hate | Javalobby
    February 22, 2014 at 7:26:06 PM GMT+1 - permalink - archive.org - http://java.dzone.com/articles/martin-fowler-orm-hate
    database orm scale
  • Code School

    Encore un site de e-learning, vraiment joli celui là

    February 22, 2014 at 6:51:11 PM GMT+1 - permalink - archive.org - https://www.codeschool.com/courses
    elearning
  • Try Ruby: learn the basics of the Ruby language in your browser.

    e-learning interactif ruby

    February 22, 2014 at 6:47:52 PM GMT+1 - permalink - archive.org - http://tryruby.org/
    elearning ruby
  • Code School - Rails for Zombies

    Tuto interactif pour commencer avec ruby on rails

    February 22, 2014 at 6:45:31 PM GMT+1 - permalink - archive.org - http://railsforzombies.org/
    elearning rails ror ruby
  • Narrative Clip – a wearable, automatic lifelogging camera

    Sympa le concept

    via Fiaxhs

    February 21, 2014 at 4:00:36 PM GMT+1 - permalink - archive.org - http://getnarrative.com/
    iot photo
  • Kanboard

    un trello like opensource

    February 21, 2014 at 2:37:24 PM GMT+1 - permalink - archive.org - https://github.com/fguillot/kanboard
    todo trello
  • Sonde temperature humidité
    February 21, 2014 at 11:49:42 AM GMT+1 - permalink - archive.org - https://www.sparkfun.com/datasheets/Sensors/Temperature/DHT22.pdf
    arduino electronique humidite sonde temperature
  • CC3000 Breakout | Adafruit CC3000 WiFi | Adafruit Learning System
    February 21, 2014 at 11:49:04 AM GMT+1 - permalink - archive.org - http://learn.adafruit.com/adafruit-cc3000-wifi/cc3000-breakout
    arduino electronique wifi
  • thumbnail
    Why we don't use a CDN: A story about SPDY and SSL

    Bon article sur quelques subtilités ssl

    via Skunnyk

    February 21, 2014 at 9:52:11 AM GMT+1 - permalink - archive.org - https://thethemefoundry.com/blog/why-we-dont-use-a-cdn-spdy-ssl/
    bench http https nginx ssl
  • Analyse du load de page

    http://www.webpagetest.org/

    Sympa la découpe : DNS Lookup / Initial Connection (RTT) / SSL nego / TTFB

    February 21, 2014 at 9:50:49 AM GMT+1 - permalink - archive.org - http://infomee.fr/vrac/waterfall.png
    analyse graph http https tools
  • Octet — Wikipédia

    Pour remettre les choses au clair : kilo/mega/giga != kibi/mebi/gibi

    Création de deux fichiers : un de 1000 octets et un de 1024 octets

    [16:34:57] arnaud@mac : ~
    $ dd if=/dev/urandom of=/tmp/test bs=1 seek=1000 count=0

    [16:35:12] arnaud@mac : ~
    $ dd if=/dev/urandom of=/tmp/testsi bs=1 seek=1024 count=0

    [16:35:16] arnaud@mac : ~
    $ ls -l /tmp/test*
    -rw-rw-r-- 1 arnaud arnaud 1000 févr. 20 16:35 /tmp/test
    -rw-rw-r-- 1 arnaud arnaud 1024 févr. 20 16:35 /tmp/testsi

    [16:35:26] arnaud@mac : ~
    $ ls -lh /tmp/test*
    -rw-rw-r-- 1 arnaud arnaud 1000 févr. 20 16:35 /tmp/test
    -rw-rw-r-- 1 arnaud arnaud 1,0K févr. 20 16:35 /tmp/testsi

    On peut voir que ls compte en kibi et non en kilo. Pour avoir de "vrais" kilo, il faut ajouter --si

    [16:35:20] arnaud@mac : ~
    $ ls -lh --si /tmp/test*
    -rw-rw-r-- 1 arnaud arnaud 1,0k févr. 20 16:35 /tmp/test
    -rw-rw-r-- 1 arnaud arnaud 1,1k févr. 20 16:35 /tmp/testsi

    February 20, 2014 at 4:36:14 PM GMT+1 - permalink - archive.org - http://fr.wikipedia.org/wiki/Octet
    bit byte octet si
  • Graphite front ends

    Encore un autre

    • https://github.com/ripienaar/gdash
    February 20, 2014 at 2:12:40 PM GMT+1 - permalink - archive.org - https://github.com/PrFalken/leonardo
    graphite
Links per page: 20 50 100
◄Older
page 116 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation