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
    7 avril 2015 à 18:25:56 UTC+2 - permalink - archive.org - http://webglfundamentals.org/
    webgl
  • Convert JSON to YAML
    7 avril 2015 à 18:25:44 UTC+2 - permalink - archive.org - http://www.json2yaml.com/
    json yaml
  • Stream Updates with Server-Sent Events - HTML5 Rocks
    3 avril 2015 à 16:45:02 UTC+2 - permalink - archive.org - http://www.html5rocks.com/en/tutorials/eventsource/basics/
    sse websocket
  • Security/Server Side TLS - MozillaWiki
    2 avril 2015 à 15:20:49 UTC+2 - permalink - archive.org - https://wiki.mozilla.org/Security/Server_Side_TLS
    firefox ssl tls
  • Strong SSL Security on nginx - Raymii.org
    2 avril 2015 à 15:20:32 UTC+2 - permalink - archive.org - https://raymii.org/s/tutorials/Strong_SSL_Security_On_nginx.html
    ssl
  • GitHub · Build software better, together.
    28 mars 2015 à 23:10:48 UTC+1 - permalink - archive.org - https://github.com/bbatsov/ruby-style-guide/blob/master/README.md
    ruby syntax
  • Cisco NAT Cheat Sheet - Packet Pushers Podcast
    28 mars 2015 à 17:56:01 UTC+1 - permalink - archive.org - http://packetpushers.net/cisco-nat-cheat-sheet/
    Cisco nat
  • 40+ Beautiful CSS HTML Login Form Templates
    27 mars 2015 à 15:42:56 UTC+1 - permalink - archive.org - http://www.freshdesignweb.com/css-login-form-templates.html
    design login
  • thumbnail
    scripts/kibana4_init at master · akabdog/scripts
    26 mars 2015 à 11:07:48 UTC+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

    20 mars 2015 à 14:45:49 UTC+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

    19 mars 2015 à 17:16:19 UTC+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
    19 mars 2015 à 13:46:24 UTC+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

    19 mars 2015 à 10:16:54 UTC+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/

    18 mars 2015 à 13:54:22 UTC+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

    18 mars 2015 à 13:51:53 UTC+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

    18 mars 2015 à 13:41:21 UTC+1 - permalink - archive.org - https://links.infomee.fr/?kx7g_g
    rsnapshot
  • Resume screen started with other user

    su - user
    script /dev/null
    screen -r

    16 mars 2015 à 21:25:56 UTC+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

    13 mars 2015 à 18:02:44 UTC+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)
    13 mars 2015 à 17:41:43 UTC+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

    12 mars 2015 à 17:47:15 UTC+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