• vim配置备忘:

$cat .vimrc set tabstop=4set shiftwidth=4set softtabstop=4set expandtabset autoindent"set mouse=aset hlsset nusyntax onfiletype plugin onlet g:pydiction_location = '~/.vim/bundle/pydiction/complete-dict'let g:pydiction_menu_height = 3"-- Taglist setting --let Tlist_Auto_Highlight_Tag=1"let Tlist_Auto_Open=1let Tlist_Auto_Update=1let Tlist_Use_Right_Window=1let Tlist_Exit_OnlyWindow=1

  • Mint更新后GIMP等软件变为英文:

刚刚装好的Mint17运行正常,后来更新系统后导致GIMP等一些软件变为英文,检查系统语言也是中文:

后经google得知Gimp、Inkscape的mo汉化包被打在language-pack-gnome-zh包中了。可以通过安装language-pack-gnome-zh包解决。 

$ sudo apt-get install language-pack-gnome-zh-hans

#末尾s是simple简体, t是tradictional繁体

  • 安装Linux截图工具:

# apt-get install shutter libgoo-canvas-perl

libgoo-canvas-perl:为shutter的编辑工具包。