# linux-toolkit **Repository Path**: pigfei/linux-toolkit ## Basic Information - **Project Name**: linux-toolkit - **Description**: debianæ›´æ–° - **Primary Language**: Shell - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-16 - **Last Updated**: 2025-11-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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/motao123/linux-toolkit/tree/main/system/zram) ## Using DoH Service ### Cloudflare ``` bash -c "$(wget -qO - https://github.com/motao123/linux-toolkit/raw/main/network/dns-over-https/cloudflare.sh)" ``` ## Enable BBR ### For CentOS 7 ``` bash -c "$(wget -qO - https://github.com/motao123/linux-toolkit/raw/main/network/bbr/centos7.sh)" ```