4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 24 / 217
Newer►
  • Cloud/AmazonEC2Image/Buster - Debian Wiki
    October 17, 2019 at 11:32:18 AM GMT+2 - permalink - archive.org - https://wiki.debian.org/Cloud/AmazonEC2Image/Buster
    ami aws buster debian
  • https://www.stargatecommand.co/stories/allaccesspass

    Insta buy

    October 16, 2019 at 3:08:07 PM GMT+2 - permalink - archive.org - https://www.stargatecommand.co/stories/allaccesspass
    Stargate
  • Note: git commit --fixup

    Pour modifier un commit sur sa branche qui est déjà plusieurs commits derrière HEAD
    1) modifier les fichiers..
    2) git add les fichiers
    3) git commit --fixup $hash_de_l_ancien_commit

    A partir de la un nouveau commit avec le commentaire fixup! est créé
    Ensuite on peut lancer le rebase interactif avec l'option autosquash qui va ordonner tout ça proprement :

    git rebase -i ancien_commit --autosquash

    il y a aussi l'option --squash pour git commit qui va squash dans le rebase interactif au lieu de fixup

    via Martin

    October 15, 2019 at 1:50:27 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?SbkwUw
    fixup git
  • thumbnail
    GitHub - timberio/vector: A High-Performance, Logs, Metrics, & Events Router

    via Doo

    October 10, 2019 at 4:07:21 PM GMT+2 - permalink - archive.org - https://github.com/timberio/vector
    log logs
  • thumbnail
    GitHub - MichaelAquilina/zsh-autoswitch-virtualenv: 🐍 ZSH plugin to automatically switch python virtualenvs and Pipenvs as you move between directories
    October 10, 2019 at 10:53:05 AM GMT+2 - permalink - archive.org - https://github.com/MichaelAquilina/zsh-autoswitch-virtualenv
    plugin python venv
  • Note: curl --resolve
           --resolve <host:port:address>
                  Provide  a  custom address for a specific host and port pair. Using this, you can make the curl requests(s) use a specified address and prevent the otherwise normally resolved address to be used. Con-
                  sider it a sort of /etc/hosts alternative provided on the command line. The port number should be the number used for the specific protocol the host will be used for. It means you need several entries
                  if you want to provide address for the same host but different ports.
    
                  The provided address set by this option will be used even if -4, --ipv4 or -6, --ipv6 is set to make curl use another IP version.
    
                  This option can be used many times to add many host names to resolve.
    
                  Added in 7.21.3.

    Plus propre que de jouer avec du -H Header et en plus le https ne rale pas

    October 9, 2019 at 3:45:25 PM GMT+2 * - permalink - archive.org - https://links.infomee.fr/?tV1KDA
    curl
  • thumbnail
    integrations-core/redisdb at master · DataDog/integrations-core · GitHub

    infos about datadog plugins

    October 8, 2019 at 3:33:10 PM GMT+2 - permalink - archive.org - https://github.com/DataDog/integrations-core/tree/master/redisdb
    datadog redis
  • thumbnail
    keyboard shortcuts - How to put current line at top/center/bottom of screen in vim? - Unix & Linux Stack Exchange

    zt
    zb
    zz

    zs
    ze

    October 6, 2019 at 11:41:43 AM GMT+2 * - permalink - archive.org - https://unix.stackexchange.com/questions/110251/how-to-put-current-line-at-top-center-bottom-of-screen-in-vim
    vim
  • thumbnail
    Ce que personne ne te dira sur le métier de développeur - Je suis un dev

    via sebsauvage

    October 5, 2019 at 6:19:28 PM GMT+2 - permalink - archive.org - https://www.jesuisundev.com/ce-que-personne-ne-te-dira-sur-le-metier-de-developpeur/
    dev
  • thumbnail
    Pijp à Amsterdam, quartier "populaire" et bon vivant - Vanupied
    October 5, 2019 at 12:00:54 PM GMT+2 - permalink - archive.org - https://www.vanupied.com/amsterdam/quartier-amsterdam/quartier-pijp-amsterdam.html
    amsterdam
  • thumbnail
    Jordaan, quartier bourgeois bohème à Amsterdam - Vanupied
    October 5, 2019 at 12:00:37 PM GMT+2 - permalink - archive.org - https://www.vanupied.com/amsterdam/quartier-amsterdam/jordaan-quartier-bobo-a-amsterdam.html
    amsterdam
  • thumbnail
    Balade à vélo Amsterdam et ses Canaux | Amsterdam Vélo
    October 5, 2019 at 11:57:59 AM GMT+2 - permalink - archive.org - https://www.amsterdam-velo.com/fr/tours/1/centre-ville-amsterdam
    amsterdam
  • Accueil
    October 2, 2019 at 1:42:36 PM GMT+2 - permalink - archive.org - http://www.e-constat-auto.fr/
    constat voiture
  • PgBouncer - lightweight connection pooler for PostgreSQL
    September 26, 2019 at 6:10:23 PM GMT+2 * - permalink - archive.org - https://pgbouncer.github.io/
    connection pool postgresql
  • thumbnail
    Load Balancing, Affinity, Persistence, Sticky Sessions: What You Need to Know - HAProxy Technologies
    September 17, 2019 at 2:37:35 PM GMT+2 - permalink - archive.org - https://www.haproxy.com/blog/load-balancing-affinity-persistence-sticky-sessions-what-you-need-to-know/
    haproxy sticky
  • Tutorial: Specifying Sensitive Data Using Secrets Manager Secrets - Amazon Elastic Container Service
    September 13, 2019 at 4:42:13 PM GMT+2 - permalink - archive.org - https://docs.aws.amazon.com/AmazonECS/latest/developerguide/specifying-sensitive-data-tutorial.html
    aws ecs secrets
  • GitHub - silinternational/ecs-deploy: Simple shell script for initiating blue-green deployments on Amazon EC2 Container Service (ECS)
    September 13, 2019 at 4:40:07 PM GMT+2 * - permalink - archive.org - https://github.com/silinternational/ecs-deploy
    aws ecs fargate
  • thumbnail
    [Feature] Auto Fix · Issue #1220 · koalaman/shellcheck · GitHub

    shellcheck a maintenant une option pour auto fix

    shellcheck restore.sh -f diff | git apply

    September 11, 2019 at 2:59:53 PM GMT+2 - permalink - archive.org - https://github.com/koalaman/shellcheck/issues/1220
    bash shellcheck
  • Introduction | eksctl
    September 11, 2019 at 2:59:35 PM GMT+2 - permalink - archive.org - https://eksctl.io/
    aws eks
  • thumbnail
    GitHub - jkehler/awslambda-psycopg2
    September 2, 2019 at 11:05:19 AM GMT+2 * - permalink - archive.org - https://github.com/jkehler/awslambda-psycopg2
    aws lambda postgresql psycopg2 python
Links per page: 20 50 100
◄Older
page 24 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation