脚踏实地、勇往直前!
全部博文(1005)
发布时间:2017-06-22 10:25:06
环境:OS:CentOS 7nginx:1.121.下载下载地址:https://nginx.org/en/download.html我这里下载的是nginx-1.12.0.tar.gz2. 安装所需环境gcc 安装yum install gcc-c++PCRE pcre-devel 安装yum install -y pcre pcre-develzlib 安装yum install -y zlib zlib-develOpenSSL 安装yum install -y openssl opens.........【阅读全文】
发布时间:2017-02-08 10:35:49
由于公司服务器不能连接网络,安装各种软件包只能通过光盘的方式安装,安装介质依赖也很麻烦,下面介绍采用本地介质作为源的yum配置。1.进入到yum.repos.d目录[root@host01 media]# ls -l /etc/yum.repos.d/total 16-rw-r--r--. 1 root root 1926 Feb 5 2016 CentOS-Base.repo-rw-r--r--. 1 root root 6.........【阅读全文】
发布时间:2016-07-04 10:33:49
[cx001@nj-sjnlfx02 ~]$ free -m total used free shared buffers&n.........【阅读全文】
发布时间:2015-02-10 16:18:11
环境:OS:Red Hat Linux As 5nagios-4.0.8.tar.gznagios-plugins-2.0.3.tar.gznrpe2.15.tar.gz平时维护系统都是采用命令输出的形式对系统进行监控,但是很不直观,听说nagios这款监控软件功能比较强大,今天尝试了安装使用了下,感觉还不错哦,记录下安装的过程。###########################第一步安装apache#####.........【阅读全文】
发布时间:2015-02-04 09:31:14
环境:OS:Linux Redhat As 5cacti-0.8.8c#######################安装Apache#################################1.下载httpd到官网下载相应的版本,我这里下载的是httpd-2.4.12.tar.gz2.创建apache的安装目录[root@host01 soft]# mkdir -p /usr/local/apache2[root@host01 soft]# tar -zxvf httpd-2.4.12.tar..........【阅读全文】