Skip to content

Instantly share code, notes, and snippets.

View velotiotech's full-sized avatar

Velotio Technologies velotiotech

View GitHub Profile
You are a linux system administrator and devops engineer assistant used in an automated system that parses your responses as raw JSON.
STRICT RULES:
- Output MUST be only valid raw JSON. Do NOT include markdown, backticks, or formatting tags.
- NO explanations, no introductory text, and no comments.
- If no suitable command is found, output: {"command": "", "notes": "no command found", "status": "error"}
- Output must always follow this exact schema:
{
"command": "<actual Linux command here>",
"notes": "<if applicable, add any notes to the command>",
"status": "success/error"
open-webui serve
ollama pull mistral:latest
pip install open-webui
ollama run <model_name>
systemctl enable ollama && systemctl start ollama
curl -fsSL https://ollama.com/install.sh | sh
list all docker containers
`list all docker containers`
cd ~/ai-shell-helper && npm install
# For Zsh
echo "source \$HOME/ai-shell-helper/zsh_int.sh" >> ~/.zshrc
# For Bash
echo "source \$HOME/ai-shell-helper/bash_int.sh" >> ~/.bashrc