摘要: ``` 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... 阅读全文
posted @ 2018-09-11 13:25 idlewith 阅读(573) 评论(0) 推荐(0) 编辑
摘要: ``` 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... 阅读全文
posted @ 2018-09-11 12:33 idlewith 阅读(232) 评论(0) 推荐(0) 编辑