4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 74 / 217
Newer►
  • Troy Hunt: Your login form posts to HTTPS, but you blew it when you loaded it over HTTP

    Ce n'est pas secure de load en http en le formulaire et de le submit en https.

    21 octobre 2015 à 11:48:03 UTC+2 - permalink - archive.org - http://www.troyhunt.com/2013/05/your-login-form-posts-to-https-but-you.html
    https
  • Slow query graphs using Performance Schema and Graphite

    via skunnyk

    21 octobre 2015 à 10:19:44 UTC+2 - permalink - archive.org - https://www.percona.com/blog/2015/10/20/slow-query-graphs-using-performance-schema-and-graphite/
    graphite mysql percona query slow sql
  • Puppet Server: Tuning Guide — Documentation — Puppet Labs
    21 octobre 2015 à 09:55:59 UTC+2 - permalink - archive.org - http://docs.puppetlabs.com/puppetserver/2.1/tuning_guide.html
    puppet puppet4 puppetserver
  • puppetdb query : get last report for all nodes

    curl -s -G http://localhost:8080/pdb/query/v4/reports --data-urlencode 'query=["=","latest_report?","true"]'| jq '.[] | {certname: .certname, receive_time: .receive_time}'

    19 octobre 2015 à 17:27:38 UTC+2 - permalink - archive.org - https://links.infomee.fr/?N4WFzQ
    puppetdb
  • puppetdb query : get non reporting nodes

    retrieve last_report older than 30 minutes :

    curl -s -G http://localhost:8080/pdb/query/v4/reports --data-urlencode "query=[\"and\",[\"<\",\"receive_time\",\"$(date --utc +%Y-%m-%dT%H:%M -d '30 min ago')\"],[\"=\",\"latest_report?\",\"true\"]]"|jq '.[]| {certname: .certname, receive_time: .receive_time}'

    19 octobre 2015 à 17:24:39 UTC+2 - permalink - archive.org - https://links.infomee.fr/?CW0tyw
    puppetdb
  • puppetdb ssl setup (jetty)

    Il faut récupérer le ca.pem du puppetmaster, et les certificats du puppetdb en question
    sudo scp $(puppet master --configprint ssldir)/ca/ca_crt.pem puppetdb.example.com:/etc/puppetdb/ssl/ca.pem
    $ sudo scp $(puppet master --configprint ssldir)/private_keys/puppetdb.example.com.pem puppetdb.example.com:/etc/puppetdb/ssl/private.pem
    $ sudo scp $(puppet master --configprint ssldir)/certs/puppetdb.example.com.pem puppetdb.example.com:/etc/puppetdb/ssl/public.pem

    • modifier conf pour prendre tout ça en compte :

    /etc/puppetdb/conf.d/jetty.ini

    The host or IP address to listen on for HTTPS connections

    ssl-host = 0.0.0.0

    The port to listen on for HTTPS connections

    ssl-port = 8081

    Private key path

    ssl-key = /etc/puppetdb/ssl/private.pem

    Public certificate path

    ssl-cert = /etc/puppetdb/ssl/public.pem

    Certificate authority path

    ssl-ca-cert = /etc/puppetdb/ssl/ca.pem

    19 octobre 2015 à 11:36:54 UTC+2 - permalink - archive.org - https://docs.puppetlabs.com/puppetdb/3.1/install_from_source.html#step-3-option-b-manually-generating-and-preparing-certificates
    puppetdb
  • puppetdb call api en HTTPS

    With SSL:

    curl -X GET https://puppetdb.example.com:8081/pdb/query/v4/resources \
    --tlsv1 \
    --cacert /etc/puppet/ssl/certs/ca.pem \
    --cert /etc/puppet/ssl/certs/thisnode.pem \
    --key /etc/puppet/ssl/private_keys/thisnode.pem \
    --data-urlencode query@<filename>

    This requires that you specify a certificate (issued by the same CA PuppetDB trusts), a private key, and a CA certificate.

    In both examples, <filename> should be a file that contains the query to execute.

    19 octobre 2015 à 11:35:51 UTC+2 - permalink - archive.org - https://docs.puppetlabs.com/puppetdb/3.1/api/query/tutorial.html
    puppetdb
  • thumbnail
    basecamp/trix
    19 octobre 2015 à 10:37:03 UTC+2 - permalink - archive.org - https://github.com/basecamp/trix#readme
    editeur editor text textarea wysiwyg
  • thumbnail
    Avis Netgear WN2000RPT : achat/vente Répéteur Wi-Fi sur ldlc.com
    • http://www.ldlc.com/comment/c5290/p201005190029/netgear-wn2000rpt/#PC01086846
    16 octobre 2015 à 17:30:17 UTC+2 - permalink - archive.org - http://www.ldlc.com/comment/c5290/p201005190029/netgear-wn2000rpt/#PC01086846
    hardware repeteur wifi
  • IPerf: des exemples... - Le blog de NicoLargo
    16 octobre 2015 à 17:11:25 UTC+2 - permalink - archive.org - http://blog.nicolargo.com/2008/01/iperf-des-exemples.html
    debit iperf network perf test
  • Frontend puppetdb

    Ya le choix :

    https://github.com/puppet-community/puppetboard
    https://github.com/spotify/puppetexplorer
    https://github.com/propyless/panopuppet

    16 octobre 2015 à 15:48:47 UTC+2 - permalink - archive.org - https://links.infomee.fr/?ZBgWyQ
    frontend puppetdb
  • thumbnail
    http2/h2i at master · bradfitz/http2
    16 octobre 2015 à 14:52:05 UTC+2 - permalink - archive.org - https://github.com/bradfitz/http2/tree/master/h2i
    http http2
  • Welcome - Polymer 1.0
    14 octobre 2015 à 11:50:13 UTC+2 - permalink - archive.org - https://www.polymer-project.org/1.0/
    css framework front
  • Avoir un aperçu des noms de metriques les plus utilisés (reçues par statsd)

    ngrep -itq -W byline -d any '' port 8125|egrep -v '(^U|^$)'|logtop -s 500000

    14 octobre 2015 à 11:30:30 UTC+2 - permalink - archive.org - https://links.infomee.fr/?X5ZuZQ
    ngrep statsd
  • Principles of Chaos Engineering

    via Doo

    14 octobre 2015 à 11:17:35 UTC+2 - permalink - archive.org - http://www.principlesofchaos.org/
    long management
  • Spotify engineering culture (part 1) | Labs

    via Doo

    14 octobre 2015 à 11:17:22 UTC+2 - permalink - archive.org - https://labs.spotify.com/2014/03/27/spotify-engineering-culture-part-1/
    management spotify
  • irssi alias close all query

    Nouvel alias :)

    cleanq = "/foreach query /unquery";

    13 octobre 2015 à 17:09:40 UTC+2 - permalink - archive.org - https://links.infomee.fr/?rNWBCQ
    alias irssi
  • Follow-up to 'GitFlow considered harmful' | End of Line Blog
    13 octobre 2015 à 16:43:32 UTC+2 - permalink - archive.org - http://endoflineblog.com/follow-up-to-gitflow-considered-harmful
    git
  • thumbnail
    Make a Github Pages blog with Pelican - Fedora Magazine

    via nico

    13 octobre 2015 à 15:55:28 UTC+2 - permalink - archive.org - http://fedoramagazine.org/make-github-pages-blog-with-pelican/
    blog github pages public
  • A Pomodoro Timer for GNOME

    Pour penser à se bouger/s'étirer un peu toutes les heures

    13 octobre 2015 à 15:34:35 UTC+2 - permalink - archive.org - http://gnomepomodoro.org/
    gnome timer
Links per page: 20 50 100
◄Older
page 74 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation