https://github.com/shidahuilang/pve
PVE开启直通+CPU硬盘温度显示,风扇转速+一些群辉自用的小脚本
https://github.com/shidahuilang/pve
lxc proxmox-ve pve ssh synology zhitong
Last synced: about 2 months ago
JSON representation
PVE开启直通+CPU硬盘温度显示,风扇转速+一些群辉自用的小脚本
- Host: GitHub
- URL: https://github.com/shidahuilang/pve
- Owner: shidahuilang
- Created: 2021-12-27T07:13:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T13:17:57.000Z (over 1 year ago)
- Last Synced: 2024-06-29T14:33:50.947Z (over 1 year ago)
- Topics: lxc, proxmox-ve, pve, ssh, synology, zhitong
- Language: JavaScript
- Homepage:
- Size: 2.85 MB
- Stars: 92
- Watchers: 4
- Forks: 33
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pve
- 为防止系统没安装curl,使用不了一键命令,使用下面的一键命令之前先执行一次安装curl命令
```sh
apt -y update && apt -y install curl wget sudo || yum install -y curl wget sudo || apk add curl bash
```- 使用root用户登录alpine系统,后执行以下命令安装curl
```sh
apk add curl bash
```V2RAYA安装
```sh
bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/shidahuilang/pve@main/v2raya.sh)"
```
集合脚本自用
```sh
bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/shidahuilang/pve/set.sh)"
```
- ### clash订阅转换docker版
```sh
bash -c "$(curl -fsSL https://raw.githubusercontent.com/shidahuilang/pve/main/docker-clash.sh)"
```
- ### PVE开启直通+CPU硬盘温度显示,风扇转速+一键开启换源,去订阅+CPU睿频模式选择
```sh
bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/shidahuilang/pve@main/pve.sh)"
bash -c "$(curl -fsSL https://raw.githubusercontent.com/shidahuilang/pve/main/pve.sh)"
```
- ### PVE一键升级PVE,lxc换源,去掉无效订阅
```sh
bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/shidahuilang/pve@main/pvehy.sh)"
```
- ### 开启ssh+BBR+root登录+密码设置(默认密码:dahuilang)
```
bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/shidahuilang/pve@main/lang.sh)"
```
- ### (centos、ubuntu、debian、alpine)一键开启SSH
```sh
bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/shidahuilang/pve@main/ssh.sh)"
```
- 黑群晖cpu正确识别
```
wget -qO ch_cpuinfo_cn.sh https://cdn.jsdelivr.net/gh/shidahuilang/pve/ch_cpuinfo_cn.sh && sudo bash ch_cpuinfo_cn.sh
```
- 黑群晖自动挂载洗白(挂载目录/tmp/boot)
```
bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/shidahuilang/pve/arpl.sh)"
```
- AME3.x激活补丁
```
# DSM7.1 AME版本3.0.1-2004
curl http://code.imnks.com/ame3patch/ame71-2004.py | python
# DSM7.2 AME版本3.1.0-3005
curl http://code.imnks.com/ame3patch/ame72-3005.py | python
```
- 一键设置交换虚拟分区
```
bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/shidahuilang/pve/swap.sh)"
```
- ### PVE升级系统
```
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/pve8-upgrade.sh)"
```
```sh
apt update && apt dist-upgrade -y
```
[](https://starchart.cc/shidahuilang/pve)