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

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 →

Fix NAT Type for Consoles in OPNSense/pfSense

That usually means your console is behind a strict NAT, which can cause issues with online multiplayer, voice chat, or matchmaking. 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: 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 →