Code Monkey home page Code Monkey logo

pve's Introduction

pve

  • 为防止系统没安装curl,使用不了一键命令,使用下面的一键命令之前先执行一次安装curl命令
apt -y update && apt -y install curl wget sudo || yum install -y curl wget || apk add curl bash
  • 使用root用户登录alpine系统,后执行以下命令安装curl
apk add curl bash

集合脚本自用

bash -c  "$(curl -fsSL https://raw.githubusercontent.com/shidahuilang/pve/main/set.sh)"
  • clsh订阅转换docker版

bash -c  "$(curl -fsSL https://raw.githubusercontent.com/shidahuilang/pve/main/docker-clash.sh)"
  • PVE开启直通+CPU硬盘温度显示,风扇转速+一键开启换源,去订阅+CPU睿频模式选择

bash -c  "$(curl -fsSL https://raw.githubusercontent.com/shidahuilang/pve/main/pve.sh)"
  • PVE一键升级PVE,lxc换源,去掉无效订阅

bash -c  "$(curl -fsSL https://raw.githubusercontent.com/shidahuilang/pve/main/pvehy.sh)"
  • 开启ssh+BBR+root登录+密码设置(默认密码:dahuilang)

bash -c  "$(curl -fsSL https://raw.githubusercontent.com/shidahuilang/pve/main/lang.sh)"
  • (centos、ubuntu、debian、alpine)一键开启SSH

bash -c  "$(curl -fsSL https://raw.githubusercontent.com/shidahuilang/pve/main/ssh.sh)"
  • 黑群晖cpu正确识别
wget -qO ch_cpuinfo_cn.sh https://raw.githubusercontent.com/shidahuilang/pve/main/ch_cpuinfo_cn.sh && sudo bash ch_cpuinfo_cn.sh
  • 黑群晖自动挂载洗白(挂载目录/tmp/boot)
bash -c  "$(curl -fsSL https://raw.githubusercontent.com/shidahuilang/pve/main/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://raw.githubusercontent.com/shidahuilang/pve/main/swap.sh)"
  • PVE升级系统

apt update && apt dist-upgrade -y

Stargazers over time

pve's People

Contributors

shidahuilang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.