4355 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 83 / 218
Newer►
  • UDP Buffers | Documentation Project | Assembla
    June 10, 2015 at 10:52:34 AM GMT+2 - permalink - archive.org - https://www.assembla.com/spaces/LogZillaWiki/wiki/UDP_Buffers
    drop udp
  • UDP Drops on Linux - Question | Splunk Answers
    June 10, 2015 at 10:52:26 AM GMT+2 - permalink - archive.org - http://answers.splunk.com/answers/7001/udp-drops-on-linux.html
    drop udp
  • thumbnail
    udp stats gone missing? · Issue #318 · etsy/statsd
    June 10, 2015 at 10:52:18 AM GMT+2 - permalink - archive.org - https://github.com/etsy/statsd/issues/318
    drop statsd udp
  • thumbnail
    Find Music From TV and Movies - TuneFind

    Génial

    via Korben

    June 8, 2015 at 5:12:49 PM GMT+2 - permalink - archive.org - http://www.tunefind.com/
    music musique series show tv
  • deb files

    ls /var/lib/dpkg/info/irssi*

    June 8, 2015 at 10:08:21 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?TYJPLw
    deb dpkg install postinst
  • Convertir un decimal en hexa et vice versa

    Convertir 42 en base 16
    echo "obase=16; 42" | bc

    Convertir 2A en decimal
    echo "ibase=16; 2A" | bc

    June 8, 2015 at 9:49:36 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?5Z7wjQ
    conversion hexa
  • thumbnail
    Colourful ! systemd vs sysVinit Linux Cheatsheet
    June 4, 2015 at 3:54:15 PM GMT+2 - permalink - archive.org - http://linoxide.com/linux-command/systemd-vs-sysvinit-cheatsheet/
    init systemd
  • 4.5. Populating the Database with seeds.rb

    over pratique en dev

    June 2, 2015 at 4:58:20 PM GMT+2 - permalink - archive.org - http://www.xyzpub.com/en/ruby-on-rails/4.0/seed_rb.html
    rails
  • PECL :: Package :: APM

    Une lib pour gérer l'envoi de metric depuis php

    June 2, 2015 at 10:14:30 AM GMT+2 - permalink - archive.org - https://pecl.php.net/package/APM
    php statsd
  • logrotate hourly

    Logrotate n'est pas vraiment fait pour tourner hourly, mais on peut s'en servir pour dépanner.

    Pour ça créer la conf dans un autre répertoire que celui de logrotate (PAS ici : /etc/logrotate.d/). Car si vous la créez ici, elle sera executé daily avec les autres configuration !
    Par exemple : /root/test-logrotate.conf

    Dans la conf il faut préciser une extension qui ira bien pour les fichiers grâce à la directive dateformat :

    /home/foo/bar.log {
    daily
    dateformat -%Y%m%d-%s
    compress
    copytruncate
    missingok
    rotate 100
    notifempty
    dateext
    }

    Noter aussi le copytruncate, et le daily

    Ensuite mettre en cron toutes les heures cette commande : logrotate --force /root/test-logrotate.conf

    June 1, 2015 at 10:48:14 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?BPu5uQ
    logrotate
  • La programmation fonctionnelle | Grafikart.fr
    May 29, 2015 at 3:09:01 PM GMT+2 - permalink - archive.org - http://www.grafikart.fr/blog/programmation-fonctionnelle
    fonctionnelle programmation
  • 5cb8b9926600ab905d3cfb44aa833f8c.png (PNG Image, 728 × 379 pixels)
    May 29, 2015 at 2:47:58 PM GMT+2 - permalink - archive.org - http://screen.infomee.fr/5cb8b9926600ab905d3cfb44aa833f8c.png
    css flexbox
  • An Illustrated Guide to Split Windows in Irssi

    Une bonne explication du split dans irssi

    May 29, 2015 at 10:26:54 AM GMT+2 - permalink - archive.org - https://quadpoint.org/articles/irssisplit/
    irssi split window
  • thumbnail
    How to get exit status with Ruby's Net::SSH library? - Stack Overflow
    May 28, 2015 at 3:47:43 PM GMT+2 - permalink - archive.org - http://stackoverflow.com/questions/3386233/how-to-get-exit-status-with-rubys-netssh-library
    rake ruby ssh
  • Command Line Shell For SQLite

    .mode line

    Quand meme bien plus lisible que le mode par défaut pour afficher 1 entrée

    In "line" mode, each column in a row of the database is shown on a line by itself. Each line consists of the column name, an equal sign and the column data. Successive records are separated by a blank line. Here is an example of line mode output:

    sqlite> .mode line
    sqlite> select * from tbl1;
    one = hello
    two = 10
    
    one = goodbye
    two = 20
    sqlite>
    May 28, 2015 at 11:03:00 AM GMT+2 - permalink - archive.org - https://www.sqlite.org/cli.html
    sqlite
  • Git Client SmartGit

    GUI pour le log de git

    May 27, 2015 at 5:40:45 PM GMT+2 - permalink - archive.org - http://www.syntevo.com/smartgit/
    git
  • gerrit - Gerrit Code Review - Google Project Hosting

    Une couche permettant de faire de la review

    May 27, 2015 at 5:40:23 PM GMT+2 - permalink - archive.org - https://code.google.com/p/gerrit/
    git review
  • Resolve IP Fragmentation, MTU, MSS, and PMTUD Issues with GRE and IPSEC - Cisco
    May 27, 2015 at 11:10:36 AM GMT+2 - permalink - archive.org - http://www.cisco.com/c/en/us/support/docs/ip/generic-routing-encapsulation-gre/25885-pmtud-ipfrag.html
    fragmentation ip mtu tunnel
  • thumbnail
    Termflix - Le popcorntime des barbus - Korben

    Un popcorntime en CLI

    May 25, 2015 at 5:18:05 PM GMT+2 - permalink - archive.org - http://korben.info/termflix-le-popcorntime-des-barbus.html
    popcorn stream torrent vlc xbmc
  • Yelp Product & Engineering Blog | True Zero Downtime HAProxy Reloads

    zero downtine restart haproxy

    Avec : qdisc, iptables

    May 25, 2015 at 11:24:46 AM GMT+2 - permalink - archive.org - http://engineeringblog.yelp.com/2015/04/true-zero-downtime-haproxy-reloads.html
    haproxy qdisc tc
Links per page: 20 50 100
◄Older
page 83 / 218
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation