20260525-20260531
测试 TCP 端口的连通性
telnet <ip> <port>
# or
nc -zv <ip> <port>
# windows
Test-NetConnection <ip> -Port <port> -InformationLevel Quiet
lightpanda-io/browser
无法截图与录屏
几个开源项目
-
databasus/databasus 数据库备份
-
pressly/goose 数据库迁移
-
t8y2/dbx 全能数据库 GUI 软件
-
TableProApp/TablePro 全能数据库 GUI 软件(仅 macOS)
阿里云云效 git 配置
echo machine codeup.aliyun.com login <username> password <paasword> >> .netrc