4339 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►
  • https://github.com/kahun/awesome-sysadmin

    Liste de soft par technos

    via skunnyk

    16 juin 2014 à 16:03:41 UTC+2 - permalink - archive.org - https://github.com/kahun/awesome-sysadmin
    technos
  • Technology/TechnicalSupport/EndUserSupport/OperatingSystems/iOS - CAcert Wiki

    "easy"

    16 juin 2014 à 14:08:14 UTC+2 - permalink - archive.org - http://wiki.cacert.org/Technology/TechnicalSupport/EndUserSupport/OperatingSystems/iOS
    cacert
  • Docker Networking - Jason Edelman's Blog http://www.jedelman.com/home/docker-networking

    Via arnaudb

    15 juin 2014 à 19:49:26 UTC+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 juin 2014 à 22:49:52 UTC+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 juin 2014 à 17:05:53 UTC+2 - permalink - archive.org - https://links.infomee.fr/?7mcGLw
    cluster graphite
  • Ruby on Rake, ou comment Rake m'a rendu alcoolique

    Pourquoi rake ?

    13 juin 2014 à 15:25:13 UTC+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 juin 2014 à 14:28:25 UTC+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 juin 2014 à 14:14:19 UTC+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 juin 2014 à 15:04:01 UTC+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 juin 2014 à 15:51:36 UTC+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 juin 2014 à 11:38:19 UTC+2 - permalink - archive.org - http://codeascraft.com/2014/06/06/introducing-nagios-herald/
    contexte monitoring nagios sys
  • thumbnail
    Nike+ SportWatch GPS : Test complet
    7 juin 2014 à 18:22:19 UTC+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 juin 2014 à 18:16:43 UTC+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 juin 2014 à 16:46:04 UTC+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 juin 2014 à 16:45:53 UTC+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 juin 2014 à 13:35:01 UTC+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 juin 2014 à 10:29:35 UTC+2 - permalink - archive.org - http://jsnice.org/
    js
  • How to manage the use of swap memory
    • swapoff --all
    • umount
    • virer du fstab
    5 juin 2014 à 16:42:18 UTC+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 juin 2014 à 08:22:32 UTC+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 juin 2014 à 22:40:55 UTC+2 - permalink - archive.org - http://www.sans.org/reading-room/whitepapers/linux/linux-rootkits-beginners-prevention-removal-901
    linux rootkit security
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