码迷,mamicode.com
首页 >  
搜索关键字:centos7 redhat maintenance    ( 19476个结果
新一期Linux运维课程已经多角度引入CentOS 7
下面是课堂上讲述配置CentOS7的PXE安装环境时的截图:
分类:系统相关   时间:2014-07-31 03:16:56    阅读次数:253
building hadoop2.4.1 on centos7[在centos7上面构建hadoop2.4.1]
本文介绍在centos7上面通过hadoop2.4.1源码构建hadoop distribution 版本,即hadoop的运行版本。 为何要自己building,而不用Apache的distribution 【bin】版本,因为hadoop涉及到Linux系统的底层实现,如: hado...
分类:其他好文   时间:2014-07-30 23:41:25    阅读次数:284
redhat 下 oracle 10G RAC 集群 详细安装
在大家做RAC安装测试搭建环境时,没有存储环境下,我来教大家怎么采用虚拟机来安装ORACLE10rac,这样可以让大家更快学习好ORACLE10RAC,我会把很详细的安装写给大家。1.安装前的准备准备需要软件10201_clusterware_linux_x86_64.cpio.gz10201_database_linux_x86_64.cpio.gzbinu..
分类:数据库   时间:2014-07-30 17:48:37    阅读次数:526
Lnux(redhat 5.8)下 安装jetty 部署 使用
首先需要安装JDK,自行解决 下载jetty安装包http://dist.codehaus.org/jetty/ 我下载的是8.1.15 tar -xzvf *.tar.gz 解压完之后,基本就可以用了 webapps下有一些demo的war包 启动jetty服务:java -jar start.jar  默认端口8080 访问ht...
分类:其他好文   时间:2014-07-30 12:27:13    阅读次数:343
安装logstash+kibana+elasticsearch+redis搭建集中式日志分析平台
本文是参考logstash官方文档实践的笔记,搭建环境和所需组件如下:Redhat 5.7 64bit / CentOS 5.xJDK 1.6.0_45logstash 1.3.2 (内带kibana)elasticsearch 0.90.10redis 2.8.4搭建的集中式日志分析平台流程如下:...
分类:其他好文   时间:2014-07-29 21:48:12    阅读次数:527
lnmp编译安装
一、环境部分:[root@localhost~00:17&2]#cat/etc/redhat-release;uname-r;getenforce;iptables-L CentOSrelease5.10(Final)#发行版本号 2.6.18-371.el5#内核版本号 Disabled#selinux模式 ChainINPUT(policyACCEPT)#防火墙状态(可以根据需求自个配置) targetprotoptsourc..
分类:其他好文   时间:2014-07-29 18:18:22    阅读次数:212
centso7 install Mariadb
安装和配置Mariadb看来以后不得不使用Mariadb数据库了,尽早的熟悉;[1]InstallMariadbforepelyum-yinstallmariadb-serverInstalled:mariadb-server.x86_641:5.5.37-1.el7_0[2]StartMariadb&开机启动[root@mariadb~]#systemctlstartmariadb [root@mariadb~]#systemctlenabl..
分类:数据库   时间:2014-07-29 16:05:39    阅读次数:358
centos7 本地yum源
使用光盘镜像作为软件yum源:[1]上传centos7光盘镜像到/usr/local/src目录下;(工具Xftp)[2]挂载系统文件mkdir/media/cdrom#习惯用这个目录名称了; cd/usr/local/src ls CentOS-7.0-1406-x86_64-DVD.iso #mount-tiso9660-oloop/usr/local/src/CentOS-7.0-1406-x86_64-DVD.i..
分类:其他好文   时间:2014-07-29 16:03:09    阅读次数:446
centos7 install httpd
[1]InstallHttpdforCentos7-media#yum--enablerepo=centos7-media-yinstallhttpd Installed: httpd.x86_640:2.4.6-18.el7.centos[2]starthttpd,开机启动#systemctlstarthttpd.service #systemctlenablehttpd.service ln-s‘/usr/lib/systemd/system/httpd.service‘‘/etc/systemd..
分类:其他好文   时间:2014-07-29 15:58:49    阅读次数:367
centos7 httpd&php
安装httpd:http://kernal.blog.51cto.com/8136890/1531545httpd支持php安装配置:[1]Installphp#yum-yinstallphpphp-mbstringphp-pear#vi/etc/php.ini878date.timezone="Asia/Shanghai"#设置时区[2]CreateTestPage#vi/var/www/html/index.php <html> <body> <d..
分类:Web程序   时间:2014-07-29 15:55:49    阅读次数:323
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!