摘要: 获取日期时间 GET_DATE := $(shell date +%F)GET_TIME := $(shell date +%H:%M:%S) 添加宏定义 DEFINE_PAR += -D SDK_VERSION=\"V1.0.0\"DEFINE_PAR += -D MAKE_TIME=\"$(GE 阅读全文
posted @ 2024-08-21 13:00 妖岭 阅读(16) 评论(0) 推荐(0) 编辑
摘要: #查看时区列表timedatectl list-timezones #设置上海时区sudo timedatectl set-timezone Asia/Shanghai 阅读全文
posted @ 2024-08-21 12:58 妖岭 阅读(5) 评论(0) 推荐(0) 编辑
摘要: samba简介 samba的功能都是通过一个CIFS(Common Internet File System)协议套件来管理的,这个名字是由微软引入的。 Samba是一个开源的CIFS实现,官网地址为 https://www.samba.org/samba/。 SMB (Server Message 阅读全文
posted @ 2024-08-21 10:12 妖岭 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-08-21 09:53 妖岭 阅读(2) 评论(0) 推荐(0) 编辑