摘自:1、http://www.lingcc.com/2013/03/22/12282/内容:1、基本命令: 了解基本的bash,通读整个bash man
page 学习vim 了解SSH,基本的无密码验证方式: 熟悉Bash中常用的任务管理命令 &,Ctrl-Z,Ctrl-C,jobs,fg,bg...
分类:
系统相关 时间:
2014-05-19 23:13:14
阅读次数:
522
这个是我参照网上一些资料,自己动手安装vim 7.4的命令总结,全部通过,测试
分类:
其他好文 时间:
2014-05-19 23:11:49
阅读次数:
326
#vim:tabstop=4shiftwidth=4softtabstop=4
#Copyright(c)2011X.commerce,abusinessunitofeBayInc.
#Copyright2010UnitedStatesGovernmentasrepresentedbythe
#AdministratoroftheNationalAeronauticsandSpaceAdministration.
#AllRightsReserved.
#
#LicensedundertheApacheLic..
有两种方法来解决:一、 配置客户端 1 在 linux下的ssh命令:vim
/etc/ssh/ssh_config 然后找到里面的ServerAliveInterval
参数,如果没有你同样自己加一个就好了。参数意义相同,都是秒数,比如9分钟: ServerAliveInterval 540 .....
分类:
其他好文 时间:
2014-05-16 00:53:06
阅读次数:
308
环境: "Ubuntu 13.10" 安装: apt-get install munin
munin-nodeapt-get install apache2配置:1. vim /etc/munin/munin.conf dbdir
/var/lib/muninhtmldir /var/c...
分类:
其他好文 时间:
2014-05-16 00:05:58
阅读次数:
455
如何使用MacVim1、在插入模式之外基本上来说,你应该尽可能少的呆在插入模式里面,因为在插入模式里面
VIM 就像一个“哑巴”编辑器一样。很多新手都会一直呆在插入模式里面,因为这样易于使用。但 VIM 的强大之处在于他的命令行模式!你会发现,在你越来越了解
VIM 之后,你就会花越来越少的时间使用...
分类:
系统相关 时间:
2014-05-15 17:30:03
阅读次数:
464
set enc=utf-8centos修改
/etc/vimrcubuntu修改:/etc/vim/vimrc
分类:
其他好文 时间:
2014-05-15 14:33:51
阅读次数:
200
第一步vim/etc/sysctl.conf
net.ipv4.tcp_keepalive_time=1800
net.ipv4.tcp_keepalive_probes=5
net.ipv4.tcp_keepalive_intvl=15
net.core.rmem_max=167772160
net.core.wmem_max=167772160
net.ipv4.tcp_rmem=409687380167772160
net.ipv4.tcp_wmem=409665536167772160
net...
分类:
其他好文 时间:
2014-05-15 12:32:43
阅读次数:
248
Here is a brief introduction and package of
dotfiles for linux/unix user.I think there are enough informative description
about the package.Here is th...
分类:
编程语言 时间:
2014-05-15 12:01:37
阅读次数:
370
下是centos6.4里安装vim配置操作命令[BEGIN]2014/5/13星期二上午10:08:54
[root@bogon~]#rpm-qa|grepvim
[root@bogon~]#yumremovevimvim-enhancedvim-commonvim-minimal
[root@bogon~]#wgetftp://ftp.vim.org/pub/vim/unix/vim-7.4.tar.bz2
[root@bogon~]#yumupdatewget
[root@..
分类:
其他好文 时间:
2014-05-15 00:36:45
阅读次数:
379