<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; 环境部署</title>
	<atom:link href="http://www.osyunwei.com/archives/category/config/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Tue, 14 Apr 2026 10:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>配置Nginx 四层（TCP和UDP）流量转发与七层（HTTP和HTTPS）代理支持SSL证书</title>
		<link>https://www.osyunwei.com/archives/17079.html</link>
		<comments>https://www.osyunwei.com/archives/17079.html#comments</comments>
		<pubDate>Wed, 01 Apr 2026 08:11:52 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Nginx]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=17079</guid>
		<description><![CDATA[需求分析： nginx默认不支持四层转发和七层代理使用SSL证书，必须要开启下面的模块才可以 --with-stream --with-stream_ssl_preread_module --with-stream_ssl_module 操作步骤： 1、在编译安装nginx的时候加上这3个参数 #创建nginx安装目录 mkdir -p /data/server/nginx mkdir -p /data/server/nginx/packages mkdir -p /data/server/nginx/install #安装nginx #解压pcre cd /data/server/nginx/packages tar zxvf pcre2-10.47.tar.gz #解压zlib cd /data/server/nginx/packages tar zxvf zlib-1.3.2.tar.gz #解压openssl cd /data/server/nginx/packages tar zxvf openssl-3.6.1.tar.gz #安装nginx #nginx默认运行账号和组是Linux系统的内置账号和组nobody #创建nginx运行账号和组 cd /data/server/nginx/packages tar zxvf nginx-1.28.3.tar.gz cd nginx-1.28.3 ./configure \ --prefix=/data/server/nginx \ --user=autoops \ --group=autoops \ --without-http_memcached_module [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/17079.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/17079.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux下编译安装Nginx</title>
		<link>https://www.osyunwei.com/archives/16822.html</link>
		<comments>https://www.osyunwei.com/archives/16822.html#comments</comments>
		<pubDate>Mon, 19 Jan 2026 09:40:25 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Nginx]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=16822</guid>
		<description><![CDATA[操作系统：Rocky Linux 10.x Rocky Linux 10.x系统安装配置图解教程 https://www.osyunwei.com/archives/15874.html 安装包下载： 1、nginx https://nginx.org/download/nginx-1.28.1.tar.gz 2、zlib https://www.zlib.net/zlib-1.3.1.tar.gz 3、pcre2 https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.47/pcre2-10.47.tar.gz 4、openssl https://github.com/openssl/openssl/releases/download/openssl-3.5.4/openssl-3.5.4.tar.gz 安装前准备： 1、防火墙配置 Rocky Linux默认使用的是firewall作为防火墙 firewall-cmd --list-all #显示所有规则（含服务、端口、区域） systemctl status firewalld #检查 firewalld 状态 #开放80 443 端口 firewall-cmd --permanent --add-port=80/tcp firewall-cmd --permanent --add-port=443/tcp firewall-cmd --reload #重新加载防火墙配置 2、关闭SELINUX vi /etc/selinux/config #SELINUX=enforcing #注释掉 #SELINUXTYPE=targeted #注释掉 SELINUX=disabled #增加 :wq! #保存退出 setenforce 0 #使配置立即生效 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/16822.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/16822.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BCLinux For Euler 21.10安装3节点PanWeiDB数据库集群</title>
		<link>https://www.osyunwei.com/archives/16768.html</link>
		<comments>https://www.osyunwei.com/archives/16768.html#comments</comments>
		<pubDate>Mon, 24 Nov 2025 03:13:02 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[openGauss]]></category>
		<category><![CDATA[PanWeiDB]]></category>
		<category><![CDATA[pgsql]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=16768</guid>
		<description><![CDATA[操作系统：BCLinux For Euler 21.10 BCLinux For Euler 21.10安装配置图解教程 https://www.osyunwei.com/archives/13044.html 磐维数据库安装包：PanWeiDB_1.0.0_BCLinuxForEuler21.10_x86.tar.gz ptk安装工具包下载地址： https://docs.mogdb.io/zh/ptk/v1.1/install https://cdn-mogdb.enmotech.com/ptk/latest/ptk_linux_x86_64.tar.gz 主节点ip：10.189.189.184 主机名：panweidb-node01 从节点ip：10.189.189.185 主机名：panweidb-node02 从节点ip：10.189.189.186 主机名：panweidb-node03 准备篇（在3台服务器上都进行操作） 1、关闭selinux sed -i 's/^SELINUX=.*/SELINUX=disabled/' /etc/selinux/config setenforce 0 2、关闭firewall防火墙 vi /etc/yum/pluginconf.d/license-manager.conf enabled=0 #把1修改为0，禁用yum源认证 :wq! #保存退出 systemctl stop firewalld.service systemctl disable firewalld.service systemctl mask firewalld systemctl stop firewalld yum remove firewalld -y #卸载 3、关闭swap交换分区（如果没有swap分区就不需要操作） #执行以下命令 swapoff -a [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/16768.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/16768.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux下编译安装Apache并支持php</title>
		<link>https://www.osyunwei.com/archives/16731.html</link>
		<comments>https://www.osyunwei.com/archives/16731.html#comments</comments>
		<pubDate>Thu, 11 Sep 2025 08:52:51 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=16731</guid>
		<description><![CDATA[前置知识： Rocky Linux 10.x编译安装nginx-1.28.x+mysql-8.4.x+php-8.4.x https://www.osyunwei.com/archives/16714.html 安装包下载： 1、apache https://dlcdn.apache.org/httpd/httpd-2.4.65.tar.gz 2、apr（Apache库文件） https://dlcdn.apache.org//apr/apr-1.7.6.tar.gz 3、apr-util（Apache库文件） https://dlcdn.apache.org//apr/apr-util-1.6.3.tar.gz 4、apache支持php模块 https://dlcdn.apache.org/httpd/mod_fcgid/mod_fcgid-2.3.9.tar.gz 安装apache： 1、安装编译工具包 yum install gcc make apr-devel apr-util-devel pcre2-devel openssl-devel 2、安装apr cd /usr/local/src tar zxvf apr-1.7.6.tar.gz cd apr-1.7.6 ./configure --prefix=/usr/local/apr make -j$(nproc) make install 3、安装apr-util cd /usr/local/src tar zxvf apr-util-1.6.3.tar.gz cd apr-util-1.6.3 ./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr make -j$(nproc) make install ls /usr/local/apr-util/lib/libaprutil-1.so [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/16731.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/16731.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rocky Linux 10.x编译安装nginx-1.28.x+mysql-8.4.x+php-8.4.x</title>
		<link>https://www.osyunwei.com/archives/16714.html</link>
		<comments>https://www.osyunwei.com/archives/16714.html#comments</comments>
		<pubDate>Fri, 05 Sep 2025 07:34:12 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[lnmp]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=16714</guid>
		<description><![CDATA[前置知识： Rocky Linux 10.x系统安装配置图解教程 https://www.osyunwei.com/archives/15874.html 准备篇 1、防火墙配置 Rocky Linux默认使用的是firewall作为防火墙 firewall-cmd --list-all #显示所有规则（含服务、端口、区域） systemctl status firewalld #检查 firewalld 状态 #开放80 443 3306端口 firewall-cmd --permanent --add-port=80/tcp firewall-cmd --permanent --add-port=443/tcp firewall-cmd --permanent --add-port=3306/tcp firewall-cmd --reload #重新加载防火墙配置 2、关闭SELINUX vi /etc/selinux/config #SELINUX=enforcing #注释掉 #SELINUXTYPE=targeted #注释掉 SELINUX=disabled #增加 :wq! #保存退出 setenforce 0 #使配置立即生效 getenforce #查看 SELinux 当前运行模式 3、系统约定 软件源代码包存放位置：/usr/local/src 源码包编译安装位置：/usr/local/软件名字 4、软件包下载 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/16714.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/16714.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rocky Linux 10.0安装部署PostgreSQL 18数据库</title>
		<link>https://www.osyunwei.com/archives/16310.html</link>
		<comments>https://www.osyunwei.com/archives/16310.html#comments</comments>
		<pubDate>Wed, 02 Jul 2025 07:40:02 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[pgsql]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=16310</guid>
		<description><![CDATA[简单介绍： PostgreSQL是一个功能非常强大的、源代码开放的关系型数据库，PostgreSQL被业界誉为“最先进的开源数据库”，主要面向企业复杂查询SQL的OLTP业务场景， 支持NoSQL数据类型（hstore/JSON/XML） 操作系统：Rocky Linux 10.0 PostgreSQL下载地址： https://www.postgresql.org/ftp/source/v18beta1/ https://ftp.postgresql.org/pub/source/v18beta1/postgresql-18beta1.tar.gz 上传安装包到/data/soft目录 操作系统安装： Rocky Linux 10.x系统安装配置图解教程 https://www.osyunwei.com/archives/15874.html 准备篇 1、关闭SELINUX vi /etc/selinux/config #SELINUX=enforcing #注释掉 #SELINUXTYPE=targeted #注释掉 SELINUX=disabled #增加 :wq! #保存退出 setenforce 0 #使配置立即生效 2、开启防火墙5432端口 系统默认使用的是firewall作为防火墙，这里改为nftables防火墙。 2.1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl mask firewalld systemctl stop firewalld yum remove firewalld 2.2、安装nftables防火墙 yum install nftables #安装 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/16310.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/16310.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux系统安装部署 MySQL-9.3.0 Innovation创新版本</title>
		<link>https://www.osyunwei.com/archives/15867.html</link>
		<comments>https://www.osyunwei.com/archives/15867.html#comments</comments>
		<pubDate>Mon, 16 Jun 2025 04:23:03 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=15867</guid>
		<description><![CDATA[操作系统：AnolisOS-8.10 mysql版本：mysql-9.3.0-linux-glibc2.28-x86_64.tar.xz 准备篇 1、关闭SELINUX #AnolisOS-8.10默认是关闭的，可以不用操作 vi /etc/selinux/config #SELINUX=enforcing #注释掉 #SELINUXTYPE=targeted #注释掉 SELINUX=disabled #增加 :wq! #保存退出 setenforce 0 #使配置立即生效 2、开启防火墙 系统默认使用的是firewall作为防火墙，这里改为iptables防火墙。 开启mysql默认端口3306 2.1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl mask firewalld systemctl stop firewalld yum remove firewalld 2.2、安装iptables防火墙 yum install iptables-services #安装 vi /etc/sysconfig/iptables #编辑防火墙配置文件 # sample configuration for iptables service # you [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/15867.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/15867.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux系统安装部署 MySQL-5.7.44版本</title>
		<link>https://www.osyunwei.com/archives/15853.html</link>
		<comments>https://www.osyunwei.com/archives/15853.html#comments</comments>
		<pubDate>Fri, 13 Jun 2025 08:54:04 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=15853</guid>
		<description><![CDATA[操作系统：AnolisOS-8.10 mysql版本：mysql-5.7.44-linux-glibc2.12-x86_64.tar.gz 准备篇 1、关闭SELINUX #AnolisOS-8.10默认是关闭的，可以不用操作 vi /etc/selinux/config #SELINUX=enforcing #注释掉 #SELINUXTYPE=targeted #注释掉 SELINUX=disabled #增加 :wq! #保存退出 setenforce 0 #使配置立即生效 2、开启防火墙 系统默认使用的是firewall作为防火墙，这里改为iptables防火墙。 开启mysql默认端口3306 2.1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl mask firewalld systemctl stop firewalld yum remove firewalld 2.2、安装iptables防火墙 yum install iptables-services #安装 vi /etc/sysconfig/iptables #编辑防火墙配置文件 # sample configuration for iptables service # you [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/15853.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/15853.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux系统安装部署 MySQL-8.4.5 LTS版本</title>
		<link>https://www.osyunwei.com/archives/15839.html</link>
		<comments>https://www.osyunwei.com/archives/15839.html#comments</comments>
		<pubDate>Thu, 12 Jun 2025 10:33:32 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=15839</guid>
		<description><![CDATA[操作系统：AnolisOS-8.10 mysql版本：mysql-8.4.5-linux-glibc2.28-x86_64.tar.xz 准备篇 1、关闭SELINUX #AnolisOS-8.10默认是关闭的，可以不用操作 vi /etc/selinux/config #SELINUX=enforcing #注释掉 #SELINUXTYPE=targeted #注释掉 SELINUX=disabled #增加 :wq! #保存退出 setenforce 0 #使配置立即生效 2、开启防火墙 系统默认使用的是firewall作为防火墙，这里改为iptables防火墙。 开启mysql默认端口3306 2.1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl mask firewalld systemctl stop firewalld yum remove firewalld 2.2、安装iptables防火墙 yum install iptables-services #安装 vi /etc/sysconfig/iptables #编辑防火墙配置文件 # sample configuration for iptables service # you [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/15839.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/15839.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>欧拉操作系统openEuler安装部署PostgreSQL数据库</title>
		<link>https://www.osyunwei.com/archives/15674.html</link>
		<comments>https://www.osyunwei.com/archives/15674.html#comments</comments>
		<pubDate>Fri, 23 May 2025 07:05:17 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=15674</guid>
		<description><![CDATA[PostgreSQL是一个功能非常强大的、源代码开放的关系型数据库，PostgreSQL被业界誉为“最先进的开源数据库”，主要面向企业复杂查询SQL的OLTP业务场景， 支持NoSQL数据类型（hstore/JSON/XML） 操作系统：openEuler 24.03-LTS-SP1 PostgreSQL下载地址： https://www.postgresql.org/ftp/source/v17.5/ https://ftp.postgresql.org/pub/source/v17.5/postgresql-17.5.tar.gz 上传安装包到/data/soft目录 操作系统安装： 欧拉操作系统openEuler 24.03-LTS-SP1安装配置图解教程 https://www.osyunwei.com/archives/14957.html 准备篇 1、关闭SELINUX vi /etc/selinux/config #SELINUX=enforcing #注释掉 #SELINUXTYPE=targeted #注释掉 SELINUX=disabled #增加 :wq! #保存退出 setenforce 0 #使配置立即生效 2、开启防火墙5432端口 系统默认使用的是firewall作为防火墙，这里改为iptables防火墙。 2.1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl mask firewalld systemctl stop firewalld yum remove firewalld 2.2、安装iptables防火墙 yum install iptables-services #安装 vi /etc/sysconfig/iptables #编辑防火墙配置文件，PostgreSQL默认使用tcp [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/15674.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/15674.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux下Redis-8.0.0集群3主3从部署</title>
		<link>https://www.osyunwei.com/archives/15656.html</link>
		<comments>https://www.osyunwei.com/archives/15656.html#comments</comments>
		<pubDate>Tue, 06 May 2025 09:24:18 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Redis]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[redis]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=15656</guid>
		<description><![CDATA[操作系统：openEuler 24.03 LTS SP1、CentOS-8、AlmaLinux、Rocky Linux等 Redis版本：8.0.0 服务器ip：192.168.21.100、192.168.21.101、192.168.21.128 部署说明：使用3台服务器，每台服务器启动2个redis服务，总共6个节点，3主3从组成redis集群 IP地址 端口 角色 Redis版本 192.168.21.100 6379 redis-master 8.0.0 192.168.21.100 6380 redis-slave 8.0.0 192.168.21.101 6379 redis-master 8.0.0 192.168.21.101 6380 redis-slave 8.0.0 192.168.21.128 6379 redis-master 8.0.0 192.168.21.128 6380 redis-slave 8.0.0 Redis集群模式下端口说明： 在Redis集群模式下，每个Redis实例需要绑定两个端口： 一个用于客户端访问端口（cluster bus）：6379，6380 另一个用于节点间的通信（cluster client）16379，16380 集群端口： 1、集群端口是普通端口+10000（10000是固定值，无法改变），如6379节点的集群端口为16379，6380节点的集群端口为16380 2、集群端口只用于节点之间的通信，如搭建集群、增减节点等操作时节点间的通信 3、客户端连接数据库还是要用普通通讯端口如6379，不要使用客户端连接集群接口16379 安装部署Redis集群 在所有服务器上操作 1、防火墙配置 开启tcp6379,16379,6380,16380端口 系统默认使用的是firewall作为防火墙，这里改为iptables防火墙。 1.1、关闭firewall： systemctl stop firewalld.service [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/15656.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/15656.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux下安装配置redis-8.0.0</title>
		<link>https://www.osyunwei.com/archives/15651.html</link>
		<comments>https://www.osyunwei.com/archives/15651.html#comments</comments>
		<pubDate>Tue, 06 May 2025 05:03:05 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Redis]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[redis]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=15651</guid>
		<description><![CDATA[操作系统： openEuler 24.03 LTS SP1、CentOS-8、AlmaLinux、Rocky Linux等 准备篇 1、关闭selinux sestatus #查看状态，显示disabled表示已经禁用 sed -i 's/^SELINUX=.*/SELINUX=disabled/' /etc/selinux/config #禁用selinux setenforce 0 #临时禁用 /usr/sbin/sestatus -v #查看selinux状态，disabled表示关闭 2、防火墙配置 2.1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl mask firewalld systemctl stop firewalld yum remove firewalld 2.2、安装iptables防火墙 yum install iptables-services #安装 vi /etc/sysconfig/iptables #编辑防火墙配置文件，开放TCP 2049端口 # sample configuration for iptables service [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/15651.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/15651.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux下安装配置redis-7.4.3</title>
		<link>https://www.osyunwei.com/archives/15645.html</link>
		<comments>https://www.osyunwei.com/archives/15645.html#comments</comments>
		<pubDate>Tue, 06 May 2025 02:46:32 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Redis]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[redis]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=15645</guid>
		<description><![CDATA[操作系统： BigCloud Enterprise Linux For Euler 21.10 LTS https://mirrors.cmecloud.cn/bclinux/oe21.10/ openEuler 24.03 LTS SP1 https://www.openeuler.org/zh/download/ CentOS-8、AlmaLinux、Rocky Linux等 1、下载安装包 下载地址：https://download.redis.io/releases/redis-7.4.3.tar.gz 上传安装包到服务器/usr/local/src目录 2、升级gcc版本 #redis源码编译需要gcc的版本大于等于5 gcc -v 查看gcc版本 #已经是高版本的gcc了，不需要升级 #yum -y install gcc gcc-c++ #安装gcc #yum -y install tcl #升级到gcc版本 #yum -y install centos-release-scl #yum -y install devtoolset-9-gcc devtoolset-9-gcc-c++ devtoolset-9-binutils #scl enable devtoolset-9 bash #版本临时生效 #echo "source /opt/rh/devtoolset-9/enable" &#62;&#62;/etc/profile [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/15645.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/15645.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux下编译安装部署Tengine</title>
		<link>https://www.osyunwei.com/archives/15640.html</link>
		<comments>https://www.osyunwei.com/archives/15640.html#comments</comments>
		<pubDate>Thu, 24 Apr 2025 06:25:08 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Tengine]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=15640</guid>
		<description><![CDATA[官方网站： https://tengine.taobao.org/ 下载地址： 1、tengine https://tengine.taobao.org/download_cn.html https://tengine.taobao.org/download/tengine-3.1.0.tar.gz 2、pcre https://ftp.pcre.org/pub/pcre/pcre-8.45.tar.gz 3、zlib https://zlib.net/fossils/zlib-1.3.tar.gz 4、openssl https://www.openssl.org/source/openssl-1.1.1k.tar.gz 创建相应目录： mkdir -p /data/server/tengine/packages mkdir -p /data/server/tengine/install 上传安装包到/data/server/tengine/packages目录下面 操作系统：openEuler、‌AnolisOS‌、AlmaLinux、Rocky Linux等 安装部署： 安装路径 tengine安装包存放目录：/data/server/tengine/packages tengine安装目录：/data/server/tengine tengine扩展安装目录：/data/server/tengine/install 1、关闭selinux sestatus #查看状态，显示disabled表示已经禁用 sed -i 's/^SELINUX=.*/SELINUX=disabled/' /etc/selinux/config #禁用selinux setenforce 0 #临时禁用 /usr/sbin/sestatus -v #查看selinux状态，disabled表示关闭 2、防火墙配置 2.1、关闭firewall systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl mask firewalld systemctl [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/15640.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/15640.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux下编译安装php扩展imagick</title>
		<link>https://www.osyunwei.com/archives/15629.html</link>
		<comments>https://www.osyunwei.com/archives/15629.html#comments</comments>
		<pubDate>Wed, 23 Apr 2025 07:35:28 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=15629</guid>
		<description><![CDATA[环境说明： php安装目录：/usr/local/php73 1、下载安装ImageMagick #imagick扩展的依赖库 cd /usr/local/src wget https://github.com/ImageMagick/ImageMagick/archive/7.0.8-61.tar.gz tar -zxvf  7.0.8-61.tar.gz cd ImageMagick-7.0.8-61 ./configure --prefix=/usr/local/imagemagick make make install 2、下载安装imagick扩展 cd /usr/local/src wget http://pecl.php.net/get/imagick-3.4.4.tgz tar -zxvf  imagick-3.4.4.tgz cd imagick-3.4.4 /usr/local/php73/bin/phpize ./configure --with-php-config=/usr/local/php73/bin/php-config --with-imagick=/usr/local/imagemagick make make install 3、在php.ini里面加上扩展 vi /usr/local/php73/etc/php.ini extension="imagick.so" :wq! #保存退出 4、查看是否已经安装扩展 /usr/local/php73/bin/php -i &#124; grep Imagick 5、安装ghostscript扩展 cd /usr/local/src wget -c https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs923/ghostscript-9.23.tar.gz tar -zxvf ghostscript-9.23.tar.gz cd [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/15629.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/15629.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
