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>",
`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`
const promise1 = new Promise((resolve, reject) => {
resolve('printing content of promise1');
});
(async () => {
const res = await promise1;
console.log('logging result ->', res);
})();
const promise1 = new Promise((resolve, reject) => {
resolve('printing content of promise1');
})
(async () => {
const res = await promise1;
console.log('logging result ->', res);
})();
source /etc/kolla/admin-openrc.sh