一佳互联

展开菜单

Centos gnome 配置xmanager 方法

Centos gnome 配置xmanager 方法
1》修改:/etc/inittab --》启动模式改为图形启动:52》修改:/etc/gdm/custom.conf --》[xdmcp]enable=1port=1773》修改:/etc/X11/xdm/Xaccess --》* # any host can get a login window4》修改:/etc/X11/xdm/xdm-config --》DisplayManager.requestPort:0 前面加!号注释掉此行,这步必须做,然后xmanager...

Centos6.5 最小化安装gnome桌面

Centos6.5 最小化安装gnome桌面
1,安装oracle gnome 桌面环境.  yumgroupinstall -y  "Desktop"  "Desktop Platform"  "Desktop Platform Development"  "Fonts"  "GeneralPurpose Desktop"  "Graphical Administration Tools" "Graphics Creation Tools"  "In...

CentOS下httpd动态增加编译module_file_cache

CentOS下httpd动态增加编译module_file_cache
CentOS下httpd增加模块  通常我们在部署LAMP时,安装完httpd服务,用我们整理的httpd.conf替换默认的httpd.conf重启httpd服务时可能会遇到某些模块未编译的情况,第一反应是要重新编译,但是apache是支持动态扩展模块的,也就是说不需要重新编译整个apache,就像的PHP phpize工具一样,能够单独编译某个扩展,并加入到已有的环境中。操作步骤:1.下载相应的httpd-x.x.xx源码2.安装扩展(以m...

Centos6.5 linux解决xhost: unable to open display

Centos6.5 linux解决xhost: unable to open display
Centos6.5 linux解决xhost: unable to open display  实用技巧:在Linux下设置xhost方法步骤第一步:用root登陆linux,启动vnc服务;第二步:根据vnc起来的端口,设置exportDISPLAY=localhost:1(1表示vnc在第一个tty上启动的),vnc的启动信息见附件1;第三步:执行xhost +,并且提示“access controldisabled...

Centos Linux 安装R与RStudio Server

Centos Linux 安装R与RStudio Server
PrerequisitesRStudio Server v0.99 requires RedHat or CentOS version 5.4 (or higher).RStudio Server has several dependencies on packages (including R itself) found in the Extra Packages for Enterprise Linux (EPEL) repository. If you don’t al...

centos7 Linux安装eclipse

centos7 Linux安装eclipse
centos7安装eclipseEclipse是一个集成开发环境(IDE),包含一个基工作区和定制环境的可扩展插件系统。大部分使用 Java 编写,Eclipse 可以用来开发应用程序。通过各种插件,Eclipse 也可以用于其他编程语言开发应用程序:Ada、ABAP、C、C++、COBOL、 Fortran、Haskell、 JavaScript、Lasso、Natural、Perl、 PHP、 Prolog、 Python、Ruby、Scala、Clojure、 Groo...

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_...