摘要: $ 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 .
阅读全文
摘要: 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
阅读全文
摘要: 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.
阅读全文
摘要: 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
阅读全文