二.別人訪問我的機器
1.安裝samba服務
用root許可權執行apt-get install samba或者是rpm -ivh samba_*.rpm。
2.設定samba server
dpkg-reconfigure samba。注意,第乙個選項是啟動方式,推薦選擇daemon;最後乙個選項大意上說:為了相容最大多數版本的windows,samba必須配置為使用加密的密碼,而且儲存在/etc/passwd檔案中,最後問"create samba password database /var/lib/samba/passdb.tdb?",選擇是;一般的選擇預設即可。
3.samba提示要手工建立乙個密碼檔案
例如touch /etc/samba/**bpasswd
4.接下來要為samba建立共享使用者,這個使用者必須是系統中存在的使用者
例如**bpasswd -a user,再根據提示輸入兩次密碼。
5.在/etc/samba/**b.conf檔案後新增如下內容
[mysharename] #其它機器看到的本機的目錄名
***ment=some words #一些注釋
path=/temp #本機的共享路徑
read only=yes
public=yes
6.重啟samba
/etc/init.d/samba restart
選擇乙個網路鄰居
選擇乙個網路鄰居 function select putername handle hwnd var putername string boolean varbrowseinfo tbrowseinfo itemidlist pitemidlist ame array 0.max path of c...
在windows的網路鄰居中訪問Ubuntu
最近在做cas單點登入,因為要用到ssl,所以做了證書。因為還在開發階段,還沒有網域名稱,所以證書中使用了我ubuntu的主機名eric desktop 應用部署在ubuntu上 接著遇到的問題是我在ubuntu中可以訪問,但是如果從另一台電腦訪問應用,登入成功後會報錯,沒有辦法正確導向原來的應用。...
XP無法訪問網路鄰居原因總結
windows與ntfs檔案系統 ntfs即new technology file system,是windows nt 200 xp 和server2003 專用的檔案系統 server用的是ntfs5.2版。ntfs特性如下 1。容錯性 ntfs可以自動的修復磁碟錯誤而不顯示任何出錯資訊,win...