上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 64 下一页
摘要: 密码复杂度策略 安装密码质量检查库 # apt -y install libpam-pwquality 设置密码过期的天数 用户必须在几天内更改密码。此设置仅在创建用户时产生影响,不会影响现有用户。如果设置为现有用户,请运行命令 [chage -M (days) (user)]。 查看用户密码有效期 阅读全文
posted @ 2023-03-27 17:03 小吉猫 阅读(6488) 评论(1) 推荐(2)
摘要: influx configs [default] url = "http://localhost:8086" token = "yxhyIIkHRyQMUBKHpMMnOBd-d6DdEr-LLUgZQd0-iNJV3xB3C44AsKjrxCKh084LS2bpl6Yfcyo1mM0BSh0V8A 阅读全文
posted @ 2023-03-26 14:07 小吉猫 阅读(269) 评论(0) 推荐(0)
摘要: 设置 InfluxDB 连接 创建一个新的 CLI 配置 # influx config create --config-name wgs-02 --host-url http://localhost:8086 --org wgs --token 59fSTydF26m1P34QUVE3EtAUPb 阅读全文
posted @ 2023-03-26 12:21 小吉猫 阅读(275) 评论(0) 推荐(0)
摘要: 部署Influx CLI 下载 Influx CLI # wget https://dl.influxdata.com/influxdb/releases/influxdb2-client-2.6.1-linux-amd64.tar.gz 解压 Influx CLI # tar xf influxd 阅读全文
posted @ 2023-03-25 23:11 小吉猫 阅读(1121) 评论(0) 推荐(0)
摘要: 部署 InfluxDB APT方式部署 # wget -q https://repos.influxdata.com/influxdata-archive_compat.key # echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b 阅读全文
posted @ 2023-03-25 22:33 小吉猫 阅读(742) 评论(0) 推荐(0)
摘要: Influxdb # Influxdb --help Start up the daemon configured with flags/env vars/config file. The order of precedence for config options are as follows ( 阅读全文
posted @ 2023-03-25 21:14 小吉猫 阅读(462) 评论(0) 推荐(0)
摘要: { "registry-mirrors":["https://fv50tv30.mirror.aliyuncs.com","https://reg-mirror.qiniu.com"], "dns":["114.114.114.114","8.8.8.8"], "data-root": "/data 阅读全文
posted @ 2023-03-22 11:22 小吉猫 阅读(159) 评论(0) 推荐(0)
摘要: 创建grafana用户 # groupadd -g 1025 -o -r grafana # useradd -M -N -g grafana -o -r -d /data/apps/grafana -s /bin/false -c "grafana Server" -u 1025 grafana 阅读全文
posted @ 2023-03-17 16:54 小吉猫 阅读(665) 评论(0) 推荐(0)
摘要: 环境 # cat /etc/issue Ubuntu 22.04.1 LTS \n \l 下载AmlogicKitchen # git clone https://github.com/xKern/AmlogicKitchen.git # cd AmlogicKitchen # git submod 阅读全文
posted @ 2023-03-15 17:50 小吉猫 阅读(1489) 评论(0) 推荐(0)
摘要: git设置 # git config --global http.postBuffer 1048576000 manifest.xml 原始的manifests.xml文件在源头代码repo仓库中 # ls -l .repo/ total 40 drwxrwxr-x 5 1001 1001 4096 阅读全文
posted @ 2023-03-14 16:04 小吉猫 阅读(730) 评论(0) 推荐(0)
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 64 下一页