Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wikihost-opensource/linux-toolkit
https://github.com/wikihost-opensource/linux-toolkit
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wikihost-opensource/linux-toolkit
- Owner: wikihost-opensource
- License: apache-2.0
- Created: 2020-10-01T17:38:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-10T17:45:07.000Z (over 1 year ago)
- Last Synced: 2024-07-31T08:19:03.773Z (4 months ago)
- Language: Shell
- Size: 38.1 KB
- Stars: 70
- Watchers: 4
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)"
```