Ubuntu配置IP及免密登录
Node.js v17.x
# As root
curl -fsSL https://rpm.nodesource.com/setup_17.x | bash -
# No root privileges
curl -fsSL https://rpm.nodesource.com/setup_17.x | sudo bash -Node.js v16.x
# As root
curl -fsSL https://rpm.nodesource.com/setup_16.x | bash -
# No root privileges
curl -fsSL https://rpm.nodesource.com/setup_16.x | sudo bash -ubuntu18.04配置静态ip
ubuntu 24 TLS 配置静态IP
ubuntu 免密登录
ERROR: No matching distribution found for mysqlclient==2.0.3
Ubuntu 密码和用户密码修改
Last updated