源码安装nginx For ubuntu:18.04 apt -y install build-essential libtool libpcre3 libpcre3-dev zlib1g-dev openssl net-tools curl wget wget -P /tmp http://ngi ...
分类:
其他好文 时间:
2021-04-12 12:27:54
阅读次数:
0
首先,我们知道MySQL是一个关系型数据,有商业版和社区版。商业版收费,社区版免费。 我这里使用的是社区版。 MySQL安装的方法有很多,可以yum安装,最简单了,但是不能定制化。可以源码安装,但是很耗时间。 所以我们这里采用二进制源码安装试一下。 软件下载的地址这里。 url: https://f ...
分类:
数据库 时间:
2021-04-08 13:27:09
阅读次数:
0
对于 Git 的编译安装,建议参考 BLFS 建议安装软件包 cURL-7.50.1 (needed to use Git over http, https, ftp or ftps), OpenSSL-1.0.2h, Python-2.7.12 可选软件包 PCRE-8.39, Subversio ...
分类:
其他好文 时间:
2021-02-26 13:17:04
阅读次数:
0
目的:为了使git提交的代码能够方便的code review,因此需要搭建一套code review环境。根据网上的建议,选择使用RBTools源码安装(www.reviewboard.org)。 当前系统环境:centos8.1.1911仅支持python3.6 (1)下载RBTools源码:RB ...
分类:
其他好文 时间:
2021-02-08 12:43:19
阅读次数:
0
系统环境:CentOS7 一、OpenLDAP 1,开始安装(使用yum源码安装) yum install openldap openldap-servers openldap-clients ##拷贝数据库配置文件并修改权限 cp /usr/share/openldap-servers/DB_CO ...
分类:
其他好文 时间:
2021-02-06 11:54:44
阅读次数:
0
less 我的问题是less用不了一些正则表达式的扩展功能, 比如word boundary. 对此我感到很困惑, 因为man less说, 它用的是system regex library, 但查看man 7 re_format, 发现ENHANCED FEATURES中是支持\b也支持\<, 但 ...
分类:
系统相关 时间:
2021-01-26 11:47:41
阅读次数:
0
下面的链接下载对应版本的xdebug. https://xdebug.org/download/historical 源码安装:https://xdebug.org/docs/install#linux Installation From Source Obtain You can download ...
分类:
其他好文 时间:
2021-01-11 10:33:04
阅读次数:
0
一、mysql5.7源码安装1.清除卸载原mysql[root@192 ~]# rpm -qa | grep mariadbmariadb-libs-5.5.60-1.el7_5.x86_64[root@192 ~]# yum -y remove mari*或者用rpm卸载[root@192 ~]# ...
分类:
数据库 时间:
2021-01-08 10:29:39
阅读次数:
0
1、修改MySQL密码方法一:usemysql;updateusersetpassword=PASSWORD(“123456”)whereuser=‘root’;flushprivileges;忘记密码:sed-ri‘3dskip-grant-tables‘/etc/my.cnfsystemctlrestartmariadbusemysql;updateusersetpasswor
分类:
数据库 时间:
2021-01-02 10:57:18
阅读次数:
0
第一步:升级GCC linux一般默认GCC是4.8.5,Redis新版本使用了更高版本的GCC gcc -v # 查看gcc的版本,一般都是4.8.5 yum -y install centos-release-scl # 升级到9.1版本 yum -y install devtoolset-9- ...
分类:
系统相关 时间:
2020-12-22 12:30:41
阅读次数:
0