4339 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 8 / 217
Newer►
  • Sign git commits on GitHub with GPG in macOS | Samuelsson

    brew install pinentry-mac
    If not existing already create the file ~/.gnupg/gpg-agent.conf and add the following line:
    pinentry-program /usr/local/bin/pinentry-mac
    gpgconf --kill gpg-agent

    2022年4月20日 GMT+2 下午1:41:58 - permalink - archive.org - https://samuelsson.dev/sign-git-commits-on-github-with-gpg-in-macos/
    gpg keychain mac
  • thumbnail
    GitHub - FairwindsOps/nova: Find outdated or deprecated Helm charts running in your cluster.
    2022年4月17日 GMT+2 上午9:12:36 - permalink - archive.org - https://github.com/FairwindsOps/nova
    audit chart helm k8s
  • thumbnail
    Create a managed Amazon MemoryDB for Redis Cluster using the ACK MemoryDB Controller - ACK

    "Create Amazon MemoryDB Cluster Instances#

    You can create Amazon MemoryDB Clusters using the Cluster custom resource"

    They really name their CRD "Cluster" ?? :facepalm:

    2022年4月16日 GMT+2 上午11:03:14 - permalink - archive.org - https://aws-controllers-k8s.github.io/community/docs/tutorials/memorydb-example/
    aws crd memorydb redis
  • When to use the keyword type vs text datatype in Elasticsearch | ObjectRocket
    2022年4月15日 GMT+2 下午1:53:59 - permalink - archive.org - https://kb.objectrocket.com/elasticsearch/when-to-use-the-keyword-type-vs-text-datatype-in-elasticsearch
    elasticsearch type
  • Note: Design applicatif

    Don't Repeat Yourself (DRY) : https://fr.wikipedia.org/wiki/Ne_vous_r%C3%A9p%C3%A9tez_pas
    Keep It Simple, Stupid (KISS) : https://fr.wikipedia.org/wiki/Principe_KISS
    You aren't gonna need it (YAGNI) : https://fr.wikipedia.org/wiki/YAGNI
    Boy Scout Rule : https://97-things-every-x-should-know.gitbooks.io/97-things-every-programmer-should-know/content/en/thing_08/
    Single Responsibility Principle (SRP) : https://en.wikipedia.org/wiki/Single-responsibility_principle
    Dependency inversion principle (DIP) : https://en.wikipedia.org/wiki/Dependency_inversion_principle
    4 règles du design simple : https://martinfowler.com/bliki/BeckDesignRules.html
    Query Command Separation : https://martinfowler.com/bliki/CommandQuerySeparation.html
    Design Pattern : https://refactoring.guru/design-patterns
    Clean/Hexagonal/Onion architecture : https://blog.octo.com/application-domain-infrastructure-des-mots-de-la-layered-hexagonal-clean-architecture/

    2022年4月15日 GMT+2 上午11:48:20 - permalink - archive.org - https://links.infomee.fr/?RrVd5w
    app cod design kiss
  • thumbnail
    GitHub - koreader/koreader: An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices

    Alternative os for reader

    2022年4月13日 GMT+2 上午8:46:48 - permalink - archive.org - https://github.com/koreader/koreader
    alternative kindle kobo reader
  • thumbnail
    https://github.com/stern/stern
    2022年3月22日 GMT+1 下午12:54:25 - permalink - archive.org - https://github.com/stern/stern
    k8s log
  • Karpenter - EKS Best Practices Guides
    2022年3月19日 GMT+1 下午2:35:19 - permalink - archive.org - https://aws.github.io/aws-eks-best-practices/karpenter/
    alternative autoscaler k8s
  • https://itnext.io/kubernetes-journey-cka-ckad-exam-tips-ff73e4672833
    2022年3月17日 GMT+1 上午10:32:50 - permalink - archive.org - https://itnext.io/kubernetes-journey-cka-ckad-exam-tips-ff73e4672833
    cka k8s
  • thumbnail
    jsonlint — Homebrew Formulae
    2022年3月9日 GMT+1 下午2:10:00 * - permalink - archive.org - https://formulae.brew.sh/formula/jsonlint#default
    json lint mac
  • thumbnail
    Encrypting and decrypting archives with 7-Zip | Enable Sysadmin
    $ tar -cf directory.tar <directory>
    $ 7z a -p -mhe=on directory.tar.7z directory.tar
    ======================
    7z x archive.tar.7z
    tar xvf archive.tar
    2022年3月8日 GMT+1 下午12:02:47 * - permalink - archive.org - https://www.redhat.com/sysadmin/encrypting-decrypting-7zip
    7z
  • thumbnail
    GitHub - armosec/kubescape: Kubescape is a K8s open-source tool providing a multi-cloud K8s single pane of glass, including risk analysis, security compliance, RBAC visualizer and image vulnerabilities scanning.
    2022年3月7日 GMT+1 下午3:48:55 - permalink - archive.org - https://github.com/armosec/kubescape
    k8s security
  • thumbnail
    Server-Sent Events: the alternative to WebSockets you should be using - germano.dev
    2022年3月6日 GMT+1 上午9:14:22 - permalink - archive.org - https://germano.dev/sse-websockets/
    sse websocket
  • thumbnail
    Patrick's Parabox PuzzleScript demake by competor

    le genre de puzzlegame bien sympa (et prise de tete :D)

    via sebsauvage

    2022年3月6日 GMT+1 上午9:13:02 - permalink - archive.org - https://competor.itch.io/patricks-parabox-puzzlescript-demake
    game puzzle
  • Vim for all level

    Practical vim tips and trick for all level

    2022年3月4日 GMT+1 上午9:44:13 - permalink - archive.org - https://thevaluable.dev/tags/vim/
    vim
  • AWS Documentation

    Aws documentation index, and for each product doc you can get a RSS feed

    2022年3月4日 GMT+1 上午7:43:37 - permalink - archive.org - https://docs.aws.amazon.com/index.html
    aws doc index
  • thumbnail
    GitHub - sourcegraph/zoekt: Fast trigram based code search
    2022年2月22日 GMT+1 下午3:19:32 - permalink - archive.org - https://github.com/sourcegraph/zoekt
    zoekt
  • Restricting process CPU usage using nice, cpulimit, and cgroups | Scout APM Blog
    2022年2月18日 GMT+1 下午1:12:26 - permalink - archive.org - https://scoutapm.com/blog/restricting-process-cpu-usage-using-nice-cpulimit-and-cgroups
    cpu limit share
  • thumbnail
    GitHub - lifeomic/terraform-plan-parser: Command line utility and JavaScript API for parsing stdout from "terraform plan" and converting it to JSON.
    2022年2月18日 GMT+1 上午9:30:51 - permalink - archive.org - https://github.com/lifeomic/terraform-plan-parser
    parser plan terraform
  • Note: terraform Interpolation-only expressions are deprecated

    :%s/("\${)//gc | %s/(}")//gc

    2022年2月17日 GMT+1 上午10:16:58 - permalink - archive.org - https://links.infomee.fr/?bnoJgw
    replace terraform
Links per page: 20 50 100
◄Older
page 8 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation