GNOME桌面减慢了多少Ubuntu Server 9.04?

前端之家收集整理的这篇文章主要介绍了GNOME桌面减慢了多少Ubuntu Server 9.04?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我想构建一个高性能的Web服务器.我将使用Ubuntu Server 9.04.

安装GNOME桌面会很方便,但我只能通过命令行进行管理.

GNOME桌面通常会降低Web服务器或服务器的性能?我想确定性能是否值得桌面.

此外,Webadmin工具如何影响服务器性能

如上所述,它不应​​该对您的服务器性能产生很大影响.我不会安装整个ubuntu桌面.对于服务器来说,轻量级的Gnome-core应该足够了.

sudo apt-get update

sudo apt-get install xorg gnome-core gdm gnome-media gnome-system-monitor gnome-system-tools gnome-volume-manager gnome-utils gnome-app-install synaptic firefox

可选的:

sudo apt-get install sysv-rc-conf
sysv-rc-conf gives an easy to use interface for manag‐ ing “/etc/rc{runlevel}.d/” symlinks
Find ‘gdm’ (Gnome Display Manager) and uncheck the Boxes for runlevels 2 and 3.

现在,您将通过键入来启动桌面

startx

在控制台提示符下.

原文链接:https://www.f2er.com/ubuntu/347730.html

猜你在找的Ubuntu相关文章