码迷,mamicode.com
首页 >  
搜索关键字:centos7 lnmp    ( 17291个结果
Zabbix分布式监控系统的初步搭建
昨天搞了整整一天,各种问题。搭建环境为LAMP,我天真的用LNMP去搭建,结果死活运行不起来zabbix的前台页面。还有PHP的时区问题、mysql的连接问题。今天从开始安装,尽量整理重现碰到的所有问题,以及后续的解决办法1.linux系统安装,用的是6.0minimal,安装过程就不写了。2.环..
分类:其他好文   时间:2014-08-01 20:09:52    阅读次数:289
创建可以ssh的docker容器
操作系统:vmcentos6.5x64192.168.240.148docker容器:centos6.5x64172.17.0.31.下载原始镜像[root@localhost~]#dockerpullcentos ###一般会拉最新版centos7和centos6.5过来,这里使用的是centos6.5###2.安装openssh[root@localhost~]#dockerrun-i-tkw1073/centos-new4/bin/bas..
分类:其他好文   时间:2014-07-31 21:15:09    阅读次数:350
新一期Linux运维课程已经多角度引入CentOS 7
下面是课堂上讲述配置CentOS7的PXE安装环境时的截图:
分类:系统相关   时间:2014-07-31 03:16:56    阅读次数:253
LNMP设置404错误页面
LNMP即Linux+Nginx+MySQL+PHP的web架构。1.在网站的根目录touch文件404.html,内容如下:<html><body><H1>404NOTFOUND!</H1></body></html>2.chmod755404.htmlchownwww:www404.html3.修改nginx配置文件nginx.conf:在http{}区域添加上:fas..
分类:其他好文   时间:2014-07-31 03:09:46    阅读次数:198
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
要想重启后也生效LINUX防火墙配置
新配置的一台服务器,安装的是CentOS6.3系统,在安装完LNMP之后,发现nginx进程存在,且php解析正常,但是用分配的独立IP去访问的时候发现无法访问。查了下网上的资料,发现可能是Linux防火墙iptables导致nginx不能访问。我们访问一个网站,一般用的是80端口,那么这个问题的原...
分类:系统相关   时间:2014-07-30 00:54:32    阅读次数:288
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!