https://www.influxdata.com/
https://docs.influxdata.com/
https://docs.influxdata.com/influxdb/v2/
Install InfluxDB
https://docs.influxdata.com/influxdb/v2/install/
Linux
https://docs.influxdata.com/influxdb/v2/install/?t=Linux
Install InfluxDB as a service with systemd
具体命令见上面的官方文档。
相关的命令,根据需要,自行加
https://github.com/tmux/tmux/wiki
主要是备忘。
Getting Started
https://github.com/tmux/tmux/wiki/Getting-Started
Basic concepts
Sessions, windows and panes
在 tmux,每个终端都属于一个窗格,程序在终端运行。每个窗格都有他所属的窗口。可以将窗口分成多个窗格,其中有一个是活动窗格。
客户端可以建立多个会话。每个会话都有一个窗口列表,其中有一个是当前窗口。窗口可以链接到一个或多个会话。
Using tmux interactively
Crea
2024-07-13231 字1 分钟
使用 aqtinstall 安装 Qt
https://aqtinstall.readthedocs.io/en/latest/
配合 Qt Creator 使用。
Installation
https://aqtinstall.readthedocs.io/en/latest/installation.html
文档里介绍的是用 pip 安装的方法。如果是在 Windows 系统,这里更建议用 Scoop 安装使用。
1scoop install aqtinstall
Getting Started
https://aqtinstall.readthedocs.io/en/latest/getting_started.html