Skip to content

Instantly share code, notes, and snippets.

@liuyix
Last active December 26, 2015 07:39
Show Gist options
  • Select an option

  • Save liuyix/7116426 to your computer and use it in GitHub Desktop.

Select an option

Save liuyix/7116426 to your computer and use it in GitHub Desktop.
ubuntu环境搭建

Ubuntu 13.10 工作环境搭建

source.list

教育网用户 :选择教育网源

/etc/fstab

其他分区的自动挂载,尤其是双系统环境,启动自动挂载ntfs分区

/etc/hosts

常用软件

  • build-essential
  • emacs24
  • vim
  • exuberant-ctags
  • fcitx fcitx-googlepinyin fcitx-frontend-gtk2 fcitx-frontend-gtk3
  • chromium-browser
  • nautilus-open-terminal
  • guake
  • htop
  • aptitude
  • smplayer
  • virtualbox
  • rarlinux
  • wps office
  • mendeley-desktop
  • android-bundle

switch ibus to fcitx

默认的ibus不好用,首先 sudo apt-get install fcitx fcitx-googlepinyin ,然后im-config -x按提示进行设置,之后重启(也许只需要注销,不确定,但是重启一定好使

Remove libreoffice

sudo apt-get remove --purge libreoffice*
sudo apt-get clean
sudo apt-get autoremove

font settings

推荐字体:Monaco

这个没有什么好办法,图形界面设置更可靠。

  • gnome-terminal
  • guake

TODO oracle java

TODO adobe-flash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment