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
    17 octobre 2019 à 11:32:18 UTC+2 - permalink - archive.org - https://wiki.debian.org/Cloud/AmazonEC2Image/Buster
    ami aws buster debian
  • https://www.stargatecommand.co/stories/allaccesspass

    Insta buy

    16 octobre 2019 à 15:08:07 UTC+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

    15 octobre 2019 à 13:50:27 UTC+2 - permalink - archive.org - https://links.infomee.fr/?SbkwUw
    fixup git
  • thumbnail
    GitHub - timberio/vector: A High-Performance, Logs, Metrics, & Events Router

    via Doo

    10 octobre 2019 à 16:07:21 UTC+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
    10 octobre 2019 à 10:53:05 UTC+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

    9 octobre 2019 à 15:45:25 UTC+2 * - permalink - archive.org - https://links.infomee.fr/?tV1KDA
    curl
  • thumbnail
    integrations-core/redisdb at master · DataDog/integrations-core · GitHub

    infos about datadog plugins

    8 octobre 2019 à 15:33:10 UTC+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

    6 octobre 2019 à 11:41:43 UTC+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

    5 octobre 2019 à 18:19:28 UTC+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
    5 octobre 2019 à 12:00:54 UTC+2 - permalink - archive.org - https://www.vanupied.com/amsterdam/quartier-amsterdam/quartier-pijp-amsterdam.html
    amsterdam
  • thumbnail
    Jordaan, quartier bourgeois bohème à Amsterdam - Vanupied
    5 octobre 2019 à 12:00:37 UTC+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
    5 octobre 2019 à 11:57:59 UTC+2 - permalink - archive.org - https://www.amsterdam-velo.com/fr/tours/1/centre-ville-amsterdam
    amsterdam
  • Accueil
    2 octobre 2019 à 13:42:36 UTC+2 - permalink - archive.org - http://www.e-constat-auto.fr/
    constat voiture
  • PgBouncer - lightweight connection pooler for PostgreSQL
    26 septembre 2019 à 18:10:23 UTC+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
    17 septembre 2019 à 14:37:35 UTC+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
    13 septembre 2019 à 16:42:13 UTC+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)
    13 septembre 2019 à 16:40:07 UTC+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

    11 septembre 2019 à 14:59:53 UTC+2 - permalink - archive.org - https://github.com/koalaman/shellcheck/issues/1220
    bash shellcheck
  • Introduction | eksctl
    11 septembre 2019 à 14:59:35 UTC+2 - permalink - archive.org - https://eksctl.io/
    aws eks
  • thumbnail
    GitHub - jkehler/awslambda-psycopg2
    2 septembre 2019 à 11:05:19 UTC+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