4140 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 65 / 170
Newer►
  • thumbnail
    yanc0/beeping: HTTP Monitoring via API - Measure the performance of you servers
    May 9, 2017 10:54:08 AM GMT+02:00 * - permalink -
    QRCode
    - https://github.com/yanc0/beeping
    http monitoring
  • thumbnail
    (145) The Last Light Before Eternal Darkness – White Dwarfs & Black Dwarfs - YouTube
    May 6, 2017 08:41:47 PM GMT+02:00 * - permalink -
    QRCode
    - https://www.youtube.com/watch?v=qsN1LglrX9s
    video
  • thumbnail
    (145) The Last Light Before Eternal Darkness – White Dwarfs & Black Dwarfs - YouTube
    May 6, 2017 08:41:47 PM GMT+02:00 * - permalink -
    QRCode
    - https://www.youtube.com/watch?v=qsN1LglrX9s
    video science
  • GeoIP Best Practices

    via moi

    encore un grand merci à Willy pour le commentaire utile :D

    May 5, 2017 10:03:50 AM GMT+02:00 * - permalink -
    QRCode
    - https://www.mail-archive.com/haproxy@formilux.org/msg25962.html
    haproxy
  • thumbnail
    OSXCollector: Walkthrough
    May 5, 2017 09:49:43 AM GMT+02:00 * - permalink -
    QRCode
    - http://resources.infosecinstitute.com/osxcollector-walkthrough/
    osx
  • MySQL :: MySQL 5.7 Reference Manual :: 5.6.6 mysql_config_editor — MySQL Configuration Utility

    via blue

    May 5, 2017 09:42:09 AM GMT+02:00 * - permalink -
    QRCode
    - https://dev.mysql.com/doc/refman/5.7/en/mysql-config-editor.html
    mysql config
  • thumbnail
    GitHub - atech/postal at stackshare
    May 1, 2017 12:47:20 PM GMT+02:00 * - permalink -
    QRCode
    - https://github.com/atech/postal?ref=stackshare
    mail mailinglist
  • thumbnail
    https://www.evilsocket.net/2017/04/27/Android-Applications-Reversing-101/#.WQND0G3TTOM.reddit
    April 29, 2017 01:49:49 PM GMT+02:00 * - permalink -
    QRCode
    - https://www.evilsocket.net/2017/04/27/Android-Applications-Reversing-101/#.WQND0G3TTOM.reddit
    Android reverse engineering
  • thumbnail
    Request: Auto Scroll to top on new tweets · Issue #8 · baedert/corebird
    gsettings set org.baedert.corebird auto-scroll-on-new-tweets true

    still no ui switch but the gsettings line works just fine

    April 28, 2017 09:55:29 AM GMT+02:00 * - permalink -
    QRCode
    - https://github.com/baedert/corebird/issues/8
    corebird twitter
  • thumbnail
    La drole d'humeur de Pierre-Emmanuel Barré sur le second tour

    gg d'avoir démissionné pour faire ça :D

    April 27, 2017 02:55:51 PM GMT+02:00 * - permalink -
    QRCode
    - https://www.koreus.com/video/pierre-emmanuel-barre-second-tour.html
    lol video
  • Location de voiture : comment faire le bon choix ?

    bonne petite doc

    April 27, 2017 10:46:28 AM GMT+02:00 * - permalink -
    QRCode
    - https://www.voyagespirates.fr/autre/location-de-voiture-comment-faire-le-bon-choix_16251
    voyage vacances voiture
  • thumbnail
    Create lean Node.js image with Docker multi-stage build - Codefresh

    Not bad multistage build

    April 27, 2017 10:43:23 AM GMT+02:00 * - permalink -
    QRCode
    - https://codefresh.io/blog/node_docker_multistage/
    docker dockerfile
  • thumbnail
    IAM Policies and Bucket Policies and ACLs! Oh, My! (Controlling Access to S3 Resources) | AWS Security Blog

    via blue

    April 27, 2017 10:41:28 AM GMT+02:00 * - permalink -
    QRCode
    - https://aws.amazon.com/fr/blogs/security/iam-policies-and-bucket-policies-and-acls-oh-my-controlling-access-to-s3-resources/
    aws s3
  • thumbnail
    Containers, Docker, and Kubernetes Part 3 // Collective Idea | Crafting web and mobile software based in Holland, Michigan
    apiVersion: v1
    kind: Service
    metadata:
      name: redis-cache
      labels:
        role: cache
    spec:
      type: NodePort
      ports:
      - port: 6379
        targetPort: 6379
      selector:
        role: cache

    TIL NodePort && targetPort

    April 27, 2017 09:50:05 AM GMT+02:00 * - permalink -
    QRCode
    - https://collectiveidea.com/blog/archives/2017/04/26/containers-docker-and-kubernetes-part-3
    kubernetes
  • thumbnail
    Kernel explained | Consolia Comics

    April 26, 2017 01:42:48 PM GMT+02:00 * - permalink -
    QRCode
    - https://consolia-comic.com/comics/kernel
    bd comic
  • ingress/controllers/nginx at master · kubernetes/ingress
    April 26, 2017 01:33:42 PM GMT+02:00 * - permalink -
    QRCode
    - https://github.com/kubernetes/ingress/tree/master/controllers/nginx
    kubernetes
  • Note: setup kubernetes

    After completing my kubernetes setup, I realise that there is some caveats and stuff to know beforehand :

    • Kubernetes is not admin friendly, it's meant to be user friendly more or less
    • If you don't know anything about BGP/OSPF, you will have a hard time implementing a "simple" overlay network and will have to use flannel, calico or whatever shit they put on their documentation. On my end, quagga and bgpd ftw.
    • Kubernetes is multimaster "by design" but none of the daemons are multimaster compliant, so you will have to setup some DNS infrastructure if you don't already have one
    • This is a good product, you might overlook it and prefer to use Mesos or its wrapper DC/OS, imho : it would be a mistake to dismiss kubernetes VS mesos on the simple fact that it's harder to setup.

    it took me a good week to properly understand and setup, I think this is the minimum learning curve for anybody who want to properly understand what is done and could be done.

    April 25, 2017 04:44:25 PM GMT+02:00 * - permalink -
    QRCode
    - https://dooby.fr/links/shaare/xyZ-3A
    kubernetes
  • kubectl Cheat Sheet | Kubernetes
    April 25, 2017 04:44:19 PM GMT+02:00 * - permalink -
    QRCode
    - https://kubernetes.io/docs/user-guide/kubectl-cheatsheet/
    kubernetes
  • thumbnail
    The real reason why UNIX commands are short - good coders code, great coders reuse

    :)

    April 24, 2017 04:33:26 PM GMT+02:00 * - permalink -
    QRCode
    - http://www.catonmat.net/blog/why-unix-commands-are-short/
    TIL
  • thumbnail
    TwitterFollowBot/README.md at master · rhiever/TwitterFollowBot · GitHub

    J'avias oublié que j'avais utilisé cette lib, super pratique !

    April 23, 2017 07:15:22 PM GMT+02:00 * - permalink -
    QRCode
    - https://github.com/rhiever/TwitterFollowBot/blob/master/README.md
    twitter
Links per page: 20 50 100
◄Older
page 65 / 170
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation