Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wikihost-opensource/linux-toolkit


https://github.com/wikihost-opensource/linux-toolkit

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

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

## Setup zram (systemd required)
[More info](https://github.com/wikihost-opensource/linux-toolkit/tree/main/system/zram)

## Using DoH Service
### Cloudflare
```
bash -c "$(wget -qO - https://github.com/wikihost-opensource/linux-toolkit/raw/main/network/dns-over-https/cloudflare.sh)"
```
## Enable BBR
### For CentOS 7
```
bash -c "$(wget -qO - https://github.com/wikihost-opensource/linux-toolkit/raw/main/network/bbr/centos7.sh)"
```