4359 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 115 / 218
Newer►
  • thumbnail
    What is devops in simple english
    March 9, 2014 at 11:12:23 PM GMT+1 - permalink - archive.org - http://youtu.be/_I94-tJlovg
    devops
  • thumbnail
    Présentation puppet dashboard enterprise

    Vidéo sympa qui fait le tour des fonctions principales

    March 9, 2014 at 10:56:56 PM GMT+1 - permalink - archive.org - http://youtu.be/tPNlvRbY0pA
    puppet
  • grumbl..

    Note à moi-même : ne plus JAMAIS coder en franglais

    March 9, 2014 at 4:10:45 PM GMT+1 * - permalink - archive.org - https://links.infomee.fr/shaare/eNzcbg
    merci
  • thumbnail
    Online regex tester and debugger: JavaScript, Python, PHP, and PCRE
    March 9, 2014 at 1:14:33 PM GMT+1 - permalink - archive.org - http://regex101.com/
    regexp
  • Adventure generator for spontaneous people

    concept sympa

    via shahor

    March 7, 2014 at 5:22:04 PM GMT+1 - permalink - archive.org - http://drungli.com/
    voyage
  • thumbnail
    PHP: PCRE - Manual
    March 7, 2014 at 5:11:07 PM GMT+1 - permalink - archive.org - http://jp1.php.net/pcre
    pcre regex regexp
  • Sed supprimer une ligne

    je sais pas pourquoi j'arrive jamais à m'en souvenir :

    sed -i 8d file

    March 7, 2014 at 12:41:32 PM GMT+1 * - permalink - archive.org - https://links.infomee.fr/shaare/hAFpzw
    sed
  • thumbnail
    10 phrases que vous ne direz plus - Filles - Merci Alfred

    Tellement vrai :D

    March 7, 2014 at 10:40:27 AM GMT+1 - permalink - archive.org - http://www.mercialfred.com/10-phrases-que-vous-ne-direz-plus.html
    lol
  • thumbnail
    LVM - How to Resize a Partition in Linux | All about Linux

    Si on veut plus d'espace : d'abord lvextend puis resize2fs
    Si on en veut moins : d'abord resize2fs puis lvreduce

    March 6, 2014 at 5:25:46 PM GMT+1 - permalink - archive.org - http://www.aboutlinux.info/2005/04/resizing-logical-volumes.html
    lvm
  • thumbnail
    Log iptables Messages to a Separate File with rsyslog | Random Bits

    une rule rsyslog
    un logrotate

    • commentaire à la regle iptable
    March 6, 2014 at 3:23:15 PM GMT+1 - permalink - archive.org - http://blog.shadypixel.com/log-iptables-messages-to-a-separate-file-with-rsyslog/
    iptables log
  • thumbnail
    Best practices: iptables | major.io

    Franchement pas d'accord avec lui t_t
    Bon ya aussi de bons conseil dans l'article, alors je lui pardonne !

    "Consider a situation where your INPUT chain contains quite a few rules allowing traffic, and you’ve set the default policy to DROP. Later on, another administrator logs into the server and flushes the rules (which isn’t a good practice, either). I’ve met quite a few good systems administrators who are unaware of the default policy for iptables chains. Your server will be completely inaccessible immediately. All of the packets will be dropped since they match the default policy in the chain."

    March 6, 2014 at 2:13:31 PM GMT+1 - permalink - archive.org - http://major.io/2010/04/12/best-practices-iptables/
    iptables
  • Installer différentes versions de ruby

    https://github.com/sstephenson/rbenv
    https://github.com/sstephenson/ruby-build

    March 6, 2014 at 1:39:40 PM GMT+1 * - permalink - archive.org - https://links.infomee.fr/shaare/hGXP8Q
    ruby
  • thumbnail
    Les joies du code - quand je lance une prise en main depuis une première prise en main

    excellent :D

    March 6, 2014 at 1:24:22 PM GMT+1 - permalink - archive.org - http://lesjoiesducode.fr/post/78092136882/quand-je-lance-une-prise-en-main-depuis-une-premiere
    lol
  • thumbnail
    Les joies du code - pair programming

    aagaaahaha

    March 6, 2014 at 1:21:23 PM GMT+1 - permalink - archive.org - http://lesjoiesducode.fr/post/78636708843/pair-programming
    lol
  • thumbnail
    metrics - Why use statsd when graphite's Carbon aggregator can do the same job? - Stack Overflow

    Pourquoi utiliser statsd en plus de graphite ?
    Pour scale ? car stats reçoit en udp, attend un moment, puis envoie à graphite.
    Mais Carbon semble pouvoir recevoir lui aussi directement en udp..
    Pour répartir la charge tout simplement ? à voir..

    March 6, 2014 at 10:51:06 AM GMT+1 - permalink - archive.org - http://stackoverflow.com/questions/13697553/why-use-statsd-when-graphites-carbon-aggregator-can-do-the-same-job
    graphite
  • thumbnail
    Pdnsd - ArchWiki

    Pour vider le cache de pdnsd : (et pas attendre l'expiration, en plus du reload sur le bind bien sur ;))

    pdnsd-ctl empty-cache

    March 5, 2014 at 10:47:01 AM GMT+1 - permalink - archive.org - https://wiki.archlinux.org/index.php/pdnsd
    dns pdnsd cache flush
  • thumbnail
    Create a chrooted ssh user with Ubuntu and jailkit | MrBrown blob

    à tester

    via Skunnyk

    March 5, 2014 at 10:45:28 AM GMT+1 - permalink - archive.org - http://charles.lescampeurs.org/2014/03/05/create-a-chrooted-ssh-user-with-ubuntu-and-jailkit
    chroot jailkit
  • thumbnail
    https://github.com/buger/gor/

    Gor is a simple http traffic replication tool written in Go. Its main goal is to replay traffic from production servers to staging and dev environments.
    Now you can test your code on real user sessions in an automated and repeatable fashion. No more falling down in production!

    March 4, 2014 at 3:28:18 PM GMT+1 - permalink - archive.org - https://github.com/buger/gor/
    network mirror mirroring duplication
  • Déplacer un lv

    dd if=/dev/datastore/lv_name bs=10K | gzip -c > /backup/lv_name.img.gz

    scp

    lvcreate --size [taille du disque virtuel source] --name nom_labo_nom_exploitant vg_distributiondemandée

    Recopier le snapshot dans ce nouvel espace lv :
    zcat /backup/kvm/vg_distributiondemandée/nom_labo_nom_exploitant.img.gz > /dev/vg_distributiondemandée/nom_labo_nom_exploitant

    March 4, 2014 at 2:27:15 PM GMT+1 * - permalink - archive.org - https://links.infomee.fr/shaare/h2ns6w
    lv lvm virtualisation
  • thumbnail
    [Tuto] Capteur température & humidité DHT11 | Skyduino - Le DIY à la française

    via nicolasc

    March 4, 2014 at 1:11:41 PM GMT+1 - permalink - archive.org - http://skyduino.wordpress.com/2013/04/27/tuto-capteur-temperature-humidite-dht11/
    electronique arduino
Links per page: 20 50 100
◄Older
page 115 / 218
Newer►
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation