一佳互联

展开菜单

RHEL6.5,Centos6.5配置NTP服务器并调整时区,供内网服务器使用NTP同步时间

RHEL6.5,Centos6.5配置NTP服务器并调整时区,供内网服务器使用NTP同步时间
RHEL6.5,Centos6.5配置NTP服务器并调整时区,供内网服务器使用NTP同步时间内部有一台web服务器可以上外网,但是内网其它很多机器不能上网,需要同步时间,就把这台web服务器作成NTP服务器供内部网络使用。网上有不少资料,但是都是人云亦云,实际配置后,根本不能用,其实很简单。至于什么iptables防火墙,selinux,修改时区tzselect命令 ,自行脑补。这里我将硬件时间与系统时钟,修改成一样的,采用本地时钟。[root@web ~] # &...

WebLogic Server上使用JDBC GridLink Oracle RAC数据源

WebLogic Server上使用JDBC GridLink Oracle RAC数据源
GridLink是WebLogic 10.3.4版本推出的新特性,引入Jdbc 11g version驱动,全面支持Oracle 11G RAC AWM的特性,包括我之前写的SCAN新特性。至今WebLogic提供了五种配置对于Jdbc Thin方式连接Oracle RAC,如下:1.GridLink Data Sources 2.Configuring Connections to Services on Oracle RAC Nodes(XA)3.Configuring...

windwos系统tomcat迁移到Linux所遇问题

windwos系统tomcat迁移到Linux所遇问题
tomcat jsp网站从wiindows迁移到Linux后,打开程序,提示 数据库查询没有成功,检查tomcat 日志发现以下错误:ERROR UserOper:385 - select a.*,b.CORP_NAME,b.PARENT_ID,b.SYSTEM_LEVEL from tab_sys_user a,V_corp b where a.CORP_ID=b.CORP_ID  order by b.order_code,a.truenamecom.mysql...

L2TP/IPSec一键安装脚本

L2TP/IPSec一键安装脚本
L2TP/IPSec一键安装脚本本脚本适用环境:系统支持:CentOS6+,Debian7+,Ubuntu12+内存要求:≥128M更新日期:2016 年 06 月 10 日关于本脚本:名词解释如下L2TP(Layer 2 Tunneling Protocol)IPSec(Internet Protocol Security)IKEv2 (Internet Key Exchange v2)能实现 IPsec 的目前总体上有 openswan,libreswan,strongs...

centos6/7 安装php5.5,php5.6,php5.7环境

centos6/7 安装php5.5,php5.6,php5.7环境
PHP versions supportedMagento requires:7.0.2–7.0.6 except for 7.0.5 (supported by Magento version 2.0.1 and later only)There is a known PHP issue that affects our code compiler when using PHP 7.0.5. We recommend you not use PHP 7.0.5; inste...