4355 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 100 / 218
Newer►
  • thumbnail
    unix - How can I pretty-print JSON? - Stack Overflow

    How to pretty print a json string :

    cat pref.json | python -m json.tool

    for uuoc nazi ;) :

    < pref.json python -m json.tool
    or
    python -m json.tool < pref.json

    3 septembre 2014 à 10:33:46 UTC+2 - permalink - archive.org - http://stackoverflow.com/questions/352098/how-can-i-pretty-print-json
    commandline json linux pretty print python
  • SSH Cheat Sheet | pentestmonkey

    petit rappel
    cheatsheet bien faite

    3 septembre 2014 à 10:30:31 UTC+2 - permalink - archive.org - http://pentestmonkey.net/cheat-sheet/ssh-cheat-sheet
    ssh
  • Low Level Manager: Monitorama Conference

    à regarder à la rentrée

    via arnaudb

    30 août 2014 à 18:45:43 UTC+2 - permalink - archive.org - http://www.lowlevelmanager.com/2014/07/monitorama-conference.html
    conf graphite
  • uMap

    Permet de se créer des cartes avec des repères

    alternativ to gmap

    29 août 2014 à 09:09:24 UTC+2 - permalink - archive.org - http://umap.openstreetmap.fr/fr/
    alternativ carte gmap map osm
  • Pourquoi je lis (+ une douzaine de recommandations de livres)

    Des idées de livres à lire après un monde sans fin

    28 août 2014 à 16:30:23 UTC+2 - permalink - archive.org - http://www.habitudes-zen.fr/2014/pourquoi-je-lis-une-douzaine-de-recommandations-de-livres/
    lecture livre
  • thumbnail
    Cryptography Expert Says, 'PGP Encryption is Fundamentally Broken, Time for PGP to Die'

    :o

    19 août 2014 à 22:27:37 UTC+2 - permalink - archive.org - http://thehackernews.com/2014/08/cryptography-expert-pgp-encryption-is_19.html
    gpg pgp security
  • VisuAlgo - visualising data structures and algorithms through animation

    super cool pour comprendre les algos!

    19 août 2014 à 22:21:41 UTC+2 - permalink - archive.org - http://www.comp.nus.edu.sg/~stevenha/visualization/index.html
    algo dev
  • Readline in Ruby with rbenv

    Pour avoir ruby compilé readline (en installant avec rbenv)

    18 août 2014 à 17:50:28 UTC+2 - permalink - archive.org - http://vvv.tobiassjosten.net/ruby/readline-in-ruby-with-rbenv/
    rails rbenv readline ruby
  • Recette clafoutis by Fiaxhs

    4 oeufs
    80g de farine
    125g desucre
    1/4 litre de lait
    80g beurre
    20g Poudre d'amandes

    15-20 minutes à 210 degres, saupoudrer de sucre à la sortie du four

    14 août 2014 à 10:15:49 UTC+2 - permalink - archive.org - https://links.infomee.fr/?6Vgeag
    clafoutis recette
  • Wel4 - Conférence Monitoring applicatif - YouTube

    les slides :
    http://fr.slideshare.net/kennydee/monitoring-applicatif-pourquoi-et-comment

    13 août 2014 à 17:50:54 UTC+2 - permalink - archive.org - https://www.youtube.com/watch?v=VDAiz3d1_Po
    conf graphite
  • What happens if you write a TCP stack in Python? - Julia Evans

    Pour le fun et le learning : faire du tcp avec python / scapy

    via sametmax

    12 août 2014 à 21:18:00 UTC+2 - permalink - archive.org - http://jvns.ca/blog/2014/08/12/what-happens-if-you-write-a-tcp-stack-in-python/
    networking python scapy
  • thumbnail
    Chronos: A Replacement for Cron | Airbnb Engineering

    ça a l'air bien ce chronos !

    12 août 2014 à 17:50:13 UTC+2 - permalink - archive.org - http://nerds.airbnb.com/introducing-chronos/
    centralized cron
  • epic quote ssii

    vg qui parle des ssii
    "y'a tellement de turn-over en plus que t'es souvent le 800° mec qui configure une plateforme, donc tu passe dérrière des mecs qui des fois ont fumé toute la forêt amazonienne avant de prendre une décision stratégique."

    12 août 2014 à 12:15:37 UTC+2 - permalink - archive.org - https://links.infomee.fr/?iJ5ALg
    ssii
  • Redis Sentinel at Flickr | code.flickr.com

    HA redis avec sentinel

    12 août 2014 à 10:00:33 UTC+2 - permalink - archive.org - http://code.flickr.net/2014/07/31/redis-sentinel-at-flickr/
    ha redis
  • Mysql Indexing Tips - CodeSamplez

    via mickael

    11 août 2014 à 14:48:53 UTC+2 - permalink - archive.org - http://codesamplez.com/database/mysql-indexing-tips
    index mysql
  • Get down! How to keep footers at the bottom of the page
    11 août 2014 à 11:22:37 UTC+2 - permalink - archive.org - http://www.cssreset.com/how-to-keep-footer-at-bottom-of-page-with-css/
    css footer
  • Pexels · Find Free High Quality Photos

    Photos libre de droits

    via florent

    8 août 2014 à 11:17:11 UTC+2 - permalink - archive.org - http://www.pexels.com/
    free photo picture
  • Ubuntu 14.04 LTS - Monitors Position Lost in Dual Display Setup
    8 août 2014 à 11:03:05 UTC+2 - permalink - archive.org - http://bernaerts.dyndns.org/linux/74-ubuntu/309-ubuntu-dual-display-monitor-position-lost
    gnome lock position screen
  • Quickly navigate your filesystem from the command-line

    jusqu'à présent j'utilisais des alias dans mon bashrc du genre :
    cdbackup() { cd /home/foo/backup/; }

    Mais la méthode proposée est bien plus pratique

    8 août 2014 à 09:55:32 UTC+2 - permalink - archive.org - http://jeroenjanssens.com/2013/08/16/quickly-navigate-your-filesystem-from-the-command-line.html
    bash shell
  • backup - Rsnapshot: using different intervals for different directories - Ask Ubuntu

    Pour avoir plusieurs politiques de retentions suivant les répertoires, il faut créer plusieurs fichiers de config et lancer en cron rsnapshot en précisant la conf (-c)

    Attention à bien changer le snapshot_root

    7 août 2014 à 12:00:17 UTC+2 - permalink - archive.org - http://askubuntu.com/questions/97817/rsnapshot-using-different-intervals-for-different-directories
    rsnapshot
Links per page: 20 50 100
◄Older
page 100 / 218
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation