4359 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 106 / 218
Newer►
  • thumbnail
    https://github.com/kahun/awesome-sysadmin

    Liste de soft par technos

    via skunnyk

    June 16, 2014 at 4:03:41 PM GMT+2 - permalink - archive.org - https://github.com/kahun/awesome-sysadmin
    technos
  • thumbnail
    Technology/TechnicalSupport/EndUserSupport/OperatingSystems/iOS - CAcert Wiki

    "easy"

    June 16, 2014 at 2:08:14 PM GMT+2 - permalink - archive.org - http://wiki.cacert.org/Technology/TechnicalSupport/EndUserSupport/OperatingSystems/iOS
    cacert
  • thumbnail
    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
  • thumbnail
    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/shaare/7mcGLw
    graphite cluster
  • thumbnail
    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
    rake make 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/
    networking tcpdump trafic analyze
  • 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/shaare/_NKrGA
    iptables security log
  • 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/
    vim macro record
  • thumbnail
    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
  • thumbnail
    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/
    nagios contexte monitoring 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
    test montre running
  • 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 test running
  • 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
  • thumbnail
    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
  • thumbnail
    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
    gnome gnome3 delay alt-tab
  • thumbnail
    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
  • thumbnail
    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
  • thumbnail
    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
    rootkit security linux
Links per page: 20 50 100
◄Older
page 106 / 218
Newer►
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation