一键脚本分享
Contents
1. 一键安装besttrace脚本
1 | bash <(curl -sL haoduck.com/sh/besttrace.sh) |
2. Linux一键安装常见/最新内核脚本 锐速/BBRPLUS/BBR2
1 | bash <(curl -sL haoduck.com/sh/tcpx.sh) |
3. 一键配置SSH密钥登录,禁用密码登录
1 | bash <(curl -sL haoduck.com/sh/pubkey.sh) "你的公钥" |
4. 一键安装Docker
1 | bash <(curl -sL haoduck.com/sh/docker.sh) |
5. 一键分享文本脚本(paste.ubuntu.com)
1 | bash <(curl -sL haoduck.com/sh/paste.sh) "分享的文本" |
6. 一键配置SSH启用ROOT用户密码登录
1 | bash <(curl -sL haoduck.com/sh/ssh_open.sh) |
7. Linux一键安装firefox浏览器
1 | bash <(curl -sL haoduck.com/sh/firefox.sh |