ubuntu server 安装emqx & tdengine

文章目录

  • [1 安装emqx](#1 安装emqx)
  • [2 安装taos](#2 安装taos)

1 安装emqx

   86	 wget https://www.emqx.com/zh/downloads/broker/5.6.0/emqx-5.6.0-ubuntu22.04-amd64.deb
   87  ls
   88  pwd
   89  sudo apt install ./emqx-5.6.0-ubuntu22.04-amd64.deb
   90  sudo systemctl start emqx
   91  systemctl status emqx
   92  systemctl enable emqx 

2 安装taos

https://docs.taosdata.com/get-started/package/#!

安装

sudo dpkg -i TDengine-server-<version>-Linux-x64.deb

启动

systemctl start taosd

systemctl enable taosd

开机自启动

安装taos-adapter

systemctl start taosadapter

开启开机自启动

systemctl enable taosadapter

taos GUI

1、TDengineGUI
https://github.com/arielyang/TDengineGUI
相关推荐
bohu832 小时前
亚博microros小车-原生ubuntu支持系列:16 机器人状态估计
ubuntu·机器人·imu·localization·microros·imu_tools
深度Linux4 小时前
Linux网络编程中的零拷贝:提升性能的秘密武器
linux·linux内核·零拷贝技术
chian-ocean8 小时前
从理论到实践:Linux 进程替换与 exec 系列函数
linux·运维·服务器
拎得清n8 小时前
UDP编程
linux
敖行客 Allthinker8 小时前
从 UTC 日期时间字符串获取 Unix 时间戳:C 和 C++ 中的挑战与解决方案
linux·运维·服务器·c++
夏尔Gaesar9 小时前
Vim安装与配置教程(解决软件包Vim没有安装可候选)
linux·编辑器·vim
hunter2062069 小时前
如何监控ubuntu系统某个程序的运行状态,如果程序出现异常,对其自动重启。
linux·chrome·ubuntu
慕雪华年10 小时前
【Linux】opencv在arm64上提示找不到libjasper-dev
linux·运维·opencv
s_little_monster13 小时前
【Linux】从硬件到软件了解进程
linux·运维·服务器·经验分享·笔记·学习·学习方法
Q168496451514 小时前
基于VMware的ubuntu与vscode建立ssh连接
vscode·ubuntu·ssh