-
Mar 13, 2024
This opus describes how to properly configure CyberPower UPS on a TrueNAS Core to ensure that the power is only pulled when safe.
-
Oct 19, 2023
Advice on configuring Cockpit to work reliably over the Cloudflare Zero Trust (Access) network.
-
Sep 16, 2023
I’ve noticed that the my Intel Xeon E3-1230 v2
CPU runs at the maximum frequency on my TrueNAS Core, even at negligible load. This post describes how to
configure the powerd
daemon to shave off a few watts of idle power by allowin the frequencies to scale.
-
Jan 13, 2023 (Updated Aug 12, 2023)
Cloudflare Zero Trust tunnel client does not support FreeBSD out of the box and Cloudflare does not provide FreeBSD binaries either. This means that we need to either fetch the package or build the binary ourselves, and then configure tunnel in a roundabout way: automatic tunnel setup does not work.
Lastly, we want to enable it in a way to survive the TrueNAS OS upgrades, let alone reboots.
-
Dec 25, 2022
These are my notes about configuring services with Podman on RHEL and related OSes with SELinux enabled, using compute instance in the Oracle Cloud with Oracle Linux 8. Information presented below is readily available elsewhere – see references – however, intent of this opus is to condense all of that into palatable chunks to serve as a somewhat quick answer to the question “How do I get this container running on my instance?” without needing to spend hours reading pages and pages of documentation.
-
Dec 25, 2022
If you are trying to debug mDNS/Avahi on TrueNAS Core and stumble on this misleading Failed to create client object: Daemon not running
, and web search leads nowhere?
-
Dec 15, 2022
This is a short description of how to host services, using STORJ node as an example, on a host behind CG-NAT, or otherwise restrictive firewall, by forwarding packets through WireGuard endpoint on a relatively fast nearby VPS. This is not specific to Storj, and can be adopted to hosting other services.
-
Dec 15, 2021
If during Intel Rapid Storage RAID migration or verification on Windows, the disk activity ceases in a few minutes and the Event Log contains messages similar to Reset to device, \Device\RaidPort0, was issued
check if you have VMWare Workstation or Player installed. I did not have time to dig into details, but uninstalling the VMWare removed this issue.
-
Dec 12, 2021 (Updated Dec 14, 2021)
Time Machine backup to windows host over SMB is not supported. This post describes configuration of netatalk in WSL to facilitate backup over AFP. -
Nov 22, 2021
One can connect to the Xfinity modem configured in bridge mode directly with a cable as described in the support article or configure static route on the third party gateway and avoid running around with cables. This post is a confirmation that this approach works. -
Oct 15, 2021
Addressing stability of Google Drive rclone mount on macOS with macFUSE -
Jan 17, 2021
Move to self-hosted discourse for blog comments to avoid user tracking by unrelated third parties. -
Jan 16, 2021
This post explains how to configure Duplicacy on macOS with SIP enabled to backup all users and limit CPU utilization. -
Nov 23, 2020 (Updated Apr 9, 2021)
How to backup with Duplicacy to Google Workspace with Service Account -
May 28, 2020
Ubiquiti APs stay off the channel for a strange amount of time but can be nudged back to the DFS channel manually. -
Mar 2, 2020 (Updated Dec 16, 2021)
Duplicacy is a self-contained executable and as such, it can be run natively on a Synology disk station, without docker. -
Sep 30, 2019
Sophos XG blocks UniFi communication by implicit rule 0. This post describes how to bypass a stateful firewall for the specific hosts. -
Mar 8, 2019 (Updated Jun 13, 2019)
Updated cloud storage pricing as of March 2019 -
Mar 7, 2019
This post explains how to come up with a list of all IP ranges used by the company or service to configure your firewall and web filter exceptions. -
Mar 1, 2019 (Updated Feb 28, 2020)
Optimizing performance of Code42 CrashPlan engine for resource constrained hosts. (Does not apply to client version 7.7.0 and likely newer) -
Feb 28, 2019
How to add Self-Signed CA and Server SSL certificate to Synology DSM and configure it to be used with services. Two poorly documented pitfalls I stumbled upon. -
Feb 26, 2019
Could not find the guide that worked. Had to figure stuff out on my own. -
Feb 26, 2019 (Updated Aug 17, 2021)
This is a somewhat tutorial-ish guide about creating a self-signed Certificate Authority suitable for issuing SSL certificates to be used for various servers, services, and devices to ensure "green lock" in the browsers and happy users using macOS GUI tools. -
Apr 25, 2018 (Updated Mar 14, 2019)
Ever wanted to have an always-on VPN on an iOS device? IKEv2 is the answer; unfortunately, it is not properly supported by any appliances commonly laying around the house - so we'll improvise. This post is about the setup and configuration of an IKEv2 VPN server based on Strongswan running inside of the Alpine Linux instance in the virtual machine hosted on Synology Diskstation. Pitfalls and challenges making split-tunnel work seamlessly. And don't have your hopes up too high -- while both full tunnel and split tunnel work just fine on a routing level it is not currently possible to make split-DNS work seamlessly enough, without client-side configuration. See closing notes for details. You might as well jump to the OpenVPN article if that is important. -
Apr 24, 2018
Setting up an L2TP VPN server on Synology DiskStation, forwarded ports 500,4500,1701
but the handshake fails for an obscure reason; something along the lines of “fatal payload-malformed notify message, phase 1 should be deleted”. What do to? Check the PSK length. It shall not be longer than 64 characters. UI will accept longer string however doing so will result in failures setting up the tunnel.
-
Apr 14, 2018
I have a fairly old but great laser multifunction Canon MF4150 that never really supported scanning from anything but windows and whose MacOS printing drivers lag behind OS releases by a large margin causing frustration after each new release. Still, it has been over 10 years and it works great and I’m absolutely happy with its performance.
-
Apr 6, 2018
Looking for a CrashPlan alternative: Comparing cost of cloud storage. -
Jan 2, 2018 (Updated Oct 21, 2019)
Exhaustive guide on configuring Synology's built-in OpenVPN server and further configuration of the .ovpn files to set up split-tunnel VPN home, emphasizing one-click client configuration, including macOS, iOS, and Windows clients. -
Dec 1, 2017 (Updated Apr 29, 2020)
What do you do when your favorite backup provider decides to focus on corporate customers and discontinues the home edition of its cloud backup software? You start testing replacements and soon come with an alternative that in retrospect happens to be more robust, flexible, and resilient. This post will provide supplemental information for setting up unattended periodic Duplicacy backup on a macOS. The main goal is to provide meaningful configuration files to save time re-inventing the wheel.