samba伺服器與遠程登錄ssh
作者:相思羽 出處:http://www.cnblogs.com/xiang-siyu 歡迎轉載,也請保留這段聲明。謝謝!
deepin安裝與配置samba伺服器
安裝 apt-get install samba
創建用戶(需要是系統中已經存在的目錄)
創建passwd文件 touch /etc/samba/smbpasswd
smbpasswd -a username
密碼:
編輯配置文件:
vim /etc/samba/smb.conf
配置信息修改如下
[global]
workgroup = WORKGROUP (工作組)
server string = %h server
netbios name = deepin (主機名)
#======================= Share Definitions =======================
[ShareFile] (在windows中顯示的名稱)
comment = share directory 描述
path = /home/deepin/Program 路徑
valid users = deepin samba用戶
public = yes
writeable = yes
browseable = yes
read only = no
另外需要配置共用的文件為可讀可寫 chmod 777 /home/deepin/Program
重新啟動samba服務
/etc/init.d/samba restart
然後在windows中輸入 \\linux的ip地址
至此完成搭建與配置samba
-------------------------------------------------------------------------------------------------
linux遠程登錄(使用ssh)
安裝 1.在要登錄的伺服器上安裝ssh伺服器端
#apt-get install openssh-server
2.啟動ssh-server
# /etc/init.d/ssh start(或者restart)
不需要進行配置
然後在windows電腦上使用secureCRT軟體
新建一個 SSH2協議 下一步 在 Hostname中輸入 linux的IP地址 下一步 使用linux的用戶名和密碼登錄即可
---------------------------------------------------------------------------------------------------
debian 設置samba和ssh服務開機自啟動
由於debian系列的linux沒有chkconfig來配置開機啟動服務
安裝 apt-get install sysv-rc-conf
#sysv-rc-conf smb on
#sysc-rc-conf ssh on
---------------------------------------------------------------------------------------------------
secureCRT不顯示中文
在secureCRT中選擇option -> session options -> 然後選擇 appearance
修改 字元編碼(character encoding)為 UTF-8
在上面的 字體中 normal font 中選擇宋體