8000 GitHub - lamsouls/centos-init
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lamsouls/centos-init

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to use

Just copy and paste to your shell, Press [enter] and the config will be automatically deploy

Setup zram (systemd required)

16G zram setup

wget -O /etc/systemd/system/zram.service https://github.com/wikihost-opensource/centos-init/raw/main/system/zram/16g.service && systemctl enable zram && systemctl restart zram

8G zram setup

wget -O /etc/systemd/system/zram.service https://github.com/wikihost-opensource/centos-init/raw/main/system/zram/8g.service && systemctl enable --now zram && systemctl restart zram

4G zram setup

wget -O /etc/systemd/system/zram.service https://github.com/wikihost-opensource/centos-init/raw/main/system/zram/4g.service && systemctl enable zram && systemctl restart zram

2G zram setup

wget -O /etc/systemd/system/zram.service https://github.com/wikihost-opensource/centos-init/raw/main/system/zram/2g.service && systemctl enable zram && systemctl restart zram

Using DoH Service

Cloudflare

bash -c "$(wget -qO - https://github.com/wikihost-opensource/centos-init/raw/main/network/dns-over-https/cloudflare.sh)"

Enable BBR

For CentOS 7

bash -c "$(wget -qO - https://github.com/wikihost-opensource/centos-init/raw/main/network/bbr/centos7.sh)"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
0