4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 85 / 217
Newer►
  • WebGL Fundamentals
    April 7, 2015 at 6:25:56 PM GMT+2 - permalink - archive.org - http://webglfundamentals.org/
    webgl
  • Convert JSON to YAML
    April 7, 2015 at 6:25:44 PM GMT+2 - permalink - archive.org - http://www.json2yaml.com/
    json yaml
  • Stream Updates with Server-Sent Events - HTML5 Rocks
    April 3, 2015 at 4:45:02 PM GMT+2 - permalink - archive.org - http://www.html5rocks.com/en/tutorials/eventsource/basics/
    sse websocket
  • Security/Server Side TLS - MozillaWiki
    April 2, 2015 at 3:20:49 PM GMT+2 - permalink - archive.org - https://wiki.mozilla.org/Security/Server_Side_TLS
    firefox ssl tls
  • Strong SSL Security on nginx - Raymii.org
    April 2, 2015 at 3:20:32 PM GMT+2 - permalink - archive.org - https://raymii.org/s/tutorials/Strong_SSL_Security_On_nginx.html
    ssl
  • GitHub · Build software better, together.
    March 28, 2015 at 11:10:48 PM GMT+1 - permalink - archive.org - https://github.com/bbatsov/ruby-style-guide/blob/master/README.md
    ruby syntax
  • Cisco NAT Cheat Sheet - Packet Pushers Podcast
    March 28, 2015 at 5:56:01 PM GMT+1 - permalink - archive.org - http://packetpushers.net/cisco-nat-cheat-sheet/
    Cisco nat
  • 40+ Beautiful CSS HTML Login Form Templates
    March 27, 2015 at 3:42:56 PM GMT+1 - permalink - archive.org - http://www.freshdesignweb.com/css-login-form-templates.html
    design login
  • thumbnail
    scripts/kibana4_init at master · akabdog/scripts
    March 26, 2015 at 11:07:48 AM GMT+1 - permalink - archive.org - https://github.com/akabdog/scripts/blob/master/kibana4_init
    init kibana
  • Rappel bit, bytes, octets, Kb, Kib

    Le bit c'est l'unité de base. Tu en prends 8, ça fait un octet (ou un byte en anglais).
    Au niveau des notations, le bit est représenté par un 'b' (minuscule) et le byte par un 'B' (majuscule)

    Quand on parle de vitesse (réseau), on utilise généralement les bits : une connexion 20Mbit/s (marketing... on prefere 20Mbit/s à 2,5 Mo/sec ou 2,5 MB/sec)

    Quand on parle de stockage, on utilise plutôt les octets (=bytes) : un disque dur avec une capacité de 1 To (= 1TB)

    Pour raccourcir l'écriture des grands chiffres, on utilise deux systèmes différents :

    • le système décimal dans lequel :

      • 1000 bit = 1 kbit
      • 1000^3 bit = 1 mbit
      • etc
    • le système binaire dans lequel :

      • 1024 bit = 1 Kibit
      • 1024^2 bit = 1 Mibit

    Quand on utilise 'ls -l' et qu'on voit '4K', a-t-on à faire à 4 kbit ou 4 Kibit ?

    4 Kibit ! (voir : http://infomee.fr/links/?mQqUqg)

    Si on veut la valeur avec le système décimal, il faut ajouter l'option --si à ls :

    ls -lh --si

    March 20, 2015 at 2:45:49 PM GMT+1 - permalink - archive.org - https://links.infomee.fr/?puvzBw
    bit bytes octet
  • thumbnail
    Sigfox lève 100 millions d’euros et accélère à l’international, High tech

    Le concept est tellement bien, j'en avais deja entendu parlé en 2012 : http://infomee.fr/links/?tJYv6Q

    March 19, 2015 at 5:16:19 PM GMT+1 - permalink - archive.org - http://www.lesechos.fr/tech-medias/hightech/0204151091727-sigfox-leve-100-millions-deuros-1092299.php
    iot network sigfox
  • thumbnail
    Fridge caught sending spam emails in botnet attack - CNET
    March 19, 2015 at 1:46:24 PM GMT+1 - permalink - archive.org - http://www.cnet.com/news/fridge-caught-sending-spam-emails-in-botnet-attack/
    iot
  • Postfix Queue Management

    Commandes pour explorer les mails contenus dans les queues postfix

    qshape deferred

    March 19, 2015 at 10:16:54 AM GMT+1 - permalink - archive.org - https://rtcamp.com/tutorials/mail/postfix-queue/
    mail postfix
  • Building a Functional Puppet Workflow Part 1: Module Structure - Shit Gary Says

    Suite d'article sur le pattern role profile

    http://garylarizza.com/blog/2014/02/17/puppet-workflow-part-2/
    http://garylarizza.com/blog/2014/02/18/puppet-workflow-part-3/
    http://garylarizza.com/blog/2014/03/07/puppet-workflow-part-3b/
    http://garylarizza.com/blog/2014/10/24/puppet-workflows-4-using-hiera-in-anger/

    March 18, 2015 at 1:54:22 PM GMT+1 - permalink - archive.org - http://garylarizza.com/blog/2014/02/17/puppet-workflow-part-1/
    pattern profile puppet role
  • Workshop: Doing the Refactor Dance - Making Your Puppet Modules More Modular - Gary Larizza, Puppet Labs | Puppet Labs

    Ce mec est vraiment bon

    20:00 contain VS include
    28:00 Environement VS tier
    include VS resource delcaration
    38:00 Namespace
    47:00 Dependencies and Profile into profile
    01:07:00 R10K

    March 18, 2015 at 1:51:53 PM GMT+1 - permalink - archive.org - https://puppetlabs.com/presentations/workshop-doing-refactor-dance-making-your-puppet-modules-more-modular-gary-larizza
    puppet refactor
  • Memo rsnapshot

    Un pattern avec rsnapshot :

    Utiliser la directive backup_script pour éxécuter un script distant (backup script<tab>ssh root@hostA.com /mon/script/backup.sh<tab>unused/)
    Et ensuite la directive backup pour récupérer ce qui a été produit à distance en local (backuptab>root@hostA.com:/mon/working/dir/<tabhostA.com

    De cette façon, il n'y a plus de cron sur la machine à backup. Le cron rsnapshot déclenche le backup à distance, et ensuite ramène les datas.

    On pourrait aller un cran plus loin en ayant pas de script sur la machine à backup mais laisser le script a quand meme des avantages : on a le dernier backup en local et un script plus clair qu'une suite de ssh root@host 'cmd1', ssh root@host 'cmd'..

    PS : le script doit se charger de faire le ménage avant de commencer, on supprime tout et on lancer le backup. Car on ne veut garder qu'une copie en local

    March 18, 2015 at 1:41:21 PM GMT+1 - permalink - archive.org - https://links.infomee.fr/?kx7g_g
    rsnapshot
  • Resume screen started with other user

    su - user
    script /dev/null
    screen -r

    March 16, 2015 at 9:25:56 PM GMT+1 - permalink - archive.org - https://links.infomee.fr/?izQOpg
    resume screen
  • Michael Gorven - cocooncrash

    allez on va retester xbmc (pardon, kodi) sur le rasp

    Avec le petit plugin à la popcorntime : https://github.com/steeve/plugin.video.pulsar/releases/tag/v0.4.7

    http://forum.kodi.tv/showthread.php?tid=200957

    http://www.homemediatech.net/how-to-setup-and-install-pulsar-on-xbmckodi-an-xbmctorrent-alternative/789

    March 13, 2015 at 6:02:44 PM GMT+1 - permalink - archive.org - http://michael.gorven.za.net/
    rasp xbmc
  • Monitoring cassandra, relevant data that should be watched (and how to send it to graphite) | NSFAQ (Not So Frequently Asked Questions)
    March 13, 2015 at 5:41:43 PM GMT+1 - permalink - archive.org - http://www.tomas.cat/blog/en/monitoring-cassandra-relevant-data-should-be-watched-and-how-send-it-graphite
    cassandra graphite jmx
  • Smart Subtitles

    à tester

    March 12, 2015 at 5:47:15 PM GMT+1 - permalink - archive.org - http://www.smartsubs.fr/popcorn
    popcorntime serie sub subtitle
Links per page: 20 50 100
◄Older
page 85 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation