Docker Compose Cheatsheet - Most useful commands with examples
BTW, docker-compose is different from docker compose...
Here’s a Docker Compose cheatsheet with annotated examples to help you master Compose files and commands quickly.
BTW, docker-compose is different from docker compose...
Here’s a Docker Compose cheatsheet with annotated examples to help you master Compose files and commands quickly.
Useful MinIO Commands
MinIO provides two standard UIs: (1) MinIO Console - That’s a web UI, and
(2) MinIO Command - this is a commandline util mc.
some useful venv commands
Venv is a virtual environment management commandline tool. A much more simple one, comparing to Anaconda. Here are some useful venv commands.
Visual Studio Code Cheatsheet is here
When you urgently need to encode file to base64
Here are examples how to Encode and Decode file to Base64 on Windows, Linux and Mac.
Forgotten the conda command parameters?
Here’s a Conda Cheatsheet I’ve compiled some time ago… This Conda Cheatsheet is covering the most essential commands and tips for managing environments, packages, and channels I’ve found useful.
Some frequent k8s commands with params
Here is my k8s cheat sheet covering kubenetes most important commands and concepts from installing to running containers and cleaning up:
Some frequent docker commands parameters
Here is a Docker cheat sheet covering the most important commands and concepts from installing to running containers and cleaning up:
Frequenly needed bits of python code
Sometimes need this but can’t find rightaway. So keeping them all here.
Some tools command line params
Not a very comprehensive list, just some useful to me ones
Essential SQL commands and operations
Here’s a concise SQL cheatsheet covering the most essential commands and operations:
Useful golang commands and constructs
Here’s basic Go program structure, error handling patterns and channels vs goroutines comparison.
Useful Hugo commands params
Hugo is a static website generator. It helps produce html from markup, theme and keep website organised. Like this tech blog. Here’s a list of the most useful Hugo commands with their parameters:
cUrl useful commands with params
Here’s a cheatsheet for the most useful cURL commands with their parameters:
Some basic Dart language constructs described
Here’s a cheatsheet for Flutter (Dart) with the most useful commands and language constructs:
Git commands with params - little ref
Here’s a little cheatsheet: Git commands with params