排序
Certbot和DNSPod获取免费ssl证书及自动续签(含泛域名证书)
测试环境:Centos7,其他系统自行替换命令 删除其他版本的 certbot 先把以前的老版本的 Certbot 删除: yum remove certbot 安装 python 3.7或以上版本 测试时间2024-10-23,使用python3.6版本...
docker-安装nginx+php7.4+mysql5.7
记一次折腾docker的LNMP环境 拉取所有需要的软件库 其中php拉取版本为7.4版本 mysql拉取5.7版本 docker pull nginx docker pull php:7.4-fpm docker pull mysql:5.7 创建好本地目录,用作存放配...
docker-安装docker
WIN7安装docker : WIN7安装docker需要利用docker toolbox来安装 国内阿里云的镜像下载地址:http://mirrors.aliyun.com/docker-toolbox/windows/docker-toolbox/ 此次下载文件版本为"Docker...
Ubuntu22.04编译安装nginx时报错error: ‘ENGINE_free’ is deprecated: Since OpenSSL 3.0
编译时添加编译参数即可 ./configure --with-cc-opt='-Wno-error -Wno-deprecated-declarations'
linux安装Python-selenium+webdriver(Centos、ubuntu)
linux安装Python-selenium+webdriver(Centos、ubuntu) 略过Python的安装教程 首先安装selenium pip3 install selenium 如果系统自带的python未安装pip,使用apt进行安装pip模块 sudo apt inst...
docker命令
创建容器 docker-machine create -d virtualbox default docker-machine create -d virtualbox 容器名称 创建容器并指定默认镜像源为163镜像源 docker-machine create --engine-registry-mirror...
EMBY-搭建私有影音媒体库(附破解补丁)更新至4.8.10
安装EMBY服务端 EMBY服务端所有版本下载连接: Emby-Server 4.8.10.0下载链接 下载自己服务器系统的安装包,比如Centos使用yum命令直接下载RPM包并安装 Centos: yum install -y https://github....
linux下部署Clash+dashboard
安装 先在用户目录建立clash的文件夹, 因为我自己是内网所以直接root目录 mkdir -p /root/.config/clash && cd /root/.config/clash 用clash的一个主要原因就是因为支持订阅, 用机场比...
Centos – nginx的搭建2
需要先搭建好系统环境 gcc编译环境 PHP 点击跳转 下载nginx安装压缩包 wget http://nginx.org/download/nginx-1.9.9.tar.gz 解压并切换到nginx目录 cd nginx-1.9.9/ tar -zxvf nginx-1.9.9.tar....
Centos搭建nextcloud
1.先搭建好nginx服务 并为Nginx添加好PHP支持 先切换到站点目录 cd /usr/local/nginx/html 下载nextcloud并解压 wget file.zelt.cn/nextcloud.zip/br> unzip nextcloud.zip 安装数据库 yum i...