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

    April 27, 2017 at 3:10:31 PM GMT+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.
    April 25, 2017 at 7:15:15 AM GMT+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
           
    April 21, 2017 at 4:19:03 PM GMT+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

    April 21, 2017 at 12:01:30 PM GMT+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

    April 21, 2017 at 9:33:37 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?9ZMn_Q
    firefox fishing
  • thumbnail
    Configure logging drivers - Docker Documentation

    Logging option

    April 20, 2017 at 4:27:25 PM GMT+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
    April 13, 2017 at 2:36:05 PM GMT+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

    April 13, 2017 at 1:56:19 PM GMT+2 - permalink - archive.org - https://github.com/Haeresis/vanilla-js-dom#ajax
    js
  • thumbnail
    Plain JavaScript - Selecting DOM elements

    Des snippets en plain js

    April 13, 2017 at 11:36:30 AM GMT+2 - permalink - archive.org - https://plainjs.com/javascript/selecting/
    js
  • Note: jq sort example

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

    April 12, 2017 at 9:26:21 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?9B1NEQ
    jq sort
  • wallix/awless: A Mighty CLI for AWS
    April 10, 2017 at 3:39:46 PM GMT+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

    April 2, 2017 at 6:05:38 PM GMT+2 - permalink - archive.org - https://aldarone.fr/welcome-to-mastodon/
    twitter
  • thumbnail
    TCP load balancing with Nginx (SSL Pass-thru) - Servers for Hackers
    April 2, 2017 at 10:16:23 AM GMT+2 - permalink - archive.org - https://serversforhackers.com/tcp-load-balancing-with-nginx-ssl-pass-thru
    nginx tcp
  • Containers and docker | Consolia
    April 2, 2017 at 10:14:00 AM GMT+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

    April 2, 2017 at 10:06:06 AM GMT+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 /'

    March 31, 2017 at 2:47:01 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?Gc4iwQ
    diff r
  • ActionCable: The Missing Guide - via @codeship | via @codeship
    March 30, 2017 at 8:52:35 PM GMT+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

    March 30, 2017 at 9:47:14 AM GMT+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

    March 29, 2017 at 2:37:51 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?X6cRbA
    gmt hour utc
  • localstack/README.md at master · atlassian/localstack · GitHub

    Good boy atlassian!

    March 27, 2017 at 5:14:56 PM GMT+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