wifi 连接
- sudo -i, 密码 temppwd
- ip a
- iw dev wlan0 scan | grep -A 30 Figurobot
- vim /etc/wpa_supplicant/wpa_supplicant.conf
network={ ssid="ssid" psk="pwd" key_mgmt=WPA-PSK }
wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf
- ifconfig, 或者 dhclient wlan0 # 获取IP地址
- 后续还需要让 wifi 开机后自动连接才行。
更新时间
- date -s "2025-05-15 16:00:00"
- timedatectl set-ntp true , 然后 timedatectl 查看前两个是不是 yes
参考:
- apt update报错E: Release file for xxx is not valid yet Updates for this repository will not be applied
- Debian更新apt源报错 Release file for…is not valid yet
- Debian12配置NTP时间同步
- Linux 时间同步systemd-timesyncd介绍
ssh
- 默认 openssh 就是 ok 的。