|
%!s(int64=3) %!d(string=hai) anos | |
---|---|---|
KoolShare_Lede_X64 | %!s(int64=6) %!d(string=hai) anos | |
PhicommK2 | %!s(int64=6) %!d(string=hai) anos | |
Wireguard | %!s(int64=3) %!d(string=hai) anos | |
img | %!s(int64=5) %!d(string=hai) anos | |
ipv6 | %!s(int64=6) %!d(string=hai) anos | |
markdown | %!s(int64=6) %!d(string=hai) anos | |
openwrt-18.06.2 | %!s(int64=4) %!d(string=hai) anos | |
pt | %!s(int64=4) %!d(string=hai) anos | |
python | %!s(int64=3) %!d(string=hai) anos | |
rclone | %!s(int64=4) %!d(string=hai) anos | |
shadowsocks | %!s(int64=6) %!d(string=hai) anos | |
trojan | %!s(int64=4) %!d(string=hai) anos | |
v2ray | %!s(int64=4) %!d(string=hai) anos | |
youtube_dl | %!s(int64=4) %!d(string=hai) anos | |
LICENSE | %!s(int64=6) %!d(string=hai) anos | |
README.md | %!s(int64=4) %!d(string=hai) anos | |
auto.sh | %!s(int64=3) %!d(string=hai) anos | |
autoBestTrace.sh | %!s(int64=6) %!d(string=hai) anos | |
bbr.sh | %!s(int64=6) %!d(string=hai) anos | |
centos7_wireguard_install.sh | %!s(int64=6) %!d(string=hai) anos | |
debian_gnome.sh | %!s(int64=6) %!d(string=hai) anos | |
debian_wg_vpn.sh | %!s(int64=3) %!d(string=hai) anos | |
gcp_root_ssh.sh | %!s(int64=4) %!d(string=hai) anos | |
golang_install.sh | %!s(int64=5) %!d(string=hai) anos | |
mtproxy_go.sh | %!s(int64=6) %!d(string=hai) anos | |
netlog.sh | %!s(int64=5) %!d(string=hai) anos | |
safe_iptables.sh | %!s(int64=4) %!d(string=hai) anos | |
ubuntu_wireguard_install.sh | %!s(int64=6) %!d(string=hai) anos | |
udp2raw_kcptun_ss_for_debian9.sh | %!s(int64=6) %!d(string=hai) anos | |
v2ray_ss_conf.sh | %!s(int64=4) %!d(string=hai) anos | |
vps.sh | %!s(int64=4) %!d(string=hai) anos |
bash <(curl -L -s https://git.io/vps.sh)
# curl脚本可以使用菜单,方便选择 # wget脚本是静默安装
# wget -qO- git.io/vps.sh | bash
# vps 管理使用命令 bash wgmtu
wget https://git.io/wgmtu && bash wgmtu
# Shadowsocks 和 V2Ray 简易配置: 生成和显示二维码
bash <(curl -L -s https://git.io/v2ray.ss)
# Trojan傻瓜一键版,没有域名也可以测试学习
bash <(curl -L -s https://git.io/trojan.sh)
一键安装 WireGuard 脚本 | 一键安装 Shadowsocks 脚本 | V2Ray 官方一键脚本 |
---|---|---|
wget -qO- git.io/fptwc | bash | bash <(curl -L -s git.io/fhExJ) update | bash <(curl -L -s https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) |
WireGuard 管理 | bash wgmtu | 卸载命令 | bash wgmtu remove |
---|
V2Ray 卸载命令 | bash <(curl -L -s https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) --remove |
---|
4c602b07
-61d9-41e0-bee8-654fbdc36e
X-Revision: 392798d237
Strict-Transport-Security: max-age=31536000; includeSubDomains
Via: 1.1 vegur
https://raw.githubusercontent.com/hongwenjun/vps_setup/master/vps.sh
```
### Git pull 强制覆盖本地文件
```
git fetch --all
git reset --hard origin/master
git pull
git fetch origin master
git merge origin/master
git merge origin/master --allow-unrelated-histories
git diff
```