脚本创建临时文件: #mktemp创建临时文件或目录 #mktemp[OPTION]FILE.RANDOMLENGTH [OPTION] -d创建目录。 例如: #mktemp/tmp/file.XX /tmp/file.36 #mktemp/tmp/file.XX /tmp/file.37 #mktemp/tmp/file.XX /tmp/file.38 #mktemp/tmp/file.xxxx /t..
分类:
其他好文 时间:
2015-02-26 15:06:16
阅读次数:
175
任务计划: 1.在未来某个时间点执行一次某任务: #at #at[OPTION]TIME at>COMMAND at>... at>Ctrl+d提交 [OPTION] -l显示作业列表,相当于#atq命令 显示格式如下: JOBIDRUNTIMEALIGNMENTUSER ALIGNMENT(队列)只能用单个字符..
分类:
系统相关 时间:
2015-02-26 11:50:48
阅读次数:
221
From http://wiki.centos.org/FAQ/CentOS6What groups are included in each option at install time?Based on /usr/lib/anaconda/installclasses/rhel.py from ...
分类:
其他好文 时间:
2015-02-26 11:38:07
阅读次数:
200
1、辅助编辑器(Assistant Editor)显示辅助编辑器的快捷键:Command+Option+回车返回标准编辑器的快捷键:Command+回车2、显示/隐藏工具区域(Utilities)Command+Option+03、显示/隐藏导航面板(Navigator)Command+04、Sim...
分类:
其他好文 时间:
2015-02-24 23:25:39
阅读次数:
143
Power of CryptographyTime limit: 3.000 secondshttp://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=99&page=show_problem&probl...
分类:
其他好文 时间:
2015-02-24 13:48:03
阅读次数:
172
<style type="text/css"> <!-- body { ? ? font-family: ; ? ? font-size:; } input, label, select, option, textarea, button, fieldset, legend { ? ? font-family: ; ? ? font-size:; } --> </style>...
分类:
Web程序 时间:
2015-02-24 01:54:56
阅读次数:
265
grep命令是类Unix系统中一种强大的文本搜索工具,全称是Global Regular Expression Print,表示全局正则表达式版本,它的使用权限是所有用户。命令格式为:grep [option] pattern file常用option有:-i --ignore-case ...
分类:
系统相关 时间:
2015-02-23 09:37:35
阅读次数:
174
原文地址:http://blog.163.com/chenqioulin_1983/blog/static/83216232010109104430251/首先还是看看RFC咋说的吧。DHCP 是RFC2131定义,DHCP 2132定义了dhcp option .9.13. Vendor clas...
分类:
其他好文 时间:
2015-02-21 18:47:40
阅读次数:
617
./configure: error: the HTTP rewrite module requires the PCRE library.
You can either disable the module by using --without-http_rewrite_module
option, or install the PCRE library into the system, or build the PCRE library
statically from the source with n...
分类:
其他好文 时间:
2015-02-20 23:12:56
阅读次数:
299
ddns-update-style interim; //设置dhcp互动更新模式 ignore client-updates; //忽略客户端更新 #子网声明 subnet 192.168.12.0 netmask 255.255.255.0 { # --- default gateway opt...
分类:
其他好文 时间:
2015-02-20 22:00:51
阅读次数:
172