<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>第一站论坛 - 服务器</title>
    <link>http://bbs.gb.gy/forum42swdyz1.shtml</link>
    <description>Latest 20 threads of 服务器</description>
    <copyright>Copyright(C) 第一站论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 04 Apr 2026 10:31:52 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://bbs.gb.gy/static/image/common/logo_88_31.gif</url>
      <title>第一站论坛</title>
      <link>http://bbs.gb.gy/</link>
    </image>
    <item>
      <title>Centos7 bind9.18编译安装笔记</title>
      <link>http://bbs.gb.gy/thread1536sw1dyz1.shtml</link>
      <description><![CDATA[如果需要geoip支持
wget https://launchpad.net/ubuntu/archive/primary/sourcefiles/geoip/1.6.12-1/geoip_1.6.12.orig.tar.gz
tar xzvf geoip_1.6.12.orig.tar.gz
cd geoip-api-c-1.6.12
aclocal -I m4
autoconf -vif
./configure
make&amp;&amp;make install

安装openssl支 ...]]></description>
      <category>服务器</category>
      <author>admin</author>
      <pubDate>Sat, 12 Feb 2022 12:59:35 +0000</pubDate>
    </item>
    <item>
      <title>nginx-1.17.7-ngx_http_substitutions_filter（关键字替换）编译安装</title>
      <link>http://bbs.gb.gy/thread1535sw1dyz1.shtml</link>
      <description><![CDATA[下载需要组件
wget http://nginx.org/download/nginx-1.17.7.tar.gz
tar xvzf nginx-1.17.7.tar.gz

wget https://www.openssl.org/source/openssl-1.1.1d.tar.gz
tar xvzf openssl-1.1.1d.tar.gz

wget https://ftp.pcre.org/pub/pcre/pcre-8.43.tar.gz
tar xvzf pcre- ..]]></description>
      <category>服务器</category>
      <author>admin</author>
      <pubDate>Fri, 17 Jan 2020 06:11:05 +0000</pubDate>
    </item>
    <item>
      <title>linux下用chown修改用户及用户组</title>
      <link>http://bbs.gb.gy/thread1525sw1dyz1.shtml</link>
      <description><![CDATA[当我们在不通过yum(CentOS)、apt-get(Ubuntu)来安装软件的时候，通常需要执行以下命令来改变目录的拥有者：

    [root@localhost ~]# chown -R mysql:mysql /www

这个命令的意思是将根目录下的www目录所有者及用户组改为mysql

chown将指定文件的拥有者改为指定的用户 ...]]></description>
      <category>服务器</category>
      <author>admin</author>
      <pubDate>Tue, 02 Apr 2019 03:25:10 +0000</pubDate>
    </item>
    <item>
      <title>centos7中没有service iptables save无效的解决方法</title>
      <link>http://bbs.gb.gy/thread1524sw1dyz1.shtml</link>
      <description><![CDATA[首先任意运行一条iptables防火墙规则配置命令如开通80端口：
iptables -I INPUT 1 -p tcp --dport 80 -j ACCEPT
然后对iptables服务进行保存：
service iptables save
如果失败报出：The service command supports only basic LSB actions (start, stop, restart, try-r ...]]></description>
      <category>服务器</category>
      <author>admin</author>
      <pubDate>Tue, 02 Apr 2019 03:17:53 +0000</pubDate>
    </item>
    <item>
      <title>nginx-1.15.9-ngx_http_substitutions_filter（关键字替换）编译安装...</title>
      <link>http://bbs.gb.gy/thread1523sw1dyz1.shtml</link>
      <description><![CDATA[话不多说，我的系统的centos6,参考帖子http://bbs.swdyz.com/forum.php?mod=viewthread&amp;tid=418
下载需要组件
wget http://nginx.org/download/nginx-1.15.9.tar.gz
tar xvzf nginx-1.15.9.tar.gz

wget https://www.openssl.org/source/openssl-1.1.1b.tar.gz
tar xvzf ...]]></description>
      <category>服务器</category>
      <author>admin</author>
      <pubDate>Mon, 25 Mar 2019 02:24:34 +0000</pubDate>
    </item>
    <item>
      <title>利用ModSecurity在Nginx上构建WAF</title>
      <link>http://bbs.gb.gy/thread420sw1dyz1.shtml</link>
      <description><![CDATA[ModSecurity原本是Apache上的一款开源WAF模块，可以有效的增强Web安全性。目前已经支持Nginx和IIS，配合Nginx的灵活和高效可以打造成生产级的WAF，是保护和审核Web安全的利器。


在这篇文章中，我们将学习配置ModSecurity与OWASP的核心规则集。


什么是ModSecurity
Mo ...]]></description>
      <category>服务器</category>
      <author>admin</author>
      <pubDate>Thu, 19 Oct 2017 09:34:51 +0000</pubDate>
    </item>
    <item>
      <title>nginx配合modsecurity实现WAF功能</title>
      <link>http://bbs.gb.gy/thread419sw1dyz1.shtml</link>
      <description><![CDATA[modsecurity原本是Apache上的一款开源waf，可以有效的增强web安全性，目前已经支持nginx和IIS，配合nginx的灵活和高效，可以打造成生产级的WAF，是保护和审核web安全的利器。

一.准备工作

系统：centos 6.5 64位、 tengine 2.1.0， modsecurity 2.8.0

tengine ： htt ...]]></description>
      <category>服务器</category>
      <author>admin</author>
      <pubDate>Thu, 19 Oct 2017 08:53:31 +0000</pubDate>
    </item>
    <item>
      <title>nginx-1.13.6+replace-filter-nginx-module+modsecurity编译安装手迹</title>
      <link>http://bbs.gb.gy/thread418sw1dyz1.shtml</link>
      <description><![CDATA[准备文件：
wget https://www.openssl.org/source/openssl-1.1.0f.tar.gz
tar xvzf openssl-1.1.0f.tar.gz
wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.41.tar.gz
tar xvzf pcre-8.41.tar.gz

wget http://nginx.org/download/nginx-1.13.6.tar ...]]></description>
      <category>服务器</category>
      <author>admin</author>
      <pubDate>Thu, 19 Oct 2017 05:50:40 +0000</pubDate>
    </item>
    <item>
      <title>ngrok类似软件FRP编译教程</title>
      <link>http://bbs.gb.gy/thread417sw1dyz1.shtml</link>
      <description><![CDATA[一、简介

众所周知，国内运营商的家用宽带大多不提供公网IP，这就导致家中或公司中的设备无法通过外网直接访问，这时就需要我们利用内网穿透工具，如花生壳、Ngrok等。最近GitHub上出现了一款叫做FRP的内网穿透工具，使用非常简便（GitHub地址:FRP-内网穿透工具）。由 ...]]></description>
      <category>服务器</category>
      <author>君行天下</author>
      <pubDate>Fri, 07 Apr 2017 03:02:21 +0000</pubDate>
    </item>
    <item>
      <title>Linux下查看文件和文件夹大小</title>
      <link>http://bbs.gb.gy/thread416sw1dyz1.shtml</link>
      <description><![CDATA[当磁盘大小超过标准时会有报警提示，这时如果掌握df和du命令是非常明智的选择。

    df可以查看一级文件夹大小、使用比例、档案系统及其挂入点，但对文件却无能为力。
    du可以查看文件及文件夹的大小。

    两者配合使用，非常有效。比如用df查看哪个一级目录过大 ...]]></description>
      <category>服务器</category>
      <author>admin</author>
      <pubDate>Wed, 05 Apr 2017 02:38:43 +0000</pubDate>
    </item>
    <item>
      <title>搭建自己的ngrok服务</title>
      <link>http://bbs.gb.gy/thread415sw1dyz1.shtml</link>
      <description><![CDATA[下面是我在阿里云centOS7上面的搭建过程。

1.go环境搭建
go环境安装可以通过源码安装或安装EPEL扩展源后使用yum安装，由于使用yum安装的go不能进行交叉编译，不能够编译生成Windows客户端，所以推荐使用通过源码安装。 
源码安装go的详细过程如下：

1).下载源码，可以 ...]]></description>
      <category>服务器</category>
      <author>大叔</author>
      <pubDate>Wed, 05 Apr 2017 01:54:34 +0000</pubDate>
    </item>
    <item>
      <title>MySQL5.7源码安装问题汇总</title>
      <link>http://bbs.gb.gy/thread414sw1dyz1.shtml</link>
      <description><![CDATA[cmake版本

5.7编译cmake要求版本最低为2.8，当前为2.6，所以需要升级cmake版本。


BOOST库

5.7编译需要boost类库，可使用 -DDOWNLOAD_BOOST=1 -DWITH_BOOST= 参数将在指定路径查找，如未找到会指定下载并解压到指定的路径

mysql_install_db
之前版本mysql_install_d ...]]></description>
      <category>服务器</category>
      <author>admin</author>
      <pubDate>Tue, 01 Dec 2015 08:13:16 +0000</pubDate>
    </item>
    <item>
      <title>centos6.7 bind9.10编译安装笔记</title>
      <link>http://bbs.gb.gy/thread413sw1dyz1.shtml</link>
      <description><![CDATA[如果需要geoip支持
wget http://geolite.maxmind.com/download/geoip/api/c/GeoIP.tar.gz
tar xzvf GeoIP.tar.gz
cd GeoIP-1.4.8
./configure
make&amp;&amp;make install

安装openssl支持 
yum install openssl-devel

下载bing9.10
wget http://ftp.isc.org/isc/bind9/9.10.3 ...]]></description>
      <category>服务器</category>
      <author>admin</author>
      <pubDate>Mon, 30 Nov 2015 03:11:59 +0000</pubDate>
    </item>
    <item>
      <title>最新nginx-1.9.6+replace-filter-nginx-module编译安装手迹</title>
      <link>http://bbs.gb.gy/thread412sw1dyz1.shtml</link>
      <description><![CDATA[准备文件：
wget http://www.openssl.org/source/openssl-1.0.2d.tar.gz
tar xvzf openssl-1.0.2d.tar.gz


wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.37.tar.gz
tar xvzf pcre-8.37.tar.gz


wget http://nginx.org/download/nginx-1.9.6.ta]]></description>
      <category>服务器</category>
      <author>admin</author>
      <pubDate>Sat, 31 Oct 2015 02:52:44 +0000</pubDate>
    </item>
    <item>
      <title>可替换多行的nginx反代替换模块</title>
      <link>http://bbs.gb.gy/thread411sw1dyz1.shtml</link>
      <description><![CDATA[比ngx_http_substitutions_filter_module 更强大的替换模块：replace-filter-nginx-module
这家伙能替换多行文本！

下面只翻译一下，再加个安装教程，因为我自己也没弄懂怎样玩= =

 1.安装此模块需要先安装sregex运行库


nginx.conf的用法举例：

Syntax语法：

 ...]]></description>
      <category>服务器</category>
      <author>君行天下</author>
      <pubDate>Sat, 31 Oct 2015 01:41:01 +0000</pubDate>
    </item>
    <item>
      <title>openvpn中server.conf和client.conf配置文件详解</title>
      <link>http://bbs.gb.gy/thread410sw1dyz1.shtml</link>
      <description><![CDATA[Server使用的配置文件server.conf
—————————–
#申明本机使用的IP地址，也可以不说明
;local a.b.c.d
#申明使用的端口，默认1194
port 1194
#申明使用的协议，默认使用UDP，如果使用HTTP proxy，必须使用TCP协议
#如果使用ipv6应改为proto tcp6或proto udp6
;p ...]]></description>
      <category>服务器</category>
      <author>admin</author>
      <pubDate>Sun, 25 Oct 2015 02:02:35 +0000</pubDate>
    </item>
    <item>
      <title>Mysql ibdata丢失或损坏如何通过frm&amp;ibd恢复数据</title>
      <link>http://bbs.gb.gy/thread408sw1dyz1.shtml</link>
      <description><![CDATA[mysql存储在磁盘中，各种天灾人祸都会导致数据丢失。大公司的时候我们常常需要做好数据冷热备，对于小公司来说要做好所有数据备份需要支出大量的成本，很多公司也是不现实的。万一还没有做好备份，数据被误删除了，或者ibdata损坏了怎么办呢？别担心，只要有部分的frm ...]]></description>
      <category>服务器</category>
      <author>admin</author>
      <pubDate>Wed, 30 Sep 2015 01:29:45 +0000</pubDate>
    </item>
    <item>
      <title>linux下编译php中configure参数具体含义</title>
      <link>http://bbs.gb.gy/thread402sw1dyz1.shtml</link>
      <description><![CDATA[php编译参数的含义

./configure

–prefix=/usr/local/php                  php安装目录
–with-apxs2=/usr/local/apache/bin/apxs
–with-config-file-path=/usr/local/php/etc      指定php.ini位置
–with-mysql=/usr/local/mysql           mysql安装目录，对mys ...]]></description>
      <category>服务器</category>
      <author>站长</author>
      <pubDate>Fri, 22 May 2015 07:41:06 +0000</pubDate>
    </item>
    <item>
      <title>php5.6.9编译安装手迹</title>
      <link>http://bbs.gb.gy/thread401sw1dyz1.shtml</link>
      <description><![CDATA[环境准备：
yum groupinstall \&quot;Development tools\&quot;
yum install libxml2-devel gd-devel libmcrypt-devel libcurl-devel openssl-devel

软件包：
wget http://us3.php.net/get/php-5.6.9.tar.gz/from/cn2.php.net/mirror
tar -xvf php-5.6.9.tar.gz
cd php-5.6.9

编译 ...]]></description>
      <category>服务器</category>
      <author>admin</author>
      <pubDate>Fri, 22 May 2015 07:22:42 +0000</pubDate>
    </item>
    <item>
      <title>php5.5 phpize安装模块手迹</title>
      <link>http://bbs.gb.gy/thread400sw1dyz1.shtml</link>
      <description><![CDATA[首先下载对应php版本源码，如：php-5.5.25.tar.gz
wget http://..../php-5.5.25.tar.gz

tar -zvxf php-5.5.25.tar.gz

cd php-5.5.25/ext/对应模块目录 如 mysql 则：cd php-5.5.25/ext/mysql


然后运行phpize这个文件在已编译安装php的目录的bin目录下.如：/www/php5 ...]]></description>
      <category>服务器</category>
      <author>admin</author>
      <pubDate>Thu, 21 May 2015 09:13:40 +0000</pubDate>
    </item>
  </channel>
</rss>