something that need to do after using wubi to install ubuntu 10.10 in win7, very useful !

1.As a pragramer that using java, eclipse is a requisite tool. You can find it in the unbuntu software center. But it is a pure tool to write java, so you need to install some plugins.

  CDT                 http://download.eclipse.org/tools/cdt/releases/galileo
  EPP Packages Repository       http://download.eclipse.org/technology/epp/packages/galileo
  Galileo Update Site          http://download.eclipse.org/releases/galileo/
  ADT                  https://dl-ssl.google.com/android/eclipse/
  Subclipse 1.4.x Update Site      http://subclipse.tigris.org/update_1.4.x

 

2.Change the system default style to make it look more comfortable.(the followings are the color i use on my computer)

  241 11 97
  156 23 98
  11 97 99
  60 25 100

 

3.Some computers have the sound problem after install the ubuntu 10.10, i.e. you use your earphone but it still have the sound ouside. Different model number of computers have different method to solve. My computer is lenovo ideapad G460, i search on the internet for a long time and finally solve it :
  sudo gedit /etc/modprobe.d/alsa-base.conf
  options snd-hda-intel model=ideapad ( add this line to the end of the file )

 

4.update you firefox

  (1)sudo apt-get remove firefox-*   

  (2)sudo add-apt-repository ppa:mozillateam/firefox-stable

  (3)sudo apt-get update

  (4)sudo apt-get install firefox

 

5.install libreoffice

  first : remove you Openoffice
      sudo apt-get purge "openoffice*.*"
  second : add LibreOffice PPA
    sudo add-apt-repository ppa:libreoffice/ppa
    sudo apt-get update
  third : install LibreOffice
      sudo apt-get install libreoffice

  fourth : the following command maybe useful
    for KDE user : sudo apt-get install libreoffice-kde
    for Gnome user : sudo apt-get install libreoffice-gnome
  

  
6. install openfetion
  sudo add-apt-repository ppa:happyaron/ppa  
  sudo apt-get update
  sudo apt-get install openfetion

 

7. setting your gedit in the preference.

  

posted on 2011-11-26 20:56  jinshi  阅读(112)  评论(0)    收藏  举报

导航