4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 45 / 217
Newer►
  • Fugitive.vim - exploring the history of a git repository

    :Glog

    :clist
    :cprev
    :cnext
    :cfirst
    :clast

    27 avril 2017 à 15:10:31 UTC+2 - permalink - archive.org - http://vimcasts.org/episodes/fugitive-vim-exploring-the-history-of-a-git-repository/
    fugitive vim
  • thumbnail
    Kryptonite - The new way to protect your private key.
    25 avril 2017 à 07:15:15 UTC+2 - permalink - archive.org - https://krypt.co/
    mobile ssh
  • Stupid Python Tricks: The KeyboardInterrupt Exception
    catching all exception in python
    import traceback

    for record in database:
        try:
            blabla
        except (KeyboardInterrupt, SystemExit):
            raise
        except Exception as e:
            # report error and proceed
            print(type(e).__name__)
            print(e)
            print(traceback.format_exc())

    Ne pas oublier de raise si on veut re-raise
           
    21 avril 2017 à 16:19:03 UTC+2 * - permalink - archive.org - http://effbot.org/zone/stupid-exceptions-keyboardinterrupt.htm
    exception python
  • Configuring the AWS Command Line Interface - AWS Command Line Interface

    Pratique quand on doit jongler entre différents comptes AWS

    et l'équivalent pour s3cmd : http://mikesisk.tumblr.com/post/8703449578/s3cmd-and-multiple-accounts

    21 avril 2017 à 12:01:30 UTC+2 - permalink - archive.org - http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html#cli-multiple-profiles
    aws profile
  • Note: Firefox fishing

    about:config
    punycode

    21 avril 2017 à 09:33:37 UTC+2 - permalink - archive.org - https://links.infomee.fr/?9ZMn_Q
    firefox fishing
  • thumbnail
    Configure logging drivers - Docker Documentation

    Logging option

    20 avril 2017 à 16:27:25 UTC+2 - permalink - archive.org - https://docs.docker.com/engine/admin/logging/overview/#syslog
    docker log
  • thumbnail
    rvedotrc/aws-iam-reference: A list of all known IAM actions; and a way of updating that list
    13 avril 2017 à 14:36:05 UTC+2 - permalink - archive.org - https://github.com/rvedotrc/aws-iam-reference
    actions iam
  • thumbnail
    Haeresis/vanilla-js-dom: Vanilla JS is a fast, lightweight, cross-platform framework for building incredible, powerful JavaScript applications.

    "vanillajs" :D

    13 avril 2017 à 13:56:19 UTC+2 - permalink - archive.org - https://github.com/Haeresis/vanilla-js-dom#ajax
    js
  • thumbnail
    Plain JavaScript - Selecting DOM elements

    Des snippets en plain js

    13 avril 2017 à 11:36:30 UTC+2 - permalink - archive.org - https://plainjs.com/javascript/selecting/
    js
  • Note: jq sort example

    |jq -r '.ApplicationVersions|sort_by(.DateCreated)|.[]|.VersionLabel'|tail -1

    12 avril 2017 à 09:26:21 UTC+2 - permalink - archive.org - https://links.infomee.fr/?9B1NEQ
    jq sort
  • wallix/awless: A Mighty CLI for AWS
    10 avril 2017 à 15:39:46 UTC+2 - permalink - archive.org - https://github.com/wallix/awless
    aws cmd
  • Welcome to Mastodon · Aldarone.fr

    C'est pas le 1er Twitter like décentralisé, est ce que ça va prendre ?
    Via Skunnyk

    2 avril 2017 à 18:05:38 UTC+2 - permalink - archive.org - https://aldarone.fr/welcome-to-mastodon/
    twitter
  • thumbnail
    TCP load balancing with Nginx (SSL Pass-thru) - Servers for Hackers
    2 avril 2017 à 10:16:23 UTC+2 - permalink - archive.org - https://serversforhackers.com/tcp-load-balancing-with-nginx-ssl-pass-thru
    nginx tcp
  • Containers and docker | Consolia
    2 avril 2017 à 10:14:00 UTC+2 - permalink - archive.org - https://consolia-comic.com/comics/containers-and-docker
    bd comic docker
  • Bash scripting quirks & safety tips - Julia Evans

    set -eux
    Shellcheck
    reptyr

    2 avril 2017 à 10:06:06 UTC+2 - permalink - archive.org - http://jvns.ca/blog/2017/03/26/bash-quirks/
    bash
  • Note: diff -r overview

    diff -r folder1 folder2 | grep -P '(^diff|^Only)'

    diff -r folder1 folder2 | grep -P '(^diff|^Only)' | sed -r 's/^diff -r /vimdiff /'

    31 mars 2017 à 14:47:01 UTC+2 - permalink - archive.org - https://links.infomee.fr/?Gc4iwQ
    diff r
  • ActionCable: The Missing Guide - via @codeship | via @codeship
    30 mars 2017 à 20:52:35 UTC+2 - permalink - archive.org - https://blog.codeship.com/actioncable-the-missing-guide/
    actioncable rails
  • thumbnail
    s3fs-fuse/s3fs-fuse: FUSE-based file system backed by Amazon S3

    I may have to use this one, but issue number is freaking me out

    30 mars 2017 à 09:47:14 UTC+2 - permalink - archive.org - https://github.com/s3fs-fuse/s3fs-fuse
    aws fs s3 s3fs
  • Note: Changement d'heure

    C'est vraiment se compliquer la vie pour pas grande chose

    Et puis je m'en souviens jamais : en hiver on est GMT+1, en été on est GMT+2

    29 mars 2017 à 14:37:51 UTC+2 - permalink - archive.org - https://links.infomee.fr/?X6cRbA
    gmt hour utc
  • localstack/README.md at master · atlassian/localstack · GitHub

    Good boy atlassian!

    27 mars 2017 à 17:14:56 UTC+2 - permalink - archive.org - https://github.com/atlassian/localstack/blob/master/README.md
    atlassian aws
Links per page: 20 50 100
◄Older
page 45 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation