Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1816308
  • 博文数量: 524
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 2483
  • 用 户 组: 普通用户
  • 注册时间: 2011-06-25 18:36
个人简介

打杂

文章分类

全部博文(524)

文章存档

2022年(3)

2021年(9)

2019年(1)

2018年(32)

2017年(11)

2016年(152)

2015年(198)

2014年(118)

发布时间:2014-11-21 10:22:43

xmanger配置过程:1   /usr/share/gdm/defaults.conf 默认default.conf这个文件是只读的,要修改它的权限后才可以允许保存,这里我是将它改为700:chmod 700 /usr/share/gdm/defaults.conf下 xdmcp 选项下修改Enable=trueDisplaysPerHost=10Port=177在[security]字段里开启以下两项:AllowRoot=true.........【阅读全文】

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

发布时间:2014-11-21 10:10:36

linux web服务器iptables设置iptables -P INPUT ACCEPT iptables -P OUTPUT ACCEPT iptables -P FORWARD ACCEPT # 先把所有规则打开,则否ssh可能直接断掉   iptables -F iptables -X # 清除已有规则   iptables -A INPUT -p tcp --dport 22 -j ACCEPT # 先把ssh端口加上   ip.........【阅读全文】

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

发布时间:2014-11-21 10:09:07

iptables -F#清除现有的规iptables -P INPUT DROP#iptables -P OUTPUT DROP#设置INPUT和OUTPUT链的默认规则为DROP,既不允许任何包到达本机,也不允许本机向外发包iptables -A INPUT -p ALL -s 192.168.1.113 -d 192.168.1.113 -j ACCEPTiptables -A OUTPUT -p ALL -s 192.168.1.113 -d 192.168.1.113 -j AC.........【阅读全文】

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

发布时间:2014-11-21 10:04:15

 面临问题:Weblogic 10.3.2 ,别人安装的weblogic,现在想修改下JDBC配置,不知道控制台的密码。 解决办法:添加个新的管理用户,登录console后再修改旧用户的密码。解决步骤:    1. 备份boot.properties文件和DefaultAuthenticatorInit.ldift文件。后面操作不能实现的时.........【阅读全文】

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

发布时间:2014-11-21 09:59:29

......【阅读全文】

阅读(1128) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

tomcoding2018-11-16 12:55

Oracle DUL源代码代码

回复  |  举报

tomcoding2018-11-16 12:55

Oracle DUL源代码代码

回复  |  举报
留言热议
请登录后留言。

登录 注册