小知识点(未进行总结)
- 新安装的debian系统,root用户无法远程登录。
网络配置方面
网络配置一般是通过修改
/etc/network
路径的
interfaces文件,进行对网络的进一步配置的。
配置完成后,要进行更新,更新命令如下
sudo ifdown wlan0 && sudo ifup wlan0
可以查看上面链接进一步了解。
查看系统版本
root@DESKTOP-8VUVO1M:~# lsb_release -d
Description: Debian GNU/Linux 11 (bullseye)
root@DESKTOP-8VUVO1M:~# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye
root@DESKTOP-8VUVO1M:~# cat /etc/issue
Debian GNU/Linux 11 \n \l
root@DESKTOP-8VUVO1M:~# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
以上大概就是熟知的几种方法咯,写个blog记录一下。
终于还是暂时放弃了Raspberry Pi4B
先暂时用wsl叭