4129 links
740 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►
  • 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
  • thumbnail
    Kouyère - le roi Burgonde - YouTube

    SALSIFI

    December 12, 2018 09:36:00 AM GMT+01:00 * - permalink -
    QRCode
    - https://www.youtube.com/watch?v=azLe4HsBQy8&feature=youtu.be
    video humour
  • thumbnail
    CARP and devd on FreeBSD – Michael Warren Lucas
    Posted on August 10, 2010 by Michael Lucas
    CARP and devd on FreeBSD
    
    In my last post I discussed using HAST with ZFS.  That tells you how to replicate a filesystem back and forth between two machines.  That’s nice, as far as it goes, but I want automatic failover.  Clustering.  I want to wake up in the morning to a message that says “machine 1 failed, machine 2 took over, and nobody noticed” instead of a lot of messages from angry customers.  The standard FreeBSD failover mechanism is CARP, the Common Access Redundancy Protocol.  Here’s the basics of CARP.
    
    You should read the official FreeBSD documentation on CARP, but the next couple paragraphs might get you started.  First, build a kernel that includes device carp.  (Sadly, CARP is not available as a kernel module… if you’re looking for an interesting kernel programming project, this would be a great benefit to the community).  CARP uses a virtual IP, and moves that IP between pairs of machines as needed.  Whatever machine holds the virtual IP provides services.  If one machine fails, the backup automatically takes over the IP and offers the services.
    
    For example, I have two test machines:  skunk1 (10.0.0.1) and skunk2 (10.0.0.2).  Interface carp0 on both machines has the address 10.0.0.3.  When the systems boot, carp0 is up on skunk1 and down on skunk2.  When skunk1 fails, skunk2 activates its carp0 interface.  This has worked quite well for firewalls and other network devices for many years.  It’s also been used for application servers, but systems administrators have needed to synchronize the files on the disks by some other means.
    
    Configure CARP in /etc/rc.conf.  Here’s skunk1:
    
    cloned_interfaces=”carp0″
    ifconfig_carp0=”vhid 1 pass FeedLucasGelato advskew 10 10.0.0.3 netmask 255.255.255.0″
    
    And here’s skunk2:
    
    cloned_interfaces=”carp0″
    ifconfig_carp0=”vhid 1 pass FeedLucasGelato advskew 20 10.0.0.3 netmask 255.255.255.0″
    
    Reboot, and you should have CARP interfaces.  The host with the lower “advskew” value is the master.  I can switch a host between master and backup roles by using ifconfig(8) to raise the advskew.  For example, skunk1’s carp0 has an advskew of 10.  skunk2 has an advskew of 20.  skunk1 is master.  To switch skunk1 to backup, I would just run
    
    # ifconfig carp0 advskew 30
    
    Poof!  skunk2 is now in charge.
    
    All this is old hat.  What most people don’t realize is that on FreeBSD 8, CARP interfaces generate devd up and down events.  This means we can watch for an interface state change, and take action when we see that change.  (I covered devd in Absolute FreeBSD; look there for more detail.)  Add any local devd changes to /usr/local/etc/devd/devd.conf.  Here’s my local devd.conf:
    
    notify 30 {
    match “system”          “IFNET”;
    match “subsystem”       “carp0”;
    match “type”            “LINK_UP”;
    action “/usr/local/scripts/carp-hast-switch master”;
    };
    
    notify 30 {
    match “system”          “IFNET”;
    match “subsystem”       “carp0”;
    match “type”            “LINK_DOWN”;
    action “/usr/local/scripts/carp-hast-switch slave”;
    };
    
    The leading “notify 30” gives the type of event (notify) and priority (30).  This devd rule has a high priority, and will be processed before the system’s default rules.  The following rules identify the CARP interface we’re watching.  Finally, the action points us at a shell script to run when we are notified of the event.
    
    We can now run arbitrary commands when our CARP interfaces go up and down.  Next time, we’ll glue devd, CARP, HAST, and ZFS together in one great big pile of yummy redundancy goodness.
    
    Stalk me on social media
    
    December 5, 2018 05:09:09 PM GMT+01:00 * - permalink -
    QRCode
    - https://mwl.io/archives/224
    carp freebsd
  • thumbnail
    probook/oauth2-haproxy.md at master · diptadas/probook

    Super guide sur l'oauth proxy via haproxy

    December 4, 2018 03:22:48 PM GMT+01:00 * - permalink -
    QRCode
    - https://github.com/diptadas/probook/blob/master/oauth2/oauth2-haproxy.md
    haproxy oauth
  • thumbnail
    Microsoft/Ethr: Ethr is a Network Performance Measurement Tool for TCP, UDP & HTTP.
    December 4, 2018 02:08:33 PM GMT+01:00 * - permalink -
    QRCode
    - https://github.com/Microsoft/Ethr
    iperf network performance measurement
  • Benchmarking Various CNI Plugins.pdf
    December 3, 2018 10:08:51 AM GMT+01:00 * - permalink -
    QRCode
    - https://schd.ws/hosted_files/kccncchina2018english/1b/Benchmarking%20Various%20CNI%20Plugins.pdf
    kubernetes benchmark cni plugin network
  • NCurses Disk Usage

    un outil pratique pour repérer les gros dossiers/fichiers sur un host et les supprimer au besoin :D

    November 29, 2018 02:45:59 PM GMT+01:00 * - permalink -
    QRCode
    - https://dev.yorhel.nl/ncdu
    ncdu ncurses disk diskstats usage volume tool linux
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