Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pluveto/scripts
收集自用 Linux 一键安装脚本。每次都查官网太麻烦了。
https://github.com/pluveto/scripts
Last synced: 4 days ago
JSON representation
收集自用 Linux 一键安装脚本。每次都查官网太麻烦了。
- Host: GitHub
- URL: https://github.com/pluveto/scripts
- Owner: pluveto
- Created: 2022-01-23T09:22:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T03:50:42.000Z (almost 2 years ago)
- Last Synced: 2024-10-07T05:21:10.566Z (about 1 month ago)
- Language: Shell
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# onekey
收集自用 Linux 一键安装脚本。每次都查官网太麻烦了。
## Proxy
这里的脚本默认均**假设你能畅通访问互联网**。你可以利用 SSH 隧道将本机代理转发给云服务器/虚拟机:
```
Host lb-aliyun
HostName 101.***.***.***
User root
RemoteForward 7890 localhost:7890
```也可以利用 [cntlm](https://note.qidong.name/2018/11/cntlm-proxy/) 等工具。
> 如果脚本以 `-cn` 结尾,代表此脚本专门针对 GFW 优化。比如配置了镜像。
## Raw Link
前缀:`https://raw.githubusercontent.com/pluveto/onekey/main/`
通过下面的方式可以直接执行网络脚本:
```sh
bash <(curl -s http://mywebsite.com/myscript.txt)
```