
linux
aitp2011
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ubuntu11.04安装、配置samba
安装: #sudo apt-get install samba #sudo apt-get install smbclient 启动: sudo service smbd restart 配置: /etc/samba/smb.conf 文件尾部追加 path = /home/xxxx/samba writeable = yes ; br原创 2015-08-24 14:39:46 · 337 阅读 · 0 评论 -
linux获取局域网、公网IP地址以及主机名
int IsLANIP(unsigned int nIP) { // filter LAN IP's // ------------------------------------------- // 0.* // 10.0.0.0 - 10.255.255.255 class A // 172.16.0.0 - 172.31.255.255 class原创 2015-10-23 19:52:13 · 3368 阅读 · 0 评论