Skip to content

VPSDance/vkit

Repository files navigation

vkit

Tools and Scripts for Linux VPS

  • vkit(include all scripts)
bash <(curl -Lso- https://sh.vps.dance/vkit.sh)

# 80/443 blocked? try port 2096 or 8443
export SH_PORT=2096 && bash <(curl -Lso- https://sh.vps.dance:2096/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)
  • 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
  • install miniserve
bash <(curl -Lso- https://sh.vps.dance/tools.sh) miniserve
  • install snell
bash <(curl -Lso- https://sh.vps.dance/tools.sh) snell # v3
bash <(curl -Lso- https://sh.vps.dance/tools.sh) snell5 # v5
  • autoBestTrace
bash <(curl -Lso- https://sh.vps.dance/autoBestTrace.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
  • paste text and share
bash <(curl -Lso- https://sh.vps.dance/paste.sh)
  • upgrade Typecho
bash <(curl -Lso- https://sh.vps.dance/apps/typecho.sh) -s /var/www/typecho

Acknowledgements

Thanks to the following projects: