在使用手机APP的过程中,用户信息会不知不觉的被APP悄无声息的收集到云端,然后进行各种用户行为分析以及智能推荐,这是众所周知但秘而不宣的事。

在使用开源软件时,也存在悄悄收集用户使用信息,并且上报到云端的行为,并且配置是默认打开的,有的配置项名字还比较绕,乍一看以为是关闭的。

开源事好,但收集信息事不好,所以我们要及时将这些配置项关闭,然后重启对应的软件。

一、InfluxDB

配置文件默认路径:/etc/influxdb/influxdb.conf

# Once every 24 hours InfluxDB will report usage data to usage.influxdata.com
# The data includes a random ID, os, arch, version, the number of series and other
# usage data. No data from user databases is ever transmitted.
# Change this option to true to disable reporting.
# reporting-disabled = false

  去掉前面的注释,改为:

 reporting-disabled = true

二、Grafana

配置文件默认路径:/etc/grafana/grafana.ini

#################################### Analytics ####################################
[analytics]
# Server reporting, sends usage counters to stats.grafana.org every 24 hours.
# No ip addresses are being tracked, only simple counters to track
# running instances, dashboard and error counts. It is very helpful to us.
# Change this option to false to disable reporting.
;reporting_enabled = true

去掉前面的注释,改为:

reporting_enabled = false

三、TDEngine

配置文件默认路径:/etc/taos/taos.cfg

# enable/disable installation / usage report
# telemetryReporting 1

  去掉前面的注释,改为: 

 telemetryReporting        0

最新文章

  1. linux 学习随笔-磁盘管理
  2. Linux Default Bootup、Startup、Autoload Configuration file(自启动服务脚本)
  3. jQuery中的.bind()、.live()和.delegate()之间区别分析
  4. 《oracle每天一练》Oracle冷备份与数据恢复
  5. 如何分隔两个base64字符串?
  6. linux 帮助命令
  7. mac brew install redis
  8. C# 语言规范_版本5.0 (第2章 词法结构)
  9. BZOJ 2179FFT快速傅立叶
  10. WCF学习——构建第二个WCF应用程序(六)
  11. (MonoGame从入门到放弃-1) MonoGame环境搭建
  12. Django配置富文本编辑器kindeditor
  13. LCA 最近公共祖先 (模板)
  14. C# Http文件上传下载
  15. hdu 6053 TrickGCD 筛法
  16. ECHO不换行
  17. .NET基础 (16)事件
  18. “全栈2019”Java异常第六章:finally代码块作用域详解
  19. UVA - 10543 LIS
  20. poj1477(水)

热门文章

  1. js swap array
  2. Web Components All In One
  3. 微信公众号 & 付费阅读
  4. write a node cli tools, step by step
  5. jsbridge 原理 & 通信原理
  6. Taro UI
  7. DOMParser & SVG
  8. Mac Benchmarks
  9. spring框架aop用注解形式注入Aspect切面无效的问题解决
  10. SQL EXPLAIN解析