4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 123 / 217
Newer►
  • ThinkGeek :: Minecraft Pickaxe Bottle Opener

    Need !

    January 20, 2014 at 1:36:22 PM GMT+1 - permalink - archive.org - https://www.thinkgeek.com/product/ef55/?cpg=cj&ref=&CJURL=&CJID=297616
    minecraft
  • Ademcan's snippets

    Pour le moment je n'en ai jamais eu besoin mais on sait jamais !
    En fait les trucs que je code souvent, je les retrouve assez facilement et pour les autres une recherche sur le oueb me donne souvent la réponse très vite

    January 20, 2014 at 12:45:22 PM GMT+1 - permalink - archive.org - http://ademcan.net/canSnippet/
    auto snippet
  • Utiliser Puppet avec un ENC (External Node Classifier) | binbash.fr

    article qui explique très simplement qu'estce qu'un ENC

    January 17, 2014 at 5:12:58 PM GMT+1 - permalink - archive.org - http://binbash.fr/2011/10/10/utiliser-puppet-avec-un-enc-external-node-classifier/
    enc puppet
  • PE 3.1 » Console » Grouping and Classifying Nodes — Documentation — Puppet Labs

    Voilà ce qu'il manque au puppet dashboard gratuit :(
    Pour attribuer des parametres aux classes qu'on lie

    January 16, 2014 at 3:28:05 PM GMT+1 - permalink - archive.org - http://docs.puppetlabs.com/pe/latest/console_classes_groups.html#editing-class-parameters-on-nodes
    puppet
  • Tutorial - Synchronize savegames between Windows, Mac and Linux | Official Chucklefish Forums!
    January 15, 2014 at 1:25:20 PM GMT+1 - permalink - archive.org - http://community.playstarbound.com/index.php?threads/synchronize-savegames-between-windows-mac-and-linux.53217/
    starbound
  • Llama - Location Profiles - Applications Android sur Google Play

    Vraiment pratique

    via sebsauvage

    January 15, 2014 at 12:16:12 PM GMT+1 - permalink - archive.org - https://play.google.com/store/apps/details?id=com.kebab.Llama&hl=fr
    android app
  • Rsync explanation and recommendations

    "Trailing slash on the
    destination directory doesn't matter."

    Quand on fait un rsync, il faut juste se méfier du slash à la fin de la source (le comportement est différent, voir : http://www.jveweb.net/en/archives/2010/11/synchronizing-folders-with-rsync.html#jveweb_en_014_02)

    Sinon pour le slash à la fin de la destination, on s'en fout.

    January 15, 2014 at 10:44:42 AM GMT+1 - permalink - archive.org - http://defindit.com/readme_files/rsync_backup.html
    rsync
  • github.com/jforman/munin-graphite

    Un script python qui va éxécuter les plugins munin puis envoyer les datas vers un carbon. Exemple de metric utilisée :

    servers.localhost.system.users.tty
    [prefix].[hostname].[group].[service].[courbe]

    Pour tester rapidement sur un node munin :
    git clone https://github.com/jforman/munin-graphite
    vim +151 m2g-poller.py : remplacer logging.debug par logging.info
    Puis lancer : ./m2g-poller.py --carbon localhost:6969

    Ah oui, si vous n'avez pas de server carbon, vous pouvez en "simuler un" : while true; do nc -l -p 6969; done;

    En plus il utilise ça : https://graphite.readthedocs.org/en/latest/feeding-carbon.html#the-pickle-protocol

    January 14, 2014 at 3:21:46 PM GMT+1 - permalink - archive.org - https://github.com/jforman/munin-graphite
    graphite munin
  • Feeding In Your Data — Graphite 0.10.0 documentation

    Comment Feed carbon (le backend de graphite)

    • https://graphite.readthedocs.org/en/latest/tools.html
    January 14, 2014 at 2:45:11 PM GMT+1 - permalink - archive.org - https://graphite.readthedocs.org/en/latest/feeding-carbon.html
    graphite
  • Plugin:Write Graphite - collectd Wiki

    Plugin collectd pour envoyer des data vers graphite

    via arnaub

    January 14, 2014 at 2:34:53 PM GMT+1 - permalink - archive.org - https://collectd.org/wiki/index.php/Plugin:Write_Graphite
    graphite
  • Saying taht java..

    'Saying that Java is nice because it works on every OS is like saying that anal sex is nice because it works on every gender.'

    LOL via Skunnyk

    January 14, 2014 at 2:12:24 PM GMT+1 - permalink - archive.org - https://links.infomee.fr/?CXDrDA
    java
  • Debian php

    Les package php5- contiennent en général une extension en .so et le bout de fichier .ini qui permet de l'activer
    Les package php-
    peuvent contenir d'autre chose comme des binaires ou des fichiers php (librairies)

    Parfois les dépots débian ne sont pas suffisament à jour alors on peut passer par des gestionnaires alternatifs :
    pecl : pour installer des .so
    pear : pour installer des libs php

    On peut aussi gérer les dépendance au niveau du projet au lieu de les gérer au niveau du système avec par exemple composer

    January 14, 2014 at 11:46:34 AM GMT+1 - permalink - archive.org - https://links.infomee.fr/?dTHxEA
    composer debian package pear pecl php
  • How to restart Gnome Shell from the console - Linux Mint Community
    January 14, 2014 at 10:56:51 AM GMT+1 - permalink - archive.org - http://community.linuxmint.com/tutorial/view/641
    gnome
  • ▶ Vis ma vie de sysadmin avec des développeurs PHP - Baptiste Dupain - Forum PHP 2013 - YouTube
    January 11, 2014 at 6:06:02 PM GMT+1 - permalink - archive.org - http://www.youtube.com/watch?v=RjgV1f17uZs
    conf sysadmin
  • Measure Anything, Measure Everything « Code as Craft

    statsd + graphite
    Mais statsd en nodejs..

    January 11, 2014 at 5:23:48 PM GMT+1 - permalink - archive.org - http://codeascraft.com/2011/02/15/measure-anything-measure-everything/
    graphite monitoring statsd
  • 10 Things I Learned Deploying Graphite — Kevin McCarthy

    Un retour d'expérience sur graphite.
    Meilleur que munin car rendu dynamique, plus d'options.

    January 11, 2014 at 5:17:33 PM GMT+1 - permalink - archive.org - http://kevinmccarthy.org/blog/2013/07/18/10-things-i-learned-deploying-graphite/
    graphite monitoring
  • The Architecture of Open Source Applications: Graphite
    January 11, 2014 at 12:57:44 AM GMT+1 - permalink - archive.org - http://www.aosabook.org/en/graphite.html
    graphite scale
  • CentOS et Red Hat unissent leurs forces pour une plateforme communautaire stable - LinuxFr.org

    notre bad

    January 11, 2014 at 12:50:17 AM GMT+1 - permalink - archive.org - http://linuxfr.org/news/centos-et-red-hat-unissent-leurs-forces-pour-une-plateforme-communautaire-stable
    centos redhat
  • Start page – collectd – The system statistics collection daemon
    January 10, 2014 at 6:30:20 PM GMT+1 - permalink - archive.org - http://collectd.org/
    monitoring
  • Designing a RESTful API with Python and Flask - miguelgrinberg.com

    je me mets ça de côté pour plus tard.

    via https://arnaudb.net/shaarli

    January 10, 2014 at 1:24:11 PM GMT+1 - permalink - archive.org - http://blog.miguelgrinberg.com/post/designing-a-restful-api-with-python-and-flask
    python rest
Links per page: 20 50 100
◄Older
page 123 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation