Samba

admin on 十月 18th, 2010

安装应用程序: Packages 和 Ports http://www.freebsd.org/doc/zh_CN/books/handbook/ports-using.html 安装samba find /usr/ports -name samba -print cd /usr/ports/net/samba3 make config make install mount windows共享目录: smbclient -L 10.8.88.9 ...

Continue reading about FreeBSD使用smbclient访问Windows资源

564 views
admin on 三月 4th, 2010

1、locale /etc/sysconfig/i18n #LANG="zh_CN.GB18030" #LC_ALL="zh_CN.GB18030" LANG="zh_CN.UTF-8" LC_ALL="zh_CN.UTF-8" LANGUAGE="en_US.UTF-8:zh_CN.GB18030:zh_CN.GB2312:zh_CN:en_US.UTF-8" SYSFONT="la...

Continue reading about linux的中文处理和文件名乱码转换

948 views
admin on 三月 27th, 2009

操作系统: cat /etc/redhat-release CentOS release 4.5 (Final)   安装 cd /usr/local/src/ wget http://us6.samba.org/samba/ftp/stable/samba-3.3.2.tar.gz tar xfz samba-3.3.2.tar.gz cd /usr/local/src/samba-3.3.2/source ./configure –prefix...

Continue reading about linux服务器samba源代码安装设置

1,017 views