Ubuntu 12.04 (10) Personal Environment

Chinese Input

=================

I use Wubu, so Fcitx,

 

 sudo add-apt-repository ppa:fcitx-team/nightly && sudo apt-get update
 
 sudo apt-get install fcitx-rime


Python is auto ,


Begin with PhantomJS,

use sudo.

================================================================================================

Database Env:

     # mongodb

                   # server can  use  sudo

                   # client, here recommend robomongo ( robomongo.org)    or other client, umongo ?   not try it.


    # mysql

               # server

               # client, phpMysql~



Python, Java ==> Eclipse

================================================================================================

   # python

   I love pip.  3 letters is easier than 'easy_install' , isn't it?

    sudo apt-get install python-pip




Then sometimes My partners like eclipse+pydev, check this :

       http://os.51cto.com/art/201108/284072.htm


Actually, I prefer to Sublime Text 2( ST2). Coz I dealt with more light projects much than Heavy ones.


ST's deployment can check here:

       http://songfantasy.iteye.com/blog/1536184  or use this code:

`     

    sudo add-apt-repository ppa:webupd8team/sublime-text-2
    sudo apt-get update
  

`


   st2 's  package control , do some google.     You will find your garden of packages, depends on your language routine.



原文地址:https://www.cnblogs.com/pangblog/p/3320018.html