debian安装了桌面,官方软件库包含了iceweasel,这个是firefox内核的,不过内存占用有点大。换了chrome,这个内存占用更猛,最后试了opera,相对来说还好点。
桌面运行opera的时候内存占用200多m,BuyVM 年付15刀的vps也能应付了。 这里记录下opera的安装过程。很简单:
[notification type=”alert”]cat >>/etc/apt/sources.list<<END
[/notification]
deb http://deb.opera.com/opera/ stable non-free #Opera Browser (final releases)
END
wget -O - http://deb.opera.com/archive.key | apt-key add -
apt-get update
apt-get -y --force-yes install opera
然后在桌面运行:
[notification type=”alert”]opera &
[/notification]
就可以启动opera。
大家还知道哪个浏览器资源占用小的,不妨介绍下。