4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 103 / 217
Newer►
  • Hook de lib sous Linux avec LD_PRELOAD - 0x0ff.info
    July 8, 2014 at 5:46:43 PM GMT+2 - permalink - archive.org - http://www.0x0ff.info/2014/hook-lib-linux-ld_preload/
    c hook lib shared
  • Any word completion - Vim Tips Wiki

    ctrl+n en mode édition pour autocomplete le mot qu'on est en train d'écrire

    se base sur les mot présent dans le fichier

    ctrl+p pour autocomplete en parcourant dans le sens inverse

    July 8, 2014 at 5:37:58 PM GMT+2 - permalink - archive.org - http://vim.wikia.com/wiki/Any_word_completion
    tips vim
  • rTorrent statistics with collectd

    Bonne idée de monitorer le rtorrent :)
    Au passage découverte d'un frontend graphite/rrd : https://facette.io/

    via skunnyk

    July 8, 2014 at 10:22:01 AM GMT+2 - permalink - archive.org - http://baha.mu/rtorrent-statistics-with-collectd/
    collectd facette monitoring rtorrent
  • Welcome to web.py! (web.py)

    mini web framework en python, dans le meme genre que bottle :
    http://bottlepy.org/docs/dev/index.html

    July 7, 2014 at 10:56:12 AM GMT+2 - permalink - archive.org - http://webpy.org/
    framework python web
  • Nike+
    July 5, 2014 at 3:33:11 PM GMT+2 - permalink - archive.org - https://secure-nikeplus.nike.com/plus/products/sport_watch/
    nike run running
  • Catalogue - Web TV - Numa Paris
    July 4, 2014 at 11:07:04 AM GMT+2 - permalink - archive.org - http://numaparis.ubicast.tv/channels/#pas-sage-en-seine-2014
    cast conf video
  • thumbnail
    Nos conseils pour créer un site de qualité - explications et exemples
    July 3, 2014 at 4:02:00 PM GMT+2 - permalink - archive.org - http://www.wifeo.com/blog/nos-conseils-pour-creer-un-site-de-qualite-25.php
    design ergonomie ui
  • Stop abusing arrays in PHP | Nomad Software
    July 3, 2014 at 1:58:38 PM GMT+2 - permalink - archive.org - http://nomad.so/2014/06/stop-abusing-arrays-in-php/
    array php
  • thumbnail
    https://github.com/spotify/puppetexplorer

    UI pour puppetdb

    July 2, 2014 at 4:53:10 PM GMT+2 - permalink - archive.org - https://github.com/spotify/puppetexplorer
    puppet puppetdb
  • thumbnail
    Feedly propose des sauvegardes de vos flux RSS et news sauvegardées « Korben

    ça c'est vraiment bien, mais dommage pour l'adhérence avec Dropbox :(
    Un envoi régulier de l'opml par e-mail serait suffisant, ou exposer une API pour pouvoir scripter la récupération automatique..

    July 2, 2014 at 11:29:21 AM GMT+2 - permalink - archive.org - http://korben.info/backup-feedly-sauvegarde.html
    feedly opml rss
  • Apache force https

    Petit pense bête :

    <VirtualHost :80>
    RewriteEngine on
    RewriteCond %{HTTPS} off
    RewriteRule (.
    ) https://%{HTTP_HOST}%{REQUEST_URI}
    </VirtualHost>

    ou

    <VirtualHost *:80>
    ServerName mon.domaine.fr
    Redirect / https://mon.domainefr/
    </VirtualHost>

    July 1, 2014 at 12:12:40 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?UgoQhQ
    apache http https
  • Why Zsh is Cooler than Your Shell

    zsh ça a l'air bien quand même. Le coup des alias inline ça rox ( gp=|grep -i )

    June 29, 2014 at 10:14:30 PM GMT+2 - permalink - archive.org - http://www.slideshare.net/jaguardesignstudio/why-zsh-is-cooler-than-your-shell-16194692
    bash shell zsh
  • Install Debian packages without starting daemons | major.io

    Via sametmax

    If you’d like to prevent daemons from starting after installing a package, just toss a few lines into /usr/sbin/policy-rc.d:

    cat > /usr/sbin/policy-rc.d < < EOF

    !/bin/sh

    echo "All runlevel operations denied by policy" >&2
    exit 101
    EOF

    June 27, 2014 at 2:28:41 PM GMT+2 - permalink - archive.org - http://major.io/2014/06/26/install-debian-packages-without-starting-daemons/
    apt debian install package start
  • reveal.js - The HTML Presentation Framework
    June 25, 2014 at 2:41:38 PM GMT+2 - permalink - archive.org - http://lab.hakim.se/reveal-js/#/
    powerpoint slide
  • Using netcat to build a simple TCP proxy in Linux - Notes - Tweakblogs - Tweakers

    Un reverse proxy basique avec netcat :)

    June 25, 2014 at 11:34:13 AM GMT+2 - permalink - archive.org - http://notes.tweakblogs.net/blog/7955/using-netcat-to-build-a-simple-tcp-proxy-in-linux.html
    netcat proxy
  • socat

    un netcat ++

    June 25, 2014 at 11:33:52 AM GMT+2 - permalink - archive.org - http://www.dest-unreach.org/socat/
    netcat networking socat
  • If you run SSHD in your Docker containers, you're doing it wrong!

    via skunnyk

    June 25, 2014 at 10:21:50 AM GMT+2 - permalink - archive.org - http://jpetazzo.github.io/2014/06/23/docker-ssh-considered-evil/
    docker ssh
  • PrimeFaces

    framework java utilisé pour le projet en RIE

    June 25, 2014 at 10:19:59 AM GMT+2 - permalink - archive.org - http://www.primefaces.org/
    framework j2e java
  • Bbox et filtrage smtp

    Bon je mets ça là car j'ai mis un moment à comprendre pourquoi mon raspberry n'arrivait pas à envoyer de mails..

    En fouillant dans les paramètres de ma box, j'ai trouvé une checkbox : "Activer la protection contre l'envoi de spams". Comprendre : "bloquer tout ce qui sort à destination du port 25"

    Checkbox qui était, bien entendu, cochée par défaut :)

    June 24, 2014 at 10:34:47 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?XdVRXw
    bbox firewall
  • https://github.com/ClockworkNet/graphite-dashgen

    dash auto via collectd dashgen

    via arnaudb

    June 24, 2014 at 6:42:04 PM GMT+2 - permalink - archive.org - https://github.com/ClockworkNet/graphite-dashgen
    auto dashboard graphite
Links per page: 20 50 100
◄Older
page 103 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation