Topic
#cheatsheet
10 items
References
- Azure CLI Cheatsheet
Practical daily-use reference for the Azure CLI (az). Covers setup and authentication, Function Apps (logs, config, deploy), and Blob Storage (containers, blobs, counting by prefix).
- pyenv Cheatsheet
A comprehensive cheatsheet for pyenv — the simple Python version manager. Covers installation on openSUSE Tumbleweed, everyday commands, virtual environments, and troubleshooting.
- uv Cheatsheet — The All-in-One Python Package Manager
A comprehensive cheatsheet for Astral's uv, the blazing-fast Python package and project manager written in Rust. Covers installation, project management, dependencies, Python versions, scripts, tools, workspaces, pip compatibility, and configuration.
- Azure CLI — Setup & Authentication
Installing the Azure CLI, signing in interactively or with a service principal, setting defaults, and choosing output formats.
- Azure CLI — Function Apps
Daily Azure CLI commands for Azure Function Apps: listing, tailing live logs, managing application settings, deploying, starting/stopping, and querying function metadata.
- pyenv — Core Commands
Detailed reference for every day pyenv commands: install, uninstall, global, local, shell, versions, and more.
- Azure CLI — Blob Storage
Daily Azure CLI commands for Azure Blob Storage: managing containers, listing and counting blobs by prefix, uploading and downloading, generating SAS tokens, and authentication options.
- pyenv — Virtual Environments
Managing virtual environments with pyenv-virtualenv: create, activate, delete, and auto-activate per project.
- pyenv — Configuration & Environment Variables
All pyenv environment variables, build configuration flags, and integration tips for editors and CI.
- pyenv — Troubleshooting
Common pyenv issues and fixes, with specific solutions for openSUSE Tumbleweed. Build failures, SSL errors, missing libraries, and more.