Debian Netinst 个人安装全记录

此文纯为个人日后回忆之用,可随意转载,但请您注明
http://www.ceng.org | 11/01/09 | by Ray He
*以下"搜索"均为在"新立得软件安装包中搜索, 命令行不包括"#"

01. 下载官方 Netinst 镜像 (官方网站 http://www.debian.org 约150M)
02. 拔下网线按提示安装(约10分钟)
03. 因新系统不能显示中文,输入
# export LANG=C
04. 启用临时官方源(仅为下载 apt-spy 所用)
# nano /etc/apt/sources.list
键入:
deb http://security.debian.org/ lenny/updates main
deb-src http://security.debian.org/ lenny/updates main
deb http://volatile.debian.org/debian-volatile lenny/volatile main
deb-src http://volatile.debian.org/debian-volatile lenny/volatile main
deb ftp://ftp.debian.org/debian/ lenny main contrib non-free
deb-src ftp://ftp.debian.org/debian/ lenny main contrib non-free
更新
# apt-get update
05. 下载安装 apt-spy 寻找最快新源
# apt-get install apt-get
# cp /etc/apt/sources.list /etc/apt/soruces.list.rayhe.bak
# apt-spy update
# apt-spy -d testing -a asia -t 10
# apt-get update
* 如果无法更新重新键入 # apt-spy update
06. 安装 X-Window 核心
# apt-get install x-window-system-core
07. 安装 gnome 核心
# apt-get install gnome-core
08. 进入gnome图形界面
# startx
此时汉字为方块,打开"系统管理"的"新立得软件安装包"
搜索 wqy (文泉驿正黑字体)双击安装
09. 搜索 gdm 登录图形界面安装
===============================
系统基本安装完毕,余下细节调整与应用软件安装
===============================
10. 搜索 Iceweasel 浏览器(更名后的FF)安装
11. 搜索 ibus 输入法管理器安装
搜索 ibus pinyin 拼音输入法安装
12. 搜索 openoffice 文字处理安装
13. 搜索 totem 媒体播放器安装
14. 搜索 iptux 局域网IM安装
15. 搜索 samba 网络程序安装
未记录......

Comments

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <c>, <cpp>, <java>, <javascript>, <php>, <python>, <ruby>. The supported tag styles are: <foo>, [foo].

More information about formatting options