Arduino UNO Q 配置汇总
1. 更改时区
不知道为什么,明明 Arduino APP LAB 已经初始化过时区,但并没有生效
- 启用 Debian 默认 NTP:
sudo timedatectl set-ntp true
sudo systemctl restart systemd-timesyncd
- 手动设置时区(比如亚洲上海)
sudo timedatectl set-timezone Asia/Shanghai
2. 远程桌面 xRDP (Microsoft Remote Desktop)
sudo apt install xrdp
sudo systemctl enable xrdp
sudo systemctl start xrdp
systemctl status xrdp
echo xfce4-session > ~/.xsession
sudo systemctl restart xrdp
License:
CC BY 4.0