4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 23 / 217
Newer►
  • thumbnail
    GitHub - tpope/vim-unimpaired: unimpaired.vim: Pairs of handy bracket mappings

    https://github.com/tpope/vim-unimpaired/blob/master/doc/unimpaired.txt

    November 18, 2019 at 4:20:09 PM GMT+1 - permalink - archive.org - https://github.com/tpope/vim-unimpaired
    plugin vim
  • thumbnail
    A lighter way to deploy to AWS ECS – Ramblings of a Software Developer Manager
    November 18, 2019 at 2:42:05 PM GMT+1 - permalink - archive.org - https://ramblingsofasoftwaredevelopermanager.wordpress.com/2019/05/18/a-lighter-way-to-deploy-to-aws-ecs/
    ecs
  • thumbnail
    A Script for Deploying Docker-Hosted Applications to AWS ECS
    November 18, 2019 at 2:41:45 PM GMT+1 - permalink - archive.org - https://spin.atomicobject.com/2017/06/06/ecs-deployment-script/
    ecs
  • thumbnail
    GitHub - nathanpeck/awesome-ecs: A curated list of awesome ECS guides, development tools, and resources
    November 18, 2019 at 2:41:33 PM GMT+1 - permalink - archive.org - https://github.com/nathanpeck/awesome-ecs#aws-fargate
    ecs
  • Notion – The all-in-one workspace for your notes, tasks, wikis, and databases.

    via arnaudb

    November 12, 2019 at 1:01:05 PM GMT+1 - permalink - archive.org - https://www.notion.so/
    note
  • thumbnail
    rebase - Squash the first two commits in Git? - Stack Overflow

    git rebase -i --root master

    November 8, 2019 at 4:06:44 PM GMT+1 - permalink - archive.org - https://stackoverflow.com/questions/598672/squash-the-first-two-commits-in-git
    git rebase
  • Using Vim's named registers

    Appending to a named register

    Using an uppercase letter tells Vim to append text to the specified register (rather than overwriting the existing contents). For example, "Ayy copies the current line, and appends it to register ‘a’.

    <3

    November 6, 2019 at 3:32:26 PM GMT+1 - permalink - archive.org - http://vimcasts.org/episodes/using-vims-named-registers/
    register vim
  • thumbnail
    git - How to amend the last commit to un-add a file? - Super User

    Pour enlever des fichiers d'un commit lors d'un rebase interactif : utiliser le keyword 'edit'
    Ensuite git reset HEAD^ path/to/file/to/revert
    Ensuite git commit --amend
    Ensuite git rebase --continue

    November 5, 2019 at 3:31:21 PM GMT+1 * - permalink - archive.org - https://superuser.com/questions/229290/how-to-amend-the-last-commit-to-un-add-a-file
    file git rebase remove
  • Note: rebase interactif en prenant tous les commits de la branche actuelle

    git rebase -i $(git merge-base HEAD master)

    alias grbb='git rebase -i $(git merge-base HEAD master)'

    November 5, 2019 at 10:15:56 AM GMT+1 - permalink - archive.org - https://links.infomee.fr/?_MBllQ
    git rebase
  • Open Source Password Management Solutions | Bitwarden

    free and can be self hosted

    November 4, 2019 at 9:44:47 PM GMT+1 - permalink - archive.org - https://bitwarden.com/
    manager password
  • thumbnail
    KeePass Tusk - Password Access and Autofill – Adoptez cette extension pour 🦊 Firefox (fr)
    November 4, 2019 at 9:39:22 PM GMT+1 - permalink - archive.org - https://addons.mozilla.org/fr/firefox/addon/keepass-tusk/?src=search
    keepass
  • What Is a Network Load Balancer? - Elastic Load Balancing

    For UDP traffic, the load balancer selects a target using a flow hash algorithm based on the protocol, source IP address, source port, destination IP address, and destination port. A UDP flow has the same source and destination, so it is consistently routed to a single target throughout its lifetime. Different UDP flows have different source IP addresses and ports, so they can be routed to different targets.

    October 29, 2019 at 6:31:41 PM GMT+1 - permalink - archive.org - https://docs.aws.amazon.com/elasticloadbalancing/latest/network/introduction.html
    aws nlb udp
  • thumbnail
    k-rail/README.md at master · cruise-automation/k-rail · GitHub
    October 27, 2019 at 1:28:05 PM GMT+1 - permalink - archive.org - https://github.com/cruise-automation/k-rail/blob/master/README.md#viewing-policy-violations
    k8s
  • thumbnail
    How to paste yanked text to vim command-line? - Super User

    You can do <C-r>" to paste from the default register or <C-r>a to paste from register a.

    October 24, 2019 at 3:58:01 PM GMT+2 - permalink - archive.org - https://superuser.com/questions/470727/how-to-paste-yanked-text-to-vim-command-line
    command paste vim
  • thumbnail
    CPDoS: Cache Poisoned Denial of Service
    October 23, 2019 at 5:50:53 PM GMT+2 - permalink - archive.org - https://cpdos.org/
    security
  • ElastiCache for Redis Terminology - Amazon ElastiCache for Redis
    October 23, 2019 at 9:09:25 AM GMT+2 - permalink - archive.org - https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/WhatIs.Terms.html
    aws elasticache redis
  • thumbnail
    GitHub - localstack/localstack: 💻 A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline!

    people are crazy

    October 21, 2019 at 3:39:39 PM GMT+2 - permalink - archive.org - https://github.com/localstack/localstack
    aws dev local
  • Git Exercises
    October 18, 2019 at 3:42:37 PM GMT+2 - permalink - archive.org - https://gitexercises.fracz.com/
    exercice git learn
  • thumbnail
    Using Python Threading and Returning Multiple Results (Tutorial) | Shane Lynn
    October 18, 2019 at 10:05:31 AM GMT+2 - permalink - archive.org - https://www.shanelynn.ie/using-python-threading-for-multiple-results-queue/
    python thread
  • thumbnail
    Using Terraform for zero downtime updates of an Auto Scaling group in AWS
    October 17, 2019 at 11:32:39 AM GMT+2 - permalink - archive.org - https://medium.com/@endofcake/using-terraform-for-zero-downtime-updates-of-an-auto-scaling-group-in-aws-60faca582664
    asg aws terraform
Links per page: 20 50 100
◄Older
page 23 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation