Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1061984
  • 博文数量: 239
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 3618
  • 用 户 组: 普通用户
  • 注册时间: 2012-11-12 13:17
文章分类

全部博文(239)

文章存档

2021年(1)

2016年(1)

2015年(30)

2014年(91)

2013年(116)

发布时间:2013-06-08 21:45:39

举例: 开放10000端口的解决步骤如下:  1、修改/etc/sysconfig/iptables文件,增加如下一行:   -A RH-Firewall-1-INPUT -m state--state NEW -m tcp -p tcp --dport 10000 -j ACCEPT重启 iptables      serviceiptables restart  2、重启防火墙,这里有.........【阅读全文】

阅读(1339) | 评论(0) | 转发(0)

发布时间:2013-06-08 21:43:56

#!/bin/shif [ $# != 2 ]; then    echo "Usage: $0 device dest"    echo "E.g. $0 hda/mnt/usb/linux-debian5-disk-v1.0-"    exit 0fiDISK=$1NAME=$2cd /mkdir ${DISK}1mount /dev/${DISK}1 /${DISK}1 || exit 0cd /${DISK}1tar zcvf ${NA.........【阅读全文】

阅读(971) | 评论(0) | 转发(0)

发布时间:2013-06-08 21:35:34

db2 HADR安装......【阅读全文】

阅读(1313) | 评论(0) | 转发(0)

发布时间:2013-06-08 21:32:47

linux下NTP服务器搭建......【阅读全文】

阅读(911) | 评论(0) | 转发(0)

发布时间:2013-06-08 21:30:31

浏览器访问:http://www.xxxxxx.com.cn/iwcm/UserFiles/File/zzjg.pdf出现错误:Please contact the server administrator, webmaster@www.citic.com and inform them of the time the error occurred,and anything you might have done that may have caused the error报上面所示的错误,经过测试只要超.........【阅读全文】

阅读(1194) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册