开发者

Amazon EC2 micro instance image with GNU/KDE ready for use [closed]

Closed. This question is off-topic. It is not currently accepting answers.

Want to impr开发者_Go百科ove this question? Update the question so it's on-topic for Stack Overflow.

Closed 11 years ago.

Improve this question

Anyone could indicates to me if know a image on Amazon EC2 with graphical interface under Linux, configured and ready for use? I would like to test the micro instance.


I do not have such an AMI pre configured but we did create many images where KDE was installed along with other packages. You may create your own AMI with KDE really quick:

  1. Launch a standard RHEL 6.0 (32 bit) instance. AMI is publicly available
  2. yum install vnc-server
  3. edit /etc/sysconfig/vncservers for the username
  4. Login to the Linux server using this username and issue command "vncpasswd"
  5. yum groupinstall “X Window System”
  6. yum groupinstall “KDE Desktop”
  7. service vncserver start
  8. replace twm with "startkde" in ~/.vnc/xstartup file
  9. service vncserver restart

It takes about 10 minutes to complete all these tasks. You can then connect to the instance through VNC client.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜