MusicBee - The Ultimate Music Manager and Player
Temp
craigslist: 東京 仕事、アパート、販売、サービス、コミュニティ、およびイベント
vgmstream/vgmstream: vgmstream - A library for playback of various streamed audio formats used in video games.
kbuffington/Georgia: Dynamic foobar2000 theme
windows 下如何让一个窗口置顶? - 知乎
Lexikos/AutoHotkey_L: AutoHotkey - macro-creation and automation-oriented scripting utility for Windows.
AutoHotkey/AutoHotkey: AutoHotkey is a powerful and easy to use scripting language for desktop automation on Windows.
AutoHotkey
pyLoad
pyload/pyload: The free and open-source Download Manager written in pure Python
大麦抢票-完整
How to keep your Kubernetes secrets secure in Git
Encryption - yadm
Yet Another Dotfiles Manager - yadm
TheLocehiliosan/yadm: Yet Another Dotfiles Manager
shadowhand/git-encrypt: Transparent Git Encryption
使用 GPG 签名你的 Git Commit | Mogeko`s Blog
Github 隱匿化使用 · My Life Book
HashiCorp Vault is Overhyped, and Mozilla SOPS with KMS and Git is Massively Underrated - Oteemo
Mozilla sops with KMS和Git被低估(2019年)
Git的gitignore与SSH
Kubernetes学习(Sealed Secrets如何安全地将密码存储在git中) | Z.S.K.'s Records
在Devops中经常面对的一个问题就是,如何将敏感信息保存在git中, 虽然kubernetes提供了secret,但它也只是Base64转换了一下, 任何人拿到这个串都可以反转出来,不安全. 在GitOps的流程上, 如何解决save everything on git but secrets的问题一直是个非常有趣的话题,而今天要说的Sealed Secrets就是一个很好的工具, 可以与Kub
Soluto/kamus: An open source, git-ops, zero-trust secret encryption and decryption solution for Kubernetes applications
fluxcd/flux: The GitOps Kubernetes operator
Crypto support for git · Issue #1676 · fluxcd/flux
roboll/helmfile: Deploy Kubernetes Helm Charts
bitnami-labs/sealed-secrets: A Kubernetes controller and tool for one-way encrypted Secrets
使用 Sealed Secrets 加密 Kubernetes Secrets-阳明的博客|Kubernetes|Istio|Prometheus|Python|Golang|云原生
如何在 Git 中存储 Secrets 资源
git 加密仓库 - V2EX
git clone的两种方式以及浅谈加密(一) - SegmentFault 思否
今天使用git clone的时候由于没有配置ssh 但是使用了ssh的clone命令,出了点问题。仔细研究了一下,还是挺有意思的,特意记录下来能给大家带来一些收获。