Skip to main content

Primary links

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

Misc

  • Linux
  • Hardware
  • Programming
  • Databases
  • Multimedia
    • ALSA
    • BlueRay
    • Boxee
    • FFmpeg
    • Kino
    • Kodi
    • LIRC
    • PulseAudio
    • YouTube download
    • dvdbackup under OpenELEC
    • handbrake
    • makemkv
  • 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
  • xbmc
mkdir /tmp/deb
URL=http://ubuntu.mirror.cambrium.nl/ubuntu//pool/universe/d/dvdbackup/dvdbackup_0.4.2-4_amd64.deb
wget ${URL} -O /tmp/dvdbackup_amd64.deb
dpkg -x /tmp/dvdbackup_amd64.deb /tmp/deb
scp /tmp/deb/usr/bin/dvdbackup root@openelec:/storage/dvdbackup
URL=http://download.videolan.org/pub/debian/stable/libdvdcss2_1.2.13-0_amd64.deb
wget ${URL} -O /tmp/libdvdcss2_amd64.deb
dpkg -x /tmp/libdvdcss2_amd64.deb /tmp/deb
scp /tmp/deb/usr/lib/libdvdcss.so.2.1.0 root@openelec:/storage/libdvdcss.so.2
URL=http://ubuntu.mirror.cambrium.nl/ubuntu//pool/universe/libd/libdvdread/libdvdread4_4.2.0-1ubuntu4_amd64.deb
wget ${URL} -O /tmp/libdvdread4_amd64.deb
dpkg -x /tmp/libdvdread4_amd64.deb /tmp/deb
scp /tmp/deb/usr/lib/libdvdread.so.4.2.0 root@openelec:/storage/libdvdread.so.4
# rip
export PATH=${PATH}:/storage               
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/storage

[ -L /dev/dvd ] || ln -s /dev/sr0 /dev/dvd
dvdbackup -M -o /storage/videos/

get Ubuntu archives and extract
http://packages.ubuntu.com/quantal/dvdbackup
http://packages.ubuntu.com/quantal/libdvdread4
http://packages.medibuntu.org/quantal/libdvdcss2.html
http://cbalnuweit.de/?p=115

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