4339 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 12 / 217
Newer►
  • Operator pattern | Kubernetes

    Petit point vocabulaire : un "Operator" est un "controller" qui va surveiller des CRD (Custom Resource Definition) pour faire des actions
    Un Operator = 1 deployment = x Pods qui écoutent via l'API de Kube les events sur une CRD et va faire des actions en conséquence

    August 13, 2021 at 9:46:00 AM GMT+2 - permalink - archive.org - https://kubernetes.io/docs/concepts/extend-kubernetes/operator/
    k8s
  • Sharing an object with a presigned URL - Amazon Simple Storage Service
    August 11, 2021 at 3:02:48 PM GMT+2 - permalink - archive.org - https://docs.aws.amazon.com/AmazonS3/latest/userguide/ShareObjectPreSignedURL.html
    aws s3 share
  • thumbnail
    PINEPHONE | PINE64
    August 10, 2021 at 2:31:15 PM GMT+2 - permalink - archive.org - https://www.pine64.org/pinephone/
    phone
  • Effacer une branche Git à la fois locale et distante

    distante : git push origin --delete [nom_de_la_branche]

    August 9, 2021 at 5:40:10 PM GMT+2 - permalink - archive.org - https://www.journaldunet.fr/web-tech/developpement/1202943-effacer-une-branche-git-a-la-fois-locale-et-distante/
    branch delete git
  • replace tab by space or replace spaces by tab in linux — pydata

    :set et|retab

    August 5, 2021 at 10:40:46 AM GMT+2 - permalink - archive.org - https://songhuiming.github.io/pages/2016/07/31/replace-tab-by-space-or-replace-spaces-by-tab-in-linux/
    space tab vim
  • thumbnail
    OSX crash complaining of operation `in progress in another thread when fork() was called` · Issue #32499 · ansible/ansible · GitHub

    Ce truc obscur qui t'arrive et où la solution se trouve au fond d'une PR

    export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES

    August 4, 2021 at 4:12:06 PM GMT+2 - permalink - archive.org - https://github.com/ansible/ansible/issues/32499
    ansible mac python
  • thumbnail
    OnePlus 6 battery repair guide | iDoc
    • https://www.idoc.eu/guides/en/oneplus/oneplus-6/replacing-the-usb-c-port/649

    https://www.youtube.com/watch?v=1qGRv5AMCCQ
    https://www.youtube.com/watch?v=kn9t3_JMRb8

    July 20, 2021 at 4:55:34 PM GMT+2 * - permalink - archive.org - https://www.idoc.eu/guides/en/oneplus/oneplus-6/replacing-the-battery/642
    oneplus
  • thumbnail
    python - How to search and replace text in a file? - Stack Overflow
    Sometime you cant use sed :(

    # Read in the file
    with open('file.txt', 'r') as file :
      filedata = file.read()

    # Replace the target string
    filedata = filedata.replace('ram', 'abcd')

    # Write the file out again
    with open('file.txt', 'w') as file:
      file.write(filedata)
    July 7, 2021 at 4:42:22 PM GMT+2 * - permalink - archive.org - https://stackoverflow.com/questions/17140886/how-to-search-and-replace-text-in-a-file
    python replace
  • thumbnail
    tpope/vim-surround: surround.vim: quoting/parenthesizing made simple
    July 2, 2021 at 5:11:25 PM GMT+2 - permalink - archive.org - https://github.com/tpope/vim-surround
    vim
  • machakann/vim-sandwich: The set of operator and textobject plugins to search/select/edit sandwiched textobjects.
    July 2, 2021 at 5:11:14 PM GMT+2 - permalink - archive.org - https://github.com/machakann/vim-sandwich
    vim
  • Textik - ASCII diagrams editor
    July 1, 2021 at 5:46:24 PM GMT+2 - permalink - archive.org - https://textik.com/
    ascii draw
  • thumbnail
    Billets d’avion annulés : des compagnies refusent de rembourser | 60 Millions de Consommateurs
    July 1, 2021 at 4:05:01 PM GMT+2 - permalink - archive.org - https://www.60millions-mag.com/2020/04/04/billets-d-avion-annules-des-compagnies-refusent-de-rembourser-17356#litige
    avion
  • thumbnail
    Nos produits d'électroménager Made in France - kippit

    via Doo

    June 24, 2021 at 1:33:35 PM GMT+2 - permalink - archive.org - https://www.kippit.fr/nos-produits/
    bouilloire ecologie ecoresponsable keep lave linge
  • thumbnail
    gpakosz/.tmux: 🇫🇷 Oh my tmux! My self-contained, pretty & versatile tmux configuration made with ❤️
    June 23, 2021 at 10:47:48 AM GMT+2 - permalink - archive.org - https://github.com/gpakosz/.tmux
    tmux
  • thumbnail
    Catch infrastructure drift - driftctl
    June 22, 2021 at 4:49:01 PM GMT+2 - permalink - archive.org - https://driftctl.com/
    drift terraform
  • thumbnail
    GitHub - ibraheemdev/modern-unix: A collection of modern/faster/saner alternatives to common unix commands.
    June 20, 2021 at 11:56:08 AM GMT+2 - permalink - archive.org - https://github.com/ibraheemdev/modern-unix
    alternative modern tools
  • thumbnail
    GitHub - exelix11/SysDVR: Stream switch games to your PC via USB or network
    June 19, 2021 at 1:44:41 PM GMT+2 - permalink - archive.org - https://github.com/exelix11/SysDVR
    switch
  • Note: vim et plugin Ack

    le plugin Ack permet de chercher dans le repertoire courant de vim (celui qu'on voit avec :pwd)
    Pour chercher seulement dans un seul repertoire, il faut changer ce repertoire courant. Quelques commandes pratiques :

    :Gcd (fournit par fugitive vim) permet de remonter à la racine du repot git

    Dans nerdtree, si on se place sur un repertoire et qu'on fait 'cd', le repertoire courant de vim est changé

    Une fois dans le bon repertoire, on peut chercher avec :Ack! pattern

    June 18, 2021 at 4:56:21 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?rKuCFQ
    ack vim
  • cheat.sh/:firstpage
    June 15, 2021 at 3:31:18 PM GMT+2 - permalink - archive.org - http://cht.sh/
    cheat help shell
  • thumbnail
    daily.dev | All-in-one developer news reader

    Via korben

    June 13, 2021 at 12:10:29 PM GMT+2 - permalink - archive.org - https://app.daily.dev/
    veille
Links per page: 20 50 100
◄Older
page 12 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation