Skip to content

Instantly share code, notes, and snippets.

View bigOconstant's full-sized avatar
💭
Living my best algorithm

CM bigOconstant

💭
Living my best algorithm
View GitHub Profile
@bigOconstant
bigOconstant / podman_macos.md
Created June 9, 2023 22:43 — forked from kaaquist/podman_macos.md
Podman with docker-compose on MacOS.

Podman with docker-compose on MacOS.

Podman an alternative to Docker Desktop on MacOS

Getting podman installed and started is super easy.
Just use brew to install it.

> brew install podman

Now since podman uses a VM just like the Docker Client on MacOS we need to initialize that and start it.

@bigOconstant
bigOconstant / readme.md
Created April 14, 2021 01:33 — forked from lgg/readme.md
Keepass file format explained

Keepass file format explained

I’m currently working (I’m just at the beginning, and I’m quite slow) on a personal project that will use Keepass files (kdb and kdbx).
I tried to find some documentation about .kdb and .kdbx format, but I didn’t find anything, even in the Keepass official website. I you want to know how these file formats are structured, you must read Keepass’s source code. So I wrote this article that explains how Keepass file format are structured, maybe it will help someone.