Linux中国  设为主页
 收藏本站
 
当前位置: > 首页 ->Linux技术 ->发行版专区 ->Debian ->Debian4(Etch)系统简要安装详细介绍
  相关分类: 
CentOS
ubuntu
turbolinux
Suse
slackware
Redhat
Mepis
mandriva
Mandrake
knoppix
Gentoo
Fedora
Debian
红旗
  站内搜索: 
热门文章排行
热门文章排行 Debian4(Etch)系统简要安装详细介(04-27)
使用apt-mirror构建本地Debian镜像 (04-22)
Debian/Ubuntu Linux下内核编程者必(04-11)
debian配置PHP5+MYSQL+Apache (04-16)
Kubuntu 6.10 安装指南(图) (04-22)
精采文章排行
精采文章排行 《Debian服务器设置入门》系列教程 (05-05)
Debian GNU/Linux 完全安装手册(05-05)
Debian On Slug的安装笔记(05-05)
在 debian 上玩 dos 游戏(05-05)
菜鸟乐园 Debian GNU/Linux的安装过(05-01)
  · Debian GNU/Linux 完全安装手册· Debian On Slug的安装笔记· 在 debian 上玩 dos 游戏·菜鸟乐园 Debian GNU/Linux的安装过程 ·Debian GNU/Linux Rssh安全绕过漏洞 ·Debian4(Etch)系统简要安装详细介绍 ·使用apt-mirror构建本地Debian镜像 ·Debian On Slug的安装笔记 ·Debian+vsftpd+MySQL实现虚拟用户

Debian4(Etch)系统简要安装详细介绍

作者:Webmaster   来源:赛迪网技术社区    点击:   日期:2007-04-27 [收藏] [投稿]

  IE是否经常中毒?推荐您

Gnome 桌面篇

1 、 安装hal (硬件抽象层)、pmount (gnome下自动挂载)以实现你的移动设备(usb)自动挂载。

apt-get install hal pmount

它将会自动安装dbus (信息总线)以实现hal与gnome应用程序通信,实现设备自动发现。

2 、 安装gnome

apt-get install gnome-core (如果你需要所有gnome 套件的话 apt-get install gnome 或者 gnome-desktop-environment

4 、 安装gnome下的声音支持。

apt-get install gnome-media gnome-audio esound

esound是gnome下的软件混音器。(安装后在gnome的桌面--首选项-->音效里面选择 启用软件混音器,重启。)

5 、 安装必要的gnome管理工具或程序

apt-get install gksu gnome-utils gnome-system-tools file-roller gconf-editor gnome-system-monitor gnome-volume-manager

其中:

gksu是执行管理任务时 su或者sudo的。 gnome-utils是一些小工具(如:抓屏 printscreen键)

gnome-system-tools是一些管理工具 桌面-->系统管理里面的。

file-roller是归档管理器。

gnome-system-monitor是任务管理器。

gnome-volume-manager是卷管理器。管理本地磁盘的。

如果你喜欢gnome控制中心,那么

apt-get install gnome-control-center

6 、 安装登录管理器。

apt-get install gdm

7 、 把你安装时建立的那个用户加入sudoers

visudo

在 root ALL=(ALL) ALL 下面加入

%adm ALL=(ALL) ALL

然后执行 gpasswd -a username adm

如我的是 gpasswd -a oslive adm

8 、 安装字体,这里我们安装bitstream-vera 加 uming (ubuntu用的)。

当然你也可以安装WQY的点整字体(目前的Debian里的WQY字体是经过压缩的,所以可能会影响系统速度。)

apt-get install ttf-bitstream-vera ttf-arphic-uming

WQY点整字体: apt-get install xfonts-wqy

简单美化

1、 安装主题

apt-get install gnome-themes

如果你喜欢更多主题,apt-get install gnome-themes-extra

2、 安装一个简单的图标,apt-get install tango-icon-theme

Dropline gnome 的这个图标也不错,apt-get install gnome-icon-theme-dlg-neu

你也可以去www.gnome-look.org自己找一个你喜欢的。

3、 安装桌面背景 apt-get install gnome-backgrounds

然后可以到主题里面更改你喜欢的主题了,图标在主题细节里面。

4、我将在附件中上传一个主题,配合tango-icon-theme很好看。

到这里,gnome 安装完毕,你可以选择安装输入法了。

==============================================================================

KDE 桌面篇

1、 apt-get install kde-core (他将自动安装hal、dbus、arts等)

2 、 安装中文支持 apt-get install kde-i18n-zhcn

2 、安装调音器 apt-get install kmix

3 、给你将会用到的gtk程序(如firefox)安装主题,如比较经典的clear-look主题。

apt-get install gtk2-engines-clearlooks gtk-qt-engine

这样在你的KDE控制中心里面将多一项GTK Styles and fonts 选项,可以为GTK程序选择主题和字体。

4 、 安装登录管理器

apt-get install kdm (你也可以用GDM)

5、 安装sudo apt-get install sudo

把你安装时建立的那个用户加入sudoers

visudo

在 root ALL=(ALL) ALL 下面加入

%adm ALL=(ALL) ALL

然后执行 gpasswd -a username adm

如我的是 gpasswd -a oslive adm

6 、 安装字体,这里我们安装bitstream-vera 加 uming (ubuntu用的)。

当然你也可以安装WQY的点整字体(目前的Debian里的WQY字体是经过压缩的,所以可能会影响系统速度。)

 如果您对本文有任何疑问或者建议,请到讨论区发表您的意见: >> 论坛入口 <<

上一页 1 2 34 5 下一页

上一篇:使用apt-mirror构建本地Debian镜像   下一篇:Debian GNU/Linux Rssh安全绕过漏洞
文章评论】 【收藏本文】 【推荐好友】 【打印本文】 【我要投稿】 【论坛讨论

   相关文章:
·《Debian服务器设置入门》系列教程 前言

   文章评论:(1条)
  
 请留名: 匿名评论   点击查看所有评论 论坛讨论
 

 声明:刊登此文章是为了传递更多信息,文章内容仅供参考,转载请注明出处。