Catch Axolotl: All regions & months

Axolotl Monthly Rotation Axolotls change every month, as you can see from the list. The switch to the next axolotl doesn’t happen immediately at midnight, but rather when the challenges are updated. The rotation occurs at the first weekly reset of each month at 12 p.m. ET with the challenges. Ist the first tuesday of the month … Read more

Plex indirect connection locally via browser at Plex.tv

in Adguard I had to do a DNS rewrite under Filters>DNS rewrite. domain being “plex.direct” and router IP address in the second field “192.168.1.1” Then in addition I had to add “plex.direct” to the Unbound private domains setting in opnsense > services > unbounddns > advanced > private domains Original discussion:https://www.reddit.com/r/opnsense/comments/1bq62zh/plex_indirect_connection_locally_via_browser_at/

Troubleshoot Routing Issues

List your interfaces with ip a check the inet networks. If you see one that doesn’t belong use ifconfig <name> to view it. To remove it, set it down with Then, delete it. If you use Portainer, you can also delete the network from the Networks section of the left menu.

Restore a Plex Media Server Database Backup

Finding the Database Backups The location of the database backups will vary by operating system. Unless you’ve altered the location via the Backup directory advanced setting, you’ll find the backup files under the /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-in Support/Databases subdirectory inside the normal server data directory. The database backups will have the date in the filename and will be named along … Read more

Registering a host with the Checkmk server

The registration is done using the Agent Controller cmk-agent-ctl, which provides a command interface for configuring the connections. You can display command help with cmk-agent-ctl help, also for specific available subcommands, for example with cmk-agent-ctl help register. Whether the host is configured for the pull mode or the push mode makes no difference for the command examples. The … Read more

Windows Admin Center v2 with Certificate Cannot Load Site

Microsoft released a substantially upgraded Windows Admin Center with build 2410. Microsoft has offset it as “v2”. You can read the release announcement on the Windows Admin Center blog. You can download Windows Admin Center from aka.ms/windowsadmincenter. This article explains how to fix a condition when you use a true PKI certificate and cannot access the Windows Admin … Read more

Moving Windows Recovery Partition Correctly

Disabling The Windows Recovery Partition The reagentc /disable command will disable the recovery partition and will move the recovery partition into a file named Winre.wim and will be located in C:\Windows\System32\Recovery (you have to enable showing hidden system files if you want to see it) DiskPart Pro tip from Matt in the comments, if there’s a * in the column for … Read more