Last active
September 11, 2025 10:30
-
-
Save ru-ka/2591dc22a8d023653ce470546c074163 to your computer and use it in GitHub Desktop.
A simple bash script to put in your /etc/profile.d/ dir to disable telemetry in a lot of applications!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export DISABLE_TELEMETRY=true # ChatWoot | |
| export DOTNET_CLI_TELEMETRY_OPTOUT=true # Dotnet | |
| export DOTNET_INTERACTIVE_CLI_TELEMETRY_OPTOUT=true # Dotnet interactive | |
| export NUKE_TELEMETRY_OPTOUT=true # Dotnet NUKE Tool | |
| export MEILI_NO_ANALYTICS=true # Melisearch | |
| export TABBY_DISABLE_USAGE_COLLECTION=1 # TabbyML |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Other cool ENVs:
https://blog.aktsbot.in/no-more-blurry-fonts.html