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
  • linux
# authentification
curl www.example.com --user username:password

# DNS haeder
#curl -H 'Host: https://www.example.com/path/to/page1.html' 10.1.2.3
curl -v --resolve www.example.com:443:10.10.10.10 https://www.example.com

# put
curl -X PUT -d arg=val -d arg2=val2 localhost:8080

# view haeder
curl -I https://example.com/foo

# add to curl
curl ${URL} -sL | tar -xzf /dev/stdin

# use proxy
curl -v --proxy http://proxy.example.cmo:8080 http://www.example.com:8888/

# slient / quite
curl -s https://www.example.com

# globbing
https://ec.haxx.se/cmdline/cmdline-globbing
curl -O http://example.com/[0-100:2].png
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