在你的当前用户下的配置文件,比如~/.bashrc中添加几行:
【Ubuntu终端使用的proxy的设置】
export http_proxy=http://proxy.yourcompany.com:8081/
export ftp_proxy=http://proxy.yourcompany.com:8081/
export https_proxy=http://proxy.yourcompany.com:8081/
source ~/.bashrc 执行后,环境变量已经起作用。
然后用wget下载文件:
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb --no-check-certificate
成功下载。
如果想在全系统范围内使用,可以将上面的配置放在/etc/environment文件中,但是不要添加export
然后重启计算机。
推荐阅读
- Linux|109 个实用 shell 脚本
- linux笔记|linux 常用命令汇总(面向面试)
- Linux|Linux--网络基础
- linux|apt update和apt upgrade命令 - 有什么区别()
- linux|2022年云原生趋势
- Go|Docker后端部署详解(Go+Nginx)
- 开源生态|GPL、MIT、Apache...开发者如何选择开源协议(一文讲清根本区别)
- GitHub|7 款可替代 top 命令的工具