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
    2014年3月9日 GMT+1 下午11:12:23 - permalink - archive.org - http://youtu.be/_I94-tJlovg
    devops
  • Présentation puppet dashboard enterprise

    Vidéo sympa qui fait le tour des fonctions principales

    2014年3月9日 GMT+1 下午10:56:56 - permalink - archive.org - http://youtu.be/tPNlvRbY0pA
    puppet
  • grumbl..

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

    2014年3月9日 GMT+1 下午4:10:45 - permalink - archive.org - https://links.infomee.fr/?eNzcbg
    merci
  • Online regex tester and debugger: JavaScript, Python, PHP, and PCRE
    2014年3月9日 GMT+1 下午1:14:33 - permalink - archive.org - http://regex101.com/
    regexp
  • Adventure generator for spontaneous people

    concept sympa

    via shahor

    2014年3月7日 GMT+1 下午5:22:04 - permalink - archive.org - http://drungli.com/
    voyage
  • PHP: PCRE - Manual
    2014年3月7日 GMT+1 下午5:11:07 - 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

    2014年3月7日 GMT+1 下午12:41:32 - permalink - archive.org - https://links.infomee.fr/?hAFpzw
    sed
  • 10 phrases que vous ne direz plus - Filles - Merci Alfred

    Tellement vrai :D

    2014年3月7日 GMT+1 上午10:40:27 - 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

    2014年3月6日 GMT+1 下午5:25:46 - 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
    2014年3月6日 GMT+1 下午3:23:15 - 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."

    2014年3月6日 GMT+1 下午2:13:31 - 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

    2014年3月6日 GMT+1 下午1:39:40 - 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

    2014年3月6日 GMT+1 下午1:24:22 - 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

    2014年3月6日 GMT+1 下午1:21:23 - 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..

    2014年3月6日 GMT+1 上午10:51:06 - 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

    2014年3月5日 GMT+1 上午10:47:01 - 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

    2014年3月5日 GMT+1 上午10:45:28 - 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!

    2014年3月4日 GMT+1 下午3:28:18 - 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

    2014年3月4日 GMT+1 下午2:27:15 - 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

    2014年3月4日 GMT+1 下午1:11:41 - 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