Close all your Safari instances across all your iDevices – preferably close the tabs as well. Open up a Terminal and issue the following, once Safari is closed everywhere: rm...
Author - Gábor Hargitai
For this to work I’m assuming you already have a volume mounted somewhere on your storage pool, such as /volume1/docker/unifi. Create a backup using the Web UI of UniFi by going to Settings > System > Backup and...
Just sold your Raspberry Pi and looking for an alternative to a containerised PiHole instance? There are a few reasons why you might consider using AdGuard Home for this very purpose. Network It is highly advisable to...
Save a bit of SD card wear-and-tear and symlink the /tmp folder to RAM. Issue the following in your CLI: sudo cp /usr/share/systemd/tmp.mount /etc/systemd/system/tmp.mountsudo systemctl enable tmp.mountsudo systemctl start...
Getting the dreaded LoadError during a pod install is always disheartening, especially during a somewhat transitional time period. Even worse is the case where you get such an error as the outcome of an rbenv install...
You need to manually accept the changes through APT – to do this, issue the following: apt-get update --allow-releaseinfo-change
Since updating to DSM 7, when opening HyperBackup all of my targets were stuck on “Connecting” which eventually lead to the dreaded “Offline” state. What fixed this behaviour for me was to disable IPv6...
Let's use the built-in diff tool to compare directory contents!
It is possible to have live markdown preview with the Marked 2 app (even from the Mac AppStore) while editing under Sublime Text – using a custom Build System! To do so, follow these steps: open Tools > Build System >...
Having spawned processes with a [stealth] denomination is never a good sign – to find the actual path where the process originates from, we can use the following command: ls -l /proc/<pid>/exe You can also check...