热门关键字:  ubuntu  分区  Fedora  linux系统进程  函数

当前位置 :| 主页>Linux教程>linux安装>

Ubuntu Server安装过程全攻略

来源: 作者: 时间:2007-10-10 Tag: 点击:

  系统软件:Ubuntu 7.04 内核,Fluxbox桌面管理,firefox浏览器,openoffice办公软件,xfe文件管理器

  Step1:安装Ubuntu 7.04 Server

  a、Server安装画面,按F6,在 -- 之前添加 "irqpoll" 选项; 按F4,选择屏幕分辨率为1024×768 32

  b、语言选择English

  c、当安装自动设定 DHCP 时,选择 “Cancel”节省系统安装时间

  d、手动硬盘分区,创建一个65Mb的分区,并将其挂载点设定为 /boot,bootable选项设定为True,如不这么设定,系统安装完无法启动

  e、Server 安装类型、选择LAMP

  f、安装过程约15分钟

  Step 2:设定网络

  a、动态ip:

  sudo nano /etc/network/interfaces 在文件的最后加入

  iface eth0 inet dhcp

  auto eth0

  b、静态ip:(加快启动速度)

  iface eth0 inet static

  address 192.168.0.3

  netmask 255.255.255.0

  gateway 192.168.0.1

  auto eth0

  注:ip地址设定为192.168.0.3,子网掩码:255.255.255.0,网关:192.168.0.1

  按 Ctrl+o 保存文件,按Ctrl+x退出

  设定DNS(动态ip不需)

  sudo nano /etc/resolv.conf 在文件加入

  nameserver 192.168.0.1

  注:192.168.0.1 是DNS的ip地址

  按 Ctrl+o 保存文件,按Ctrl+x退出

  Step 3、重启系统网络

  sudo /etc/init.d/networking restart

  Step 4、修改 源

  从网上获得一个复制文件 或 手工修改

  a、从网上获得一个源复制文件

  wget http://www.topmiracle.net/sources.list

  sudo cp ./sources.list /etc/apt

  b、手工修改

  sudo nano /etc/apt/sources.list 设定 源 为

  deb http://cn.archive.ubuntu.com/ubuntu feisty main restricted universe multiverse

  deb http://cn.archive.ubuntu.com/ubuntu feisty-security main restricted universe multiverse

  deb http://cn.archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse

  deb http://cn.archive.ubuntu.com/ubuntu feisty-backports main restricted universe multiverse

  deb http://cn.archive.ubuntu.com/ubuntu feisty-proposed main restricted universe multiverse

  deb-src http://cn.archive.ubuntu.com/ubuntu feisty main restricted universe multiverse

  deb-src http://cn.archive.ubuntu.com/ubuntu feisty-security main restricted universe multiverse

  deb-src http://cn.archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse

  deb-src http://cn.archive.ubuntu.com/ubuntu feisty-backports main restricted universe multiverse

  deb-src http://cn.archive.ubuntu.com/ubuntu feisty-proposed main restricted universe multiverse

  Step 5、更新 源软件包 和 更新系统软件

  sudo aptitude update

  sudo aptitude upgrade

  Step 6、安装Xorg,Fluxbox,Synaptic

  sudo aptitude install xorg fluxbox synaptic

  Step 7、安装英文和中文包

  sudo aptitude install language-pack-en language-pack-en-base language-pack-zh language-pack-zh-base language-selector language-selector-common




相关文章:
Linux 系统安装
给您的U盘安装linux
其实是可以用虚拟光驱在虚拟机上装linux的
CentOS 4.7 for i386安装
利用虚拟机在移动硬盘中安装Puppy Linux
X86上4系统的安装
通过chroot 构建Linux操作系统概要
FreeBSD安装小记
freebsd7 硬盘安装
制作initrd镜像 -- 续前
RHEL5安装序列号
rhel5硬盘安装常见问题
linux 远程安装
在VirtualBox中安装Solaris的一点说明
USB Damn Small Linux install
硬盘安装Damn Small Linux
damn small linux 安装方法
安装centos
Solaris 11 安装图解(1)
Solaris 11 安装图解(2)
Solaris 11 安装图解(3)
Solaris 11 安装图解(4)
Solaris 11 安装图解(5)
Solaris 11 安装图解(6)
Solaris 11 安装图解(7)
Solaris 11 安装图解(8)
portable linux 安装成功
如何在Vista系统下使用虚拟机安装Linux
包括Wingrub的GRUB命令模式安装Linux
如何从硬盘分区上安装solaris10