Skip to content

Instantly share code, notes, and snippets.

@ru-ka
Last active September 11, 2025 10:30
Show Gist options
  • Select an option

  • Save ru-ka/2591dc22a8d023653ce470546c074163 to your computer and use it in GitHub Desktop.

Select an option

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!
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
@ru-ka
Copy link
Author

ru-ka commented Sep 26, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment