Skip to content

Instantly share code, notes, and snippets.

View terabyte-gc's full-sized avatar
🙀
I may be slow to respond.

Terabyte terabyte-gc

🙀
I may be slow to respond.
  • Italy
  • 22:24 (UTC +02:00)
View GitHub Profile
@terabyte-gc
terabyte-gc / debloatNox.md
Created January 30, 2020 17:45 — forked from Log1x/debloatNox.md
Debloating & Optimizing Nox

Debloating Nox

Nox, despite being the most feature-filled Android emulator, has a lot of negativity surrounding it due to their antics when it comes to making income off of their program. It is known for running repeated advertisments in the background, calling home and passing along system information (outside of your Android instance) as well as a vast amount of potentially sensitive data in an encrypted payload back to their multitude of servers. With the following preventitive measures, we can stop a majority of this happening as well as greatly improve the overall performance.

  1. Download and Install a fresh copy of Nox. The latest version is fine (for now). If you already have it installed, that is fine too. No need to reinstall.

  2. Enable Root Mode on Nox by clicking the gear icon and then checking the Root Startup box.

  3. Install a new Launcher from the Play Store. ANYTHING but Nox's default. I suggest [Nova Launcher](https://play.google.com/s

@terabyte-gc
terabyte-gc / Araxis Merge for Git
Created January 26, 2016 17:38
[Updated] Install Araxis Merge as your mergetool for git (Github for Windows) + KDiff3
1. Install 64-bit Araxis Merge
2. Open the appication and register.
3. Add `C:\Program Files\Araxis\Araxis Merge` (without quotes) to path (via environment variables)
4. Test out if you did Step 3 correctly by opening up a new command prompt window and then typing `araxisgitmerge` without quotes. You should see a popup (by Araxis).
5. Then open up .gitconfig file in C:/Users/[Username]
6. Append the following information
[merge]
keepBackup = false;
tool = araxis