Skip to content

Instantly share code, notes, and snippets.

View SvenGDK's full-sized avatar

SvenGDK SvenGDK

View GitHub Profile
@SvenGDK
SvenGDK / Full-Y2JB-YouTube-Block.md
Last active January 20, 2026 12:35
How to fully block YouTube from being updated on the PS5 when using YT2JB.

Simply modifing appinfo.db will not block YouTube from being updated. As soon as you connect to the internet without setting a DNS it will automatically refresh itself to the correct clean state, the icon also switches back to original. This can result in a softlock where you have to set up everyhting again.

In order to properly block YouTube from being updated, you also need to fully update YouTube's parameters after a new installation.

The param.json file of the YouTube app is actually located at 3 positions when installed :

  • At /system_data/priv/appmeta/PPSA01650/param.json
  • At /user/appmeta/PPSA01650/param.json
  • And also inside /system_data/priv/mms/app.db TABLE: tbl_contentinfo COLUMN: AppInfoJson
@SvenGDK
SvenGDK / .NETLinuxDevOnWindows.md
Last active December 6, 2025 13:04
How to install WSL and develop Linux applications on Windows using .NET C#, Visual Studio and the Avalonia extension

WSL Installation

Install Ubuntu (Default)

  1. Open PowerShell as Administrator and run wsl --install
  2. Wait until the first components are installed and reboot !
  3. After the reboot wait until the WSL installation has completely finished
  4. Set up a username and password
  5. Run sudo apt-get update && sudo apt-get upgrade
  • Ubuntu (24.04) will be installed as default.