4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 100 / 217
Newer►
  • Quickly navigate your filesystem from the command-line

    jusqu'à présent j'utilisais des alias dans mon bashrc du genre :
    cdbackup() { cd /home/foo/backup/; }

    Mais la méthode proposée est bien plus pratique

    8 août 2014 à 09:55:32 UTC+2 - permalink - archive.org - http://jeroenjanssens.com/2013/08/16/quickly-navigate-your-filesystem-from-the-command-line.html
    bash shell
  • backup - Rsnapshot: using different intervals for different directories - Ask Ubuntu

    Pour avoir plusieurs politiques de retentions suivant les répertoires, il faut créer plusieurs fichiers de config et lancer en cron rsnapshot en précisant la conf (-c)

    Attention à bien changer le snapshot_root

    7 août 2014 à 12:00:17 UTC+2 - permalink - archive.org - http://askubuntu.com/questions/97817/rsnapshot-using-different-intervals-for-different-directories
    rsnapshot
  • LPT: An interesting coincidence between kilometres and miles (x-post /r/running) : LifeProTips

    nice !

    ratio 1.6

    miles kilometers

    7 août 2014 à 11:31:15 UTC+2 - permalink - archive.org - http://www.reddit.com/r/LifeProTips/comments/2cs2wa/lpt_an_interesting_coincidence_between_kilometres/
    conversion kilometers miles
  • sudo

    toto ALL=(ALL) NOPASSWD: ALL

    6 août 2014 à 14:35:29 UTC+2 - permalink - archive.org - https://links.infomee.fr/?519lVg
    sudo
  • Tracking Every Release « Code as Craft

    apply function > Special > draw non zero as infinite

    6 août 2014 à 14:04:35 UTC+2 - permalink - archive.org - http://codeascraft.com/2010/12/08/track-every-release/
    graphite
  • 49f448a01794cdd6164159bb1b95d167.jpg (Image JPEG, 499 × 964 pixels) - Redimensionnée (88%)

    savoir rester kiss ^^

    via fiax

    6 août 2014 à 11:10:18 UTC+2 - permalink - archive.org - http://media-cache-ak0.pinimg.com/736x/49/f4/48/49f448a01794cdd6164159bb1b95d167.jpg
    kiss
  • thumbnail
    Hubot

    Bien! Le hubot peut écouter en http, on peut donc intéragir assez simplement avec lui depuis un autre programme avec curl par exemple :)

    https://github.com/github/hubot/blob/master/docs/scripting.md#http-listener
    https://github.com/nandub/hubot-irc
    https://gist.github.com/oremj/3702073

    5 août 2014 à 11:55:42 UTC+2 - permalink - archive.org - https://github.com/github/hubot/tree/master/docs
    bot http hubot irc
  • Firefox trick

    ctrl+shit+m

    pratique pour tester le responsive d'un site!

    5 août 2014 à 10:15:56 UTC+2 - permalink - archive.org - https://links.infomee.fr/?JFLpKQ
    firefox
  • Git IRC bot in 5 minutes - Rogdham

    Un client irc en command line orienté bot, très simple à mettre en place : ii

    4 août 2014 à 23:16:29 UTC+2 - permalink - archive.org - http://www.rogdham.net/2013/04/07/git-irc-bot-in-5-minutes.en
    bot client irc kiss
  • Monitoring at scale - Intuitive dashboard design

    à lire

    via arnaudb

    3 août 2014 à 21:53:02 UTC+2 - permalink - archive.org - http://fr.slideshare.net/quipo/monitoring-at-scale-intuitive-dashboard-design
    dashboard monitoring
  • Configuration graphite pour être utilisé avec statsd

    Aide à comprendre pas mal de chose concernant graphite/statsd

    1 août 2014 à 10:47:44 UTC+2 - permalink - archive.org - https://github.com/etsy/statsd/blob/master/docs/graphite.md
    graphite statsd
  • https://github.com/graphite-project/whisper

    Suite d'outils bien pratique pour tester/vérifier/debug ses whisper files, en particulier whisper-dump et whisper-fetch

    1 août 2014 à 10:35:57 UTC+2 - permalink - archive.org - https://github.com/graphite-project/whisper
    carbon graphite statsd
  • Why TCP/IP is on the way out

    10 fois plus rapide! J'ai du mal à y croire..

    30 juillet 2014 à 22:31:42 UTC+2 - permalink - archive.org - http://www.networkworld.com/article/2459286/why-tcp/why-tcp/ip-is-on-the-way-out.html#tk.rss_all
    networking
  • Privacy Badger | Electronic Frontier Foundation

    Un candidat pour remplacer abp/abe ghostery ?

    30 juillet 2014 à 10:40:18 UTC+2 - permalink - archive.org - https://www.eff.org/privacybadger
    abe abp ghostery privacy
  • Domaine de diffusion — Wikipédia

    Petite révision du vocabulaire, ça fait pas de mal ;)

    • http://fr.wikipedia.org/wiki/Domaine_de_collision
    30 juillet 2014 à 10:38:49 UTC+2 - permalink - archive.org - http://fr.wikipedia.org/wiki/Domaine_de_diffusion
    networking
  • Connaitre les versions des extensions php

    <?php
    $extensions = get_loaded_extensions();
    foreach($extensions as $ext) {
    echo "$ext --> ";
    echo phpversion($ext);
    echo "\n";
    }

    29 juillet 2014 à 16:21:25 UTC+2 - permalink - archive.org - https://links.infomee.fr/?vo6lAQ
    ext php
  • ARP Reply-to-Broadcast | Intrusion Prevention Systems/IDS | Cisco Support Community | 5851 | 10941681

    Ok.. Les gratuitois reply servent à mettre à jour pro-activement les tables arp des petits voisins..
    This can be caused by devices that perform an unsolicited, or Gratuitous ARP replies.
    Load balancers, High Availbility pairs (dual NICs in a host, dual firewalls, etc) will send a broad cast ARP reply to update everyones ARP table so that know what MAC to send frames for the shared IP address.

    On peut aussi se servir de request pour faire ça en demandant qui a notre propre IP (http://infomee.fr/vrac/files/index.php?f=54ad62c46482e)

    Pour rappel les gratuitous sont des paquet arp "gratuit" qu'on forge en prévention.
    Les "gratuitous" request servent à vérifier que l'ip qu'on veut utiliser n'est pas prise (si pas de réponse).

    29 juillet 2014 à 14:23:25 UTC+2 - permalink - archive.org - https://supportforums.cisco.com/discussion/10941681/arp-reply-broadcast
    arp
  • Groupe d'onglet firefox

    :o je connaissais pas.. C'est super bien ce truc, thx arnaudb!

    ctrl+shift+e

    25 juillet 2014 à 10:09:34 UTC+2 - permalink - archive.org - https://links.infomee.fr/?DOGGaQ
    firefox
  • thumbnail
    Debian package statsd

    apt-get install debhelper devscripts
    git clone https://github.com/etsy/statsd.git
    cd statsd
    dpkg-buildpackage
    dpkg -i ../<deb file>

    24 juillet 2014 à 16:01:09 UTC+2 - permalink - archive.org - https://github.com/etsy/statsd/issues/161
    deb debian package statsd
  • Installing-Node.js-via-package-manager

    Il est aussi dans les backport :
    https://packages.debian.org/search?keywords=nodejs&searchon=names&section=all&suite=wheezy-backports

    24 juillet 2014 à 15:59:58 UTC+2 - permalink - archive.org - https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager
    deb debian node nodejs
Links per page: 20 50 100
◄Older
page 100 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation