Check out my blog posts here!
-
WordPress: Changing your website’s domain from root to www

To change your website from root domain (https://mydomain.com) to a www domain (https://www.mydomain.com), do the following steps: Edit WordPress and Site URL 1. In the WordPress dashboard, navigate to Settings > General 2. Change the following fields to the new domain: a. WordPress Address (URL) b. Site Address (URL) You may experience some redirections getting…
-
VirtualBox: Disabling Hyper-V on Windows 11 Home

Windows 11 Home does not give you the option to enable or disable Hyper-V. It enables Hyper-V by default, and if you ever need to turn it off, here are the steps: 1. Launch Notepad 2. Paste in the following commands: 3. Save it as a cmd file like “Hyper-V.cmd”. 4. Right-click the file and…
-
VirtualBox: Kernel Panic

When running a variation of RedHat in VirtualBox, you might encounter the following error: Kernel panic – not syncing: Attempted to kill init! exit code=0x00007f00 This is due to the VirtualBox blocking your host’s perfectly capable CPU from being exposed. Here is a workaround by spoofing your CPU profile: In the command prompt, type the…
