# shell **Repository Path**: vmosc/shell ## Basic Information - **Project Name**: shell - **Description**: No description available - **Primary Language**: Shell - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2020-08-07 - **Last Updated**: 2025-08-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 脚本收集 ## debian系统安装设置虚拟内存、docker、caddy wget -O debian.sh https://gitee.com/vmosc/shell/raw/master/debian.sh && chmod +x debian.sh && source debian.sh ## 全自动安装设置虚拟内存、caddy2、git、gitea wget -O install.sh https://gitee.com/vmosc/shell/raw/master/install.sh && chmod +x install.sh && source install.sh ## 全自动卸载设置虚拟内存、caddy2、git、gitea wget -O unload.sh https://gitee.com/vmosc/shell/raw/master/unload.sh && chmod +x unload.sh && ./unload.sh ## 安装并升级git版本 //删除老版本 yum -y remove git yum -y remove git-* //添加 End Point 到 CentOS 7 仓库 yum -y install https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm //安装git yum -y install git //查看版本 git --version ## 升级yum到DNF管理用具 wget -O yum-dnf.sh https://gitee.com/vmosc/shell/raw/master/yum-dnf.sh && chmod +x unload.sh && ./yum-dnf.sh ## 自动却载阿里云盾与云骑士及目录 wget --no-check-certificate https://gitee.com/vmosc/shell/raw/master/unali.sh && chmod +x unali.sh && ./unali.sh ## 手动却载阿里云盾与云骑士(不含目录) - 阿里云盾: wget --no-check-certificate https://gitee.com/vmosc/shell/raw/master/yundun.sh && chmod +x yundun.sh && ./yundun.sh - 云骑士: wget --no-check-certificate https://gitee.com/vmosc/shell/raw/master/quartz.sh && chmod +x quartz.sh && ./quartz.sh ## 防火墙屏蔽阿里扫描 -屏蔽扫描 wget --no-check-certificate https://gitee.com/vmosc/shell/raw/master/sm.sh && chmod +x sm.sh && ./sm.sh ## 更新centOS内核到最新并安装bbr加速 - bbr开机启动: wget --no-check-certificate https://gitee.com/vmosc/shell/raw/master/bbr.sh && chmod +x bbr.sh && ./bbr.sh ## 宝塔安装 - Linux面板7.4.2: yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh ## gitea二进制安装 - 下载gitea到gitea目录: wget -O gitea https://dl.gitea.io/gitea/1.12.2/gitea-1.12.2-linux-amd64 - 进入gitea目录: chmod +x gitea - 启动gitea ./gitea web ## cockit安装 - cockit: wget --no-check-certificate https://gitee.com/vmosc/shell/raw/master/cockit.sh && chmod +x cockit.sh && ./cockit.sh ## wireguard.sh - Description: This is a shell script for configure and start WireGuard VPN server. - Intro: https://teddysun.com/554.html ## kms.sh - Description: Auto install KMS Server - Intro: https://teddysun.com/530.html - **KMS Server Docker Image**: https://hub.docker.com/r/teddysun/kms ## bench.sh - Description: Auto test download & I/O speed script - Intro: https://teddysun.com/444.html ## backup.sh - You must modify the config before run it - Backup MySQL/MariaDB datebases, files and directories - Backup file is encrypted with AES256-cbc with SHA1 message-digest (option) - Auto transfer backup file to Google Drive (need install `rclone` command) (option) - Auto transfer backup file to FTP server (option) - Auto delete Google Drive's or FTP server's remote file (option) - Intro: https://teddysun.com/469.html ## ftp_upload.sh - You must modify the config before run it - Upload file(s) to FTP server - Intro: https://teddysun.com/484.html ## unixbench.sh - Description: Auto install unixbench and test script - Intro: https://teddysun.com/245.html ## l2tp.sh(Deprecated, DO NOT USE) ## pptp.sh(Deprecated, DO NOT USE) Copyright (C) 2013-2020 Teddysun