Featured

I Turned ON All Ubuntu Telemetry.

I  did something today that will make certain corners of the internet audibly gasp. I didn’t disable telemetry. I didn’t firewall it. I didn’t put on a tinfoil hat and boot into a Faraday cage. No. I installed every Ubuntu data-donation tool and opted in manually like a lunatic with intent. Yes. Telemetry. On. All of it. Step 1: Installing the “evil” telemetry tool First, I installed Ubuntu’s main data-donation package: sudo apt update sudo apt install ubuntu-report Then I looked at the data it collects: ubuntu-report And what did I see? CPU model GPU model RAM size Screen resolution Oh no. My computer… exists . Step 2: Opting in aggressively Not satisfied with a passive existence, I explicitly told Ubuntu: ubuntu-report -f send yes That’s right. Not “ask me later” . Not “maybe” . YES. SEND IT. Somewhere, a Canonical server blinked awake like: “Another one has chosen… participation.” Step 3: Package usage stats (aka “He installed VLC”) Next up:...

WSA with Google Play store and Magisk

Download the WSA (windows subsystem for Android) from here and adb from here

Extract the platform tools to a folder named adb in C:\

Unzip the package with 7zip or WinRAR 

right-click, extract to \ 

Find the install PowerShell script , right-click and open in PowerShell

This will install the package 

Open WSA and turn on developer options , also turn on developer mode in windows settings

Open Windows Terminal in admin mode in the adb folder and type : 

adb connect localhost:58526

Or use your IP address 

adb connect <your IP address> 

Copy the path to the magisk.apk in the  WSA folder 

  
Then use this command to install magisk : 

adb install <paste the copied path> 




Comments