Setup

Windows Optimizations

Sysinternals Suite Autoruns – https://learn.microsoft.com/en-us/sysinternals/downloads/autorunsZoomIT – https://learn.microsoft.com/en-us/sysinternals/downloads/zoomit PowerToys https://learn.microsoft.com/en-us/windows/powertoys/installhttps://github.com/microsoft/PowerToyshttps://apps.microsoft.com/detail/xp89dcgq3k6vld WinUtil Chris Titus https://github.com/ChrisTitusTech/winutil Vukilis Win11 Optimizer Debloater https://github.com/vukilis/Windows11-Optimizer-Debloater DISM Commands (one by one) Dism.exe /online /Cleanup-Image /StartComponentCleanupDism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBaseDism.exe /online /Cleanup-Image /SPSupersededDism.exe /Online /Cleanup-Image /AnalyzeComponentStore

17.07.2024

SSH into Android with Termux

Install Termux from Fdroid or any APK sites you dont have to install Fdroid, you can directly download Termux APK https://f-droid.org/en/packages/com.termux/ Open Termux on your Android phone Install OpenSSH: pkg upgrade pkg install openssh Set up a password: passwd Find your username by running this in Termux: whoami Save this...

10.07.2024