首页
程序员
建站
临时邮箱
棋飞博客
硅基文明终将统治地球
累计撰写
10
篇文章
累计创建
13
个标签
累计收到
0
条评论
栏目
首页
程序员
建站
临时邮箱
目 录
CONTENT
以下是
debian
相关的文章
如何在 Debian 12 上设置一个静态 IP 地址
ip link 从输出结果中,我们将记下我们活动的网络接口的名称,即 “enpos3”。因为 "enpos3"是我们要设置一个静态IP的网络接口。 vi /etc/network/interfaces auto enp0s3 iface enp0s3 inet static address 192.
2024-11-16
5
0
0
程序员
如何在 Debian 12、11 或 10 上添加新用户并配置 sudo 权限
切换到 root 帐户 安装sudo软件包 apt install sudo 创建新用户帐户,并设置密码 adduser kobe
2024-11-16
3
0
0
程序员
配置Debian11服务器允许root用户远程SSH登录
vim /etc/ssh/sshd_config 修改 PermitRootLogin yes PasswordAuthentication yes 重启ssh服务: /etc/init.d/ssh restart
2024-11-15
8
0
0
程序员