GuardIantruder / config

My Application Configure Files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DGideas配置文件及一键脚本

配置虚拟内存(4G)

wget -qO- https://raw.githubusercontent.com/DGideas/config/master/linux_swap.sh | bash

配置虚拟内存(1G) - 适用于小型虚拟主机

wget -qO- https://raw.githubusercontent.com/DGideas/config/master/linux_swap_tiny.sh | bash

新系统一键BBR

wget -qO- https://raw.githubusercontent.com/DGideas/config/master/one_key_bbr.sh | bash

删除阿里云云盾

wget -qO- https://raw.githubusercontent.com/DGideas/config/master/uninstall_aliyun.sh | bash

.vimrc

wget https://github.com/DGideas/config/raw/master/.vimrc -O ~/.vimrc

.bashrc

wget https://github.com/DGideas/config/raw/master/.bashrc -O ~/.bashrc

一键DD

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd '{DD包网址}'

About

My Application Configure Files


Languages

Language:Shell 87.5%Language:Vim Script 12.5%