| /* | |
| -------------------------------------------------------- | |
| Please note that this grouping is just for example... | |
| You can rearrange POPs, remove or add dacaneters according to your needs. | |
| -------------------------------------------------------- | |
| First, we have to get all Cloudflare POP codes (three letter airport codes) from https://www.cloudflarestatus.com/ | |
| North America is routed to Chigaco datacenter; | |
| Europe, Africa and Middle East is routed to Amsterdam datacenter; |
- This guide can also be used in other VNs that have the Kirikiri/CatSystem2 engine
- KrkrExtract (for extraction of .xp3 files)
- AlphaMovieDecoder (for .amv files)
- FreeMote (for E-mote .psb files)
- KrKrZSceneManager (for .scn files)
- GARbro (for extraction of .int files, Vol. 3 only)
- CatSceneEditor (for .cstl files, Vol. 3 only)
| <?php | |
| //movable.sed_bak is the movable of the old/source 3ds extracted from a backup or wherever | |
| $fileContentOriginal = file_get_contents('movable.sed'); | |
| $keyYOriginal = substr($fileContentOriginal, 0x110, 16); | |
| //id0 of the new system that you want to find keyY for | |
| $targetId0 = "ID0 here"; | |
| function getId0($keyY) { | |
| $sha = hex2bin(hash("sha256", $keyY)); |
| sed -i '/<lookAndFeel>/{s/javax\.swing\.plaf\.metal\.MetalLookAndFeel/com\.bulenkov\.darcula\.DarculaLaf/}' ~/.config/jd-gui.cfg | |
| java -Dhidpi -Dswing.aatext=true -Dawt.useSystemAAFontSettings=on -jar jd-gui-mod.jar |
- Winbind (e.g.
sudo apt install winbind) - Wine
- Winetricks
UPDATED: 2025-09-25
- Reddit mirror: https://www.reddit.com/r/iOSDowngrade/comments/j1x7iv/downgrade_and_dualboot_status_of_almost_all_ios/
- GitHub Gist mirror: https://gist.github.com/LukeZGD/9d781f1b03a69fa46869384a9407a41a
- As of updating this post, there is now a free downgrade tool that utilizes a SEP exploit released for A9-A10X devices, turdus merula: https://sep.lol/
- Untethered with blobs guide: https://ios.cfw.guide/turdusmerula/
- Tethered guide: https://ios.cfw.guide/turdusmerula-tethered/
- Save SHSH blobs for signed iOS versions using TSS Saver or blobsaver
Theme | History | KeyBinding
in order to make windows powershell more comfortable and add a some theme and features like history binding, auto complete on keypress and so on, if you have used linux teminl wiht zsh for example, we are going to make powershell like that as much as we can.
-
Install VS Code extension: GitHub Repositories in VSCode before enabling this userscript.
-
press
,(comma key) on GitHub to open code in VSCode.
Modern versions of Windows support GPU paravirtualization in Hyper-V with normal consumer graphics cards. This is used e.g. for graphics acceleration in Windows Sandbox, as well as WSLg. In some cases, it may be useful to create a normal VM with GPU acceleration using this feature, but this is not officially supported. People already figured out how to do it with Windows guests though, so why not do the same with Linux? It should be easy given that WSLg is open source and reasonably well documented, right?
Well... not quite. I managed to get it to run... but not well.
- Verify driver support
