参考:https://docs.taosdata.com/operation/pkg-install [crayon-628a17904dd89530583771/] GUI工具 https://github.com/skye0207/TDengineGUI 默认端口:6041 默认用户:root 默认密码:taosdata
系统运维
Ubuntu16离线升级openssh7到openssh8
[crayon-628a17904e74c198527518/]
CentOS7安装PostgresSQL14
参考:https://www.postgresql.org/download/linux/redhat/ [crayon-628a17904eb09635676608/]
mysqldump: Error: ‘Access denied; you need (at least one of) the PROCESS privilege(s)
[crayon-628a17904ee80736062671/]
Kafka2手动重置点位
前提条件: 相关所有消费服务必须停止。 因为消费者在消费完一条消息之后,会自动将offset提交,那么如果我们在重置offset的时候,不停止消费者,假设消费者当前正好在消费一条消息(offset=6666),然后我们此...
MySQL8忘记root密码
[crayon-628a17904f549897012786/]
MySQL插入数据忽略Unique错误
[crayon-628a17904f888024232685/]
CentOS7下创建LVM
创建LVM系统分区方式的主要步骤如下: 添加新的物理磁盘 创建新的分区 创建PV(Physical Volume)物理卷在逻辑卷管理中处于最底层,它可以是实际物理硬盘上的分区,也可以是整个物理硬盘,也可以是raid...
CentOS关闭多余的服务和端口
关闭bluetooth systemctl stop bluetooth systemctl disable bluetooth 关闭111端口 systemctl stop rpcbind.socket systemctl stop rpcbind systemctl disable rpcbind.socket s...
CentOs7.6升级默认openssh7.4到8.0
查看当前版本 [crayon-628a17905018e994426101/] 安装和配置telnet(避免因直接操作ssh导致ssh连接不了后机子失联) [crayon-628a179050196772060167/] 下载openssl和openssh [crayon-628a17905019b490582472/...