vault backup: 2023-10-03 16:24:57

This commit is contained in:
BlueRose 2023-10-03 16:24:57 +08:00
parent c5e9366992
commit 2275a5c7f8

View File

@ -198,6 +198,10 @@ echo "deb https://mirrors.ustc.edu.cn/debian/ stretch-updates main non-free cont
echo "deb https://mirrors.ustc.edu.cn/debian/ stretch-backports main non-free contrib" >>/etc/apt/sources.list echo "deb https://mirrors.ustc.edu.cn/debian/ stretch-backports main non-free contrib" >>/etc/apt/sources.list
``` ```
## 远程登录
***第一次安装完需要手动安装ssh***
需要使用网线连接安装Wifi安装会导致进系统后无法连接Lan。
## 杂项 ## 杂项
### 允许Root用户登录 ### 允许Root用户登录
默认情况下debian是不允许以root用户登录的只能以其他用户登录系统中然后su到root用户下进行操作。 默认情况下debian是不允许以root用户登录的只能以其他用户登录系统中然后su到root用户下进行操作。