摘要:
```
download github file.zip cd file
git init
git add .
git commit -m "init" set rtp+=$HOME/.vim/bundle/Vundle.vim/
call vundle#begin('$HOME/.vim/bundle/') Plugin 'file://D:/mtl/vim/jedi-vim' cal... 阅读全文
摘要:
```
dd if=/dev/zero of=/swapfile1 bs=1024 count=524288 mkswap /swapfile1 swapon /swapfile1 vi /etc/fstab # edit /etc/fstab file, add the following line /swapfile1 none swap sw 0 0 # save and qui... 阅读全文