End-to-End WireGuard & NGINX Proxy Setup Manual This document provides a comprehensive, step-by-step guide to: By following this manual, you will be able to connect to your databases (Redis, PostgreSQL) via the WireGuard VPN (using IP 10.0.0.1) as well as…
Installing Unity Hub on PopOs 22.04 LTS

Based on various links mentioned below here is my guide to starting Unity Hub on PopOs 22.04 You have to install ssl 1 via First thing is official guide Debian or Ubuntu To install the Unity Hub on a Debian…
Disable keyboard touch pad in Pop!
In the case of convertible laptops the keyboard and touchpad needs to be disabled if the laptop screen is being used as a tablet and you dont want accidental keypresses. This happens automatically on windows but linux and Pop! does…
WordPress Tip 101
Unhooking a Function from the Parent Theme If the function from the parent theme isnโt pluggable, you can still prevent it from running. Imagine your parent theme has a function called parent_function(), which is hooked to the init hook with…