- 1、本文档共13页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
debian做ftp服务器(国外英语资料)
debian做ftp服务器(国外英语资料)
Debian do FTP server
CD boot installation.
The hard disk partition should be enough for the root directory / 2G, and the rest is basically /home,
You can also give swap, which is about the size and memory.
The installation was completed and found that the root directory was not even used by 600M (of course, no X was installed)
Manually modify the installation source list,
Delete the original sources.list
Before copying the source input
Select manual installation software and do not install desktop files.
Zhcon may not be installed successfully, then in the symbolic terminal, Chinese is garbled, need to be resolved.
Note that the xfree86-common installation failed, and the xfree86-common and its association were deleted in aptitude
Bag. Zhcon will be able to install successfully.
Install symbolic tools such as LFTP, VIM, Emacs, etc in aptitude,
Check that WGet, MUTT, etc. have been installed.
# apt-get update
# apt-get dist-upgrade
To update
Modify the IP address
Edit the /etc/network/interfaces file using sudo VI /etc/network/i
Nterfaces, modify the IP address.
File describes the network # This interfaces available on your system
And how to activate them. # For more information, see interfaces (5).
The loopback network interface #
Auto lo
Iface Lo INET loopback
This is a list of hotpluggable # network interfaces.
They will be activated automatically by # the hotplug subsystem.
Mapping hotplug
Script grep
Map eth0
The primary network interface #
Auto eth0
Iface eth0 INET static
Address, 202.38.?????
Netmask
Network, 202.38.?????
Broadcast, 202.38.?????
Gateway, 202.38.?????
Edit the /etc/hosts file and add the new IP address, using the sudo VI /etc/hosts
localhost.localdomain localhost userftp
202.38.?????., userftp
The following lines are desirable for # IPv6 capable hosts
:: 1, ip6-localhost, ip6-loopback
Fe00:: 0, ip6-localnet
Ff00:: 0, ip6-mcastprefix
Ff02:: 1, ip6-allnodes
Ff02:: 2, ip6-allrouters
Ff02:: 3, ip6-allhosts
Edit /etc/hostname
文档评论(0)