发布时间:2014-09-21 13:02:25
1) 重启后永久性生效:开启: chkconfigiptables on关闭: chkconfigiptables off2) 即时生效,重启后失效:开启: serviceiptables start关闭: serviceiptables stop需要说明的是对于Linux下的其它服务都可以用以上命令执行.........【阅读全文】
发布时间:2014-09-21 13:02:18
操作系统:ubuntu 11.10 / CentOS 6.3firewall_close.sh:#!/bin/bash#centos begin#check the firewall status #/etc/init.d/iptables stutas #Temporary closed firewall#/etc/init.d/iptables stop#Permanent closed firewall#chkconfig iptables off#centos end#ubuntu begin#check the .........【阅读全文】
发布时间:2014-09-21 13:02:12
README.txtlinux下的花生壳的安装运行环境:ubuntu11.10 / Centos 6.3当前使用的软件包:phddns-2.0.2.16556.tar.gz1,安装前置:@1@ 解压 phddns-2.0.2.16556.tar.gz 到任意的目录下(如 /usr/local/), 再把 phddns_install.sh ,phddns_remove.sh 脚本文件放于解压包所在目录 (这两个.........【阅读全文】
发布时间:2014-09-21 13:02:10
分页显示文件内容 命令:pg (page) 格式:pg [option] filename 功能:分页显示指定文件的内容。在显示一页文件时,最后一行将显示等待用 户输入指令。可输入的指令有如下选项。 选项:h 显示pg命令中可使用的帮助(help)命令。 q 退出pg命令。 [return] 显示下一页正文。 1 显示正文的下一行 [Space] 显示下一页 .........【阅读全文】
发布时间:2014-09-21 13:02:07
摘要:用户使用linux at命令在指定时刻执行指定的命令序列。也就是说,该命令至少需要指定一个命令、一个执行时间才能够正常运行linux at命令用户使用linux at命令在指定时刻执行指定的命令序列。也就是说,该命令至少需要指定一个命令、一个执行时间才能够正常运行。linux.........【阅读全文】