Monday, May 18, 2026

Win 11 local account bypass

- Create Win 11 install media
- Boot from USB
- Continue until the screen where it asks you what region you're in. Stop there, do not hit next
- Shift + F10 will open a shell. Click on it.
- Enter this:
oobe\bypassnro

and then hit Enter
- This will reboot the machine. You can now continue the setup process. The difference is that, in the network options, it will let you select "I dont have a network". Select this.
- It will then let you create a local account.

Tested on May 18th 2026 with a fresh official install media.

Tuesday, December 30, 2025

Solus 4.8 / Linux setup, Nvidia drivers and Elgato Wave 3

I decided to switch back to Linux as my main/daily OS on my desktop system.
Since I had been using Solus a few years ago on my desktop system and have been using it on a spare laptop for many years, I went with that (Solus Budgie, to be precise).

Things that didn't work right away:

  • The Solus 4.8 installation/boot procedure
  • Nvidia graphics drivers
  • Elgato Wave 3 microphone
  • Thursday, January 23, 2025

    ESP Ra.De. Psi (PS4, Switch) Menu Translations

    I checked out some Shmups on Steam and the Switch recently and came across ESP Ra.De. Psi. The game is Japanese only, here's a useful translation.

    Sunday, November 24, 2024

    Sunday, September 8, 2024

    Monday, April 1, 2024

    Double-click checker

    Had some issues with my Logitech G305 mouse recently: Every now and then, a click would register as a double-click. Seems to be a common issue with this mouse. Found this neat tool to test clicks.

    Thursday, January 20, 2022

    Some useful Linux commands

    How to switch to a remote branch on git:
    git branch -a # to list all branches
    git fetch
    git checkout -t remote/branch
    git branch -a # to list all branches
    
    source: https://stackoverflow.com/questions/47630950/how-can-i-switch-to-another-branch-in-git Useful rsync options: https://www.tecmint.com/rsync-local-remote-file-synchronization-commands/ Find large directories: https://www.tecmint.com/find-top-large-directories-and-files-sizes-in-linux/

    Thursday, June 10, 2021

    How to set up a Deluge Server

    Notes for myself, in case I need it again:

    https://sbcguides.com/install-deluge-on-raspberry-pi/

    https://www.howtogeek.com/142044/how-to-turn-a-raspberry-pi-into-an-always-on-bittorrent-box/

    https://forum.deluge-torrent.org/viewtopic.php?t=55339

    https://forum.deluge-torrent.org/viewtopic.php?f=9&t=42887

    https://github.com/ratanakvlun/deluge-ltconfig/releases


    Sunday, December 20, 2020

    How to make Amazon Luna work on Linux (Chrome)

    I got an invite for Amazon's new "Luna" cloud-gaming-service a few days ago. To accept the invite, I had to use a VPN-node in the US, otherwise it would tell me that Luna is not supported in my region (Europe).

    It seems like the region-check only occurs when signing up, not when starting  game-session. So no VPN needed after signing up.

    When I tried to start a game in Chrome on Linux, Luna would refuse to start, saying my OS is not supported. I tried different user-agent-switchers to make Luna believe I was using Chrome on Windows, but strangely not all of them worked. Only the third one I tried lead to success.

    So here are the steps:

     - Install this Chrome extension

     -Set your user-agent in the extension to Chrome/Windows

    - Profit