主要公开日志
外观
所有FC公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2023年6月21日 (三) 17:14 FC 留言 贡献创建了页面Linux配置代理上网 (创建页面,内容为“== 配置代理 == === 无需验证 === <syntaxhighlight lang="linux-config"> export http_proxy=http://proxy_ip:proxy_port export https_proxy=http://proxy_ip:proxy_port export SOCKS_SERVER=socks://proxy_ip:proxy_port </syntaxhighlight> === 需要验证 === <syntaxhighlight lang="linux-config"> export http_proxy=http://username:password@proxy_ip:proxy_port export https_proxy=http://username:password@proxy_ip:proxy_port export SOCKS_SERVER="socks://username:pa…”) 标签:可视化编辑