4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 105 / 217
Newer►
  • Docker Networking - Jason Edelman's Blog http://www.jedelman.com/home/docker-networking

    Via arnaudb

    June 15, 2014 at 7:49:26 PM GMT+2 - permalink - archive.org - http://Docker Networking - Jason Edelman's Blog http://www.jedelman.com/home/docker-networking
    docker networking
  • Baseimage-docker: A minimal Ubuntu base image modified for Docker-friendliness

    Interdasting

    June 13, 2014 at 10:49:52 PM GMT+2 - permalink - archive.org - https://phusion.github.io/baseimage-docker/#intro
    docker
  • Quelques liens sur graphite en cluster

    http://grey-boundary.com/the-architecture-of-clustering-graphite/
    http://adminberlin.de/graphite-scale-out/
    http://graphite.readthedocs.org/en/latest/carbon-daemons.html
    http://blog.xebia.fr/2013/05/29/graphite-les-bases/
    http://fr.slideshare.net/AnatolijDobrosynets/graphite-cluster-setup-blueprint

    via arnaudb

    June 13, 2014 at 5:05:53 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?7mcGLw
    cluster graphite
  • Ruby on Rake, ou comment Rake m'a rendu alcoolique

    Pourquoi rake ?

    June 13, 2014 at 3:25:13 PM GMT+2 - permalink - archive.org - http://t37.net/ruby-on-rake-ou-comment-rake-ma-rendu-alcoolique
    make rake ruby
  • NetHogs: What program is using that bandwidth?

    not bad

    June 12, 2014 at 2:28:25 PM GMT+2 - permalink - archive.org - http://nethogs.sourceforge.net/
    analyze networking tcpdump trafic
  • bad guys

    Quelques tentatives de connexion sur mon serveur. On voit un peu de tout : rdp, vnc, mysql ..

    grep input /var/log/iptables.log|grep -Eo "DPT=[0-9]+" | sort -u

    DPT=1433
    DPT=22
    DPT=23
    DPT=3128
    DPT=3306
    DPT=3389
    DPT=37662
    DPT=37834
    DPT=389
    DPT=4899
    DPT=5001
    DPT=5900
    DPT=7071
    DPT=7777
    DPT=8080
    DPT=9200
    DPT=992

    June 12, 2014 at 2:14:19 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?_NKrGA
    iptables log security
  • Vi and Vim Macro Tutorial: How To Record and Play

    J'avais une ligne de conf à dupliquer X fois en incrémentant seulement un chiffre à chaque fois... m'a fait gagné du temps ;)

    qa (on commence le record dans le register a)
    yy (là j'enchaine les actions à repéter)
    p
    ^
    se déplacer jusqu'au chiffre en question puis c^a
    q (pour stop record)

    puis on rejoue 15 fois : 15@a

    June 11, 2014 at 3:04:01 PM GMT+2 - permalink - archive.org - http://www.thegeekstuff.com/2009/01/vi-and-vim-macro-tutorial-how-to-record-and-play/
    macro record vim
  • https://github.com/pokle/cassandra

    yeah

    via Skunnyk

    June 10, 2014 at 3:51:36 PM GMT+2 - permalink - archive.org - https://github.com/pokle/cassandra
    cassandra docker
  • Introducing nagios-herald « Code as Craft

    Cool comme plugin. En deux mots ça permet d'améliorer les alertes Nagios en ajoutant un "contexte" au traditionnel message. Par exemple un graph rrd, le résultat d'une commande, une illustration visuelle du probleme..

    • https://github.com/etsy/nagios-herald
    June 10, 2014 at 11:38:19 AM GMT+2 - permalink - archive.org - http://codeascraft.com/2014/06/06/introducing-nagios-herald/
    contexte monitoring nagios sys
  • thumbnail
    Nike+ SportWatch GPS : Test complet
    June 7, 2014 at 6:22:19 PM GMT+2 - permalink - archive.org - http://www.lesnumeriques.com/montre-sport/nike-sportwatch-gps-p11928/test.html
    montre running test
  • thumbnail
    La Garmin Forerunner 10 (FR10) testée de fond en comble | nakan.ch
    June 7, 2014 at 6:16:43 PM GMT+2 - permalink - archive.org - http://www.nakan.ch/wp/2012/12/08/la-garmin-forerunner-10-fr10-testee-de-fond-en-comble/
    montre running test
  • DisplayFilters - The Wireshark Wiki

    c'est con que les filtres soient pas les meme que pour tcpdump

    June 6, 2014 at 4:46:04 PM GMT+2 - permalink - archive.org - http://wiki.wireshark.org/DisplayFilters
    wireshark
  • binary health check with HAProxy 1.5: php-fpm/fastcgi probe example | HAProxy Technologies – Aloha Load Balancer
    June 6, 2014 at 4:45:53 PM GMT+2 - permalink - archive.org - http://blog.haproxy.com/2014/06/06/binary-health-check-with-haproxy-1-5-php-fpmfastcgi-probe-example/
    haproxy
  • Is there any way to make the Alt-Tab window changer pop up quicker in Gnome-Shell? - Ask Ubuntu

    Jme le note là parce que je zap tout le temps où c'est..

    Trop long ce delay

    /usr/share/gnome-shell/js/ui/altTab.js
    const POPUP_DELAY_TIMEOUT = 150; // milliseconds

    June 6, 2014 at 1:35:01 PM GMT+2 - permalink - archive.org - http://askubuntu.com/questions/90213/is-there-any-way-to-make-the-alt-tab-window-changer-pop-up-quicker-in-gnome-shel
    alt-tab delay gnome gnome3
  • JS NICE: Statistical renaming, Type inference and Deobfuscation

    Deobfuscation JS

    June 6, 2014 at 10:29:35 AM GMT+2 - permalink - archive.org - http://jsnice.org/
    js
  • How to manage the use of swap memory
    • swapoff --all
    • umount
    • virer du fstab
    June 5, 2014 at 4:42:18 PM GMT+2 - permalink - archive.org - http://go2linux.garron.me/manage-the-use-of-swap-memory
    swap
  • thumbnail
    Deprecated Linux networking commands and their replacements | Doug Vitale Tech Blog
    June 5, 2014 at 8:22:32 AM GMT+2 - permalink - archive.org - http://dougvitale.wordpress.com/2011/12/21/deprecated-linux-networking-commands-and-their-replacements/
    ip linux networking
  • Un ecrit sur les rootkit

    rkhunter chkrootkit tripwire AIDE

    June 4, 2014 at 10:40:55 PM GMT+2 - permalink - archive.org - http://www.sans.org/reading-room/whitepapers/linux/linux-rootkits-beginners-prevention-removal-901
    linux rootkit security
  • Increase available disk space by decreasing the reserved blocks in extended filesytems ext2/3/4 using tune2fs | Linuxers

    à lire

    June 4, 2014 at 11:00:21 AM GMT+2 - permalink - archive.org - http://linuxers.org/quick-tips/increase-available-disk-space-decreasing-reserved-blocks-extended-filesytems-ext234-using-tune2fs
    disk ext
  • thumbnail
    Google Online Security Blog: Making end-to-end encryption easier to use

    Cool à première vue mais je trouve ça étrange..
    Si c'est bien fait, Google n'aura donc plus accès au contenu de nos mails et ne pourra plus balancer de la pub ciblée ? Ils sont forcément conscient de ça, alors comment comptent ils équilibrer cette perte ?

    June 4, 2014 at 9:54:25 AM GMT+2 - permalink - archive.org - http://googleonlinesecurity.blogspot.fr/2014/06/making-end-to-end-encryption-easier-to.html
    google pgp
Links per page: 20 50 100
◄Older
page 105 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation