ubuntu如何修改IP地址、和apt源

新安装的ubuntu没有vim,使用vi修改自己的IP地址

[email protected]:~# cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback

auto ens3
iface ens3 inet static
address 192.168.200.7
netmask 255.255.255.0
gateway 192.168.200.1
dns-nameserver 192.168.200.200

ubuntu系统如何修改apt源,使用aliyun源为例:
将旧版本内容做好备份。

[email protected]:~# cp /etc/apt/sources.list /etc/apt/sources.list_bak

添加以下内容

[email protected]:~# cat /etc/apt/sources.list
deb-src http://archive.ubuntu.com/ubuntu xenial main restricted #Added by software-properties
deb http://mirrors.aliyun.com/ubuntu/ xenial main restricted
deb-src http://mirrors.aliyun.com/ubuntu/ xenial main restricted multiverse universe #Added by software-properties
deb http://mirrors.aliyun.com/ubuntu/ xenial-updates main restricted
deb-src http://mirrors.aliyun.com/ubuntu/ xenial-updates main restricted multiverse universe #Added by software-properties
deb http://mirrors.aliyun.com/ubuntu/ xenial universe
deb http://mirrors.aliyun.com/ubuntu/ xenial-updates universe
deb http://mirrors.aliyun.com/ubuntu/ xenial multiverse
deb http://mirrors.aliyun.com/ubuntu/ xenial-updates multiverse
deb http://mirrors.aliyun.com/ubuntu/ xenial-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ xenial-backports main restricted universe multiverse #Added by software-properties
deb http://archive.canonical.com/ubuntu xenial partner
deb-src http://archive.canonical.com/ubuntu xenial partner
deb http://mirrors.aliyun.com/ubuntu/ xenial-security main restricted
deb-src http://mirrors.aliyun.com/ubuntu/ xenial-security main restricted multiverse universe #Added by software-properties
deb http://mirrors.aliyun.com/ubuntu/ xenial-security universe
deb http://mirrors.aliyun.com/ubuntu/ xenial-security multiverse

更新自己的源,即可

[email protected]:~# apt update
[email protected]:~# apt-get update

接下来验证源是否正常使用:

[email protected]:~# apt install -y openssh-server vim net-tools lrzsz

原文地址:https://blog.51cto.com/12131824/2406971

时间: 2024-09-30 00:20:38

ubuntu如何修改IP地址、和apt源的相关文章

ubuntu 修改IP地址

ubuntu修改ip地址笔记 修改ip地址方法: sudo vim /etc/network/interfaces, auto eth0 iface eth0 inet static address ip地址 netmask  子网掩码 gateway  网关 broadcast 广播地址 dns-nameservers DNS 记得重启网络服务:/etc/init.d/networking restart,

linux -- ubuntu修改IP地址

ubuntu系统 1.修改IP地址:sudo gedit /etc/network/interfaces sudo vim  /etc/network/interfaces 添加以下内容: auto eth0                                               //设置自动启动eth0接口 iface eth0 inet static                                     //配置静态IP address 192.168.

python操作linux关机、重启和修改ip地址

生产环境中,需求为关机,重启和修改ip地址,用Python脚本实现. #coding = utf8 ''' Created on 2016-7-4 @desc: change the network of system and reboot,shutdown ;suit for ubuntu and centos @attention: if ubuntu, need root or sudo without password ;and before use this script ,     

ubuntu中配置ip地址和上网配置

ubuntu中的ip地址配置: 基于NAT模式: 如果能正常连接ip,但不能ping动www.baidu.com的话,我们需要在配置文件中配置主机上网的DNS地址,如下: 1)sudo gedit /etc/resolv.conf 2)上网查了本地的DNS服务器地址,并加入其中   nameserver 202.*.*.*   然后保存,立即生效了.   验证以下:   ping www.baidu.com  通啦- 遇到的问题: 机器重启之后/etc/resolv.conf自动清空,要重新配置

Linux系统下修改IP地址、网关、DNS的基本方法

临时修改IP地址.网关.主机名.DNS,马上生效,无需重启(重启后失效) 1.修改主机名 #hostname Slyar 2.修改IP地址(eth0为网卡名称) #ifconfig eth0 192.168.1.5 netmask 255.255.255.0 3.修改默认网关(eth0为网卡名称) #route add default gw 192.168.1.1 dev eth0 4.修改DNS #vim /etc/resolv.conf CentOS(RedHat)命令行永久修改IP地址.网

CentOS系统使用配置文件修改IP地址详细教程

在VM虚拟机安装的centos系统,默认使用的是dhcp自动获取ip地址的方式,而我自己想用这个centos在局域网内搭建一个小型演示站点,这个自动获取ip地址的方式就明显不好了,那么centos如何修改ip地址呢. 作者服务器也用的是centos,都是租用空间商的人家都直接设置好,而本地以前一直用的是Windows很少用到centos忽然间发现自己centos不会修改ip地址了.百度谷歌搜索一大堆总算是解决了,本文这里就详细的说明一下及centos网络配置也一起详细讲解一下,希望可帮助正需要这

Linux 修改 IP地址 和 网关

修改IP地址和网关是很常见的操作,在做相关实验的时候,如果没有设置好,会带来很多不必要的麻烦.. 1. 修改IP地址vi /etc/sysconfig/network-scripts/ifcfg-eth0DEVICE=eth0BOOTPROTO=noneBROADCAST=192.168.1.255IPADDR=192.168.1.33NETMASK=255.255.255.0NETWORK=192.168.1.0ONBOOT=yesUSERCTL=noPEERDNS=noTYPE=Ethern

openstack虚拟机修改IP地址

1).查找虚拟机的网络端口 mysql> use neutron; mysql> select * from ports where device_id="3ab73261-82ce-4b9a-9a1c-519624e19dc2"; +----------------------------------+--------------------------------------+------+--------------------------------------+-

CMD修改IP地址

在操作系统下,我们可以使用"本地连接"的属性来修改IP地址,但是如果我们要在多个IP地址之间切换,使用这种方法未免过于麻烦.我们可以使用NETSH命令来添加,相当简便.使用DOS修改IP地址方法如下: 一.使用netsh命令添加IP地址 比如我想在我的本地连接里添加一个IP,用netsh的例子就是: netsh int ip add address "本地连接" 192.168.0.100 255.255.255.0 cmd /k netsh interface i