4362 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 110 / 219
Newer►
  • thumbnail
    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/
    rest ruby api puppetdb
  • 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/shaare/C30Glg
    pocket api
  • 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
    reverse apache
  • thumbnail
    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/
    gnome extension
  • thumbnail
    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
    dev article femme language
  • Pass: The Standard Unix Password Manager

    Un password manager en cmdline

    April 15, 2014 at 11:22:27 AM GMT+2 - permalink - archive.org - http://www.zx2c4.com/projects/password-store/
    password
  • thumbnail
    TV Calendar April 2014 - USA Prime Time TV Schedule & TV Episode Calendar
    April 14, 2014 at 2:48:15 PM GMT+2 - permalink - archive.org - http://www.pogdesign.co.uk/cat/
    calendrier serie tv_show show programme
  • Debian -- Details of package logtail in wheezy

    logtail permet de tail seulement la différence avec le dernier logtail qu'on a fait (un marqueur est créé pour stocker la position)

    pratique pour faire une sonde munin si on veut la moyenne ou le max de ce qu'on a dans le log depuis le dernier check

    April 14, 2014 at 11:23:25 AM GMT+2 - permalink - archive.org - https://packages.debian.org/wheezy/logtail
    munin log tail logtail cat
  • Éviter l'extinction / le redémarrage accidentel d'un serveur : molly-guard - DigitalSpirit

    molly-guard : ahah, not bad
    à installer sur les vps

    April 14, 2014 at 10:58:18 AM GMT+2 - permalink - archive.org - http://www.digitalspirit.org/blog/index.php/post/2009/10/11/%C3%89viter-le-red%C3%A9marrage-accidentel-d-un-serveur
    guard protection vps server
  • DevOps for People Who Hate DevOps - Rigel Group

    Intro ansible par un fan
    Via arnaudb

    April 13, 2014 at 9:28:36 PM GMT+2 - permalink - archive.org - http://www.rigelgroupllc.com/blog/2013/06/10/devops-for-people-who-hate-devops/
    ansible sys
  • openoffice figer une cellule

    Pour figer une valeur dans une formule pour éviter qu'elle s'incrémente lorsqu'on étend la formule, il faut rajouter des "$"
    ex : $Q$4

    April 13, 2014 at 4:25:18 PM GMT+2 * - permalink - archive.org - https://links.infomee.fr/shaare/C5-esQ
    openoffice tableur
  • thumbnail
    Bootflat
    April 12, 2014 at 1:02:04 PM GMT+2 - permalink - archive.org - http://bootflat.github.io/
    css framework
  • thumbnail
    Some of the more common rsync args that you probably want to include in your rsync script | EVBackup
    April 11, 2014 at 4:49:30 PM GMT+2 - permalink - archive.org - http://www.evbackup.com/support-commonly-used-rsync-arguments/
    rsync
  • thumbnail
    Statsite by armon
    April 10, 2014 at 1:50:58 PM GMT+2 - permalink - archive.org - http://armon.github.io/statsite/
    graphite
  • thumbnail
    Figures about wallabag — April 2014 | wallabag

    si vous voulez remercier wallabag, c'est par là que ça se passe

    April 10, 2014 at 1:40:54 PM GMT+2 - permalink - archive.org - https://www.wallabag.org/2014/04/10/figures-wallabag-april-2014/
    wallabag
  • thumbnail
    The Symfony Core Team is back - Symfony

    nouvelle hierarchie de commit mise en place par symfony

    April 10, 2014 at 1:39:14 PM GMT+2 - permalink - archive.org - http://symfony.com/blog/the-symfony-core-team-is-back
    git
  • netcraft-april-2014.png (Image PNG, 1266 × 1028 pixels) - Redimensionnée (83%)

    Apache qui passe en dessous de IIS c'est pour bientôt d'après la tendance :o
    Est-ce que l'opensource recule ? Non surement que beaucoup de monde switch de nginx à apache ?

    April 10, 2014 at 1:34:28 PM GMT+2 - permalink - archive.org - http://nginx.wpengine.com/wp-content/uploads/2014/04/netcraft-april-2014.png
    apache nginx
  • thumbnail
    github.com/buger/gor

    Un outil de capture de trafic HTTP qui peut le rejouer en direct ou bien le dumper dans un fichier pour le rejouer plus tard.

    April 9, 2014 at 11:34:55 AM GMT+2 - permalink - archive.org - https://github.com/buger/gor
    http dump sys capture trafic
  • thumbnail
    So, you wanna be a sysadmin ? (Trolldi inside)

    Je suis content de pas les avoir en direct eux

    April 9, 2014 at 11:00:53 AM GMT+2 - permalink - archive.org - http://linuxfr.org/users/plop_plop_sys/journaux/so-you-wanna-be-a-sysadmin-trolldi-inside
    sys sysadmin
  • thumbnail
    openvswitch/ovs

    Vos maintenant sur github

    April 9, 2014 at 10:55:23 AM GMT+2 - permalink - archive.org - https://github.com/openvswitch/ovs
    ovs github
Links per page: 20 50 100
◄Older
page 110 / 219
Newer►
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation