码迷,mamicode.com
首页 > 系统相关 > 详细

Linux_Best Practice_04_Ubuntu 18.04

时间:2019-02-25 22:03:56      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:lin   src   ati   new   other   asp   mic   spec   ica   

 

 

1. network setup

  • open up "network"  -> manually set IP. 
  • To check -> ip address 

 

2. proxy setup

  • open up "network"
  • set to lasproxy.is.ad.igt.com 9000

 

3. Disply -> Resolution

 

4. responsory setup

Creating  an Apt Proxy Conf File

Apt loads all configuration files under /etc/apt/apt.conf.d. We can create a configuration specifically for our proxy there, keeping it separate from all other configurations.

  1. Create a new configuration file named proxy.conf.
    sudo touch /etc/apt/apt.conf.d/proxy.conf
  2. Open the proxy.conf file in a text editor.
    sudo vi /etc/apt/apt.conf.d/proxy.conf
  3. Add the following line to set your HTTP proxy.
    Acquire::http::Proxy "http://user:password@proxy.server:port/";
  4. Add the following line to set your HTTPS proxy.
    Acquire::https::Proxy "http://user:password@proxy.server:port/";
  5. Save your changes and exit the text editor.

Your proxy settings will be applied the next time your run Apt.

 

do apt upgrade/update to solve not found issue. 

技术图片

 

Linux_Best Practice_04_Ubuntu 18.04

标签:lin   src   ati   new   other   asp   mic   spec   ica   

原文地址:https://www.cnblogs.com/tlfox2006/p/10433435.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!