您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. ubuntu18.04使用脚本为虚拟机配置apt代理

  2. 设置apt代理需要修改/etc/apt/apt.conf 脚本内容如下: # file 1.sh #!/bin/bash PROXY_IP_PORT=$1 if [ -z ${/etc/apt/apt.conf} ];then echo Please enter the Proxy IP and Port. exit 1 fi sudo sh -c 'echo Acquire::http::proxy \http://127.0.0.1:8000/\; Acquire::ftp
  3. 所属分类:其它

    • 发布日期:2021-01-07
    • 文件大小:20kb
    • 提供者:weixin_38736011