4339 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 114 / 217
Newer►
  • 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
  • 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/?eNzcbg
    merci
  • 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
  • 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/?hAFpzw
    sed
  • 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
  • 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
  • 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
  • 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/?hGXP8Q
    ruby
  • 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
  • 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
  • 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
  • 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
    cache dns flush pdnsd
  • 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/
    duplication mirror mirroring network
  • 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/?h2ns6w
    lv lvm virtualisation
  • [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/
    arduino electronique
Links per page: 20 50 100
◄Older
page 114 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation