当前位置:首页 > 2021年11月

HTTPS证书的申请和部署

RonWang4年前 (2021-11-29)1007
HTTPS证书的申请和部署
超文本传输协议安全 (HTTPS) 是 HTTP 的安全版本,HTTP 是用于在 Web 浏览器和网站之间发送数据的主要协议。HTTPS 经过加密,以提高数据传输的安全性。当用户传输敏感数据(例如通过...

Centos Install OSCommerce 4.0

RonWang4年前 (2021-11-26)1432
Centos Install OSCommerce 4.0
osCommerce is a Free shopping cart and open source Ecommerce software. You can choose to host you...

Centos 安装 MariaDB Ver 10.8.6

RonWang4年前 (2021-11-25)933
Centos 安装 MariaDB Ver 10.8.6
Install MariaDB 10.8 on CentOS 8 These are the ideal steps you’ll go through when installing MariaDB...

Centos服务器PHP7.4+安装

RonWang4年前 (2021-11-24)2069
Centos服务器PHP7.4+安装
IntroductionA LEMP software stack is a group of open source software that is typically installed tog...

PrestaShop的1.7版本安装

RonWang4年前 (2021-11-22)1164
 PrestaShop的1.7版本安装
现在很多国内的公司为了拓展对外业务,开始采用更先进的电子商务软件,如美国的Amazon,加拿大的...

CentOS 7.9 64位 搭建 LNMP环境

RonWang4年前 (2021-11-19)817
CentOS 7.9 64位 搭建 LNMP环境
运维网站及APP程序等,我们经常要使用云服务器,无论是阿里云,腾讯云,还是国外的亚马逊云,购置纯系统的服务器之后,需要自己安装和搭建环境LAMP。今天,我就带大家一起实战下CentOS 7.9 64b...

CentOS安装Redis及redis启动与关闭、配置

RonWang4年前 (2021-11-17)939
CentOS安装Redis及redis启动与关闭、配置
Install RedisIn this section you’ll add theEPEL repository, and then use it to install Redis....

Centos Install MemCached, Apcu and OpCache

RonWang4年前 (2021-11-15)1030
Centos Install MemCached, Apcu and OpCache
This section provides instructions to install memcached on CentOS and Ubuntu. For additional informa...

Centos服务器PHP7.X版本的安装与更新

RonWang4年前 (2021-11-12)1051
Centos服务器PHP7.X版本的安装与更新
运行服务器WEB时,有些系统对PHP的版本要求比较新,所有本文将特别介绍如何升级和安装新版本的PHP系统。Centos服务器的Nginx,MySQL(MariaDB)的部分参照...

Centos彻底删除文件夹、文件命令

RonWang4年前 (2021-11-10)904
Centos彻底删除文件夹、文件命令
本文将介绍在Centos下面底删除文件夹、文件命令(centos 新建、删除、移动、复制等命令:01.新建文件夹mkdir 文件名新建一个名为test的文件夹在home下view sourc...