4316 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 216
  • Note: tmux sessions

    Create new session while in a session : ctrl+b :new
    Rename session : ctrl+b :rename-session -t old new
    Move window to another session : ctrl+b . => prompt : session-name

    Navigate between sessions : ctrl+b w

    January 23, 2023 at 11:01:29 AM GMT+1 * - permalink - archive.org - https://links.infomee.fr/?jUGEtg
    sessions tmux
  • Note: Google photo and takeout

    Google takeout does not include shared album you did not create (you're not the owner)
    It also does not include shared pictures in album you created

    To get all this picture included in your backup, for each album, you have to download all picture, create another album, upload all picture again. This way you own the album and all the picture.

    This is a pain

    January 21, 2023 at 9:55:13 PM GMT+1 - permalink - archive.org - https://links.infomee.fr/?qPqu1A
    google photo
  • thumbnail
    variantdev/vals: Helm-like configuration values loader with support for various sources

    via Martinho

    January 19, 2023 at 10:00:31 AM GMT+1 - permalink - archive.org - https://github.com/variantdev/vals
    argo helm secret
  • thumbnail
    gregs1104/pgtune: PostgreSQL configuration wizard
    January 16, 2023 at 10:38:35 AM GMT+1 - permalink - archive.org - https://github.com/gregs1104/pgtune
    postgresql
  • thumbnail
    ankane/pghero: A performance dashboard for Postgres
    January 16, 2023 at 10:37:00 AM GMT+1 - permalink - archive.org - https://github.com/ankane/pghero
    postgresql
  • thumbnail
    AstroNvim/AstroNvim: AstroNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins

    voir les plugins utilisés dans ce projet

    January 13, 2023 at 4:54:14 PM GMT+1 - permalink - archive.org - https://github.com/AstroNvim/AstroNvim
    neovim
  • Note: psp dig

    https://kubernetes.io/blog/2021/04/06/podsecuritypolicy-deprecation-past-present-and-future/

    https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#securitycontext-v1-core
    https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#podsecuritycontext-v1-core

    https://github.com/open-policy-agent/gatekeeper/
    https://www.openpolicyagent.org/docs/latest/kubernetes-tutorial/

    January 9, 2023 at 3:38:19 PM GMT+1 - permalink - archive.org - https://links.infomee.fr/?aSe4tA
    kubernetes opa psp
  • Note: fingerprint ssh pub key

    Pour générer le fingerprint (md5 ou sha256) de votre clé ssh publique
    Vous pouvez faire :

    ssh-keygen -lf ~/.ssh/id_ed25519.pub
    ou
    ssh-keygen -l -E md5 -f ~/.ssh/id_ed25519.pub

    C’est pratique pour faire la correspondance entre clé publique en local sur son poste et le fingerprint dans l’interface de Github ((https://github.com/settings/keys)

    January 9, 2023 at 2:29:58 PM GMT+1 - permalink - archive.org - https://links.infomee.fr/?DnYicw
    fingerprint github pub ssh
  • thumbnail
    [yabai+skhd] My macOS workflow with a tiling window manager (Took inspiration for the bar from u/adi1090x, link in comments) : unixporn

    yabai+skhd

    un jour je testerai, un jour!

    January 8, 2023 at 6:49:18 PM GMT+1 - permalink - archive.org - https://www.reddit.com/r/unixporn/comments/vtfy73/yabaiskhd_my_macos_workflow_with_a_tiling_window/
    mac window
  • thumbnail
    Rectangle Mac
    January 8, 2023 at 6:48:46 PM GMT+1 - permalink - archive.org - http://rectangleapp.com/
    mac window
  • thumbnail
    Alert in tmux when a process completes - Stack Overflow

    tmux <3

    January 3, 2023 at 11:24:21 AM GMT+1 - permalink - archive.org - https://stackoverflow.com/questions/23755063/alert-in-tmux-when-a-process-completes
    notification tmux
  • SankeyMATIC: A Sankey diagram builder for everyone
    December 29, 2022 at 8:04:00 AM GMT+1 - permalink - archive.org - https://sankeymatic.com/
    budget diagram graph reddit visu
  • thumbnail
    (6) Karpenter for Kubernetes | Karpenter vs Cluster Autoscaler - YouTube

    Karpenter vs Cluster Autoscaler very well explained in 7minutes

    December 21, 2022 at 8:59:44 AM GMT+1 * - permalink - archive.org - https://www.youtube.com/watch?v=FIBc8GkjFU0
    autoscaler karpenter kubernetes
  • thumbnail
    awslabs/eks-node-viewer: EKS Node Viewer
    December 21, 2022 at 8:20:05 AM GMT+1 - permalink - archive.org - https://github.com/awslabs/eks-node-viewer
    cli eks kubernetes node
  • Best Small Group Tours & Adventure Travel | Intrepid Travel EU
    December 16, 2022 at 11:12:36 AM GMT+1 - permalink - archive.org - https://www.intrepidtravel.com/eu
    voyage
  • thumbnail
    Read-Only Access to Kubernetes Cluster | by Rob Schoening | Medium
    December 9, 2022 at 9:52:19 AM GMT+1 - permalink - archive.org - https://medium.com/@rschoening/read-only-access-to-kubernetes-cluster-fcf84670b698
    clusterrole kubernetes rbac readonly ro
  • thumbnail
    Using Private Git Repositories as Terraform Modules - Wahl Network
    December 7, 2022 at 12:12:04 PM GMT+1 - permalink - archive.org - https://wahlnetwork.com/2020/08/11/using-private-git-repositories-as-terraform-modules/
    git oauth terraform token
  • Krew – kubectl plugin manager
    December 7, 2022 at 11:36:07 AM GMT+1 - permalink - archive.org - https://krew.sigs.k8s.io/
    crew kubectl plugin
  • thumbnail
    Oxford word of the year 2022 revealed as 'goblin mode' - BBC News
    December 6, 2022 at 10:58:20 AM GMT+1 - permalink - archive.org - https://www.bbc.com/news/uk-63857329
    en slang
  • thumbnail
    logging - How to work with concurrent logs in golang? - Stack Overflow
    December 1, 2022 at 5:02:25 PM GMT+1 - permalink - archive.org - https://stackoverflow.com/questions/38666433/how-to-work-with-concurrent-logs-in-golang
    go log routine
Links per page: 20 50 100
◄Older
page 1 / 216
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation