X: @st7evechou Steve 频道:@st77eve

Steve 群组链接:@st7evee

使用 Termius 登录 Google Cloud

1. 设置 root 密码

2. 开启 Google Cloud SSH 权限

CentOS/Debian 系统,输入以下两条命令:

sed -i 's/PermitRootLogin no/PermitRootLogin yes/g' /etc/ssh/sshd_config
sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/g' /etc/ssh/sshd_config

Ubuntu 系统,输入以下两条命令:

sed -i 's/#PermitRootLogin prohibit-password/PermitRootLogin yes/g' /etc/ssh/sshd_config
sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/g' /etc/ssh/sshd_config

3. 重启服务器

reboot

Linux一键测评脚本

Nlbench.sh 正式版本:

NodeLoc提供给各位用户的主机聚合测评脚本,可一键自动对主机进行Yabs、融合怪、IP质量、流媒体解锁,三网测速,iperf3,回程路由等测评,测评结束后将会保存结果为MarkDown文件。 Github项目地址:https://github.com/everett7623/nodeloc_vps_test


wget -O Nlbench.sh <https://raw.githubusercontent.com/everett7623/nodeloc_vps_test/main/Nlbench.sh> && chmod +x Nlbench.sh && ./Nlbench.sh

VPS 综合测试