Debian9:配置网络和软件源
程序员文章站
2022-07-03 17:06:13
...
IP配置
# vim /etc/network/interfaces
#开机自动**eth0接口
auto eth0
#配置eth0接口为静态设置IP地址
iface eth0 inet static
address 192.168.60.110
netmask 255.255.255.0
gateway 192.168.60.2
DNS配置
# vim /etc/resolv.conf
nameserver 114.114.114.114
debian系统中重启网络
systemctl restart networking
debian源设置
- 设置软件安装源
cp /etc/apt/sources.list /etc/apt/sources.list.ori
vi /etc/apt/sources.list
#替换为以下内容
deb http://mirrors.aliyun.com/debian/ stretch main non-free contrib
deb-src http://mirrors.aliyun.com/debian/ stretch main non-free contrib
deb http://mirrors.aliyun.com/debian-security stretch/updates main
deb-src http://mirrors.aliyun.com/debian-security stretch/updates main
deb http://mirrors.aliyun.com/debian/ stretch-updates main non-free contrib
deb-src http://mirrors.aliyun.com/debian/ stretch-updates main non-free contrib
deb http://mirrors.aliyun.com/debian/ stretch-backports main non-free contrib
deb-src http://mirrors.aliyun.com/debian/ stretch-backports main non-free contrib
- 更新软件包列表
apt-get update
- 安装ssh服务
root@debian:~# apt-get install ssh -y
root@debian:~# grep Root /etc/ssh/sshd_config #修改sshd配置
#PermitRootLogin prohibit-password
PermitRootLogin yes
root@debian:~# systemctl restart sshd
其他
- 升级系统所有软件
# apt-get upgrade
- 升级系统版本
# apt-get dist-upgrade
- 也可以使用图形化管理工具 aptitude
推荐阅读
-
Linux ifconfig命令详解和使用示例(Linux网络参数配置和查看)
-
MacOS配置Anaconda3(Miniconda3)下Python3.6、Python3.7和Python2.7环境和基础机器学习、神经网络相关包详解(版本号对应)
-
Linux ifconfig命令详解和使用示例(Linux网络参数配置和查看)
-
Docker 配置守护进程和容器的网络 - 容器的网络
-
监控软件Nagios的服务器端在Linux系统上的安装和配置方法
-
linux在下软件太卡?手把手教你配置国内镜像源
-
CentOS 本地和网络yum源简单说明及配置
-
代表建议开发未成年人专用手机:只能使用未成年人专用网络和软件
-
Docker 配置守护进程和容器的网络 - Docker 和 iptables
-
安装虚拟机和网络配置