<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>VPS侦探 &#187; gnome</title> <atom:link href="http://www.vpser.net/tag/gnome/feed" rel="self" type="application/rss+xml" /><link>http://www.vpser.net</link> <description>致力于VPS主机推荐、VPS管理维护、VPS优惠信息及VPS相关的信息共享平台</description> <lastBuildDate>Fri, 30 Jul 2010 01:58:28 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Linux VPS上安装KDE, Gnome和VNC</title><link>http://www.vpser.net/manage/linux-vps-install-kde-gnome-vnc.html</link> <comments>http://www.vpser.net/manage/linux-vps-install-kde-gnome-vnc.html#comments</comments> <pubDate>Sun, 21 Feb 2010 03:36:50 +0000</pubDate> <dc:creator>VPSer</dc:creator> <category><![CDATA[VPS管理维护]]></category> <category><![CDATA[gnome]]></category> <category><![CDATA[KDE]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[VNC]]></category> <category><![CDATA[VPS]]></category><guid
isPermaLink="false">http://www.vpser.net/?p=953</guid> <description><![CDATA[年前租的房子被小偷“光顾”笔记本被偷，过年期间也没怎么上网更新文章，过完春节回济南到现在也没买电脑，先转载一篇ovear小朋友的文章，好像不少VPSer想安装KDE, Gnome和VNC。
Windows VPS都有图形化界面（GUI）的远程桌面，Linux VPS就只有SSH和像Hyper-VM这样的web面板。今天我就用一个闲置的VPS安装了KDE+Gnome+VNC的环境。
本教程使用D9hostVPS测试。
补图：安装所需环境：
需要至少256m的可用内存（128也可以不过有点卡）
CentOS或类似OS（Debian的话改成apt-get应该也可以）
1，安装KDE
yum install kdepim
（或）安装Gnome(256内存可两个都安装)
yum groupinstall gnome-desktop
yum install gnome-session
2，安装VNC和其他
yum -y install vnc vnc-server firefox x11-xorg
yum -y install fonts-chinese
重要：要执行yum groupinstall "X Window System" "GNOME Desktop Environment" "KDE (K Desktop Environment)"
这个，不然不稳定
3，配置
运行
vncserver
设定好你的密码，然后程序会建立一个.vnc的目录，一般情况下是/root/.vnc
杀掉VNC的进程并删除临时sockets
pkill -9 vnc
rm -rf /tmp/.X1*
然后编辑/root/.vnc/xstartup，在最后一行你会看到twm &#38;，（不能去掉&#38;）如果要运行KDE则将twm改成
startkde
Gnome则改成
gnome-session
现在重新开启vncserver
vncserver
（建议用gnome好一些）
然后你就可以用你的VNC客户端去登录了，如果没有的话可以去下载一个免费的RealVNC Viewer。
注意默认端口是：1
小内存建议用kde
转载自：http://ovear.info/post/16/
]]></description> <content:encoded><![CDATA[<p>年前租的房子被小偷“光顾”笔记本被偷，过年期间也没怎么上网更新文章，过完春节回济南到现在也没买电脑，先转载一篇<a
href="http://ovear.info" target="_blank">ovear</a>小朋友的文章，好像不少VPSer想安装KDE, Gnome和VNC。</p><p>Windows VPS都有图形化界面（GUI）的远程桌面，Linux VPS就只有SSH和像Hyper-VM这样的web面板。今天我就用一个闲置的VPS安装了KDE+Gnome+VNC的环境。<br
/> 本教程使用<a
href="http://www.vpser.net/go/d9host" target="_blank">D9hostVPS</a>测试。</p><p>补图：</p><p><a
href="http://www.vpser.net/uploads/2010/02/linux-vps-kde-gnome-vnc.jpg" target="_blank"><img
class="alignnone size-medium wp-image-954" title="linux-vps-kde-gnome-vnc" src="http://www.vpser.net/uploads/2010/02/linux-vps-kde-gnome-vnc-300x232.jpg" alt="" width="300" height="232" /></a><span
id="more-953"></span></p><p><a
href="http://www.vpser.net/uploads/2010/02/linux-vps-kde-gnome-vnc-2.jpg" target="_blank"><img
class="alignnone size-medium wp-image-955" title="linux-vps-kde-gnome-vnc-2" src="http://www.vpser.net/uploads/2010/02/linux-vps-kde-gnome-vnc-2-300x252.jpg" alt="" width="300" height="252" /></a></p><p><a
href="http://www.vpser.net/uploads/2010/02/linux-vps-kde-gnome-vnc-3.jpg" target="_blank"><img
class="alignnone size-medium wp-image-956" title="linux-vps-kde-gnome-vnc-3" src="http://www.vpser.net/uploads/2010/02/linux-vps-kde-gnome-vnc-3-196x300.jpg" alt="" width="196" height="300" /></a></p><p>安装所需环境：<br
/> 需要至少256m的可用内存（128也可以不过有点卡）<br
/> CentOS或类似OS（Debian的话改成apt-get应该也可以）</p><p>1，安装KDE</p><p>yum install kdepim<br
/> （或）安装Gnome(256内存可两个都安装)</p><p>yum groupinstall gnome-desktop<br
/> yum install gnome-session<br
/> 2，安装VNC和其他</p><p>yum -y install vnc vnc-server firefox x11-xorg<br
/> yum -y install fonts-chinese</p><p>重要：要执行yum groupinstall "X Window System" "GNOME Desktop Environment" "KDE (K Desktop Environment)"<br
/> 这个，不然不稳定<br
/> 3，配置</p><p>运行</p><p>vncserver<br
/> 设定好你的密码，然后程序会建立一个.vnc的目录，一般情况下是/root/.vnc<br
/> 杀掉VNC的进程并删除临时sockets</p><p>pkill -9 vnc<br
/> rm -rf /tmp/.X1*<br
/> 然后编辑/root/.vnc/xstartup，在最后一行你会看到twm &amp;，（不能去掉&amp;）如果要运行KDE则将twm改成</p><p>startkde<br
/> Gnome则改成</p><p>gnome-session<br
/> 现在重新开启vncserver</p><p>vncserver</p><p>（建议用gnome好一些）</p><p>然后你就可以用你的VNC客户端去登录了，如果没有的话可以去下载一个免费的RealVNC Viewer。</p><p>注意默认端口是：1</p><p>小内存建议用kde<br
/> 转载自：<a
href="http://ovear.info/post/16/" target="_blank">http://ovear.info/post/16/</a></p> ]]></content:encoded> <wfw:commentRss>http://www.vpser.net/manage/linux-vps-install-kde-gnome-vnc.html/feed</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>DiaHosting 支持Debian32位、更新内核、gnome图形界面</title><link>http://www.vpser.net/usa-vps/diahosting-debian32bit-pvgrub-gnome.html</link> <comments>http://www.vpser.net/usa-vps/diahosting-debian32bit-pvgrub-gnome.html#comments</comments> <pubDate>Tue, 02 Feb 2010 03:57:32 +0000</pubDate> <dc:creator>VPSer</dc:creator> <category><![CDATA[美国VPS]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[DiaHosting]]></category> <category><![CDATA[gnome]]></category> <category><![CDATA[pvgrub]]></category> <category><![CDATA[更新内核]]></category><guid
isPermaLink="false">http://www.vpser.net/?p=900</guid> <description><![CDATA[
DiaHosting 1月份双倍内存超值优惠让vpser足足的尝到了些甜头，刚到2月DiaHosting除了双倍内存的优惠，还给我们这些vpser们带来了几个好消息：流量查看面板支持VPS关机、开机、重启，通过pvgrub更新内核，Debian 32位、gnome图形操作界面，下面看一下详细的介绍吧。
1. https://cp.diahosting.com增加VPS控制功能，目前可以进行开机，关机，重启。（注：重装系统还是需要通过xen-shell来进行）2. 所有新的VPS将使用pvgrub, 通过pvgrub，VPS将不再使用DiaHosting主服务器上的内核，而是使用VPS内的系统内核，这将使DiaHosting的VPS更加接近真实环境，同时用户可以自行更新内核。
3. 得益于pvgrub, DiaHosting的VPS将完美支持32位操作系统，使用32位操作系统可以明显减少内存的消耗。32位还是64位？
4. 增加如下操作系统支持:
debian 5 32bits
ubuntu 8.04 32bits
ubuntu 9.10 32bits
ubuntu 9.10 64bits5. 增加一个集成gnome图形操作界面的CentOS 5模版，使用非常简单，安装完成后，直接使用VNC访问  ip:1  即可。
ReView：DiaHosting应该是从成立之初开始用的，到现在应该有一年了，一直很稳定，我记忆中只有因为一次硬件坏了，停过机，再就是我的VPS被DDOS的时候停过机。速度洛杉矶的也没的说，总体来说DiaHosting还是一个非常值得推荐的VPS服务商。]]></description> <content:encoded><![CDATA[<div><p><a
href="http://www.vpser.net/go/diahosting" target="_blank">DiaHosting</a> <a
href="http://www.vpser.net/coupons/diahosting-2010-1.html" target="_blank">1月份双倍内存</a>超值优惠让<a
href="http://www.vpser.net/" target="_blank">vpser</a>足足的尝到了些甜头，刚到2月<a
href="http://www.vpser.net/go/diahosting" target="_blank">DiaHosting</a>除了<strong>双倍内存的优惠</strong>，还给我们这些<a
href="http://www.vpser.net/" target="_blank">vpser</a>们带来了几个好消息：流量查看面板支持VPS关机、开机、重启，通过pvgrub更新内核，Debian 32位、gnome图形操作界面，下面看一下详细的介绍吧。</p><p>1. <a
href="https://cp.diahosting.com" target="_blank">https://cp.diahosting.com</a>增加VPS控制功能，目前可以进行开机，关机，重启。（注：重装系统还是需要通过<a
href="http://www.vpser.net/vps-cp/vps-xen-shell.html" target="_blank">xen-shell</a>来进行）</p><p><a
href="http://www.vpser.net/uploads/2010/02/diahosting-vps-status.jpg"><img
class="alignnone size-full wp-image-901" title="diahosting-vps-status" src="http://www.vpser.net/uploads/2010/02/diahosting-vps-status.jpg" alt="" width="479" height="134" /></a></p><p>2. 所有<em><strong>新的VPS</strong></em>将使用pvgrub, 通过pvgrub，VPS将不再使用<a
href="http://www.vpser.net/go/diahosting" target="_blank">DiaHosting</a>主服务器上的内核，而是使用VPS内的系统内核，这将使<a
href="http://www.vpser.net/go/diahosting" target="_blank">DiaHosting</a>的VPS更加接近真实环境，同时用户可以自行更新内核。<span
id="more-900"></span></p><p>3. 得益于pvgrub, <a
href="http://www.vpser.net/go/diahosting" target="_blank">DiaHosting</a>的VPS将完美支持32位操作系统，使用32位操作系统可以明显减少内存的消耗。<a
href="http://www.vpser.net/other/vps-32bit-64bit.html" target="_blank">32位还是64位？</a></p><p>4. 增加如下操作系统支持:<br
/> debian 5 32bits<br
/> ubuntu 8.04 32bits<br
/> ubuntu 9.10 32bits<br
/> ubuntu 9.10 64bits</p><p><a
href="http://www.vpser.net/uploads/2010/02/diahosting-debian32-gnome.jpg"><img
class="alignnone size-full wp-image-905" title="diahosting-debian32-gnome" src="http://www.vpser.net/uploads/2010/02/diahosting-debian32-gnome.jpg" alt="" width="407" height="231" /></a></p><p>5. 增加一个集成gnome图形操作界面的CentOS 5模版，使用非常简单，安装完成后，直接使用VNC访问  ip:1  即可。</p><p>ReView：<a
href="http://www.vpser.net/go/diahosting" target="_blank">DiaHosting</a>应该是从成立之初开始用的，到现在应该有一年了，一直很稳定，我记忆中只有因为一次硬件坏了，停过机，再就是我的VPS被DDOS的时候停过机。速度洛杉矶的也没的说，总体来说<a
href="http://www.vpser.net/go/diahosting" target="_blank">DiaHosting</a>还是一个非常值得推荐的VPS服务商。</p></div> ]]></content:encoded> <wfw:commentRss>http://www.vpser.net/usa-vps/diahosting-debian32bit-pvgrub-gnome.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 7/13 queries in 0.005 seconds using disk

Served from: www.vpser.net @ 2010-07-31 15:31:58 -->