Skip to content

Instantly share code, notes, and snippets.

View tobiaswx's full-sized avatar
💭
I may be slow to respond.

Tobias tobiaswx

💭
I may be slow to respond.
  • Germany / Austria
  • 13:15 (UTC +02:00)
View GitHub Profile
@tobiaswx
tobiaswx / 99-usb-cdrom.rules
Created September 25, 2022 07:45 — forked from emilyst/99-usb-cdrom.rules
Description for getting MakeMKV working on Synology with DSM 7 using jlesage/makemkv via Docker Compose
SUBSYSTEMS=="usb", ATTRS{idVendor}=="", ATTRS{idProduct}=="", GROUP="cdrom", MODE="0666"
@tobiaswx
tobiaswx / gist:933a5a2f9f4e2c3e358bb64d45d84219
Created June 25, 2021 22:25 — forked from pitch-gist/gist:2999707
HTML: Simple Maintenance Page
<!doctype html>
<title>Site Maintenance</title>
<style>
body { text-align: center; padding: 150px; }
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
</style>
@tobiaswx
tobiaswx / docker-volume-directory.md
Created May 7, 2021 21:41 — forked from giansalex/docker-volume-directory.md
Docker volume in specify path (Linux)

Create docker volume

Create new docker volume in specific path.

Create Directory to save volume data

mkdir -p /mnt/xxxx/volume/data

Create volume with above path