4133 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 70 / 170
Newer►
  • Linux, disques durs et économie d'énergie - Liens en vrac de sebsauvage
       hdparm -B 255 /dev/sda

    enfin, pour ceux qui ont encore des hdd mécaniques dans leurs PC portables :trollface:

    Je note également que le créateur de shaarli est sur une vieille version pourrave, et pas sur celle de la communauté :D

    February 1, 2017 09:41:43 AM GMT+01:00 * - permalink -
    QRCode
    - http://sebsauvage.net/links/?_460QQ
    hdd linux tuning
  • Golang Summaries * Blog
    January 31, 2017 04:24:15 PM GMT+01:00 * - permalink -
    QRCode
    - http://www.tapirgames.com/blog/golang-summaries
    golang
  • thumbnail
    Lenovo est de retour avec de nouveaux ThinkPad
    January 30, 2017 12:06:37 PM GMT+01:00 * - permalink -
    QRCode
    - http://www.fredzone.org/lenovo-est-de-retour-avec-de-nouveaux-thinkpad-003
    lenovo
  • multifactor authentication for distributed VPN mesh - part 2, token configuration, local OTP | Florin's blog
    January 30, 2017 11:42:59 AM GMT+01:00 * - permalink -
    QRCode
    - http://florin.myip.org/blog/multifactor-authentication-distributed-vpn-mesh-part-2-token-configuration-local-otp
    vpn openvpn
  • Google - Site Reliability Engineering

    pour l'avoir lu, il est très bien

    January 30, 2017 09:58:28 AM GMT+01:00 * - permalink -
    QRCode
    - https://landing.google.com/sre/book/index.html
    google sre book livre
  • Note: connard de keychain sous fedora

    Gonflé de taper ma passphrase pour faire un git secret reveal :

    [doo:~] $ which fuck_gpg 
    fuck_gpg ()
    { 
        /bin/bash /home/doo/gpgagent.sh
    }
    [doo:~] $ cat gpgagent.sh 
    #!/bin/bash
    gpg-agent --daemon
    pid=$(ps auxf|grep -i '[g]pg-agen'|awk '{ print $2 }')
    sockpath=$(lsof -p $pid | grep -i run)
    sockpath=$(echo $sockpath|rev|awk '{ print $2 }'|rev)
    export GPG_AGENT_INFO="${sockpath}:4196:1"
    January 27, 2017 05:04:26 PM GMT+01:00 * - permalink -
    QRCode
    - https://dooby.fr/links/shaare/HDH58A
    gpg gpg-agent passphrase
  • Sharing a Port with OpenVPN and a Web Server - PFSenseDocs
    January 27, 2017 10:20:31 AM GMT+01:00 * - permalink -
    QRCode
    - https://doc.pfsense.org/index.php/Sharing_a_Port_with_OpenVPN_and_a_Web_Server
    openvpn 443
  • thumbnail
    google/glazier: A tool for automating the installation of the Microsoft Windows operating system on various device platforms.
    January 27, 2017 09:59:38 AM GMT+01:00 * - permalink -
    QRCode
    - https://github.com/google/glazier
    windows update
  • Yubico Forum • View topic - [HOW TO] Redundant VPN servers w/ multifactor authentication

    putain ENFIN quelqu'un qui a pris le temps de détailler son processus, promis je fias un blogpost ou quelque chose quand j'aurais fini

    January 25, 2017 02:35:57 PM GMT+01:00 * - permalink -
    QRCode
    - https://forum.yubico.com/viewtopic.php?f=31&t=1462
    yubikey openvpn
  • thumbnail
    dotGo 2016 - Kelsey Hightower - Self Deploying Go Applications - YouTube
    January 23, 2017 01:35:58 PM GMT+01:00 * - permalink -
    QRCode
    - https://www.youtube.com/watch?v=nhmAyZNlECw
    google kubernetes
  • thumbnail
    myano/jenni: jenni is a python IRC bot maintained and developed by Michael Yanovich. This project was created by Sean B. Palmer.
    January 23, 2017 09:42:37 AM GMT+01:00 * - permalink -
    QRCode
    - https://github.com/myano/jenni
    bot irc
  • thumbnail
    Stunning Animated GIFs of the Sun on Earth – Fubiz Media
    January 20, 2017 05:20:28 PM GMT+01:00 * - permalink -
    QRCode
    - http://www.fubiz.net/2017/01/20/stunning-animated-gifs-of-the-sun-on-earth/
    photo gif
  • thumbnail
    google/keytransparency: A transparent and secure way to look up public keys.
    January 19, 2017 06:05:55 PM GMT+01:00 * - permalink -
    QRCode
    - https://github.com/google/keytransparency/
    google encryption
  • thumbnail
    Google Online Security Blog: Security Through Transparency
    January 19, 2017 06:05:47 PM GMT+01:00 * - permalink -
    QRCode
    - https://security.googleblog.com/2017/01/security-through-transparency.html
    google encryption
  • thumbnail
    Have Reddit Users Discovered the Perfect Exercise Regimen? | Motherboard

    not bad

    January 19, 2017 05:59:40 PM GMT+01:00 * - permalink -
    QRCode
    - https://motherboard.vice.com/read/reddit-exercise-regimen
    sport
  • thumbnail
    paulgclark/waveconverter: An Open Source tool for RF reverse engineering.

    un outil qui permet de faire du reverse engineering d'ondes radio

    January 19, 2017 05:56:23 PM GMT+01:00 * - permalink -
    QRCode
    - https://github.com/paulgclark/waveconverter
    hack radio radiofrequence tool linux python RF
  • Note: CORS Headers Haproxy OPTIONS reply

    In a relevant Backend/Frontend :

        http-response set-header "Access-Control-Allow-Methods" "GET, POST, PUT, DELETE, OPTIONS" if METH_OPTIONS
        http-response set-header "Access-Control-Allow-Credentials" "true" if METH_OPTIONS
        http-response set-header "Access-Control-Allow-Headers" "Content-Type, Accept Content-Length: 0" if METH_OPTIONS
        http-response set-header Access-Control-Allow-Origin *
    January 19, 2017 11:24:01 AM GMT+01:00 * - permalink -
    QRCode
    - https://dooby.fr/links/shaare/fnLxWw
    haproxy cors
  • thumbnail
    kubernetes-incubator/kargo: Setup a kubernetes cluster

    POURQUOI le SDN est il obligatoire pour ce genre de shit ?

    January 18, 2017 02:40:23 PM GMT+01:00 * - permalink -
    QRCode
    - https://github.com/kubernetes-incubator/kargo
    kubernetes ansible
  • Lego Boost : un kit à 159,99 € pour apprendre la programmation aux enfants

    pas mal

    January 18, 2017 02:37:17 PM GMT+01:00 * - permalink -
    QRCode
    - https://www.nextinpact.com/news/102775-lego-boost-kit-a-15990-pour-apprendre-programmation-aux-enfants.htm
    lego
  • From OSX to Ubuntu | Code | Nicolas Perriault

    not bad

    January 16, 2017 10:04:07 AM GMT+01:00 * - permalink -
    QRCode
    - https://nicolas.perriault.net/code/2016/from-osx-to-ubuntu/
    migration
Links per page: 20 50 100
◄Older
page 70 / 170
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation