Files
my/readme.MD
2025-10-23 02:59:49 +00:00

41 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 雨云 RustFS
````
y46XfSvipl3K29egjFoL
EtaFVoXQxzH5e3BIPMRWSb7kmKsg0n8Lr1DN4w6O
思源同步密钥Qq7/77BnjZ1yzhwkgnrIAbHHDJIe6g+LfDxBWNakYFI=
````
## 安装vllm
````bash
curl -sSL https://git.soao.net/lc/my/raw/branch/main/vllm.sh -o vllm.sh && sh vllm.sh
curl -sSL https://git.soao.net/lc/my/raw/branch/main/lssl.sh | sh
````
## 安装docker
````bash
curl -sSL https://git.soao.net/lc/my/raw/branch/main/docker.sh -o docker.sh && sh docker.sh
````
## 更换rocky-linux的软件源
````bash
curl -sSL https://git.soao.net/lc/my/raw/branch/main/rocky-cn.sh -o rocky-cn.sh && sh rocky-cn.sh
````
## 一键安装/卸载 frpc 脚本
```bash
curl -sSL https://git.soao.net/lc/my/raw/branch/main/frpc.sh -o frpc.sh && sh frpc.sh
sudo bash -c "$(curl -fsSL https://git.soao.net/lc/my/raw/branch/main/rm-frpc.sh)"
````
## 修改 rocky的网络配置
```bash
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
````