Skip to content

Instantly share code, notes, and snippets.

@stonebyte
stonebyte / minio_syno.adoc
Last active May 14, 2024 21:05
Start MinIO as service on Synology NAS

Run MinIO as upstart service on Synology NAS

IMPORTANT UPDATE

Borg Backup on Synology NAS as backup target not working

Borg Backup is available in the Synocommunity repositiory and can be installed via the packet center.

The problem

Out of the box, backing up data from the syno NAS towards another location worked flawlessly.

But backing up data to the NAS using borg on another machine always resulted in the following error:

Missing application icons after upgrade to Gnome 40+

After upgrading to Gnome 40, the icons for Vorta and other Tools were missing from the top status bar.

To enable them again, navigate to Gnome Extensions Settings (Manjaro: Layouts→GNOME Extensions) and make sure, the extension "Appindicator and KStatusNotifierItem Support" is activated.

@stonebyte
stonebyte / unbound_boot.md
Last active September 28, 2024 18:28
Unbound DNS Server not starting after reboot

Unbound DNS Server not starting after reboot

On one of my systems running Ubuntu with a lot of network interfaces, unbound fails to start after reboot. When started manually with systemd start unbound.service it works fine.

Solution:

Add the following line to /lib/systemd/system/unbound.service:

[Unit]
Description=Unbound DNS server