Skip to content

Instantly share code, notes, and snippets.

@superbob
superbob / ddns_provider.conf
Last active January 27, 2024 00:57
Namecheap Synology DSM DDNS provider
#Insert this at the end of /etc.defaults/ddns_provider.conf
[Namecheap]
modulepath=/usr/syno/bin/ddns/namecheap.php
queryurl=https://dynamicdns.park-your-domain.com/update
@JorgenEvens
JorgenEvens / convert.sh
Last active April 1, 2023 09:15
Script to convert legacy boot debian to UEFI
#!/bin/bash
set -e
apt update
apt install lvm2 gparted
# Convert MBR to GPT
sgdisk -g /dev/xvda
partprobe
@Zeinok
Zeinok / wine-breeze-dark-theme.md
Last active June 28, 2024 19:03
Breeze Dark theme for Wine

Made possible with this reddit post.

Install

wine regedit wine-breeze-dark.reg

Uninstall (Reset Wine color scheme)

wine regedit wine-reset-theme.reg