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

    18 novembre 2019 à 16:20:09 UTC+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
    18 novembre 2019 à 14:42:05 UTC+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
    18 novembre 2019 à 14:41:45 UTC+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
    18 novembre 2019 à 14:41:33 UTC+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

    12 novembre 2019 à 13:01:05 UTC+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

    8 novembre 2019 à 16:06:44 UTC+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

    6 novembre 2019 à 15:32:26 UTC+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

    5 novembre 2019 à 15:31:21 UTC+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)'

    5 novembre 2019 à 10:15:56 UTC+1 - permalink - archive.org - https://links.infomee.fr/?_MBllQ
    git rebase
  • Open Source Password Management Solutions | Bitwarden

    free and can be self hosted

    4 novembre 2019 à 21:44:47 UTC+1 - permalink - archive.org - https://bitwarden.com/
    manager password
  • thumbnail
    KeePass Tusk - Password Access and Autofill – Adoptez cette extension pour 🦊 Firefox (fr)
    4 novembre 2019 à 21:39:22 UTC+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.

    29 octobre 2019 à 18:31:41 UTC+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
    27 octobre 2019 à 13:28:05 UTC+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.

    24 octobre 2019 à 15:58:01 UTC+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
    23 octobre 2019 à 17:50:53 UTC+2 - permalink - archive.org - https://cpdos.org/
    security
  • ElastiCache for Redis Terminology - Amazon ElastiCache for Redis
    23 octobre 2019 à 09:09:25 UTC+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

    21 octobre 2019 à 15:39:39 UTC+2 - permalink - archive.org - https://github.com/localstack/localstack
    aws dev local
  • Git Exercises
    18 octobre 2019 à 15:42:37 UTC+2 - permalink - archive.org - https://gitexercises.fracz.com/
    exercice git learn
  • thumbnail
    Using Python Threading and Returning Multiple Results (Tutorial) | Shane Lynn
    18 octobre 2019 à 10:05:31 UTC+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
    17 octobre 2019 à 11:32:39 UTC+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