DGideas / 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

删除腾讯云监控

/usr/local/qcloud/stargate/admin/uninstall.sh
/usr/local/qcloud/YunJing/uninst.sh
/usr/local/qcloud/monitor/barad/admin/uninstall.sh

删除阿里云云盾

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

.tmux.conf

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

一键DD

About

My Application Configure Files


Languages

Language:Shell 85.2%Language:Vim Script 11.7%Language:Dockerfile 1.9%Language:Python 1.2%