4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 108 / 217
Newer►
  • Christian Hofstädtler - Puppet: managing directories recursively

    ptin ça marche pas avec nagios_* :/

    http://www.mnxsolutions.com/linux/automatically-purge-old-configuration-from-nagios-deployed-by-puppet.html
    et ça ça passe seulement avec le path par defaut des nagios_ (/etc/nagios3/.cfg)

    May 5, 2014 at 6:12:59 PM GMT+2 - permalink - archive.org - http://christian.hofstaedtler.name/blog/2008/11/puppet-managing-directories-recursively.html
    puppet
  • Arduino Playground - Ubuntu
    May 2, 2014 at 11:11:42 AM GMT+2 - permalink - archive.org - http://playground.arduino.cc/Linux/Ubuntu
    arduino ubuntu
  • SSL Offloading, Encryption and Certificates with NGINX - NGINX

    intro à l'offloading ssl de nginx

    April 30, 2014 at 10:13:42 PM GMT+2 - permalink - archive.org - http://nginx.com/blog/nginx-ssl/
    nginx
  • thumbnail
    Designing Puppet: Roles/Profiles Pattern

    un design pattern role/profile

    • la conf https://www.youtube.com/watch?v=ZpHtOnlSGNY

    • des blogposts :
      http://www.craigdunn.org/2012/05/239/
      http://sysadvent.blogspot.co.uk/2012/12/day-13-configuration-management-as-legos.html
      http://www.devco.net/archives/2012/12/13/simple-puppet-module-structure-redux.php

    April 30, 2014 at 6:25:33 PM GMT+2 - permalink - archive.org - http://fr.slideshare.net/PuppetLabs/roles-talk
    pattern puppet
  • Run your own Sync-1.5 Server — Mozilla Services

    Nouvelle version de sync en auto

    April 30, 2014 at 9:07:54 AM GMT+2 - permalink - archive.org - https://docs.services.mozilla.com/howtos/run-sync-1.5.html
    firefox sync
  • rgrep grep -r et grep -R

    rgrep et grep -r sont équivalents : on cherche récursivement

    grep -R est légerement différent dans le sens où il va suivre les liens symboliques ce qui peut être plus pratique..

    April 29, 2014 at 11:38:41 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?xsOUWg
    grep linux
  • Restoring The MySQL Root User | Code Enigma

    peut servir ^^

    via arnaudb

    April 28, 2014 at 3:03:45 PM GMT+2 - permalink - archive.org - http://www.codeenigma.com/en/blog/restoring-mysql-root-user
    mysql root
  • Comment débuter en Ruby on Rails ? par @camilleroux

    Des ressources pour débuter

    April 26, 2014 at 11:55:23 AM GMT+2 - permalink - archive.org - http://www.camilleroux.com/2011/09/08/comment-debuter-en-ruby-on-rails/
    rails ruby
  • COTE PLONGEE: Accueil - Plongée sous-marine à Cap d'Antibes, Côte d'Azur
    April 24, 2014 at 1:07:27 PM GMT+2 - permalink - archive.org - http://www.coteplongee.com/fr/index_fr.html
    antibes plongee
  • The DANE Protocol – DNS-Based Authentication of Named Entities | Deploy360 Programme
    April 24, 2014 at 11:55:41 AM GMT+2 - permalink - archive.org - http://www.internetsociety.org/deploy360/resources/dane/
    dane dns dnssec ssl
  • SSL Certificate Checker - Check for vulnerabilities like HeartBleed
    April 24, 2014 at 11:07:32 AM GMT+2 - permalink - archive.org - https://ssltools.geotrust.com/checker/views/certCheck.jsp
    ssl
  • Interactive Game of Thrones Map with Spoilers Control
    April 24, 2014 at 10:52:23 AM GMT+2 - permalink - archive.org - http://quartermaester.info/
    got map
  • The Most Common OpenSSL Commands
    April 23, 2014 at 3:17:01 PM GMT+2 - permalink - archive.org - https://www.sslshopper.com/article-most-common-openssl-commands.html
    openssl
  • Clustering Graphite - bitprophet.org

    via Skunnyk

    April 23, 2014 at 1:19:00 PM GMT+2 - permalink - archive.org - http://bitprophet.org/blog/2013/03/07/graphite/
    graphite
  • thumbnail
    10 sites avec des photos gratuites pour illustrer vos sites « Korben
    April 23, 2014 at 12:06:05 PM GMT+2 - permalink - archive.org - http://korben.info/10-sites-photos-gratuites-illustrer-vos-sites.html
    illustration photo pic
  • Consuming JSON REST resource through HTTP - Ruby Intro
    April 18, 2014 at 3:17:58 PM GMT+2 - permalink - archive.org - http://nizhu.github.io/ruby-intro-site/blog/2013/07/31/consuming-json-rest-resource-through-http/
    api puppetdb rest ruby
  • Utiliser l'api de pocket avec curl

    Compliquées ces api.. je me mets ça de côté pour plus tard car j'ai mis du temps à capter :

    http://getpocket.com/developer/docs/authentication

    D'abord il faut une consumer_key : voir la doc pour ça, c'est facile (= une api key)

    Grâce à cette clé on peut avoir un TOKEN comme ça :

    curl -X POST https://getpocket.com/v3/oauth/request --verbose --header 'Content-Type: application/json; charset=UTF8' --header 'X-Accept: application/json' --data '{"consumer_key":"CONSUMER_KEY","redirect_uri":"http://wallabag.org"}'

    On utilise ce token pour dire à pocket qu'on autorise l'application

    https://getpocket.com/auth/authorize?request_token=TOKEN&redirect_uri=http://wallabag.org

    +

    curl -X POST https://getpocket.com/v3/oauth/authorize --verbose --header 'Content-Type: application/json; charset=UTF8' --header 'X-Accept: application/json' --data '{"consumer_key":"CONSUMER_KEY","code":"TOKEN"}'

    donne un ACCESS_TOKEN

    on a enfin l'ACCESS_TOKEN, on peut requeter l'api :

    curl -X POST https://getpocket.com/v3/get --verbose --header 'Content-Type: application/json; charset=UTF8' --header 'X-Accept: application/json' --data '{"consumer_key":"CONSUMER_KEY","access_token":"ACCESS_TOKEN"}'

    April 17, 2014 at 5:23:18 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?C30Glg
    api pocket
  • mod_proxy : rediriger en tout transparence Apache vers un port spécifique - Technical documentation : Debian

    du reverse avec apache, ça dépanne

    April 17, 2014 at 12:07:13 PM GMT+2 - permalink - archive.org - https://technique.arscenic.org/lamp-linux-apache-mysql-php/apache/modules-complementaires/article/mod_proxy-rediriger-en-tout
    apache reverse
  • Installed Extensions - GNOME Shell Extensions

    Les extensions installées sont ici :
    $ ls ~/.local/share/gnome-shell/extensions/
    mediaplayer@patapon.info message-notifier@shell-extensions.barisione.org SettingsCenter@xesnet.fr system-monitor@paradoxxx.zero.gmail.com TaskBar@zpydr topIcons@adel.gadllah@gmail.com

    Pour les désactiver toute :
    gsettings set org.gnome.shell enabled-extensions "[]"

    Pour les activer :
    gsettings set org.gnome.shell enabled-extensions "['message-notifier@shell-extensions.barisione.org','mediaplayer@patapon.info','SettingsCenter@xesnet.fr','system-monitor@paradoxxx.zero.gmail.com','TaskBar@zpydr','topIcons@adel.gadllah@gmail.com']"

    April 16, 2014 at 12:51:46 PM GMT+2 - permalink - archive.org - https://extensions.gnome.org/local/
    extension gnome
  • Quel techno utiliser aujourd'hui ?

    excellent cet article :D

    via sebsauvage

    April 15, 2014 at 12:03:04 PM GMT+2 - permalink - archive.org - http://blog.fabbook.fr/post/2013/08/24/quel_techno_utiliser_aujourd%27hui.html
    article dev femme language
Links per page: 20 50 100
◄Older
page 108 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation