Replace a failed drive in a ZFS pool

Get the current status of the pool. Not the drive ID of the failed drive. Next, find the ID of the new disk. Assemble the complete zpool replace command using the two disk IDs. Use the /dev/disk/by-id/ path for the new disk. The pool will begin to resilver the new disk. Source Video:

Fix apparmor=”DENIED” operation=”sendmsg” class=”file”

SSH into the container causing the message and add the permission to a local AppArmor override file Reload the apparmor profile. Reboot the container. https://forum.proxmox.com/threads/very-frequent-apparmor-logs-after-updating-pve.176684/#:~:text=Fix%20within%20Container:%20The%20recommended%20solution%20involves,applied%20directly%20to%20the%20container’s%20AppArmor%20configuration.

Disable preload content in WordPress Optimizer

WPOptimize has a default feature that lets you preload content after it is purged from the cache. This can lead to increased save times for posts and pages as the new version is loaded into the cache. Disabling this setting can improve page and post save speed. You can fix the long post saving time … Read more

Fix TrueNAS WebUI Reloading

This occurs because the TrueNAS server has more than one interface where the WebUI is accessible from and is not being accessed from a computer on the same interface subnet. The requests are sent to the correct interface, but are returned by the incorrect interface, resetting the connection and forcing the UI to reload. This … 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/

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

Fixing Linux file system errors after power outage

Ubuntu If the boot process returns a maintenance prompt, type: vCenter Server Appliance Reboot the virtual appliance, and immediately after the OS starts, press e to open the GNU GRUB Edit Menu. Locate the line that begins with the word linux. At the end of the line, add: then press F10 to continue booting the appliance. This will … Read more

How to Remove the Bing Button in Edge

First, open the Start Menu and search for “Registry” to find and open the “Registry Editor.” Next, navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft in the left sidebar. Right-click on a blank space in the “Microsoft” folder and click New > Key. Name the subfolder “Edge.” Now, in the “Edge” subfolder you just created, right-click and select New > DWORD. Name … Read more