ubuntu下常用工具软件安装

ubuntu 12.04安装有道词典

sudo gedit /etc/apt/sources.list

add the following two lines to the end of sources.list

deb http : / / ppa.launchpad.net / justzx 2011 / openyoudao / ubuntu precise main
deb - src http : / / ppa.launchpad.net / justzx 2011 / openyoudao / ubuntu precise main

#sudo apt-get update

# sudo apt-get install openyoudao

#sudo apt - get remove --purge openyoudao
envirometal variables
 
rsync
http://abloz.com/2012/07/05/use-rsync-to-synchronize-hadoop-server-configuration.html
 
Convert file format
#sudo apt-get install dos2unix
#dos2unix -n input.txt  output.txt
 http://www.cyberciti.biz/faq/convert-ctrlm-carriage-return-between-unix-windows-textfiles/
 
Wubi
#sudo apt-get install ibus ibus-clutter ibus-gtk ibus-gtk3 ibus-qt4
#im-switch -s ibus
#sudo apt-get install ibus-pinyin
#sudo apt-get install ibus-table-wubi
#ibus-setup
#sudo apt-get install gnome-icon-theme
#ibus-daemon -drx
 
 
References
https://help.ubuntu.com/community/EnvironmentVariables

猜你喜欢

转载自ylzhj02.iteye.com/blog/2035334