首页
关于 me
daixinmini的小屋
阿巴阿巴阿巴
累计撰写
11
篇文章
累计创建
4
个标签
累计收到
0
条评论
栏目
目 录
CONTENT
以下是
Linux
相关的文章
2023-10-16
Ubuntu 设置固定ip地址
ubuntu 旧版本 修改interfaces sudo vi /etc/network/interfaces auto enp1s0 # 网卡名称 iface enp1s0 inet static #设置为静态IP address 192.168.1.100 # 本机IP netmask
2023-10-16
80
0
0
2023-10-16
Ubunt设置root账户ssh登录
设置root密码 sudo passwd root 切换命令行至root su - root 修改sshd配置 vi /etc/ssh/sshd_config PermitRootLogin yes # 允许root直接登录 PermitEmptyPasswords no # 设置了root密
2023-10-16
28
0
0