sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
How to block Oculus from tracking my Quest? | |
1. You can block these domains on your router or a pi-hole device: | |
oculus.com | |
oculuscdn.com | |
facebook-hardware.com | |
facebook.net | |
facebook.com |
How to use this? | |
Install the USB drivers for your device (Google has a list of some universal USB drivers here) | |
Download the ADB binary for your particular OS (Windows, Mac, Linux) | |
Extract the zip file into a folder that you can quickly access. | |
On your phone, go to Settings and tap on About Phone. Find the Build Number and tap on it 7 times to enable Developer Options. | |
Now enter Developer Options and find USB Debugging. Enable it. | |
On your computer, browse to the directory where you extracted the ADB binary. | |
Launch a Command Prompt in your ADB folder. For Windows users, this can be done by holding Shift and Right-clicking then selecting the “open command prompt here” option. | |
Once you’re in the command prompt/terminal, enter the following command: adb devices |