4136 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 41 / 170
Newer►
  • Note:

    une fonction pour vérifier un certificat remote sur un local ca.crt

    verify_cert ()
    { 
        g=${PWD};
        cd /tmp;
        echo $2 | cut -c 1 | grep --color=auto -iEq '\.|\/';
        if [ $? -eq 0 ]; then
            capath=$2;
        else
            capath=$g/$2;
        fi;
        echo verifying $1 against $capath...;
        openssl s_client -showcerts -connect $1 < /dev/null 2> /dev/null | openssl x509 -outform PEM > cert.pem && openssl verify -verbose -CAfile $capath cert.pem;
        ret=$?;
        cd -;
        return $ret
    }
    January 21, 2019 02:54:25 PM GMT+01:00 * - permalink -
    QRCode
    - https://dooby.fr/shaare/RTDK5g
    bash openssl
  • thumbnail
    Le Télégramme: Economie. Les 26 plus riches détiennent autant d’argent que la moitié de l’humanité

    La fortune des milliardaires aurait augmenté de 900 milliards l’an dernier. Les 26 plus riches d’entre eux détiendraient désormais autant d’argent que les 3,8 milliards d’êtres humains les plus pauvres de la planète.

    January 20, 2019 07:48:12 PM GMT+01:00 * - permalink -
    QRCode
    - https://www.letelegramme.fr/monde/economie-les-26-plus-riches-detiennent-autant-d-argent-que-la-moitie-de-l-humanite-20-01-2019-12186998.php
    information article richesse
  • thumbnail
    Primer on Python Decorators – Real Python
    January 19, 2019 11:53:10 AM GMT+01:00 * - permalink -
    QRCode
    - https://realpython.com/primer-on-python-decorators/
    python décorateurs programmation decorator
  • thumbnail
    See how 10 different movie sounds are made : BeAmazed
    January 19, 2019 11:46:09 AM GMT+01:00 * - permalink -
    QRCode
    - https://www.reddit.com/r/BeAmazed/comments/ab6n1k/_/
    son flims marrant fun video
  • Golang interfaces, a pragmatic explanation for the programmer | iMil.net
    January 19, 2019 11:44:29 AM GMT+01:00 * - permalink -
    QRCode
    - https://imil.net/blog/2018/12/09/Golang-interfaces-a-pragmatic-explanation-for-the-programmer/
    golang interfaces
  • thumbnail
    aquasecurity/kube-hunter: Hunt for security weaknesses in Kubernetes clusters
    January 17, 2019 10:49:26 AM GMT+01:00 * - permalink -
    QRCode
    - https://github.com/aquasecurity/kube-hunter
    kubernetes security sécurité
  • thumbnail
    TimWolla/haproxy-auth-request: auth-request allows you to add access control to your HTTP services based on a subrequest to a configured haproxy backend.

    https://github.com/bitly/oauth2_proxy/ + https://github.com/TimWolla/haproxy-auth-request == win <3

    January 17, 2019 10:14:31 AM GMT+01:00 * - permalink -
    QRCode
    - https://github.com/TimWolla/haproxy-auth-request
    http oauth haproxy
  • Paco – Gilets Jaunes (Clip) – AMG-HipHop.

    haha

    January 14, 2019 04:40:17 PM GMT+01:00 * - permalink -
    QRCode
    - https://amg-hiphop.fr/paco-gilets-jaunes-clip/
    musique video
  • Creating a single master cluster with kubeadm - Kubernetes

    TIL ipvsadm -C

    January 11, 2019 02:15:23 PM GMT+01:00 * - permalink -
    QRCode
    - https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/
    ipvs
  • Administration:Repairing read only file system on DR Servers - Mithiwiki
    January 10, 2019 06:00:49 PM GMT+01:00 * - permalink -
    QRCode
    - http://xf.wiki.mithi.com/index.php/Administration:Repairing_read_only_file_system_on_DR_Servers
    drbd
  • Advanced Tuning and Operation guide for Block Storage using Ceph - Boston 2017_PDF - Advanced-Tuning-and-Operation-guide-for-Block-Storage-using-Ceph-Boston-2017-final.pdf
    January 9, 2019 04:04:10 PM GMT+01:00 * - permalink -
    QRCode
    - https://www.openstack.org/assets/presentation-media/Advanced-Tuning-and-Operation-guide-for-Block-Storage-using-Ceph-Boston-2017-final.pdf
    ceph tuning
  • Ceph Performance Tuning Checklist
    January 9, 2019 03:53:59 PM GMT+01:00 * - permalink -
    QRCode
    - https://accelazh.github.io/ceph/Ceph-Performance-Tuning-Checklist
    ceph
  • cdecl: C gibberish ↔ English
    January 7, 2019 01:01:53 PM GMT+01:00 * - permalink -
    QRCode
    - https://cdecl.org/
    c code developpement eli5
  • thumbnail
    XMeters: display resource use on the Windows taskbar - gHacks Tech News
    January 5, 2019 06:25:03 PM GMT+01:00 * - permalink -
    QRCode
    - https://www.ghacks.net/2017/06/02/xmeters-display-resource-use-on-the-windows-taskbar/
    resource monitoring windows
  • GNOME On Wayland Is No Longer Frustratingly Slow With ASpeed Graphics - Phoronix

    Phoronix is the leading technology website for Linux hardware reviews, open-source news, Linux benchmarks, open-source benchmarks, and computer hardware tests.

    January 5, 2019 12:29:04 AM GMT+01:00 * - permalink -
    QRCode
    - https://www.phoronix.com/scan.php?page=news_item&px=GNOME-Wayland-ASpeed
    gnome gnome-shell
  • thumbnail
    Creating Effective Docker Images - YouTube

    un bon talk à linker aux débutants

    December 22, 2018 11:39:59 PM GMT+01:00 * - permalink -
    QRCode
    - https://www.youtube.com/watch?v=ADDsRPGSw0Q
    docker image tuto dockerfile
  • thumbnail
    GitHub - jurasofish/multilateration: Draw loci corresponding to radio transmission multilateration - Oros links

    via https://ecirtam.net/links/?F2i3ww

    December 18, 2018 10:06:36 AM GMT+01:00 * - permalink -
    QRCode
    - https://github.com/jurasofish/multilateration
    radio
  • sandspiel

    Un simulateur d'interractions qui est super bien fait, c'est assez énorme

    December 17, 2018 12:05:07 PM GMT+01:00 * - permalink -
    QRCode
    - https://sandspiel.club/
    simulateur jeu interraction web éléments
  • thumbnail
    koenbollen/jl: jl — JSON Logs, a development tool for working with structured JSON logging.
    December 14, 2018 05:21:45 PM GMT+01:00 * - permalink -
    QRCode
    - https://github.com/koenbollen/jl
    json logging log
  • CARP on Freebsd 10 with Pf Firewall @ Calomel.org
    December 14, 2018 05:05:26 PM GMT+01:00 * - permalink -
    QRCode
    - https://calomel.org/pf_carp.html
    pf packetfilter freebsd
Links per page: 20 50 100
◄Older
page 41 / 170
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation