Save your dream,Save your life!

导航

统计

公告

04 2011 档案

Panel is folded in ubuntu
摘要: $ ctrl+alt+f1 (here , log in with your account)$ mv ~/.gconf/app/panel ~/.gconf/app/panel.bak$ sudo pkill gnone-session$ ctrl+alt+f7The panel be rebuilding .阅读全文

posted @ 2011-04-10 01:16 coolesting 阅读(12) | 评论 (0) 编辑

move to trash instead of rm command in ubuntu
摘要: sudo apt-get install trash-cli vim ~/.brash_aliasesenter this alias rm='trash' (the command trash maybe is trash-put, more detail check the trash-cli document)then, logout again.testtouch ttmkdir abcrm ttrm -rf abcnow you can find the tt and abc in trash directory that path is ~/.local/share阅读全文

posted @ 2011-04-09 12:32 coolesting 阅读(30) | 评论 (0) 编辑

HelloWorld for SVN
摘要: Section oneEnvironment: PC system : ubuntu9.10 Subversion: 1.6.5 The /var/www is project path you need to change Step1 Installationsudo apt-get install subversion libapache2-svn Step2 set the permission and access typesudo groupadd subversionsudo mkdir /home/svn/myprojectsudo cd /home/svnsudo chown.阅读全文

posted @ 2011-04-03 11:47 coolesting 阅读(73) | 评论 (0) 编辑

Perfect vim config file
摘要: First ,http://amix.dk/vim/vimrc.htmlSecond,https://github.com/spf13/spf13-vimThird, pressing this command in your terminal . git clone git://github.com/spf13/spf13-vim.git cd spf13-vim git submodule update --init cd ~ mv .vim .vim.old (backup the .vim if you have had this directory) cp spf13-vim/.vi阅读全文

posted @ 2011-04-02 19:21 coolesting 阅读(68) | 评论 (0) 编辑