一佳互联

展开菜单

Centos6 编译升级python2.7

Centos6 编译升级python2.7
查看python的版本[plain] view plaincopy#python  -V    Python 2.6.6  1.下载Python-2.7.3[plain] view plaincopy#wget http://python.org/ftp/python/2.7.3/Python-2.7.3.tar.bz2  2.解压[plain] view...

ubuntu 12.04下apache2+tomcat7用proxy_ajp 整合步骤

ubuntu 12.04下apache2+tomcat7用proxy_ajp 整合步骤
ubuntu 12.04下apache2+tomcat7用proxy_ajp 整合步骤   开始操作前,首先下载需要的安装包。apache2:http://httpd.apache.org/download.cgiapr和apr-util:http://apr.apache.org/tomcat7:http://tomcat.apache.org/download-7...

RA-27125: unable to create shared memory segment 问题解决

RA-27125: unable to create shared memory segment 问题解决
[root@rac2 ~]# id oracleuid=500(oracle)gid=501(oinstall)groups=501(oinstall),502(dba),503(asmadmin),504(oper)[root@rac2 ~]# more/proc/sys/vm/hugetlb_shm_group0下面用root执行下面的命令,将dba组添加到系统内核中:[root@rac2 ~]# echo 502>/proc/sys/vm/hugetlb_shm_...

inux下为php开启oci8扩展

inux下为php开启oci8扩展
方法/步骤1安装oracle安装包rpm -ivh oracle-instantclient11.2-basic-11.2.0.1.0-1.i386.rpmrpm -ivh oracle-instantclient11.2-devel-11.2.0.1.0-1.i386.rpmrpm -ivh oracle-instantclient11.2-sqlplus-11.2.0.1.0-1.i386.rpm说明:1.安装oci8扩展不需要安装完整的oracle客户端,但是要安装三个...

Centos6 安装Oracle10g 报错:create shared memory segment/ins_emdb.mk错误

Centos6 安装Oracle10g 报错:create shared memory segment/ins_emdb.mk错误
安装进度大约到65%时会有错误提示:Error in invoking target 'collector' of makefile '/opt/oracle/102/sysman/lib/ins_emdb.mk'.同时oraInventory/logs/目录下的安装日志文件里面会有如下类似错误提示:这是oracle安装程序的一个bug,可以忽略此错误继续安装,对系统没什么影响。处理方法:这里继续点击“continue”即可,待Oracle完成安装后,再手工执行相应脚本完成链...

apache_php_tomcat基于主机名的多虚拟主机整合

apache_php_tomcat基于主机名的多虚拟主机整合
apache_php_tomcat基于主机名的多虚拟主机整合  环境:rhel4 x86-64 + apache2.0.52 + php5.2.17 + jdk1.6.0_29 + tomcat6.0.35, apache为系统缺省安装一,php安装,参见《rhel4_x86_64_php5.2.17_make安装支持mysqli》-> http://blog.csdn.net/lazyc...

Linux下PHP连接Oracle数据库

Linux下PHP连接Oracle数据库
安装步骤:一、安装oracle-instantclient下载地址:http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html下载 oracle-instantclient11.2-basic-11.2.0.4.0-1.x86_64.rpm下载 oracle-instantclient11.2-devel-11.2.0.4.0-1.x86_64.rpm放在/usr/packages/目录下# rmp...

Win7_64位配置SQL Anywhere5与odbc数据源

Win7_64位配置SQL Anywhere5与odbc数据源
首先安装好SQL Anywhere 5 软件。这里就不再说明了。由于是64位的系统。配置odbc时,一定要使用32位的odbc 可以到以下目标打开C:\Windows\SysWOW64\odbcad32.exe首先配置好数据源:其中: User ID: dba Password: sql 然后可以查看数据库的信息了。 Tools  -----connect 可以查看到有个db_child的数据库。配置...

CentOS7 安装配置Mariadb (Mysql)

CentOS7 安装配置Mariadb (Mysql)
CentOS7 安装配置Mariadb (Mysql) 整个安装过程: [php] view plaincopy mysql:[root@localhost ~]# yum -y install mariadb*  Loaded plugins: fastestmirror  Loading mirror s...

Installing Multicraft on CentOS 7

Installing Multicraft on CentOS 7
Installing Multicraft on CentOS 7 Over at Nerdcrafteria we’ve recently moved over our server hosting to two dedicated servers at OVH.  We’d previously been using CentOS 5 as our OS, which is still offered at OVH, but I decide...