安装docker
curl -sSL https://git.soao.net/lc/my/raw/branch/main/docker.sh -o docker.sh && sh docker.sh
更换rocky-linux的软件源
curl -sSL https://git.soao.net/lc/my/raw/branch/main/rocky-cn.sh -o rocky-cn.sh && sh rocky-cn.sh
一键安装 frpc 脚本
curl -sSL https://git.soao.net/lc/my/raw/branch/main/frpc.sh -o frpc.sh && sh frpc.sh
修改 rocky的网络配置
ls /etc/NetworkManager/system-connections
vim /etc/NetworkManager/system-connections/ens192.nmconnection
----
[ipv4]
method=manual
address1=192.168.2.213/24,192.168.2.1
dns=8.8.8.8;8.8.4.4
Description
Languages
JavaScript
95%
Shell
3.1%
HTML
1.9%