编程随想录
CSDN拆迁户 @2014-04-07

导航

 

2011年3月16日

摘要: http://www.linuxidc.com/Linux/2007-12/9623p3.htmThese were writed and collected by kf701,you can use and modify them but NO WARRANTY. Contact with me : kf_701@21cn.com程序1:检测接口的 inet_addr,netmask,broad_addr#include #include #include #include #include #include #include #include #include #include #incl 阅读全文
posted @ 2011-03-16 14:16 dos5gw 阅读(326) 评论(0) 推荐(0)
 
摘要: 一、安装samba服务 yum -y install samba二、配置smaba服务器编辑/etc/samba/smb.conf。 security = user; security = share passdb backend = tdbsam找到 Share Definitions, 注释掉所有的共享定义, 添加一个:[Fedora] comment = Fedora Samba path = /home/chen public = yes browseable = yes writable = yes write list = chen,... 阅读全文
posted @ 2011-03-16 14:01 dos5gw 阅读(264) 评论(0) 推荐(0)