Jun 07 2009

Ubuntu Desktop에서 Eclipse를 활용한 개발환경 구성하기(2)

분류: Desktop, Eclipse, How to최 태현 @ 5:21 오후

메뉴만들기

sudo gedit /usr/share/applications/eclipse.desktop

With this contents

[Desktop Entry]
Encoding=UTF-8
Name=Eclipse
Comment=Eclipse IDE
Exec=eclipse
Icon=eclipse
Terminal=false
Type=Application
Categories=GNOME;Application;Development;
StartupNotify=true

After executing this command, you can run from the menu item
applications/programming/eclipse

http://www.hui-wang.info/?p=117

Tags: ,


May 01 2009

Ubuntu Server에 Graphic 환경설정하기

분류: Ubuntu최 태현 @ 8:56 오후

 

1. Gnome 
  • sudo apt-get install ubuntu-desktop
  • sudo apt-get install gdm
  • sudo /etc/init.d/gdm start
  • sudo dpkg-reconfigure xserver-xorg

2. Xfce

  • sudo apt-get install xubuntu-desktop
  • logout or reboot

Tags: ,