4353 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 63 / 218
Newer►
  • [Sélection littérature] 21 bijoux de science-fiction qui gagneraient à être (plus) connus | Journal du Geek | Page 4

    via pyros

    May 5, 2016 at 10:38:30 AM GMT+2 - permalink - archive.org - http://www.journaldugeek.com/tests/selection-litterature-21-bijoux-de-science-fiction-qui-gagneraient-a-etre-plus-connus/4/
    book ebook kobo scifi
  • GitHub - farrokhi/dnsdiag: DNS Diagnostics and Performance Measurement Tools

    via puckel

    May 2, 2016 at 1:45:31 PM GMT+2 - permalink - archive.org - https://github.com/farrokhi/dnsdiag
    dns
  • thumbnail
    Two Monkeys Were Paid Unequally: Excerpt from Frans de Waal's TED Talk - YouTube

    ;-)

    April 29, 2016 at 3:00:47 PM GMT+2 - permalink - archive.org - https://www.youtube.com/watch?v=meiU6TxysCg
    experience monkey pay ted
  • thumbnail
    25 graphite, grafana and statsd gotchas
    April 27, 2016 at 4:02:40 PM GMT+2 - permalink - archive.org - https://blog.raintank.io/25-graphite-grafana-and-statsd-gotchas/
    bestof grafana graphite statsd
  • Note: Rails encoding

    Enfin trouvé la solution à mon probleme d'encoding :

    incompatible character encodings utf-8 and ascii-8bit

    Tout ça a cause d'un bug de la gem mysql qui pense que certaines chaines récupérées en base sont encodée en ascii-8bit alors que pas du tout.. La solution est simple : utiliser la gem mysql2 à la place qui résout ce probleme. Ce genre de bug rend fou car on a beau chercher une logique, il n'y en a pas, bref merci Google :-)

    April 23, 2016 at 3:39:18 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?Hl5uog
    encoding rails ruby
  • Detecting the use of "curl | bash" server side | Application Security

    :o

    April 22, 2016 at 2:18:49 PM GMT+2 - permalink - archive.org - https://www.idontplaydarts.com/2016/04/detecting-curl-pipe-bash-server-side/
    bash curl security
  • Note: Send rich event to graphite

    curl -X POST "http://localhost/events/" -d '{"what": "Web Service", "tags": "production deploy", "data":"version 1.1.7"}'

    April 21, 2016 at 3:07:43 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?2vE6ww
    grafana graphite
  • Note: Demo rapide graphite grafana

    On envoie une valeur aléatoire toutes les 10 secondes et on observe le résultat sur un dashboard grafana qui se refresh tout seul toutes les 10 secondes ;-)

    for i in {1..60}; do line=$(echo "toto $(( ( RANDOM % 10 ) + 1 )) $(date +%s)"); echo $line; echo $line | nc -q0 localhost 2003; sleep 10; done

    April 21, 2016 at 12:32:02 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?JUrxHw
    grafana graphite
  • Has anyone ever got a remote JMX JConsole to work? - Stack Overflow

    java </3

    April 21, 2016 at 9:45:38 AM GMT+2 - permalink - archive.org - http://stackoverflow.com/questions/151238/has-anyone-ever-got-a-remote-jmx-jconsole-to-work
    java
  • GitHub - future-architect/vuls: Vulnerability scanner for Linux, agentless, written in golang.

    via doo

    April 19, 2016 at 2:51:03 PM GMT+2 - permalink - archive.org - https://github.com/future-architect/vuls/
    security
  • Vendez vos parts additionnelles de plats cuisinés ! - Mummyz

    à tester dans les 2 sens

    April 19, 2016 at 11:56:06 AM GMT+2 - permalink - archive.org - https://www.mummyz.fr/
    bouff economie miam partage
  • Getting Started with the G1 Garbage Collector
    April 19, 2016 at 11:23:31 AM GMT+2 - permalink - archive.org - http://www.oracle.com/technetwork/tutorials/tutorials-1876574.html
    g1 java
  • Ruby gem search: show all remote versions
    April 19, 2016 at 9:27:32 AM GMT+2 - permalink - archive.org - https://ma.ttias.be/ruby-gem-search-show-remote-versions/
    gem ruby
  • Understanding Metrics in the Age of the TSDB

    La base de la métrologie avec les différents types de metric : gauge, rate, histogram.. Le rôle de statsd (buffer..)

    April 18, 2016 at 11:09:45 PM GMT+2 - permalink - archive.org - https://blog.filippo.io/understanding-metrics/
    graphite metrics statsd tsdb
  • thumbnail
    GitHub · Where software is built
    April 18, 2016 at 10:47:50 PM GMT+2 - permalink - archive.org - https://github.com/abulimov/haproxy-lint/blob/master/README.md
    haproxy lint syntax
  • Garbage First Garbage Collector Tuning
    April 18, 2016 at 5:17:52 PM GMT+2 - permalink - archive.org - http://www.oracle.com/technetwork/articles/java/g1gc-1984535.html
    g1 java
  • Move Cassandra 2.1 to G1 garbage collector — Medium

    via skunnyk

    April 18, 2016 at 4:19:40 PM GMT+2 - permalink - archive.org - https://medium.com/@mlowicki/move-cassandra-2-1-to-g1-garbage-collector-b9fb27365509#.kgq5f1cpu
    cassandra g1 java
  • Linux network metrics: why you should use nstat instead of netstat

    Ok nstat > netstat

    Mais par rapport à la commande ss ?

    April 16, 2016 at 12:17:14 PM GMT+2 - permalink - archive.org - https://loicpefferkorn.net/2016/03/linux-network-metrics-why-you-should-use-nstat-instead-of-netstat/
    netstat nstat ss
  • Tim Urban: Inside the mind of a master procrastinator | TED Talk | TED.com

    not bad

    April 14, 2016 at 12:13:53 PM GMT+2 - permalink - archive.org - https://www.ted.com/talks/tim_urban_inside_the_mind_of_a_master_procrastinator
    ted
  • Top 10 Algorithms for Coding Interview

    to level up

    • https://www.cs.cmu.edu/~cburch/survey/recurse/hanoiimpl.html
    • https://rosettacode.org/wiki/Rosetta_Code
    April 13, 2016 at 5:17:31 PM GMT+2 * - permalink - archive.org - http://www.programcreek.com/2012/11/top-10-algorithms-for-coding-interview/
    algo code coding dev interview
Links per page: 20 50 100
◄Older
page 63 / 218
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation