Author: D C

  • WordPress: Changing your website’s domain from root to www

    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

    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

    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…

  • Introduction

    Introduction

    Hi! I’ll be using this blog to share some of my solutions for troubleshooting various technical issues. I have spent many an hour debugging and trying to get things work, and I’m hoping that by sharing these, people can save some time with their troubleshooting. Disclaimer: I share what has worked for me, but remember…