Lv.的博客
摘要: #!/bin/bashexpect -c " set timeout 1000 spawn /bin/su - root expect \":" send \"12360.cn\n\" interact" 阅读全文
posted @ 2015-01-08 18:57 Avatarx 阅读(4471) 评论(0) 推荐(0)
摘要: 1 linux创建自启动程序 自启动的两种方法,都经过自己测试。1.1 自启动程序方法1: 在etc/rc.local在里面加入/home/robin/code/autoruntest > /dev/null &(其中autoruntest 测试程序名称,下同)。即可自启动1.2 自启动程序方法2:... 阅读全文
posted @ 2015-01-08 15:53 Avatarx 阅读(488) 评论(0) 推荐(0)
摘要: 【参考资料】吴垠的“手把手教你把Vim改装成一个IDE编程环境”在Fedora下成功将Vim打造成适用于C/C++的IDE用Vim搭建C/C++开发环境Ubuntu下vim+ctags的配置(转)Vim下的代码自动补全和代码跳转阅读(转)omnicppcomplete - a Vim plugin我... 阅读全文
posted @ 2015-01-08 14:16 Avatarx 阅读(383) 评论(0) 推荐(0)