
mac
nisxiya
Still a graduate student in ss of Peking UniversityGood at python, Java, C, Linux VimLearning Algorithms
展开
-
Advanced .vimrc config
1, using vundle to manage vim pluginsA detailed introduction from github: https://github.com/VundleVim/Vundle.vim2, the .vimrc configuration(PS I’d like to use macvim in mac os. A detailed introduction原创 2015-10-19 20:23:39 · 683 阅读 · 0 评论 -
SSH Login Shell
how to login into a remote host through ssh1, write a shell script (login.sh), like:#!/usr/bin/expect -f set user root set host 10.10.2.176 set password wsn++123 set timeout -1spawn ssh $user@$host exp原创 2015-12-08 10:44:56 · 1069 阅读 · 0 评论