码迷,mamicode.com
首页 >  
搜索关键字:redhat centos 红帽 acl权限 如何查看 设置acl权限    ( 36259个结果
linux下oracle11G DG搭建(三):围绕备库搭建操作
linux下oracle11G DG搭建(三):围绕备库搭建操作 环境 名称 主库 备库 主机名 bjsrv shsrv 软件版本 RedHat Enterprise5.5、Oracle 11g 11.2.0.1 RedHat Enterprise5.5、Oracle...
分类:数据库   时间:2014-07-05 10:36:04    阅读次数:394
[Linux]Centos git报错fatal: HTTP request failed
在使用git pull、git push、git clone会报类似如下的错误: error: The requested URL returned error: 401 Unauthorized while accessing https://git.oschina.net/zemo/demo.git/info/refs fatal: HTTP request failed 一般...
分类:系统相关   时间:2014-07-04 09:27:03    阅读次数:589
测试DG环境
测试DG环境 环境 名称 主库 备库 主机名 bjsrv shsrv 软件版本 RedHat Enterprise5.5、Oracle 11g 11.2.0.1 RedHat Enterprise5.5、Oracle 11g 11.2.0.1 ...
分类:其他好文   时间:2014-07-04 09:23:57    阅读次数:393
linux下oracle11G DG搭建(四):后续验证操作
linux下oracle11G DG搭建(四):后续验证操作 环境 名称 主库 备库 主机名 bjsrv shsrv 软件版本 RedHat Enterprise5.5、Oracle 11g 11.2.0.1 RedHat Enterprise5.5、Oracle 11g 1...
分类:数据库   时间:2014-07-04 00:32:45    阅读次数:464
CentOS 6.4下Squid代理服务器的安装与配置
一、简介代理服务器英文全称是Proxy Server,其功能就是代理网络用户去取得网络信息。Squid是一个缓存Internet 数据的软件,其接收用户的下载申请,并自动处理所下载的数据。当一个用户想要下载一个主页时,可以向Squid 发出一个申请,要Squid 代替其进行下载,然后Squid 连接...
分类:其他好文   时间:2014-07-03 23:27:02    阅读次数:388
CentOS安装LAMP----RPM
CentOS安装LAMP----RPM一.所需软件及环境:系统环境:CentOS5.5x64mysql版本:mysql-5.0.77-3.el5PHP版本:php-5.1.6-23.2.el5_3apache版本:httpd-2.2.3-31.el5.centos二、安装MySQL[root@localhost~]#yuminstallmysqlmysql-server安装完毕,让MySQL能够随系统自动启动:[root@..
分类:其他好文   时间:2014-07-03 15:15:04    阅读次数:248
linux基础知识
Linux的基础知识以及相关概念一、Linux的发行版本所谓发行版,就是linux内核+开源程序debain,ubuntu其中ubantu是debain的衍生版,桌面系统比较好,适合于初学者入门。slackware,susEredhat,centos,fedora其中centos,fedora都是redhat的衍生版,fedora主要是测试redhat的新技..
分类:系统相关   时间:2014-07-03 15:06:37    阅读次数:244
centos 6.3 搭建git/gitosis/gitweb
1. git的安装和配置(1)使用yum源安装gityum install git(2)创建git用户并设置密码#useradd--home/home/git git#passwd git//注意这里要设置一个密码,建议不要不设密码,网上很多资料都不设密码(3)创建一个git仓库,验证git是否可用...
分类:Web程序   时间:2014-07-03 12:49:56    阅读次数:251
centos 安装http协议的git server
1、服务器端安装httpd,git,gitweb等1#yuminstallhttpdgitgit-daemongitweb2、服务器端初始化仓库123#mkdir-p/data3/gitserver#cd/data3/gitserver#gitinit--baregit_repo#初始化一个裸仓库3...
分类:其他好文   时间:2014-07-03 12:48:46    阅读次数:204
centos 安装git server
1.yum install lrzsz wget git2.安装gitosis:gitosis为Git用户权限管理系统,通过管理服务端的/home/git/.ssh/authorized_key文件来执行对用户权限的管理,是一个python模块包#yum install python python-...
分类:其他好文   时间:2014-07-03 12:41:36    阅读次数:324
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!