# tools **Repository Path**: duhongming/tools ## Basic Information - **Project Name**: tools - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-31 - **Last Updated**: 2026-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tools ```bash curl -fsSL https://gitee.com/duhongming/tools/raw/master/xxx.sh | bash wget -qO- https://gitee.com/duhongming/tools/raw/master/xxx.sh | bash ``` # debian_init - LinuxMirrors - enable_ssh_root - set_timezone - set_proxy ```bash curl -fsSL https://gitee.com/duhongming/tools/raw/master/debian_init.sh | bash ``` ## LinuxMirrors ```bash bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh) \ --source mirrors.ustc.edu.cn \ --protocol http \ --use-intranet-source true \ --install-epel true \ --backup true \ --upgrade-software true \ --clean-cache true \ --ignore-backup-tips \ --print-diff ``` ## enable_ssh_root ```bash curl -fsSL https://gitee.com/duhongming/tools/raw/master/enable_ssh_root.sh | bash ``` ## ssh_auto_login ```bash curl -fsSL https://gitee.com/duhongming/tools/raw/master/ssh_auto_login.sh | bash ssh_auto_login.ssh 192.168.128.103 ``` ## set_timezone ```bash curl -fsSL https://gitee.com/duhongming/tools/raw/master/set_timezone.sh | bash ``` ## set_proxy ```bash curl -fsSL https://gitee.com/duhongming/tools/raw/master/set_proxy.sh | bash ``` ## auto-update ```bash curl -fsSL https://gitee.com/duhongming/tools/raw/master/auto-update.sh | bash ``` # DockerInstallation ```bash bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/DockerInstallation.sh) \ --source mirrors.aliyun.com/docker-ce \ --source-registry docker.1ms.run \ --protocol http \ --use-intranet-source false \ --install-latest true \ --close-firewall true \ --ignore-backup-tips ``` ## docker_set_proxy ```bash curl -fsSL https://gitee.com/duhongming/tools/raw/master/docker_set_proxy.sh | bash ``` # exporter ## smartctl_exporter_install ```bash curl -fsSL https://gitee.com/duhongming/tools/raw/master/smartctl_exporter_install.sh | bash ``` ## node_exporter_install ```bash curl -fsSL https://gitee.com/duhongming/tools/raw/master/node_exporter_install.sh | bash ``` # other ## proxmox-backup-client-install ```bash curl -fsSL https://gitee.com/duhongming/tools/raw/master/proxmox-backup-client-install.sh | bash ``` ## pve-upgrade ```bash curl -fsSL https://gitee.com/duhongming/tools/raw/master/pve-upgrade.sh | bash ``` ## zsh_install ```bash curl -fsSL https://gitee.com/duhongming/tools/raw/master/zsh_install.sh | bash ``` ## mkcert_install ```bash curl -fsSL https://gitee.com/duhongming/tools/raw/master/mkcert_install.sh | bash ```