
Linux
文章平均质量分 76
Hello_xzy_Word
学如逆水行舟,不进则退
展开
-
windows挂载linux共享目录(Ubuntu)
windows挂载linux共享目录(Ubuntu)1. 安装Sambasudo apt-get install samba2. 查看Samba版本,验证安装结果samba3.修改Samba配置文件3.1 备份sudo cp /etc/samba/smb.conf /etc/samba/smb.conf.bakls /etc/samba/3.2 修改配置文件sudo vi /etc/samba/smb.conf在配置文件尾部添加下列配置信息,然后退出:[samba原创 2021-05-26 19:34:51 · 6725 阅读 · 1 评论 -
Linux 支持异步通知的设备驱动的编写与测试
驱动代码:globalfifo_async.c/*====================================================================== A globalfifo driver as an example of char device drivers This example is to introduce async...原创 2019-04-24 15:46:00 · 178 阅读 · 0 评论