排序
Linux /bin/bash^M: bad interpreter错误解决
在参考 docker-compose环境下以ws+tls方式搭建v2ray(So easy)这篇文章进行v2ray一键部署的时候,执行init-letsencrypt.sh文件报错: -bash: ./init-letsencrypt.sh: /bin/bash^M: bad interpret...
解决CentOS 7编译php错误:No package ‘sqlite3’ found
环境 CentOS Linux release 7.3.1611 (Core) 搬瓦工 php:php-7.4.3 错误信息 configure: error: Package requirements (sqlite3 > 3.7.4) were not met: No package 'sqlite3' found Conside...
CentOS安装oniguruma
环境 CentOS Linux release 7.3.1611 (Core) 搬瓦工 php:php-7.4.3 错误 安装php进行编译时报错: configure: error: Package requirements (oniguruma) were not met: No package 'oniguruma' ...
使用docker-compose配置nginx并申请certbot证书
这里介绍如何使用docker-compose配置nginx和certbot服务,并为域名申请certbot证书的过程。 下文中的涉及到的docker-compose.yml等文件详见: https://github.com/aitlp/nginx-certbot。 1.解析...
CentOS 7使用源码安装php
环境: digitalocean CentOS 7.4 x64 php:php-7.0.4 下载php文件 cd ~/lnmp_pkg wget http://php.net/distributions/php-7.0.4.tar.gz && tar -xzvf php-7.0.4.tar.gz wget http://ftp....
CentOS如何升级openssl到最新版本
环境信息 CentOS Linux release 7.6.1810 (Core); OpenSSL 1.0.2k-fips 26 Jan 2017; OpenSSL 1.1.1c 28 May 2019 依赖 sudo yum -y install perl perl-devel gcc gcc-c++ 升级 查看当前版本 ...
解决openssl make test错误:No plan found in TAP output
在编译安装Openssl时报错,具体如下。 环境 CentOS Linux release 7.3.1611 (Core); OpenSSL_1_1_1d.tar.gz; 错误 在源码安装openssl时,进行make test时报错如下: Parse errors: No plan f...
CentOS 8安装Redis的两种方式
本文使用两种方式安装Redis,一种是通过yum方式安装,一种是通过源码编译安装。 一、环境信息 CentOS Linux release 8.1.1911 (Core); Redis 5.0.7 Stable Version; 二、yum方式安装 国内的话...
CentOS 8修改yum源为国内源
由于国内网络原因,如果你的服务器在国内的话,在CentOS上安装一些软件速度可能会很慢,因此建议将yum源改为国内源,比如阿里云,方式如下: 环境: CentOS Linux release 8.1.1911 (Core); 1....