科技行者

行者学院 转型私董会 科技行者专题报道 网红大战科技行者

知识库

知识库 安全导航

至顶网软件频道新手学堂 详解Ubuntu Server安装过程[1]

新手学堂 详解Ubuntu Server安装过程[1]

  • 扫一扫
    分享文章到微信

  • 扫一扫
    关注官方公众号
    至顶头条

系统软件:Ubuntu 7.04 内核,Fluxbox桌面管理,firefox浏览器,openoffice办公软件,xfe文件管理器   Step1:安装Ubuntu 7.04 Server   a、Server安装画面,按F6,在 ―― 之前添加 "irqpoll" 选项; 按F4,选择屏幕分辨率为1024×768 32

作者:中国IT实验室 来源:中国IT实验室 2007年9月12日

关键字: 安装 Ubuntu 系统 Linux

  • 评论
  • 分享微博
  • 分享邮件

  系统软件: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

查看本文来源

    • 评论
    • 分享微博
    • 分享邮件
    邮件订阅

    如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。

    重磅专题
    往期文章
    最新文章