2025-04-19 06:28:07 +00:00
2025-04-14 07:47:53 +00:00
2025-02-19 07:36:31 +00:00
2024-10-29 04:50:56 +00:00
2024-06-06 07:47:31 +00:00
2025-02-13 02:55:35 +00:00
2025-02-13 07:38:25 +00:00
2025-04-17 09:05:30 +00:00
2025-03-17 00:46:25 +00:00
2025-02-13 07:18:28 +00:00
2025-02-13 03:41:13 +00:00
2024-08-02 06:47:38 +00:00
2024-08-20 00:30:02 +00:00
2025-04-17 09:06:06 +00:00
2024-10-11 03:08:52 +00:00
2025-04-19 06:28:07 +00:00

安装vllm

curl -sSL https://git.soao.net/lc/my/raw/branch/main/vllm.sh -o vllm.sh && sh vllm.sh

安装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
sudo bash -c "$(curl -fsSL https://git.soao.net/lc/my/raw/branch/main/rm-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
No description provided
Readme 25 MiB
Languages
JavaScript 95%
Shell 3.1%
HTML 1.9%