4138 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 150 / 170
Newer►
  • thumbnail
    Using logstash to Push Metrics to Graphite - Rackspace Developer Center
    March 4, 2014 03:32:20 PM GMT+01:00 - permalink -
    QRCode
    - http://developer.rackspace.com/blog/using-logstash-to-push-metrics-to-graphite.html
    graphite logstash
  • thumbnail
    ▶ Rails Conf 2012 It's Not in Production Unless it's Monitored by Joseph Ruscio (improved audio) - YouTube
    March 4, 2014 03:28:45 PM GMT+01:00 - permalink -
    QRCode
    - https://www.youtube.com/watch?annotation_id=annotation_432412&feature=iv&src_vid=YXEdd7_IbEc&v=0spo9hvDz_4
    graphite statsd
  • thumbnail
    Real time website graphs with logstash + statsd + graphite. | Cupfighter.net
    March 4, 2014 02:41:42 PM GMT+01:00 - permalink -
    QRCode
    - http://www.cupfighter.net/index.php/2012/11/real-time-website-graphs-with-logstash-statsd-graphite/
    graphite statsd logstash
  • thumbnail
    Graphite | Unix Blog

    une boite qui utilise logster + graphite pour le monitoring applicatif

    March 4, 2014 12:42:21 PM GMT+01:00 - permalink -
    QRCode
    - http://bezha.od.ua/tag/graphite/
    graphite monitoring supervision
  • thumbnail
    10 Things We Forgot to Monitor
    March 4, 2014 09:42:28 AM GMT+01:00 - permalink -
    QRCode
    - http://word.bitly.com/post/74839060954/ten-things-to-monitor
    supervision monitoring
  • thumbnail
    Upgrading Debian from 32-bit to 64-bit - AKA crossgrading from i386 to amd64

    une doc pas mal thx2noiz

    March 4, 2014 09:12:01 AM GMT+01:00 - permalink -
    QRCode
    - http://anarc.at/services/upgrades/cross-architecture/
    debian x64 x86 i386 architecture
  • thumbnail
    PubTeX output 1994.11.22:1540 - reference.card-ksh.programming.pdf

    une petite cheatsheet pour le bash/ksh

    March 3, 2014 05:05:28 PM GMT+01:00 - permalink -
    QRCode
    - http://st23.org/misc/sysadmin/downloads/reference.card-ksh.programming.pdf
    bash cheatsheet
  • thumbnail
    typeset man document

    [doo:~] $ typeset -u toto
    [doo:~] $ toto=TaTa
    [doo:~] $ echo $toto
    TATA
    #awesome

    March 3, 2014 05:04:27 PM GMT+01:00 - permalink -
    QRCode
    - http://www2.research.att.com/~astopen/man/man1/typeset.html
    bash
  • thumbnail
    CSS Shake

    Pas mal comme CSS :)

    March 3, 2014 01:23:40 PM GMT+01:00 - permalink -
    QRCode
    - http://elrumordelaluz.github.io/csshake/
    webdesign
  • thumbnail
    Google Maps
    March 2, 2014 08:48:03 PM GMT+01:00 - permalink -
    QRCode
    - https://www.google.com/maps/dir/39+Rue+Saint-Isidore,+Lyon,+France/234+Rue+Philippe+H%C3%A9ron,+69400+Villefranche-sur-Sa%C3%B4ne,+France/@45.8866806,4.8206309,11z/am=t/data=!4m15!4m14!1m5!1m1!1s0x47f4c1c51ca5009f:0xa688d0398b11ec2c!2m2!1d4.8826815!2d45.7498462!1m5!1m1!1s0x47f48519b8cfb523:0x846f88b010d17539!2m2!1d4.712304!2d45.9892328!3e0!5i1
    agreg
  • thumbnail
    Minimize the response time of your blog to less than a second!
    February 28, 2014 05:41:57 PM GMT+01:00 - permalink -
    QRCode
    - http://www.reficio.org/2012/08/02/minimize-the-response-time-of-your-blog-to-less-than-a-second/
    apache performance tuning
  • thumbnail
    How I reduced my server response time and increased PageSpeed score
    February 28, 2014 05:41:29 PM GMT+01:00 - permalink -
    QRCode
    - http://www.revealingthestuffs.com/increase-page-speed-score/
    apache performance tuning
  • thumbnail
    Spotify for Linux Preview installation in Fedora | Ulyaoth

    rpm -ivh http://trash.ulyaoth.asia/trash/rpm/spotify-client-0.9.4.183.ulyaoth-1.fc20.x86_64.rpm

    February 28, 2014 09:40:49 AM GMT+01:00 - permalink -
    QRCode
    - http://blog.ulyaoth.net/2012/03/01/spotify-for-linux-preview-installation-in-fedora/
    spotify
  • thumbnail
    Graylog2 | v0.20.0 has arrived!
    February 27, 2014 02:43:28 PM GMT+01:00 - permalink -
    QRCode
    - http://graylog2.org/wow/such/0.20.0
    log logstash stash
  • thumbnail
    “Google Now Launcher” hits Play Store, brings Google homescreen to GPE & Nexus devices | Ars Technica
    February 27, 2014 08:42:53 AM GMT+01:00 - permalink -
    QRCode
    - http://arstechnica.com/gadgets/2014/02/google-now-launcher-hits-play-store-brings-google-homescreen-to-gpe-nexus-devices/
    android
  • thumbnail
    notsocomplicated | scratch your head
    February 26, 2014 02:14:15 PM GMT+01:00 - permalink -
    QRCode
    - http://blog.notsocomplicated.org/2010/02/securisons-apache-avec-fail2ban/
    fail2ban apache
  • thumbnail
    Now http://feedly.com/e/WXFzzRjh
    February 26, 2014 08:56:11 AM GMT+01:00 - permalink -
    QRCode
    - http://feedly.com/e/WXFzzRjh
    xkcd comics
  • thumbnail
    How to Find and Delete Empty Directories and Files in Unix

    les snippets, c'est la clé du succès du fainéant :D

    find . -type d -empty -exec rmdir {} \;

    February 25, 2014 09:06:28 PM GMT+01:00 - permalink -
    QRCode
    - http://www.thegeekstuff.com/2010/03/find-empty-directories-and-files/
    find command linux bash
  • thumbnail
    Pour mieux comprendre PHP - Arnaud's bookmark

    via blue

    February 25, 2014 02:46:09 PM GMT+01:00 - permalink -
    QRCode
    - https://infomee.fr/links/?bHKQ5A
    php
  • thumbnail
    7 little known but super useful PHP functions | CatsWhoCode.com
    February 25, 2014 02:45:55 PM GMT+01:00 - permalink -
    QRCode
    - http://www.catswhocode.com/blog/7-little-known-but-super-useful-php-functions
    php
Links per page: 20 50 100
◄Older
page 150 / 170
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation