Welcome

This is just a collection of things I might need in the future or just information that could be good to know

Latest Posts

intellij wayland

IDEA IntelliJ-based IDEs under Wayland

Recently, I decided to move over to a Wayland-based window manager like Hyprland, and I noticed an issue with clicking in various IntelliJ submenus. For example, when the Build pane was open, clicks would intermittently register in the Project pane instead. This was particularly frustrating, as focus issues and misaligned click zones were breaking my workflow.

Read more →
plex dns

Fix Plex "Not Available Outside Your Network" Issue on OPNSense/pfSense with Unbound DNS

If you are encountering the "Plex is not available outside your network" message, even after successfully opening the necessary ports, the underlying issue may be caused by the default configuration settings in OPNSense or pfSense. This is because, by default, they are configured to block DNS rebinding, a security measure to protect against common DNS rebinding attacks.

Read more →
Nat Type opnsense

Fix NAT Type for Consoles in OPNSense/pfSense

Receiving a NAT Type other than A or B usually means your console is behind a strict NAT, If you’re using OPNsense/pfSense as your firewall/router, here’s how you can open up NAT and get back in the game — ideally aiming for NAT Type A or B.

Read more →
powershell ssh-key

PowerShell: No ssh-copy-id? No Problem.

If ssh-copy-id isn’t available on Windows, you can still copy your SSH key to a remote server using a single PowerShell command. Here’s how to do it with and without permission fixes, all from PowerShell.

Read more →