18.3 树莓派 FreeBSD 配置
SSH 设置
调整时区
# tzsetup时间设置
ntpd_enable="YES" # 启用 NTP 守护进程
ntpdate_enable="YES" # 启用系统启动时使用 ntpdate 同步时间
ntpdate_program="ntpdate" # 指定使用的时间同步程序
ntpdate_flags="0.cn.pool.ntp.org" # 指定 NTP 服务器地址# service ntpdate start主机名
CPU 频率
显示温度
查看 CPU 频率
htop
参考文献
最后更新于