The key of Kmp is to build a look up table that records the match result of prefix and postfix. Value in the table means the max len of matching subst ...
分类:
其他好文 时间:
2019-04-15 17:56:46
阅读次数:
160
一.安装sasl 安装失败,前往:https://www.lfd.uci.edu/~gohlke/pythonlibs/#sasl下载对应自己python版本的sasl 本地安装: 二.安装thrift 三.安装thrift-sasl 四.安装PyHive ...
分类:
其他好文 时间:
2019-03-30 18:41:20
阅读次数:
386
gitlab安装: 可以根据自己操作系统类型,根据以下链接进行对应的操作,https://about.gitlab.com/install/(gitlab不同服务器安装步骤) 以Centos为例,安装如下: 在CentOS系统上安装所需的依赖:ssh,防火墙,postfix(用于邮件通知) ,wge ...
分类:
系统相关 时间:
2019-03-25 10:24:27
阅读次数:
227
初次操作成功,记录一下 1. 安装依赖软件 yum -y install policycoreutils openssh-server openssh-clients postfix 2.设置postfix开机自启,并启动,postfix支持gitlab发信功能 systemctl enable p ...
分类:
其他好文 时间:
2019-03-19 16:34:08
阅读次数:
731
[root@ITC-MCC ~]# yum install lsof[USM] permission denied^C[root@ITC-MCC ~]# [root@ITC-MCC ~]# [root@ITC-MCC ~]# sudo yum install lsofLoaded plugins: ...
分类:
系统相关 时间:
2019-03-14 13:46:19
阅读次数:
1114
该例子使用的是Centos6系统作为SMTP邮件服务器服务器需要是外网服务器。内网或个人电脑装的虚拟机是不行的。 其他的Linux发行版配置基本一样,只是命令会有些不同。安装postfix检查postfix是否已安装 如果已安装则会显示 如果没安装就运行该命令 修改postfix配置文件文件位置:/ ...
分类:
系统相关 时间:
2019-03-14 12:00:10
阅读次数:
193
2019/3/13星期三第一步//用执行初始化模板initialization.shhttps://blog.51cto.com/12445535/2362407[root@emm-kafka01-10--174opt]#cat/etc/redhat-releaseCentOSLinuxrelease7.5.1804(Core)[root@emm-kafka01-10--174opt]#free-
分类:
其他好文 时间:
2019-03-14 00:37:50
阅读次数:
229
2019年3月9日,初春,周六,公司值夜班 本节课主要讲述Linux环境的安装装备,之前已经联系过Linux镜像的安装部署,所以不必再临时手忙脚乱的准备虚拟机软件和镜像(必须在课前将软件准备好,否则就算你的网速再快,也跟不上老刘的节奏),虚拟机软件使用的是VMware workstation Pro ...
分类:
系统相关 时间:
2019-03-10 09:30:36
阅读次数:
236
[TOC] Zabbix设置邮件报警 1.安装sendmail或postfix 2.安装邮件发送工具mailx 。 3.配置mail 其中 输入自己的邮箱,用于发邮件。 ? 邮件的服务器 ? 邮箱账户 ? 邮箱账户密码 4. 测试邮件发送 5.编写邮件发送脚本sendmail.sh 6.设置send ...
分类:
其他好文 时间:
2019-02-22 12:11:14
阅读次数:
216
安装postfix postfix是一个快速、易于管理、安全性高的邮件发送服务,可以配合dovecot实现一个完美的邮箱服务器。 1、安装postfix [root@localhost ~]# rpm -qa | grep postfix [root@localhost ]# yum install ...
分类:
系统相关 时间:
2019-02-09 20:48:15
阅读次数:
224