4359 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 88 / 218
Newer►
  • thumbnail
    Instant Raspberry Pi Ad-blocker - Jacob Salmela
    February 26, 2015 at 11:48:56 AM GMT+1 - permalink - archive.org - http://jacobsalmela.com/instant-raspberry-pi-ad-blocker/
    rasp adblock
  • thumbnail
    WrapBootstrap - Bootstrap Themes & Templates
    February 24, 2015 at 5:32:03 PM GMT+1 - permalink - archive.org - https://wrapbootstrap.com/?ref=bsw
    bootstreap css design
  • thumbnail
    Bootswatch: Free themes for Bootstrap
    February 24, 2015 at 5:31:55 PM GMT+1 - permalink - archive.org - http://bootswatch.com/
    bootstreap css design
  • thumbnail
    Bootstrap Live Customizer
    February 24, 2015 at 5:31:42 PM GMT+1 - permalink - archive.org - http://bootstrap-live-customizer.com/
    bootstreap css design
  • thumbnail
    Almost Perfect Email Regex - Everything About Email Regular Expression!

    Expressions régulières pour matcher un email selon la RFC 5322

    via Skunnyk

    February 24, 2015 at 11:40:09 AM GMT+1 - permalink - archive.org - http://emailregex.com/
    email mail regex
  • Script rapide pour garder un sshfs actif (raspberry -> kimsufi)

    $ cat bin/ssh_fs_keeper.sh

    !/bin/bash

    ps aux|grep [s]shfs >/dev/null 2>/dev/null
    code=$?
    if [[ $code -eq 1 ]]; then
    sudo sshfs -o allow_other foo@domain.com:/home/path /home/path
    fi

    à mettre dans un cron

    February 21, 2015 at 2:50:43 PM GMT+1 * - permalink - archive.org - https://links.infomee.fr/shaare/8cWfKQ
    raspberry sshfs
  • Debian -- Details of package libapache2-mod-rpaf in sid

    Je me demandais pourquoi mes allow from x.x.x.x ne marchait plus au niveau de on apache... C'est pourtant con, j'ai un haproxy en frontal maintenant ! donc apache voit tout venir de 127.0.0.1 et les allow ne sont plus valides.

    Pour résoudre le probleme on peut installer ce mod qui va prendre l'ip dans les headers ajoutés par haproxy (x-forwarded-for) et la considérer comme l'ip source.

    February 21, 2015 at 2:35:05 PM GMT+1 - permalink - archive.org - https://packages.debian.org/fr/sid/libapache2-mod-rpaf
    apache rpaf haproxy nginx
  • Bg, Fg, &, Ctrl-Z – 5 Examples to Manage Unix Background Jobs
    February 20, 2015 at 5:56:16 PM GMT+1 - permalink - archive.org - http://www.thegeekstuff.com/2010/05/unix-background-job/
    screen
  • json diff
    February 19, 2015 at 2:15:35 PM GMT+1 - permalink - archive.org - http://tlrobinson.net/projects/javascript-fun/jsondiff
    json diff
  • thumbnail
    KMZ » Getting postfix to support relaying based on sender address

    relay by sender

    February 17, 2015 at 3:19:15 PM GMT+1 - permalink - archive.org - http://www.kmz.co.za/blog/getting-postfix-to-support-relaying-based-on-sender-address/
    postfix
  • thumbnail
    Heap: Sizing and Swapping
    February 17, 2015 at 2:53:59 PM GMT+1 - permalink - archive.org - http://www.elasticsearch.org/guide/en/elasticsearch/guide/current/heap-sizing.html
    elasticsearch tuning
  • thumbnail
    Configuration
    February 17, 2015 at 2:53:50 PM GMT+1 - permalink - archive.org - http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/setup-configuration.html
    elasticsearch tuning
  • thumbnail
    Configuration
    February 17, 2015 at 2:52:24 PM GMT+1 - permalink - archive.org - http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/setup-configuration.html#_system_configuration
    elasticsearch tuning
  • thumbnail
    spotify/cassandra-reaper
    February 17, 2015 at 11:58:07 AM GMT+1 - permalink - archive.org - https://github.com/spotify/cassandra-reaper
    cassandra repair
  • thumbnail
    Open Food Facts - France
    February 16, 2015 at 2:25:52 PM GMT+1 - permalink - archive.org - http://fr.openfoodfacts.org/
    food open
  • thumbnail
    Iptables et Netfilter | Admin Debian

    Le schema dans cet article est vraiment clair (ce qui est rare pour un schema iptables)

    February 13, 2015 at 5:53:21 PM GMT+1 - permalink - archive.org - http://www.admin-debian.com/securite/iptables-et-netfilter/
    nat iptables
  • thumbnail
    Decrypting TLS Browser Traffic With Wireshark – The Easy Way! | Jim Shaver
    February 13, 2015 at 4:34:48 PM GMT+1 - permalink - archive.org - https://jimshaver.net/2015/02/11/decrypting-tls-browser-traffic-with-wireshark-the-easy-way/
    wireshark ssl
  • thumbnail
    Flexbox | Codrops CSS Reference
    February 12, 2015 at 5:48:06 PM GMT+1 - permalink - archive.org - http://tympanus.net/codrops/css_reference/flexbox/
    css flexbox
  • thumbnail
    My SQL Dump - Take the long view on the MySQL PERFORMANCE_SCHEMA with ps_history and sys_history
    February 12, 2015 at 2:29:42 PM GMT+1 - permalink - archive.org - http://swanhart.livejournal.com/137743.html
    mysql information_schema
  • debian init script

    apt-get install debian-goodies && checkrestart

    via Doo

    February 11, 2015 at 2:08:57 PM GMT+1 * - permalink - archive.org - https://links.infomee.fr/shaare/ZiMfVA
    debian init
Links per page: 20 50 100
◄Older
page 88 / 218
Newer►
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation