Tools and Scripts for Linux VPS
- vkit(include all scripts)
bash <(curl -Lso- https://sh.vps.dance/vkit.sh)
- add swap space
bash <(curl -Lso- https://sh.vps.dance/swap.sh)
- add SSH public key
bash <(curl -Lso- https://sh.vps.dance/ssh.sh) key
- change SSH port
bash <(curl -Lso- https://sh.vps.dance/ssh.sh) port
- prefer IPv4/IPv6; enable/disable IPv6;
bash <(curl -Lso- https://sh.vps.dance/ip46.sh)
- debian sources
# Switch to Aliyun mirror (recommended for users in China)
bash <(curl -Lso- https://sh.vps.dance/sources.sh) aliyun
# Switch to Debian 12 (bookworm) official sources
bash <(curl -Lso- https://sh.vps.dance/sources.sh) debian12
# Switch to Debian 11 (bullseye) official sources
bash <(curl -Lso- https://sh.vps.dance/sources.sh) debian11
- install ddns-go
bash <(curl -Lso- https://sh.vps.dance/tools.sh) ddns-go -p
- install gost
bash <(curl -Lso- https://sh.vps.dance/tools.sh) gost -p
- install realm
bash <(curl -Lso- https://sh.vps.dance/tools.sh) realm -p
- autoBestTrace
bash <(curl -Lso- https://sh.vps.dance/autoBestTrace.sh)
- paste text and share
bash <(curl -Lso- https://sh.vps.dance/paste.sh)
Thanks to the following projects: