Your cart is currently empty!
Category: Uncategorized
Neovim: Lua
About XDG_CONFIG_HOME and XDG_DATA_HOME XDG Base Directory Specification (specifications.freedesktop.org) How to structure your lua script Lua-guide – Neovim docs
Neo4j: Graph Database
Create a node Query nodes Create a relationship Query by relationship Query relationship by node References
Kubernetes: Helm Chart
Repository Listing repositories Adding a repository Removing one or many repositories Updating all or some repositories If you do not have a HELM repository, you can use OCI compatible docker/container registry to store your helm chart. Chart Listing running charts Status of a running chart References:
WSL2: Fedora 37
First, create a folder. Then, download Fedora rootfs from here. Extract the tar.xz until you find layer.tar file. Finally, import the layer.tar file to WSL. You can start it with: Or, make it your default distribution with: Refrences:
GPG: Public-Private Key Encryption
Generate public-private key pairs List keys List public keys List private keys Encyrpt a file If you do not specify –output flag, it will generate a file named hello.txt.gpg. Sign a file You may need to enter the password for your private key. If you do not specify –output flag, it will generate a file…
GPG: Password Encryption
Encrypt a file Enter the prompted password. After that, it will generate a file named hello.txt.gpg. Decrypt a file Non-interactive
OpenSSL: Public-Private Key Encryption
Generate private key First, you need a private key to generate a public key. Generate public key Encrypt using public key Decrypt using private key
OpenSSL: Password Encryption
Generate password file This will generate 64 bytes file with random bytes. Encrypt using password file Decrypt using password file