Ubuntu 14.04 配置
VIM
为了方便自己使用,瞬间得到.vimrc文件
下载文件wget http://files.cnblogs.com/daijkstra/vimrc.zip 解压缩 unzip -f vimrc.zip -d ~/
set showcmd " 输入的命令显示出来,看的清楚些 set statusline=%F%m%r%h%w\ [FORMAT=%{&ff}]\ [TYPE=%Y]\ [POS=%l,%v][%p%%]\ %{strftime(\"%d/%m/%y\ -\ %H:%M\")} "状态行显示的内容 set cursorline " 突出显示当前行 set tabstop=4 " Tab键的宽度 set softtabstop=4 " 统一缩进为4 set shiftwidth=4 " 统一缩进为4 set number " 显示行号 set laststatus=2 " 总是显示状态行 set showmatch " 高亮显示匹配的括号
输入法及乱码
默认带的Sun Pinyin挺好用的,比谷歌拼音输入法使用方便,虽然可能联想能力不行。
Ubuntu14.04安装中文输入法以及解决Gedit中文乱码问题
http://www.cnblogs.com/zhcncn/p/4032321.html
【更新】大写锁定Caps Lock和左Control键互换的一种方法 - 查看主题 • Ubuntu中文论坛
http://forum.ubuntu.org.cn/viewtopic.php?t=463634
Ubuntu Manpage: xkeyboard-config - XKB data description files
http://manpages.ubuntu.com/manpages/saucy/en/man7/xkeyboard-config.7.html#contenttoc4
我在这里的设置是用ctrl取代caps,详细看上面帖子即可~
dconf write /org/gnome/desktop/input-sources/xkb-options "['ctrl:nocaps']"
ctrl:nocaps Caps Lock as Ctrl
ctrl:swapcaps Swap Ctrl and Caps Lock
字体问题
Ubuntu 安裝思源字體
http://ingramchen.io/blog/2014/07/ubuntu-noto-font.html
Shell
zsh shell 终极Shell
Ubuntu中怎样修改命令终端Terminal的配色方案
http://jingyan.baidu.com/article/2d5afd6994e1d685a3e28e5c.html
触控板
Ubuntu/Linuxmint如何禁用触摸板
http://www.mintos.org/config/disable-touchpad.html
保存亮度
关于开机亮度,以下设置有效,不需要设置intel的亮度,也不需要添加sudo选项执行脚本
Ubuntu 14.04/Linux Mint 17为Intel/Nvidia双显卡调节亮度 | 薄荷开源网
http://www.mintos.org/config/intel-nvidia-brightness.html
ubuntu 14.04开机设置亮度 - Seven_cm - 博客频道 - CSDN.NET
http://blog.csdn.net/seven_cm/article/details/43369989
解决 Ubuntu 12.04 LTS 保存屏幕亮度的问题 - Treasure - 博客频道 - CSDN.NET
http://blog.csdn.net/lyb2518/article/details/8115457
软件包
怎样在Ubuntu 14.04 中安装Java
http://linux.cn/article-3792-1.html
WPS及字体
wps及对应windows字体下载
http://blog.naaln.com/2013/08/do-you-want-after-you-install-fedora-19-gnome-thing/
APUE 3.0 源码例程编译问题解决 sys_error sys_quit cannot find -lbsd
http://www.cnblogs.com/ltfbk/p/4102559.html
Ubuntu 11.04 安装中文latex
http://blog.sina.com.cn/s/blog_4b6c893c0100ubjb.html
Numpy SciPy Matplotlib
http://blog.csdn.net/adream307/article/details/8564441
来源:https://www.cnblogs.com/daijkstra/p/4181742.html