<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>年年有&quot;余&quot; - CentOS</title>
    <link>https://www.yusian.com/bbs/forum-centos-1.html</link>
    <description>Latest 20 threads of CentOS</description>
    <copyright>Copyright(C) 年年有&quot;余&quot;</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 30 Apr 2026 04:39:32 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.yusian.com/bbs/static/image/common/logo_88_31.gif</url>
      <title>年年有&quot;余&quot;</title>
      <link>https://www.yusian.com/bbs/</link>
    </image>
    <item>
      <title>CentOS Apache配置SSL让网站对外提供https服务</title>
      <link>https://www.yusian.com/bbs/thread-11178-1-1.html</link>
      <description><![CDATA[本文假设你的apache是通过 yum的方法安装的。（手工编译安装的请立刻关闭此文，难到你还不会SSL配置？)

启动apache命令:

默认apache是没有安装SSL模块的，所以需要安装，接着使用命令:

安装结束后，在你的/etc/httpd/conf.d 下面会出现一个 SSL.conf ,否则是没有的

 ...]]></description>
      <category>CentOS</category>
      <author>admin</author>
      <pubDate>Sat, 09 Jul 2016 14:41:24 +0000</pubDate>
    </item>
    <item>
      <title>SVN服务器迁移的备份与恢复</title>
      <link>https://www.yusian.com/bbs/thread-11176-1-1.html</link>
      <description><![CDATA[svnadmin dump方式
SVN迁移需要做如下操作：
1. 将原来的Repository导出为一个文件dumpfile 。2. 在另外一台机器上配置同样的SVN服务器。
参考：linux SVN安装及配置图解教程
3. 将dumpfile导入到新的repository 目录中。4. 将原先服务器的配置文件备份后复制到新服务器 ...]]></description>
      <category>CentOS</category>
      <author>admin</author>
      <pubDate>Mon, 04 Jul 2016 03:03:08 +0000</pubDate>
    </item>
    <item>
      <title>Centos7 安装Discuz全过程</title>
      <link>https://www.yusian.com/bbs/thread-11175-1-1.html</link>
      <description><![CDATA[1、安装Apache服务

2、安装Mysql服务
2.1 下载mysql的repo源2.2 安装mysql-community-release-el7-5.noarch.rpm包
2.3 安装Mysql服务
2.4 启动Mysql
2.5 修改Mysql root 密码

3、安装PHP

4、下载Discuz安装包
4.1解压安装包
4.2 将upload下的文件移动到网站根目录：/ ...]]></description>
      <category>CentOS</category>
      <author>admin</author>
      <pubDate>Thu, 23 Jun 2016 14:31:25 +0000</pubDate>
    </item>
    <item>
      <title>Linux查看系统版本</title>
      <link>https://www.yusian.com/bbs/thread-11171-1-1.html</link>
      <description><![CDATA[［root@localhost ~］# cat /proc/version
　　Linux version 2.6.18-194.el5 （） （gcc version 4.1.2 20080704 （Red Hat 4.1.2-48）） #1 SMP Fri Apr 2 14:58:14 EDT 2010

［root@localhost ~］# uname -a
　　Linux localhost.localdomain 2.6.18-194.el5 #1 SMP ...]]></description>
      <category>CentOS</category>
      <author>Sian</author>
      <pubDate>Tue, 24 May 2016 01:51:21 +0000</pubDate>
    </item>
    <item>
      <title>Shadowsocks一键安装脚本（CentOS6,7、Ubuntu、Debian）</title>
      <link>https://www.yusian.com/bbs/thread-11078-1-1.html</link>
      <description><![CDATA[Shadowsocks原理简单理解的话，Shadowsocks是将以前通过SSH创建的Socks5协议拆开成Server端和client端，下面这个原理图能简单介绍其翻墙原理，基本上和利用SSH tunnel大致类似：
[*]PC客户端（即你的电脑）发出请求基于Socks5协议跟SS-Local端进行通讯，由于这个SS-Loca ...]]></description>
      <category>CentOS</category>
      <author>Sian</author>
      <pubDate>Tue, 12 Jan 2016 14:43:30 +0000</pubDate>
    </item>
    <item>
      <title>几种常见的Web应用平台</title>
      <link>https://www.yusian.com/bbs/thread-11025-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>CentOS</category>
      <author>Sian</author>
      <pubDate>Fri, 25 Dec 2015 03:02:19 +0000</pubDate>
    </item>
    <item>
      <title>Linux下最简单的动态域名解析</title>
      <link>https://www.yusian.com/bbs/thread-11013-1-1.html</link>
      <description><![CDATA[一、准备材料
1、在国内动态域名解析一般使用花生壳，即oray.com这个家伙，可以免费申请一个二级域名（oray帐号一个）；
2、注册了oray帐号你就能申请到一个免费的支持动态域名解析的二级域名（支持动态域名解析的域名一个）；
3、如果你有自己的顶级域名，觉得使用别人 ...]]></description>
      <category>CentOS</category>
      <author>Sian</author>
      <pubDate>Mon, 07 Dec 2015 07:44:49 +0000</pubDate>
    </item>
    <item>
      <title>CentOS 添加虚拟主机VirtualHost及伪静态Rewrite</title>
      <link>https://www.yusian.com/bbs/thread-10978-1-1.html</link>
      <description><![CDATA[1、找到Apache的配置文件 /etc/httpd/conf/httpd.conf

2、找到配置文件中的以下代码

LoadModule vhost_alias_module modules/mod_vhost_alias.so

如果前面有#号注释，去掉#号注释，这代表是否开启虚拟主机服务

3、找到配置文件中的以下代码，一般在配置文件的最末尾 ...]]></description>
      <category>CentOS</category>
      <author>admin</author>
      <pubDate>Mon, 12 Oct 2015 01:03:09 +0000</pubDate>
    </item>
    <item>
      <title>Discuz如何隐藏帖子数及会员数统计</title>
      <link>https://www.yusian.com/bbs/thread-10829-1-1.html</link>
      <description><![CDATA[1、找到公共模块 /template/default/forum/discuz.htm

2、大概在第40行左右，找到代码：[mw_shl_code=html,false]{lang index_today}: $todayposts|{lang index_yesterday}: $postdata[0]|{lang index_posts}: $posts|{lang index_members}: $_G[\'cache\'][\'userstats\'] ...]]></description>
      <category>CentOS</category>
      <author>Sian</author>
      <pubDate>Tue, 28 Jul 2015 05:29:08 +0000</pubDate>
    </item>
    <item>
      <title>如何去除Discuz后台“扫描关注Discuz!官方微信”</title>
      <link>https://www.yusian.com/bbs/thread-10804-1-1.html</link>
      <description><![CDATA[1、Discuz在安装微信登录插件后，管理台首页会自动添加一个“扫描关注Discuz！官方微信这么一栏，并且如果你卸载了微信插件，该小版块不会消失，然而二维码图标文件因为不存在而显示一个小叉，由于每次登录后台都会看到这东西，有强迫症的人肯定感觉非常不爽，如下图所 ...]]></description>
      <category>CentOS</category>
      <author>Sian</author>
      <pubDate>Sun, 19 Jul 2015 01:06:55 +0000</pubDate>
    </item>
    <item>
      <title>CentOS 7搭建SVN服务器</title>
      <link>https://www.yusian.com/bbs/thread-10803-1-1.html</link>
      <description><![CDATA[安装步骤如下：

1、yum install subversion

2、查看安装版本 svnserve --version

   

3、创建SVN版本库目录 mkdir -p /var/svn/svnrepos

4、创建版本库  svnadmin create /var/svn/svnrepos
   执行了这个命令之后会在/var/svn/svnrepos目录下生成如下这些文件

   ...]]></description>
      <category>CentOS</category>
      <author>Sian</author>
      <pubDate>Sat, 18 Jul 2015 07:04:25 +0000</pubDate>
    </item>
    <item>
      <title>CentOS架设pptp服务器</title>
      <link>https://www.yusian.com/bbs/thread-10802-1-1.html</link>
      <description><![CDATA[PPTP（Point to Point Tunneling Protocol，点对点隧道协议） 默认端口号：1723

        PPTP，即PPTF协议。该协议是在PPP协议的基础上开发的一种新的增强型安全协议，支持多协议虚拟专用网（VPN），可以通过密码身份验证协议（PAP）、可扩展身份验证协议（EAP）等方法 ...]]></description>
      <category>CentOS</category>
      <author>Sian</author>
      <pubDate>Sat, 18 Jul 2015 06:57:18 +0000</pubDate>
    </item>
    <item>
      <title>CentOS 6.6 x64简单搭建openvpn</title>
      <link>https://www.yusian.com/bbs/thread-10801-1-1.html</link>
      <description><![CDATA[一、OpenVPN简介

        OpenVPN 是一个基于 OpenSSL 库的应用层 VPN 实现。和传统 VPN 相比，它的优点是简单易用。
        OpenVPN允许参与建立VPN的单点使用共享金钥，电子证书，或者用户名/密码来进行身份验证。它大量使用了OpenSSL加密库中的SSLv3/TLSv1 协议函 ...]]></description>
      <category>CentOS</category>
      <author>Sian</author>
      <pubDate>Sat, 18 Jul 2015 06:14:51 +0000</pubDate>
    </item>
    <item>
      <title>CentOS下MySQL数据库导出导入</title>
      <link>https://www.yusian.com/bbs/thread-10800-1-1.html</link>
      <description><![CDATA[mysql数据库的导入导出可以用数据库备份工具mysqldump
mysqldump工具是mysql自带的一个非常方便的一款小工具，存在mysql安装目录的/usr/local/mysql/bin （CentOS）是下。
mysqldump 和 mysql一样，都是应用程序，你在mysql下是执行不了的。切记 ，输入 mysqldump –hel ...]]></description>
      <category>CentOS</category>
      <author>Sian</author>
      <pubDate>Sat, 18 Jul 2015 05:40:39 +0000</pubDate>
    </item>
    <item>
      <title>Linux下Zip压缩文件的基本命令</title>
      <link>https://www.yusian.com/bbs/thread-10738-1-1.html</link>
      <description><![CDATA[1、Zip

zip -r myfile.zip ./*
将当前目录下的所有文件和文件夹全部压缩成myfile.zip文件,－r表示递归压缩子目录下所有文件.

2、unzip

unzip -o -d /home/sunny myfile.zip
把myfile.zip文件解压到 /home/sunny/
-o:不提示的情况下覆盖文件；
-d:-d /home/sunny 指明 ...]]></description>
      <category>CentOS</category>
      <author>Sian</author>
      <pubDate>Fri, 10 Jul 2015 01:52:13 +0000</pubDate>
    </item>
    <item>
      <title>Linux如何设置定时任务</title>
      <link>https://www.yusian.com/bbs/thread-10700-1-1.html</link>
      <description><![CDATA[1、基本概念
        crontab命令常见于Unix和类Unix的操作系统之中，用于设置周期性被执行的指令。该命令从标准输入设备读取指令，并将其存放于“crontab”文件中，以供之后读取和执行。crontab储存的指令被守护进程激活， crond常常在后台运行，每一分钟检查是否有预 ...]]></description>
      <category>CentOS</category>
      <author>Sian</author>
      <pubDate>Tue, 30 Jun 2015 09:56:10 +0000</pubDate>
    </item>
    <item>
      <title>CentOS 磁盘挂载（Linux磁盘挂载）</title>
      <link>https://www.yusian.com/bbs/thread-10646-1-1.html</link>
      <description><![CDATA[1、 查看新磁盘信息

[root@Crayfish ~]# fdisk -l

Disk /dev/xvda: 21.5 GB, 21474836480 bytes
255 heads, 63 sectors/track, 2610 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (m ...]]></description>
      <category>CentOS</category>
      <author>Sian</author>
      <pubDate>Fri, 19 Jun 2015 09:05:51 +0000</pubDate>
    </item>
    <item>
      <title>Discuz如何指定版块图标大小</title>
      <link>https://www.yusian.com/bbs/thread-10553-1-1.html</link>
      <description><![CDATA[1、先上图，看看效果再发表演讲



2、设置版块图标的一般步骤为：登录后台--论坛--版块管理--基本设置，找到“版块图标”然后上传即可

3、在“版块图标”下面还有个“图标宽度”选项，注意该选项不是用来指定图标的显示宽度的，事实上图标有多大首页即会显示多大（大 ...]]></description>
      <category>CentOS</category>
      <author>Sian</author>
      <pubDate>Thu, 14 May 2015 09:45:23 +0000</pubDate>
    </item>
    <item>
      <title>CentOS查看当前CPU及内存使用情况（任务管理器）</title>
      <link>https://www.yusian.com/bbs/thread-10552-1-1.html</link>
      <description><![CDATA[Linux下没有类似Windows的可视化窗口来查看当前设备硬件资源使用情况，但通过命令行一样能够了解到我们需要的信息，使用top命令

[root@Crayfish ~]# toptop - 17:17:36 up 0 min,  1 user,  load average: 0.20, 0.07, 0.02Tasks:  77 total,   1 running,  76 sleepin ...]]></description>
      <category>CentOS</category>
      <author>admin</author>
      <pubDate>Thu, 14 May 2015 09:19:48 +0000</pubDate>
    </item>
    <item>
      <title>CetnOS 创建SFTP用户</title>
      <link>https://www.yusian.com/bbs/thread-10531-1-1.html</link>
      <description><![CDATA[#创建sftp组
groupadd sftp
#创建一个用户webAdmin
useradd -g sftp -s /bin/false webAdmin
#设置webAdmin用户的密码
passwd 123456
#创建一个sftp的上传目录
mkdir /usr/local/sftp
#修改用户dsideal所在的目录
usermod -d /usr/local/sftp webAdmin

#配置sshd_confi ...]]></description>
      <category>CentOS</category>
      <author>admin</author>
      <pubDate>Fri, 08 May 2015 06:21:22 +0000</pubDate>
    </item>
  </channel>
</rss>