Ubuntu Gnome常用软件
UbuntuGnome 常用软件
中文输入法(fcitx-googlepinyin)
- sudo apt-get install fcitx-googlepinyin
- fcitx-config (+googlepinyin,maybe need restart to show)
- default shortcut: ctrl+space
翻墙软件
Atom
- sudo add-apt-repository ppa:webupd8team/atom
- sudo apt-get update
- sudo apt-get install atom
ruby,rails环境的安装
-
$ curl -L https://get.rvm.io bash -s stable - $ source ~/.rvm/scripts/rvm
- $ rvm install 2.0.0
- $ rvm 2.0.0 –default
- $ gem source -r https://rubygems.org/
- $ gem source -a https://ruby.taobao.org
- $ gem install rails
- $ rails -v
twister
compile & install
- sudo apt-get update
- sudo apt-get install git autoconf libtool build-essential libboost-all-dev libssl-dev libdb++-dev libminiupnpc-dev
- git clone https://github.com/miguelfreitas/twister-core.git
- cd twister-core
- ./bootstrap.sh
- ./configure
- make
- mkdir ~/.twister
- git clone https://github.com/miguelfreitas/twister-html.git ~/.twister/html
run
- ./twisterd -rpcuser=user -rpcpassword=pwd -rpcallowip=127.0.0.1
- http://user:pwd@localhost:28332
Create App Launcher(desktop shortcut)
In 14.04 To create a shortcut on the desktop to an existing application: the simpelest solution is to copy the application’s desktop file to the Desktop:
- go to /usr/share/applications,right click on the application’s desktop file >copy,
- go to your desktop, right click >paste.
- Dont’t forget to make it executable, its correct icon will appear after you made it executable.