4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 107 / 217
Newer►
  • Community — SaltStack
    May 20, 2014 at 11:22:38 AM GMT+2 - permalink - archive.org - http://www.saltstack.com/community/
    techno
  • Flynn - The product that ops provides to developers
    May 20, 2014 at 11:10:59 AM GMT+2 - permalink - archive.org - https://flynn.io/
    docker techno
  • Consul - HashiCorp
    May 20, 2014 at 11:10:45 AM GMT+2 - permalink - archive.org - http://www.hashicorp.com/blog/consul.html
    techno
  • 30 Python Language Features and Tricks You May Not Know About
    May 19, 2014 at 1:40:48 PM GMT+2 - permalink - archive.org - http://sahandsaba.com/thirty-python-language-features-and-tricks-you-may-not-know.html
    python
  • thumbnail
    sysadvent: Day 13 - Configuration Management as Legos
    May 19, 2014 at 12:57:31 PM GMT+2 - permalink - archive.org - http://sysadvent.blogspot.co.uk/2012/12/day-13-configuration-management-as-legos.html
    design-pattern puppet
  • Redis4You Redis Hosting | Article Library | Why RDBMS and SQL are difficult...
    May 19, 2014 at 8:20:15 AM GMT+2 - permalink - archive.org - http://redis4you.com/articles.php?id=004&name=Why+RDBMS+and+SQL+are+difficult
    redis sql
  • Le déploiement par conteneurs avec Docker | Sam & Max: Python, Django, Git et du cul

    sam qui teste docker ^^

    May 16, 2014 at 4:45:19 PM GMT+2 - permalink - archive.org - http://sametmax.com/le-deploiement-par-conteneurs-avec-docker/
    docker
  • When to Hiera (Aka: How Do I Module?) - Shit Gary Says

    Deux patterns pour séparer les data du code dans puppet : "the params class pattern" et Hiera

    May 16, 2014 at 11:51:31 AM GMT+2 - permalink - archive.org - http://garylarizza.com/blog/2013/12/08/when-to-hiera/
    hiera param puppet
  • thumbnail
    38 Maps They Didn’t Teach You At School (Part II) | Bored Panda
    May 16, 2014 at 11:08:41 AM GMT+2 - permalink - archive.org - http://www.boredpanda.com/interesting-maps/
    map
  • Résultats de l'enquête sur SDN et TE < B6 Research Survey

    résultat d'une enquete sur le sdn qui était passé sur frnog

    May 15, 2014 at 2:54:48 PM GMT+2 - permalink - archive.org - http://www.border6.com/result/index.php?id=sdn_te
    sdn
  • Documentation / Installation / RainLoop Webmail
    May 15, 2014 at 1:55:36 PM GMT+2 - permalink - archive.org - http://rainloop.net/docs/installation/
    mail webmail
  • How to log history and logins from multiple ssh-keys under one user account | Screenage

    Une astuce utile pour faire un audit des connexions par clé sur un compte (quand on a plusieurs personnes avec des clés différentes qui accèdent au meme user)

    Implémentation rapide :

    !/bin/bash

    #On convertit le authorized_keys pour ajouter la variable d'env

    cp ~/.ssh/authorized_keyz ~/.ssh/authorized_keyz.ORIGINAL

    IFS=$'\n'
    for line in $(cat .ssh/authorized_keys)
    do
    comment=$(echo $line|cut -d' ' -f3)
    echo "environment=\"SSH_USER=$comment\" $line" >> ~/.ssh/authorized_keyz.COMMENT
    done

    cp ~/.ssh/authorized_keyz.COMMENT ~/.ssh/authorized_keyz

    Puis dans le bashrc de l'user, ajouter ça :

    if [ "$SSHUSER" != "" ]; then
    now=$(date +%Y-%m-%d
    %H-%M-%S)
    echo $now : User $SSH_USER logged in >> ~/ssh-audit.log
    fi

    May 14, 2014 at 5:22:59 PM GMT+2 - permalink - archive.org - http://www.screenage.de/blog/2012/02/10/how-to-log-history-and-logins-from-multiple-ssh-keys-under-one-user-account-with-puppet/
    audit ssh
  • ▶ "Linux Sucks" - 2014 - YouTube

    ya du vrai la dedans :D

    May 13, 2014 at 1:25:47 PM GMT+2 - permalink - archive.org - https://www.youtube.com/watch?v=5pOxlazS3zs
    conf linux sys
  • Bien utiliser Git merge et rebase • Git Attitude : formations Git qualitatives et sympathiques

    tout est dans le titre

    via Skunnyk

    May 12, 2014 at 11:23:01 AM GMT+2 - permalink - archive.org - http://www.git-attitude.fr/2014/05/04/bien-utiliser-git-merge-et-rebase/
    git
  • GTIDs in MySQL 5.6: New replication protocol, ways to break replication

    nouveau protocole de replication mysql

    via Skunnyk

    May 12, 2014 at 10:48:51 AM GMT+2 - permalink - archive.org - http://www.mysqlperformanceblog.com/2014/05/09/gtids-in-mysql-5-6-new-replication-protocol-new-ways-to-break-replication/
    gtid mysql sys
  • OMX Remote - Applications Android sur Google Play

    Au top cette application, au revoir xbmc.. Bien plus rapide pour lancer une série ou un film.
    C'est sur qu'au passage je perds les images et les descriptions des films.. mais bon, xbmc est trop consommateur en CPU pour le laisser tourner sur le rasp et pas très agréable à utiliser alors je vais privilégier la legereté/simplicité d'un omxplayer et de cette petite application pour le controler.

    May 10, 2014 at 3:19:55 PM GMT+2 - permalink - archive.org - https://play.google.com/store/apps/details?id=com.tencarssoftware.omxremote
    omxplayer raspberry xbmc
  • TMUX – The Terminal Multiplexer (Part 1) | Hawk Host Blog
    • http://blog.hawkhost.com/2010/07/02/tmux-%E2%80%93-the-terminal-multiplexer-part-2/

    via arnaudb

    May 7, 2014 at 3:36:27 PM GMT+2 - permalink - archive.org - http://blog.hawkhost.com/2010/06/28/tmux-the-terminal-multiplexer/
    screen tmux
  • AWS Free Usage Tier

    Faudrait que je prenne le temps de tester tout ça

    May 7, 2014 at 1:51:35 PM GMT+2 - permalink - archive.org - http://aws.amazon.com/free/
    amazon it
  • Apache Tips & Tricks: Disable directory indexes - MDLog:/sysadmin

    truc à faire direct après l'install d'apache2
    ça laisse la possibilité d'utiliser indexes sur certains dir

    May 6, 2014 at 6:17:47 PM GMT+2 - permalink - archive.org - http://www.ducea.com/2006/06/26/apache-tips-tricks-disable-directory-indexes/
    apache
  • Puppet, Parameterized classes .vs. Definitions - - Craig Dunn's Blog

    Et oui, une classe ne peut être déclarée qu'une fois, c'est un singleton (une installation d'apache par exemple)
    Alors qu'un defined type peut être déclaré x fois, il faut voir ça comme des objets qui peuvent avoir plusieurs instances (comme les vhost)

    May 6, 2014 at 3:24:06 PM GMT+2 - permalink - archive.org - http://www.craigdunn.org/2011/09/puppet-parameterized-classes-vs-definitions/
    puppet
Links per page: 20 50 100
◄Older
page 107 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation