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

    15 июня 2014 г., 19:49:26 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

    13 июня 2014 г., 22:49:52 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

    13 июня 2014 г., 17:05:53 GMT+2 - permalink - archive.org - https://links.infomee.fr/?7mcGLw
    cluster graphite
  • Ruby on Rake, ou comment Rake m'a rendu alcoolique

    Pourquoi rake ?

    13 июня 2014 г., 15:25:13 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

    12 июня 2014 г., 14:28:25 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

    12 июня 2014 г., 14:14:19 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

    11 июня 2014 г., 15:04:01 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

    10 июня 2014 г., 15:51:36 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
    10 июня 2014 г., 11:38:19 GMT+2 - permalink - archive.org - http://codeascraft.com/2014/06/06/introducing-nagios-herald/
    contexte monitoring nagios sys
  • thumbnail
    Nike+ SportWatch GPS : Test complet
    7 июня 2014 г., 18:22:19 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
    7 июня 2014 г., 18:16:43 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

    6 июня 2014 г., 16:46:04 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
    6 июня 2014 г., 16:45:53 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

    6 июня 2014 г., 13:35:01 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

    6 июня 2014 г., 10:29:35 GMT+2 - permalink - archive.org - http://jsnice.org/
    js
  • How to manage the use of swap memory
    • swapoff --all
    • umount
    • virer du fstab
    5 июня 2014 г., 16:42:18 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
    5 июня 2014 г., 08:22:32 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

    4 июня 2014 г., 22:40:55 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

    4 июня 2014 г., 11:00:21 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 ?

    4 июня 2014 г., 09:54:25 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