这是我日常在mac下记录的一些常用终端命令: 1 java 2 javac 3 exit 4
/Users/lianxumac/Desktop/apktool1.5.2/反编译 ; exit; 5
/Users/lianxumac/Desktop/apktoo...
分类:
其他好文 时间:
2014-05-16 03:35:08
阅读次数:
309
#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
查看端口是否启动: netstat -tunpl |grep :3218查看服务是否启动:
pstree |grep squid查看文件夹下有多少目录和文件: tree
分类:
系统相关 时间:
2014-05-16 00:42:54
阅读次数:
431
环境: "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