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

    à tester pour voir.. si ça ne fait que du listing de dir, autant utiliser l'autoindex d'apache.

    May 20, 2014 at 1:31:42 PM GMT+2 * - permalink - archive.org - https://github.com/Cakebox/Cakebox-light
    torrent
  • thumbnail
    Deis | Your Paas. Your Rules.
    May 20, 2014 at 11:49:18 AM GMT+2 - permalink - archive.org - http://deis.io/
    techno docker
  • thumbnail
    Community — SaltStack
    May 20, 2014 at 11:22:38 AM GMT+2 - permalink - archive.org - http://www.saltstack.com/community/
    techno
  • thumbnail
    Flynn - The product that ops provides to developers
    May 20, 2014 at 11:10:59 AM GMT+2 - permalink - archive.org - https://flynn.io/
    techno docker
  • thumbnail
    Consul - HashiCorp
    May 20, 2014 at 11:10:45 AM GMT+2 - permalink - archive.org - http://www.hashicorp.com/blog/consul.html
    techno
  • thumbnail
    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
    puppet design-pattern
  • 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
  • thumbnail
    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/
    puppet hiera param
  • 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
  • thumbnail
    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
  • thumbnail
    Documentation / Installation / RainLoop Webmail
    May 15, 2014 at 1:55:36 PM GMT+2 - permalink - archive.org - http://rainloop.net/docs/installation/
    webmail mail
  • 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/
    ssh audit
  • thumbnail
    ▶ "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
    linux conf 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
  • thumbnail
    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/
    mysql gtid sys
  • thumbnail
    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
    raspberry xbmc omxplayer
  • 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/
    tmux screen
  • thumbnail
    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
Links per page: 20 50 100
◄Older
page 108 / 218
Newer►
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation