Skip to content

Instantly share code, notes, and snippets.

@shangmin1990
Last active August 29, 2015 14:01
Show Gist options
  • Save shangmin1990/7b92eef78d3448475f14 to your computer and use it in GitHub Desktop.
Save shangmin1990/7b92eef78d3448475f14 to your computer and use it in GitHub Desktop.
中文支持 ubuntu 13.10
//中文支持
sudo locale-gen zh_CN.UTF-8
//修改时区
sudo dpkg-reconfigure tzdata
//同步时间
sudo ntpdate cn.pool.ntp.org
cn.pool.ntp.org是位于中国的公共NTP服务器
----------------------------------------create a desktop icon on ubuntu---------------------------------------------------------------------
[Desktop Entry]
Categories=Development;
Comment[zh_CN]=
Comment=
Exec=/home/owen/Software/eclipse/eclipse
GenericName[zh_CN]=IDE
GenericName=IDE
Icon=/home/owen/Software/eclipse/icon.xpm
MimeType=
Name[zh_CN]=eclipse
Name=eclipse
Path=
StartupNotify=true
Terminal=false
Type=Application
X-DBUS-ServiceName=
X-DBUS-StartupType=
X-KDE-SubstituteUID=false
X-KDE-Username=owen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment