Skip to content

Instantly share code, notes, and snippets.

View correiamath's full-sized avatar
🤯

Matheus correiamath

🤯
View GitHub Profile
@dhruvSHA256
dhruvSHA256 / debloatmiui.sh
Last active November 22, 2024 13:40
remove bloatware from MIUI
adb shell pm disable-user --user 0 com.mi.globalbrowser
adb shell pm disable-user --user 0 com.miui.android.fashiongallery
adb shell pm uninstall --user 0 cn.wps.moffice_eng
adb shell pm uninstall --user 0 cn.wps.xiaomi.abroad.lite
adb shell pm uninstall --user 0 code.name.monkey.retromusic
adb shell pm uninstall --user 0 com.alibaba.aliexpresshd
adb shell pm uninstall --user 0 com.allgoritm.youla
adb shell pm uninstall --user 0 com.amazon.avod.thirdpartyclient
adb shell pm uninstall --user 0 com.amazon.mShop.android.shopping
adb shell pm uninstall --user 0 com.android.bips
@diego3g
diego3g / NODE.md
Last active March 13, 2025 02:22
VSCode Settings (Updated)

⚠️ Note!

With VSCode version 1.94, the APC extension broke and there is no fix yet.

So, for those having issues with APC after the VSCode update, I recommend downloading the previous version of VSCode for now (https://code.visualstudio.com/updates/v1_93) and setting updates to manual by adding this to the editor's configuration:

"update.mode": "manual",

The PATH is an important concept when working on the command line. It's a list of directories that tell your operating system where to look for programs, so that you can just write script instead of /home/me/bin/script or C:\Users\Me\bin\script. But different operating systems have different ways to add a new directory to it:

Windows

  1. The first step depends which version of Windows you're using:
  • If you're using Windows 8 or 10, press the Windows key, then search for and