Devops
DevOps
Install / Use
/learn @niqdev/DevopsREADME
DevOps
A collection of notes, resources, documentation and POCs mainly related to distributed systems for local development, learning purposes and quick prototyping.
- Linux
- Docker
- Ansible
- Cassandra
- ZooKeeper
- Kafka
- Hadoop
- Cloud
- Kubernetes
- Terraform
- KCL
- System Design
- Operating System
- Programming
- Other Resources
- Toolbox
Development
Ubuntu
# install pip3
sudo apt install -y python3-pip
# OLD install virtualenv globally
sudo pip3 install virtualenv
# OLD create virtualenv
virtualenv -p $(which python3) venv
# create virtualenv
python3 -m venv venv
# how-to activate virtualenv
source venv/bin/activate
# verify virtualenv
which python
python --version
# how-to deactivate virtualenv
deactivate
# install new package
pip install mkdocs
# update requirements
pip freeze > requirements.txt
# run locally
# http://localhost:8000
mkdocs serve
Related Skills
node-connect
350.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
prose
350.8kOpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.
frontend-design
110.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
350.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
