会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
天增岁月人增寿
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
下一页
2020年6月28日
Centos7 安装 Zabbix Server 4.0
摘要: 官方参考URL:https://www.zabbix.com/documentation/4.0/start 1. 安装 Apache 2.4(略) 注意系统时间/时区ntp server是否定时同步se-linux 关闭防火墙暂时关闭 2. mysql 5.7 (非本机安装 略) 3. 安装 ph
阅读全文
posted @ 2020-06-28 12:50 tamatama
阅读(454)
评论(0)
推荐(0)
2020年6月24日
Centos7 安装 Cacti 1.2
摘要: 1. 安装web server(略) 注意系统时间/时区 ntp server是否定时同步 2. 安装 mysql 5.7 (略) 安装成功后 2.1 编辑 my.ini 文件在 [mysqld] 下面添加以下内容 [mysqld] collation_server = utf8mb4_unicod
阅读全文
posted @ 2020-06-24 18:52 tamatama
阅读(1593)
评论(0)
推荐(0)
centos7 配置国内yum源
摘要: 配置清华大学镜像仓库 URL:https://mirrors.cnnic.cn/ CentOS 镜像使用帮助 https://mirrors.cnnic.cn/help/centos/ 建议先备份 CentOS-Base.repo # sudo cp /etc/yum.repos.d/CentOS-
阅读全文
posted @ 2020-06-24 00:43 tamatama
阅读(795)
评论(0)
推荐(0)
2020年6月23日
Nginx 配置文件介绍
摘要: 目录 1.1 常用命令 1.2 Nginx的配置文件结构 1.3 Nginx的全局配置 1.4 HTTP服务器配置 1.5 HttpGzip配置 1.6 负载均衡配置 1.7 server虚拟主机配置 1.8 location URL匹配配置 1.9 StubStatus模块配置 1.1 常用命令
阅读全文
posted @ 2020-06-23 16:50 tamatama
阅读(304)
评论(0)
推荐(0)
Centos 安装 Nginx
摘要: 1 源码安装Nginx 1.1 前期工具安装# yum install gcc lsof wget zip elinks curl iotop1.2 常用依赖安装 pcre pcre-devel zlib zlib-devel# yum install pcre* zlib* openssl ope
阅读全文
posted @ 2020-06-23 10:33 tamatama
阅读(276)
评论(0)
推荐(0)
2020年6月22日
Centos Yum 安装 Mysql 5.7
摘要: Centos 6 / 7 官方源安装Mysql 5.7 1 检查当前系统是否有旧版本 # rpm -qa | grep mysqlmysql-libs-5.1.71-1.el6.x86_64 # rpm -qa | grep MySQL 1.1 如有旧版本可以删除 # rpm -e mysql-li
阅读全文
posted @ 2020-06-22 17:11 tamatama
阅读(325)
评论(0)
推荐(0)
2020年6月9日
Linux 系统挂载数据盘
摘要: * Linux的云服务器数据盘默认未做分区和格式化,可以根据以下步骤进行分区以及格式化操作。 以下的操作将会把数据盘划分为一个分区来使用。 1、查看数据盘 在没有分区和格式化数据盘之前,使用 “df –h”命令,是无法看到数据盘的,可以使用“fdisk -l”命令查看。如下图: 提示:若执行fdis
阅读全文
posted @ 2020-06-09 16:15 tamatama
阅读(303)
评论(0)
推荐(0)
搭建支持SSL加密传输的vftpd
摘要: 让vsftpd支持SSL 必须让OPENSSL≥0.9.6版本还有就是本身vsftpd版本是否支持 查询vsftpd软件是否支持SSL [root@localhost vsftpd]# ldd /usr/sbin/vsftpd |grep libssl libssl.so.6 => /lib/lib
阅读全文
posted @ 2020-06-09 15:40 tamatama
阅读(278)
评论(0)
推荐(0)
PHPList 安装
摘要: 邮件发送开源软件 PHPList 安装介绍 1:安装基本信息 官网地址 地址:https://www.phplist.com/ 其他:https://www.d-ip.jp/phplist/ 官网手册 https://www.phplist.org/manual/books/phplist-manu
阅读全文
posted @ 2020-06-09 15:08 tamatama
阅读(466)
评论(0)
推荐(0)
2020年6月4日
linux top命令查看内存及多核CPU的使用讲述
摘要: 【转发】原文地址 https://www.cnblogs.com/dragonsuc/p/5512797.html 查看多核CPU命令 mpstat -P ALL 和 sar -P ALL 说明:sar -P ALL > aaa.txt 重定向输出内容到文件 aaa.txt top命令 经常用来监控
阅读全文
posted @ 2020-06-04 16:31 tamatama
阅读(6567)
评论(0)
推荐(1)
上一页
1
2
3
下一页
公告
GO TOP