stbLinux 新系统安装后续配置IP
1、设置静态 ip 地址
配置 /etc/netplan/xxx.yaml
network:
version: 2
renderer: networkd
ethernets:
eth0:
dhcp4: no
addresses:
- 192.168.1.2/24
optional: true
gateway4: 192.168.1.1
nameservers:
addresses:
- 192.168.1.1
2、查看 CPU 温度命令
#/bin/sh
grep Tsensor /proc/msp/pm_cpu | awk '{print $4}'
3、AIDE 比对系统文件后续是否篡改
apt install aide
aideinit
aide --config=[cfgfile] --check

浙公网安备 33010602011771号