Skip to main content

Primary links

  • Home
  • AI
  • Kubernetes
  • Incus
  • Ansible
  • Terraform
  • OpenStack
  • Virtualization
  • Linux
  • SmartHome
  • HowTo

Misc

  • Linux
  • Hardware
  • Programming
  • Databases
  • Multimedia
  • Windows

Cloud

  • OpenStack
  • cloud-config
  • nextcloud

Virtualization

  • Virtualization
  • Incus
  • Docker
  • KVM
  • Kubernetes
  • LXC
  • LXD
  • QEMU
  • VMware
  • VirtualBox
  • multipass
  • podman
  • vagrant
  • XEN

Network

  • DNS
  • Firewall
  • Linux
  • OpenvSwitch
  • SSL
  • VLAN
  • VPN
  • iPXE
  • namespaces
  • nmcli
  • tcpdump

Storage

  • CEPH
  • DRBD
  • LVM
  • S3
  • ZFS
  • btrfs

Automation / CI/CD

  • Install
  • Ansible
  • GitLab
  • LLM
  • Preseed
  • Puppet
  • Terraform
  • Ubuntu autoinstall

Monitoring / Visualisation

  • Grafana
  • Icinga
  • Prometheus
  • Monitoring
  • ELK
  • mermaid

Large language models (LLM)

Ollama
https://ollama.com/download

curl -fsSL https://ollama.com/install.sh | sh
ollama run llama3

Nvidia GPUs / CUDA capability
https://github.com/ollama/ollama/blob/main/docs/gpu.md

Docker
https://hub.docker.com/r/ollama/ollama

Links
https://github.com/ollama/ollama

API

# list models
https://ai.example.com/v1/models

OpenChamber
https://github.com/openchamber/openchamber

Snippents

# disable logging in bifrost
curl -X PUT http://localhost:8080/api/config \
  -H 'Content-Type: application/json' \
  -d '{"client_config": {"enable_logging": false}}'


https://docs.getbifrost.ai/providers/request-options

{
  "$schema": "https://opencode.ai/config.json",
  "enabled_providers": [
    "ew"
  ],
  "provider": {
    "ew": {
      "npm": "@ai-sdk/openai-compatible",
      "name": "ai.example.com",
      "options": {
        "baseURL": "https://ai.example.com/v1",
        "apiKey": "{file:~/.config/opencode/ew-key}",
        "headers": {
          "x-bf-disable-content-logging": "true"
        }
      },
      "models": {
        "ew/glm-5.3-flash": {
          "name": "ew/glm-5.3-flash",
          "modalities": {
            "input": [
              "text",
              "image"
            ],
            "output": [
              "text"
            ]
          }
        }
      }
    }
  }
}


<strong>Links</strong>
https://openrouter.ai/
https://github.com/code-yeongyu/oh-my-openagent - Sisyphus agent
https://zimage.run/ - image generator
llm
Profiles GitHub StackOverflow LinkedIn Xing
Contact Imprint
© panticz 2026

Cookie-Einstellungen

Diese Website nutzt eingebettete Inhalte von Drittanbietern (z.B. YouTube, SoundCloud). Beim Laden dieser Inhalte werden Daten an die jeweiligen Anbieter übermittelt. Datenverarbeitungserklärung