Linux工具: shutter, chrome, google pinyin, java

来源:互联网 发布:滁州淘宝服饰 编辑:程序博客网 时间:2024/06/04 19:34

OS:ubuntu12.04 LTS

1. shutter, google chrome.

In the software, install them.

2. 安装 google 拼音

1.1) 在软件中心 输入 googlepinyin.安装google 拼音

1.2) press key:menu, input "ibus", select the menu item"preferences", setting it like the below:



3. install java

3.1) download the latest version from oracle: http://www.oracle.com/technetwork/java/javase/downloads/index.html

3.2) unzip it and move it to /opt/java folder

sudo mv jdk1.7.0_51/ /opt/java

3.3) configuration

sudo gedit /etc/profile

Then add these parameters to the end of the opened file:

export JAVA_HOME=/opt/java/jdk1.7.0_51export CLASSPATH=.:$CLASSPATH:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jarexport PATH=$PATH:$JAVA_HOME/bin

close the opened text file, execute the command in the terminal:

source /etc/profile
Input java, javac to check if it works.

3.4) reboot the PC.


4. Eclipse

4.1) download it from: http://www.eclipse.org/downloads/

4.2) unzip it and it can work now.


5. install skype

5.1) install the dependant packages:

sudo apt-get install libqt4-dbus libqt4-network libqt4-xml libasound2

5.2) download the skype:

For 64-bit:

$ wget http://www.skype.com/go/getskype-linux-beta-ubuntu-64$ wget http://www.skype.com/go/getskype-linux-ubuntu-64

For 32-bit:

wget http://www.skype.com/go/getskype-linux-beta-ubuntu-32

5.3) install

sudo apt-get -f install
sudo dpkg -i getskype-linux-beta-ubuntu-64


5.4) problem shooting:

When upgrading the Skype to a new version, sometime it will come to the problem:"aborted (core dump)" problem.

sudo apt-get autoremove --purge skype


solution: remove the folder ~/.skype.

6. install a new language



0 0