Useful characters cheatsheet
Useful characters cheatsheet Insert character To insert any character on Linux type CTRL + SHIFT + U, <UTF-8>, ENTER. Windows type ALT + <Code> Useful character codes ...
Useful characters cheatsheet Insert character To insert any character on Linux type CTRL + SHIFT + U, <UTF-8>, ENTER. Windows type ALT + <Code> Useful character codes ...
(neo)vim cookbook Navigation ↑k moving word:to word ← h l → └──────┴───────┘ ↓j w W Commands u - Undo
Installation Reference Available Dev Container Templates Reference Setting up new Python project Create configuration directory devcontainer templates apply \ --workspace-folder . \ -...
Linux directory structure path meaning intended for /bin binaries Executables and binary files /boot getting read...
Git clone remote repo at specific branch git clone --branch <branch_name> <remote_address> <local_path> Examples ↓ git clone \ --branch "3.10" \ https://github.com/pyt...
Swiftly kick off local 🗝️ Keycloak 25.0.6 instance for prototyping docker run \ --detach \ --publish 6100:8080 \ --env KEYCLOAK_ADMIN=kc-admin \ --env KEYCLOAK_ADMIN_PASSWORD=kc-ad...
Why do you need a local Kubernetes cluster? Firstly, why Kubernetes? Because it is a popular and widely used container orchestration platform in the industry. To gain hands-on experience wit...