摘要: 1 安装 samba 服务 2 修改samba配置 添加自定义配置节,其中b0b0就是windows用户登录samba的用户名 [b0b0] comment = Samba server's CD-ROM read only = no locking = no path = /home guest ok = yes 4 修改 smb.conf ,重启服务 service samba restart 3 windows主机访问 samba服务默认的用户名就是 windows的登录用户\ 查看smb端口: ... 阅读全文
posted @ 2011-08-27 22:40 b0b0 阅读(410) 评论(0) 推荐(0)
摘要: 1 下载 cunit 2 安装 到cunit目录 ./configure make make install 3 查看 cunit 库安装信息 whereis libcunit.a libcunit: /usr/local/lib/libcunit.so /usr/local/lib/libcunit.a /usr/local/lib/libcunit.la 列出了静态库动态库的路径 4 查看 头文件 信息 locate Basic.h /usr/local/include/CUnit/Basic.h ... 阅读全文
posted @ 2011-08-27 19:03 b0b0 阅读(2387) 评论(1) 推荐(1)