??1 进入nginx安装目录,查看nginx版本及其编译参数: [root@localhost nginx]# ./nginx -V nginx version: nginx/1.8.0 built by gcc 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) built with OpenSSL 1.0.1c 10 May 2012 TLS S...
分类:
其他好文 时间:
2015-08-21 01:53:23
阅读次数:
274
Zabbix快速部署:官方安装说明:https://www.zabbix.com/documentation/2.4/manual/installation/install_from_packages#red_hat_enterprise_linux_centos源码包安装:http://it1693.blog.51cto.com/2342744/1609794设置yum源Zabbix2.4forRHEL6:#rpm-ivhhttp://repo.zabbix.com..
分类:
其他好文 时间:
2015-08-20 10:48:21
阅读次数:
204
1,centos7 使用 systemctl 替换了 service命令 参考:redhat文档: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/System_Administrators_Guide/sect-Managing_Services_wit...
分类:
其他好文 时间:
2015-08-18 16:51:38
阅读次数:
118
1. 下载MySQL 5.6? 下载页面:http://dev.mysql.com/downloads/mysql/ 此处选择“Red Hat Enterprise Linux 6 / Oracle Linux 6 (x86, 32-bit), RPM Bundle”下载,下载至/root/Downloads/目录下,下载文件名为“...
分类:
数据库 时间:
2015-08-18 12:22:58
阅读次数:
220
ByToperLv2015.8.16平时在网上查阅各种文档的过程中,大家可能都有过类似的经历。一份文档,没有描述文档作者的实验环境,亦或对实验环境描述不清晰。所以,一旦按文档内容操作出错,大家很难判断问题的原因在于环境不一样,还是自己操作过程中出错。,本人自然也避免不了以上..
分类:
数据库 时间:
2015-08-17 12:15:19
阅读次数:
163
1 创建rhel-debuginfo.repo,如果有则先备份再删除 cd /etc/yum.repos.d
rm rhel-debuginfo.repo
vi rhel-debuginfo.repo 插入以下内容: [Server]
name=Red Hat Enterprise Linux Server
baseurl=file:///home/redhat-iso #本地i...
分类:
其他好文 时间:
2015-08-17 10:12:46
阅读次数:
171
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1247
题意:输入一些单词,输出这些单词中可以由其他2个单词构成的单词。
思路:暴力+字典树
代码
#include
#include
#include
#include
#include
#include
#include
using namespace...
分类:
其他好文 时间:
2015-08-16 15:15:27
阅读次数:
129
安装完red hat enterprise linux 5后,ftp不能使用root用户,将/etc/vsftpd/ftpusers和/etc/vsftpd/user_list两个文件中的root注释掉,就是在root前加个#,再运行ftp结果报错
500 OOPS:cannot change directory:/root
500 OOPS: child died
...
分类:
其他好文 时间:
2015-08-16 13:51:56
阅读次数:
243
一、RPM介绍 RPM 前是Red Hat Package Manager 的缩写,本意是Red Hat 软件包管理,顾名思义是Red Hat 贡献出来的软件包管理;现在应为RPM Package Manager的缩写。在Fedora、Redhat、Mandriva、SuSE、YellowDog等主...
分类:
其他好文 时间:
2015-08-15 00:13:25
阅读次数:
183
linux 文件系统是采用级层树状的目录结构,采用"/"根目录的方式 目录结构: / 根目录 ? ? ? ? ? ?|---root: 存放root用户相关的文件 ? ? ? ? ? ?|---home: 存放普通用户的相关文件 ? ? ? ? ? ?...
分类:
系统相关 时间:
2015-08-14 11:55:21
阅读次数:
138