Linux ===== Fedora配置
51开源社区:http://blog.51osos.com
Fedora正式版专题,应用环境详细配置:http://blog.51osos.com/linux/fedora-16-topic/
Kde桌面的几个配置:http://hi.baidu.com/xiazhujie/item/4b3a65d083e6be18d80e4441
待续...
换主题:http://www.linuxidc.com/Linux/2011-12/50264p2.htm
http://lassekongo83.deviantart.com/art/Zukitwo-203936861
http://bbs.51osos.com/thread-8843-1-1.html
http://www.lupaworld.com/article-210683-1.html
shell theme 修改的时候需要打开 user themes extension 后者这个扩展需要提前安装
extension扩展:http://www.linuxdiyf.com/bbs/thread-205290-1-1.html
扩展设置:http://www.nenew.net/gnome3-modify-theme-install-extension.html !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
http://blog.csdn.net/tangzhen8839/article/details/6698594
tmux使用:peter视频
.tmux.conf 配置文件
unbind C-b
set -g prefix C-a
setw -g mode-keys vi
# split window like vim
# vim's defination of a horizontal/vertical split is revised from tumx's
bind s split-window -h
bind v split-window -v
# move arount panes wiht hjkl, as one would in vim after C-w
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
# resize panes like vim
# feel free to change the "1" to however many lines you want to resize by,
# only one at a time can be slow
bind < resize-pane -L 10
bind > resize-pane -R 10
bind - resize-pane -D 10
bind + resize-pane -U 10
# bind : to command-prompt like vim
# this is the default in tmux already
bind : command-prompt
gonome-teminal:配置文件/bin/godean
gnome-teminal --full--screen --hide-menubar sudo chmod 775 godean