4138 links
741 private links
  • Doo's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Jouer les vidéos
Links per page: 20 50 100
◄Older
page 107 / 170
Newer►
  • thumbnail
    airbnb/synapse

    puté que ça a l'air bien ça

    October 27, 2015 10:14:20 AM GMT+01:00 * - permalink -
    QRCode
    - https://github.com/airbnb/synapse
    service-discovery haproxy
  • thumbnail
    coderwall.com : establishing geek cred since 1305712800

    je le met là parce que j'ai du le re-chercher et que ça m'a gonflé :D

    October 26, 2015 11:56:10 AM GMT+01:00 * - permalink -
    QRCode
    - https://coderwall.com/p/euwpig/a-better-git-log
    git
  • thumbnail
    Exploit Nginx access log with rsyslog,logstash,elasticSearch and Kibana — Medium
    October 23, 2015 05:56:34 PM GMT+02:00 * - permalink -
    QRCode
    - https://medium.com/@thomasdecaux/exploit-nginx-access-log-with-rsyslog-logstash-elasticsearch-and-kibana-48ab5c71b42d#.iji9gadb6
    nginx rsyslog
  • @WalmartLabs » WalmartLabs is releasing OneOps cloud technology to the world as open source

    Un "framework" de gestion de cloud qui a l'air d'avoir été pas mal éprouvé par walmart

    October 23, 2015 09:37:26 AM GMT+02:00 * - permalink -
    QRCode
    - http://www.walmartlabs.com/2015/10/14/walmartlabs-oneops-open-source/
    cloud
  • Caractéristiques Technique - discovery200 - imprimantes 3D
    October 21, 2015 01:45:48 PM GMT+02:00 * - permalink -
    QRCode
    - http://www.dagoma.fr/caracteristiques-technique-discovery200/
    3d imprimante printer
  • Sending in log data — Graylog 1.2.0 documentation

    Aller on teste ça en preprod:)

    October 20, 2015 02:38:32 PM GMT+02:00 * - permalink -
    QRCode
    - http://docs.graylog.org/en/1.2/pages/sending_data.html
    graylog
  • Logjam: PFS Deployment Guide

    Un super guide

    October 18, 2015 01:49:38 PM GMT+02:00 * - permalink -
    QRCode
    - https://weakdh.org/sysadmin.html
    ssl diffie-hellmann security
  • thumbnail
    2015 National Geographic Contest – Fubiz Media
    October 18, 2015 01:39:44 PM GMT+02:00 * - permalink -
    QRCode
    - http://www.fubiz.net/2015/10/13/2015-national-geographic-contest/
    photo
  • Qubes OS Documentation

    Un genre de xen applicatif pour tout un tas d'OS différents, je laisse ça de côté :)

    October 18, 2015 12:26:34 PM GMT+02:00 * - permalink -
    QRCode
    - https://www.qubes-os.org/en/doc/
    virtualisation app
  • thumbnail
    http2/h2i at master · bradfitz/http2

    un telnet pour http2 yay

    October 16, 2015 02:28:28 PM GMT+02:00 * - permalink -
    QRCode
    - https://github.com/bradfitz/http2/tree/master/h2i
    http2
  • A modern and Open Source Web client for XMPP | Kaiwa

    :)

    October 16, 2015 11:37:11 AM GMT+02:00 * - permalink -
    QRCode
    - http://getkaiwa.com/
    xmpp jabber
  • Blocks — Ansible Documentation

    une nouvelle feature à venir qui va roxxer!

    October 15, 2015 06:10:27 PM GMT+02:00 * - permalink -
    QRCode
    - https://docs.ansible.com/ansible/playbooks_blocks.html
    ansible
  • DevDocs API Documentation

    Euh ... y'a tellement de docs que ça devient effrayant :D

    October 15, 2015 03:11:44 PM GMT+02:00 * - permalink -
    QRCode
    - https://devdocs.io/
    doc
  • arping debian - Arnaud's links

    via blue

    October 13, 2015 03:06:39 PM GMT+02:00 * - permalink -
    QRCode
    - http://infomee.fr/links/?EFUIsA
    arping ping network
  • thumbnail
    Infrastructure Security: How Hard Could it Be, Right? // Speaker Deck

    --cap-drop all would be nice indeed :)

    October 13, 2015 11:30:14 AM GMT+02:00 * - permalink -
    QRCode
    - https://speakerdeck.com/barnbarn/infrastructure-security-how-hard-could-it-be-right
    docker security
  • Cleaning up AWS with Boto3
    October 13, 2015 11:19:57 AM GMT+02:00 * - permalink -
    QRCode
    - http://blog.ranman.org/cleaning-up-aws-with-boto3/
    aws
  • thumbnail
    Vous pensiez que votre AD était robuste, vraiment ?

    Un truc dont je me servirai peut être un jour

    October 11, 2015 01:59:04 PM GMT+02:00 * - permalink -
    QRCode
    - http://blogmotion.fr/systeme/active-directory-exploit-12834
    microsoft windows active-directory AD
  • 18 cardinal rules of systems administration | ITworld

    Un peu "à l'ancienne" mais pas faux, sauf quelques règles qui sont paradoxales (never do anything you can back off from VS try new stuff)

    October 11, 2015 01:55:36 PM GMT+02:00 * - permalink -
    QRCode
    - http://www.itworld.com/article/2987063/careers/18-cardinal-rules-of-systems-administration.html
    linux
  • Documentation complète pour s'auto-héberger - De l'épice pour la pensée

    via @klipz22

    October 11, 2015 01:48:44 PM GMT+02:00 * - permalink -
    QRCode
    - http://yeuxdelibad.net/Blog/index.php?d=2015/10/10/15/43/18-documentation-complete-pour-sauto-heberger
    auto-hébergement autohosting
  • thumbnail
    linux - Is it possible to detach a process from its terminal? (Or, "I should have used screen!") - Server Fault

    Via blue iirc :
    You can press ctrl-z to interrupt the process and then run bg to make it run in the background.

    You can show a numbered list all processes backgrounded in this manner with jobs.

    Then you can run disown %1 (replace 1 with the process number output by jobs) to detach the process from the terminal.

    In spite of the name, the process will still be owned by you after running disown, it will just be detached from the terminal you started it in.

    October 11, 2015 01:29:34 PM GMT+02:00 * - permalink -
    QRCode
    - http://serverfault.com/questions/34750/is-it-possible-to-detach-a-process-from-its-terminal-or-i-should-have-used-s
    screen tmux
Links per page: 20 50 100
◄Older
page 107 / 170
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation