Debian
系统安装入门
一、安装系统
1
、准备ISO文件
2
、安装Debian基本系统
3
、更新系统
apt-get update
apt-get upgrade
4
、安装x-window
apt-get install x-window-system-core
apt-get install xdebconfigurator
apt-get install gnome-core
apt-get install xscreensaver-gnome
5
、安装gdm
apt-get install gdm gdm-themes
6
、配置中文
apt-get install locales
dpkg-reconfigure locales
[apt-get install zhcon]
apt-get install ttf-arphic-uming ttf-arphic-gbsn00lp ttf-arphic-bkai00mp
选择zh_CN.*
重新启动系统……
7
、配置系统刷新率
修改/etc/X11/xorg.conf文件,具体如下:
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30.0 - 72.0
VertRefresh 50.0 - 120.0
Modeline ………… #
写在这里
Option "DPMS"
EndSection
|
二、安装工具软件
下在则一些常用的软件部分附有安装方法,部分不附安装方法
1
、阅读器:
pdf
: apt-get install xpdf
2
、浏览器:firefox
firefox: apt-get install mozilla-firefox—locale-zh-cn
3
、翻译工具:
stardict
:apt-get install stardict
4
、下载工具:
wget:apt-get install wget
5
、多媒体工具:beep-media-player、xine
apt-get install xine beep-media-player
6
、即时通信:Gaim
Gaim: apt-get install gaim
7
、图像处理 :gthumb、gimp、gtkam
apt-get install gthumb gimp gtkam
8.
中文输入法
apt-get install scim scim-gtk2-immodule scim-chinese
9
、openoffice
apt-get install openoffice.org
10
、安装apache2服务器
apt-get install apache2
11
、安装APACHE2、PHP5、mysql5
为文件/etc/apt/source.list添加如下内容:
deb http://packages.dotdeb.org stable all
deb-src http://packages.dotdeb.org stable all
|
apt-get update
apt-get install apache2 mysql-client-5.0 mysql-server-5.0 php5
12
、安装Gzip,zip,unzip
apt-get install zip unzip gzip
13
、编辑器
apt-get install vim bluefish
14、SOAP:Lite
apt-get install libsoap-lite-perl