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►
  • What is devops in simple english
    9 mars 2014 à 23:12:23 UTC+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

    9 mars 2014 à 22:56:56 UTC+1 - permalink - archive.org - http://youtu.be/tPNlvRbY0pA
    puppet
  • grumbl..

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

    9 mars 2014 à 16:10:45 UTC+1 - permalink - archive.org - https://links.infomee.fr/?eNzcbg
    merci
  • Online regex tester and debugger: JavaScript, Python, PHP, and PCRE
    9 mars 2014 à 13:14:33 UTC+1 - permalink - archive.org - http://regex101.com/
    regexp
  • Adventure generator for spontaneous people

    concept sympa

    via shahor

    7 mars 2014 à 17:22:04 UTC+1 - permalink - archive.org - http://drungli.com/
    voyage
  • PHP: PCRE - Manual
    7 mars 2014 à 17:11:07 UTC+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

    7 mars 2014 à 12:41:32 UTC+1 - permalink - archive.org - https://links.infomee.fr/?hAFpzw
    sed
  • 10 phrases que vous ne direz plus - Filles - Merci Alfred

    Tellement vrai :D

    7 mars 2014 à 10:40:27 UTC+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

    6 mars 2014 à 17:25:46 UTC+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
    6 mars 2014 à 15:23:15 UTC+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."

    6 mars 2014 à 14:13:31 UTC+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

    6 mars 2014 à 13:39:40 UTC+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

    6 mars 2014 à 13:24:22 UTC+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

    6 mars 2014 à 13:21:23 UTC+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..

    6 mars 2014 à 10:51:06 UTC+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

    5 mars 2014 à 10:47:01 UTC+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

    5 mars 2014 à 10:45:28 UTC+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!

    4 mars 2014 à 15:28:18 UTC+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

    4 mars 2014 à 14:27:15 UTC+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

    4 mars 2014 à 13:11:41 UTC+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 115 / 218
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation