
Linux - Adiministration
thedayyourejectme
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
从头开始打造Ubuntu服务器 (1) - 系统安装篇
今天是打造Ubuntu服务器的开始,步骤比较简单,只是安装了Ubuntu系统内核,不过不要着急,有了vim这样牛X的编辑器,慢慢就会成为小小的Linux高手啦! 1. 从下面网址下载映像Ubuntu 8.04 LTS Server Edition。 http://www.ubuntu.com/getubuntu/download 2. 将下载的ubuntu-8.04.1-se...2008-08-21 20:17:48 · 172 阅读 · 0 评论 -
从头开始打造Ubuntu服务器 (2) - 网络配置篇
配置 Important files /etc/network/interfaces #ip, netmasks should be configured here. /etc/resolv.conf #dns server should be configured here. /etc/hosts #it is loo...2008-09-02 16:26:38 · 174 阅读 · 0 评论 -
从头开始打造Ubuntu服务器(杂) - Apache HTTP Server
Before You Begin Apache is one of the most popular Web servers on the Web right now, and part of its charm is that it's free. It also has a lot of features that make it very extensible and useful fo...原创 2008-11-26 17:59:24 · 169 阅读 · 0 评论 -
从头开始打造Ubuntu服务器(杂) - FTP Server(vsftp)
Server Side 1. Install the vsftpd with the package manager. apt-get install vsftpd 2. Configure the conf file. Open /etc/vsftpd.conf. And add the following lines, ###En...2008-12-02 13:49:06 · 136 阅读 · 0 评论