Updated at: June 4, 2017
get the device name of your USB with
df -h
e.g. /dev/sdb1
> dd if=/path/to/linux-desktop.iso of=/dev/sdx
# e.g. dd if=/path/to/linux-desktop.iso of=/dev/sdb
# Notice: not sdb1 !!!
> sync
> eject /sdx1
# e.g. eject /sdb1
First of all, Let’s across Great Wall @github installation wiki
http://dl.google.com/linux/chrome/deb/
> sudo dpkg -i google-chrome-stable_current_amd64.deb
# start chrome with a proxy, only for chrome linux, you can set up proxy manually on windows/OSX
> google-chrome-stable --proxy-server="127.0.0.1:1080"
# login in google accout to sync your bookmarks and extensions
im-config # select ibus or fcitx
ibus, (Chinese (Pinyin))
Setting –> Text Entry –> add “Chinese (Pinyin)”
fcitx,
> sudo dpkg -i ~/Downloads/sogoupinyin_2.1.0.0082_amd64.deb
> sudo apt -f install # solve dependency
> sudo dpkg -i ~/Downloads/sogoupinyin_2.1.0.0082_amd64.deb
#!!restart!!
> fcitx-config-gtk3 # or fcitx-configtool
# --> add input method --> sougou pinyin
sogou & fcitx bug on Ubuntu 16.04 LTS :
since SouGou PinYin for Linux is developed by Ubuntu Kylin Team and Sougou company.
google_pinyin
> lsb_release -cs
xenial
# https://launchpad.net/~fish-shell/+archive/ubuntu/release-2/+packages
# download corresponding package due to code name of your ubuntu release, e.g. xenial
> sudo dpkg -i sudo dpkg -i fish_2.6.0-1-xenial_amd64.deb
> sudo dpkg -i fish-common_2.6.0-1-xenial_all.deb
> sudo apt install -f # solve dependency
> fish -v 13:52:31
> fish, version 2.6.0
omf(oh my fish, like oh my zsh as you know), since I use rvm which officailly support bash/zsh, while I can install a rvm plugin wih omf, this plugin make rvm work perfectly with fish.
~/.local[/desktop]/eclipse.ini, force using gtk-2(not gtk-3)
create a Java project with Maven env variables
# fish style
set -x JAVA_HOME $HOME/jdk1.8.0_65
set -x JRE_HOME {$JAVA_HOME}/jre
set -x CLASSPATH .:{$JAVA_HOME}/lib:{$JRE_HOME}/lib
set -x PATH {$JAVA_HOME}/bin {$JRE_HOME}/bin $PATH
env variables
# fish style
set -x GOROOT $HOME/go
set -x GOPATH $HOME/gopackage
set -x PATH {$GOROOT}/bin $PATH
built-in python and python3
mssql-tools : Depends: msodbcsql (>= 13.0.0.0) but it is not going to be installed depend on Microsoft ODBC Driver for SQL Server