最近因为windows平台的powershell病毒,导致所有windows服务器都需要迁移到linux,其中也包括svn,迁移过程中遇到很多坑逐一踩过后,现在就过程记录下 这套环境是使用的centos7.2+mysql5.6.35+subversion1.9.7+apache+https+php5 ...
分类:
数据库 时间:
2018-03-08 14:05:19
阅读次数:
226
linux 进行mysql安装 # yum -y install make gcc-c++ cmake bison-devel ncurses-devel // 安装编译代码需要的包 # wget http://www.mysql.com/Downloads/MySQL-5.6/mysql-5.6. ...
分类:
数据库 时间:
2018-01-16 13:50:24
阅读次数:
205
1.安装mysql5.6依存包 [root@localhost src]# yum -y install make gcc-c++ cmake bison-devel ncurses-devel libaio [root@localhost src]# yum install libaio liba ...
分类:
数据库 时间:
2017-12-27 14:19:54
阅读次数:
145
cpabe依赖pbc,pbc依赖gmp,gmp依赖M4、bison、flex,所以先安装后面的 安装m4 $ sudo apt-get install m4 安装 flex 安装 bison 1 安装gmp 下载https://gmplib.org/ 单击Download 解压 gmp 2 安装pb ...
分类:
系统相关 时间:
2017-12-22 22:55:09
阅读次数:
333
Cetos7.4系统? 环境设置yum?install?cmake???ncurses-devel?gcc?gcc-c++??openssl-devel
yum??remove?bison?-ycd?/usr/local/src/
wget
分类:
其他好文 时间:
2017-12-20 17:57:05
阅读次数:
213
Source Install MySQL 5.7.20mysql5.7版本之后要用boost1.59http://www.boost.org/yum -y install gcc gcc-c++ ncurses ncurses-devel cmake bison wgetwget https://sourceforge.net/projects/boost/files/boost/1.59.0/b
分类:
数据库 时间:
2017-12-19 15:07:53
阅读次数:
201
安装MySQL5.7: 安装准备阶段: yum -y groupinstall "Development tools"yum -y install ncurses ncurses-devel openssl-devel bison gcc gcc-c++ make useradd mysql -s ...
分类:
数据库 时间:
2017-12-03 12:48:43
阅读次数:
219
每次安装源码都会有一些忘记的模块开启;和需要插件;上次完全做已经多年了,在总结下; 直接使用curl命令来读取web信息 mysql 5.6安装; 远程连接; php 启动php-fpm # /usr/local/php5/sbin/php-fpm ...
分类:
其他好文 时间:
2017-11-19 19:45:40
阅读次数:
233
http://blog.csdn.net/e421083458/article/details/23963189 cpdump安装配置及抓包分析 预装软件:[plain] view plain copy print?yum -y install flex yum -y install bison y ...
分类:
其他好文 时间:
2017-11-19 17:27:21
阅读次数:
170
环境:windows 10 postgresql版本:postgresql-9.6.5 使用工具:vs2017社区版 辅助工具:perl、diff、flex、bison 相关工具下载地址: perl下载链接:http://pan.baidu.com/s/1i5aPilB 密码:k6f0 diff、f... ...
分类:
数据库 时间:
2017-11-14 00:24:48
阅读次数:
351