Ctyun

来自Jack's Lab
(版本间的差异)
跳转到: 导航, 搜索
(Ubuntu image)
(Ubuntu image)
第39行: 第39行:
  
 
<source lang=bash>
 
<source lang=bash>
$ ./influx -ssl -host zy.mytao.com -database aeco -username yname -password ypwd
+
$ ./influx -ssl -host zy.mytao.com -database aeco -username yuid -password ypwd
 
>
 
>
 
</source>
 
</source>
  
 
<br><br>
 
<br><br>

2023年9月21日 (四) 10:27的版本

Ubuntu image

# install ifconfig
$ apt-get install net-tools

# cfg sudo
$ visudo    # official editor of /etc/sudoers
# User privilege specification 
comcat ALL=(ALL:ALL) NOPASSWD: ALL
jack ALL=/usr/bin/mysql, /usr/bin/mysqldump, /usr/bin/docker, /usr/bin/du, /usr/bin/cp, /usr/bin/ls, /usr/bin/bash
$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
$ apt-key fingerprint 0EBFCD88
$ echo "deb [arch=amd64] https://download.docker.com/linux/ubuntu eoan stable" >> /etc/apt/source.list

$ sudo apt-get install docker-ce docker-ce-cli
$ sudo apt-get install python3-daemonize
$ sudo apt-get install python3-paho-mqtt
$ sudo apt-get install python3-influxdb

use the non-ssl conf file: influxdb.conf

$ influx -host zy.mytao.com
> create datebase autoeco
> create user "root" with password 'xxx' with all privileges
> create user "test" with password 'xxx'
> grant all on "aeco" to "test"

ssl cfg:

$ ./influx -ssl -host zy.mytao.com -database aeco -username yuid -password ypwd
>



个人工具
名字空间

变换
操作
导航
工具箱