目录 I. 预备 II. Mac连接Windows III. Windows连接Mac IV. Windows连接Ubuntu V. Mac连接Ubuntu VI. Ubuntu连接Mac VII, Ubuntu连接Windows(暂时还不知道怎么弄) 预备知识 要从B远程连接A,需要B发起远程桌面连接请求(request)给A.假设A受到这个请求的,并且A允许其他计算机共享桌面,则返回回执(answer)给B,说"可以连了",如果还需要凭证的话输入凭证(凭证是你在A端设置的)即可连接
Linux Ubuntu上架设FTP http://www.blogjava.net/stonestyle/articles/369104.html 操作系统:ubuntu (GNU/Linux) 为了在机子上架设ftp服务器,我们需要安装ftp服务器软件.Linux下具有代表性的ftp服务器软件有Wu-FTP,ProFTP和Vsftp.Wu-FTP(Washington University FTP)由美国华盛顿大学开发.它的功能强大,配置较复制.由于开发时间较早,应用十分广泛,也因此成为黑客
The Guideline of Setting Up Samba Server on linux(Ubuntu) From terminate command window, install the samba package with follow command: Sudo apt-get install samba 2. Edit the samba config with follow command: Sudo vim /etc/samba/smb.conf Add follow c