4355 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 15 / 218
Newer►
  • thumbnail
    GitHub - sbstp/kubie: A more powerful alternative to kubectx and kubens
    21 mars 2021 à 12:57:34 UTC+1 - permalink - archive.org - https://github.com/sbstp/kubie
    k8s tools
  • thumbnail
    GitHub - kubermatic/fubectl: Reduces repetitive interactions with kubectl
    21 mars 2021 à 12:56:07 UTC+1 - permalink - archive.org - https://github.com/kubermatic/fubectl
    k8s tools wrapper
  • Welcome to Invoke! — Invoke documentation
    17 mars 2021 à 15:55:20 UTC+1 - permalink - archive.org - http://www.pyinvoke.org/
    cli invoke python tools
  • Application load balancing on Amazon EKS - Amazon EKS
    5 mars 2021 à 13:53:35 UTC+1 - permalink - archive.org - https://docs.aws.amazon.com/eks/latest/userguide/alb-ingress.html
    alb eks subnet tag
  • cloudposse/eks-node-group/aws | Terraform Registry

    vs https://registry.terraform.io/modules/cloudposse/eks-workers/aws/latest

    cluster : https://registry.terraform.io/modules/cloudposse/eks-cluster/aws/latest

    2 mars 2021 à 15:19:39 UTC+1 * - permalink - archive.org - https://registry.terraform.io/modules/cloudposse/eks-node-group/aws/latest
    aws eks k8s terraform
  • cloudposse/eks-cluster/aws | Terraform Registry
    1 mars 2021 à 15:58:28 UTC+1 - permalink - archive.org - https://registry.terraform.io/modules/cloudposse/eks-cluster/aws/latest?tab=inputs
    eks module terraform
  • Creating Lambda container images - AWS Lambda

    Packaging docker pour lambda

    23 février 2021 à 10:33:39 UTC+1 - permalink - archive.org - https://docs.aws.amazon.com/lambda/latest/dg/images-create.html
    aws docker lambda
  • Note: debug python terminal

    ++++++++++++++++++++++
    Version avec interface cmd
    ++++++++++++++++++++++

    Prérequis :

    pip install pudb

    Pour docker, dans le docker compose ajouter

    stdin_open: true
    tty: true
    Faire docker attach container_name

    Comment break/debug :

    Là où on veut break, il suffit de coller cette ligne : import pudb; pu.db

    Dans le terminal où on a fait docker attach on doit voir l'interface de pudb

    ++++++++++++++++++++++
    Version + simple
    ++++++++++++++++++++++
    Prérequis : python 3.7

    Pour docker, dans le docker compose ajouter

    stdin_open: true
    tty: true
    Faire docker attach container_name

    Comment break/debug :

    breakpoint()

    Dans le terminal où on a fait docker attach on doit voir un prompt

    On peut print les variables
    "continue" pour continuer

    12 février 2021 à 10:37:06 UTC+1 * - permalink - archive.org - https://links.infomee.fr/?lTcZoA
    debug pudb python terminal
  • thumbnail
    GitHub - zestyping/q: Quick and dirty debugging output for tired programmers. ⛺
    30 janvier 2021 à 10:47:08 UTC+1 - permalink - archive.org - https://github.com/zestyping/q
    debug lazy python
  • thumbnail
    Coronavirus : visualisez l’évolution de l’épidémie en France et dans le monde
    26 janvier 2021 à 10:21:21 UTC+1 - permalink - archive.org - https://www.lemonde.fr/les-decodeurs/article/2020/05/05/coronavirus-age-mortalite-departements-pays-suivez-l-evolution-de-l-epidemie-en-cartes-et-graphiques_6038751_4355770.html
    covid19
  • thumbnail
    Automating rollback of failed Amazon ECS deployments | AWS Compute Blog
    21 janvier 2021 à 14:02:57 UTC+1 - permalink - archive.org - https://aws.amazon.com/blogs/compute/automating-rollback-of-failed-amazon-ecs-deployments/
    ecs rollback
  • Note: OVH et renouvellement automatique

    Attention, si vos services sont en renouvellement automatique, même si vous n'avez pas de moyen de paiement enregistré dans votre compte OVH, vous devez payer si vous arrivez à terme.
    Si vous voulez annuler, il faut le faire avant la date de renouvellement ou bien c'est trop tard, vous devez payer, vous ne pouvez plus vous désengager. (TIL : et si vous ignorez les 1er mails, vous recevrez des mails qui font peur)

    Chère cliente, cher client,

    Malgré nos précédentes relances, nous n'avons constaté aucun règlement de votre part concernant la facture xxxx, d'un montant de xxxx €.
    Pour rappel, vous pouvez consulter celle-ci en cliquant sur ce lien : xxxx

    Afin de régulariser votre situation, vous disposez d'un délai supplémentaire de huit (8) jours pour procéder au paiement de la facture mentionnée ci-dessus.
    Pour cela, veuillez cliquer sur le lien suivant :
    https://www.ovh.com/manager/#/billing/history/debt/all/pay

    À défaut de règlement dans le délai indiqué, votre facture sera transmise à notre cabinet de recouvrement Intrum.
    Ce dernier sera chargé de prendre toutes les mesures nécessaires afin de recouvrer ce dossier à l'amiable.

    En cas d'échec, le cabinet accomplira les démarches utiles au recouvrement judiciaire de cette créance.
    Nous attirons votre attention sur le fait qu'en cas de condamnation, tous les frais relatifs à ces démarches seront à votre charge et s'ajouteront au montant réclamé initialement.

    Cordialement,
    Le service Recouvrement OVH

    18 janvier 2021 à 11:31:07 UTC+1 - permalink - archive.org - https://links.infomee.fr/?vpb7jA
    ovh wtf
  • thumbnail
    colorama · PyPI
    8 janvier 2021 à 10:03:06 UTC+1 - permalink - archive.org - https://pypi.org/project/colorama/
    color python
  • thumbnail
    Terragrunt | Terraform wrapper
    6 janvier 2021 à 09:43:08 UTC+1 - permalink - archive.org - https://terragrunt.gruntwork.io/
    terraform wrapper
  • Advanced usage of Python requests - timeouts, retries, hooks
    13 décembre 2020 à 20:04:04 UTC+1 - permalink - archive.org - https://findwork.dev/blog/advanced-usage-python-requests-timeouts-retries-hooks/
    python requests retry
  • thumbnail
    Tailwind CSS - Rapidly build modern websites without ever leaving your HTML.
    8 décembre 2020 à 13:06:44 UTC+1 - permalink - archive.org - https://tailwindcss.com/
    css
  • thumbnail
    django-bootstrap-datepicker-plus · PyPI
    6 décembre 2020 à 16:16:08 UTC+1 - permalink - archive.org - https://pypi.org/project/django-bootstrap-datepicker-plus/
    datetime django widget
  • thumbnail
    julienblitte/qwerty-fr: Qwerty keyboard layout with french accents
    2 décembre 2020 à 14:50:46 UTC+1 - permalink - archive.org - https://github.com/julienblitte/qwerty-fr
    fr qwerty
  • Python logging - under the hood
    30 novembre 2020 à 15:55:54 UTC+1 - permalink - archive.org - https://blog.urbanpiper.com/understanding-python-logging-library/
    log python
  • thumbnail
    GitHub - jazzband/django-axes: Keep track of failed login attempts in Django-powered sites.
    30 novembre 2020 à 15:08:15 UTC+1 - permalink - archive.org - https://github.com/jazzband/django-axes
    django security
Links per page: 20 50 100
◄Older
page 15 / 218
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation