<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>360°网站管家_运维学院_提供最新最全的服务器运维视频教程与网站维护视频教程 - 转载资料</title>
    <link>http://bbs.360wzgj.com/forum-54-1.html</link>
    <description>Latest 20 threads of 转载资料</description>
    <copyright>Copyright(C) 360°网站管家_运维学院_提供最新最全的服务器运维视频教程与网站维护视频教程</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 04 Jun 2026 19:48:54 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://bbs.360wzgj.com/static/image/common/logo_88_31.gif</url>
      <title>360°网站管家_运维学院_提供最新最全的服务器运维视频教程与网站维护视频教程</title>
      <link>http://bbs.360wzgj.com/</link>
    </image>
    <item>
      <title>负载状态(load average)中的数据代表了什么?</title>
      <link>http://bbs.360wzgj.com/thread-808-1-1.html</link>
      <description><![CDATA[平均负载(load average)是指系统的运行队列的平均利用率，也可以认为是可运行进程的平均数。宝塔的负载状态图表中百分比的含意：  50% 以下  -  此时服务器正以低负载状态运行  50 ~ 90%  - 服务器负载正常，用户的请求可以及时得到服务器响应  90% ~ 100% - 表示服务器 ...]]></description>
      <category>转载资料</category>
      <author>360网站管家</author>
      <pubDate>Sat, 24 Mar 2018 08:48:11 +0000</pubDate>
    </item>
    <item>
      <title>Win8 离线安装 .Net Framework 3.5</title>
      <link>http://bbs.360wzgj.com/thread-760-1-1.html</link>
      <description><![CDATA[微软在最新的 Win8 / Win8.1 系统中没有集成 .NET 3.5，如果安装的话，必须是在线安装，甚是麻烦。为了解决这个问题，特意整理了 .NET 3.5 的离线安装方法。


方法1：使用网友制作的 .Net Framework 3.5 离线安装包 For Win8 / Win8.1


(1)  Win8 专用 .NET 3 ...]]></description>
      <category>转载资料</category>
      <author>360网站管家</author>
      <pubDate>Sun, 06 Aug 2017 15:23:09 +0000</pubDate>
    </item>
    <item>
      <title>win10离线安装.NET Framework 3.5教程</title>
      <link>http://bbs.360wzgj.com/thread-759-1-1.html</link>
      <description><![CDATA[WIN10系统，里面集成了.NET4.0 但是却没有集成.net 3.5所以在安装部分软件过程中，会出现“你的电脑上的应用需要使用以下 windows 功能 .net3.5”
出现这种情况，就是 .NET3.5没有安装成功。
总结了两种安装方法：一、使用原版镜像进行安装，把原版镜像加载在驱动 ...]]></description>
      <category>转载资料</category>
      <author>360网站管家</author>
      <pubDate>Sun, 06 Aug 2017 15:21:35 +0000</pubDate>
    </item>
    <item>
      <title>Bashshell脚本编程视频教程免费分享</title>
      <link>http://bbs.360wzgj.com/thread-754-1-1.html</link>
      <description><![CDATA[Bashshell脚本编程视频教程免费分享！
首先给大家介绍一下shell是什么？linux下有许多种shell可用。脚本必须和shell匹配，一种shell的脚本无法在其他shell下工作。bash是linux下的默认shell。而且bash（/bin/bash）兼容unix下的bourne shell（/bin/sh），GNU/Linux分为 ...]]></description>
      <category>转载资料</category>
      <author>360网站管家</author>
      <pubDate>Thu, 03 Aug 2017 15:42:24 +0000</pubDate>
    </item>
    <item>
      <title>Windows2008 R2服务器配置TLS1.2方法</title>
      <link>http://bbs.360wzgj.com/thread-707-1-1.html</link>
      <description><![CDATA[我的是 阿里云服务器 win2008 R2 x64 ，直接执行注册表脚本，然后重启就可（脚本内容如下）：]]></description>
      <category>转载资料</category>
      <author>360网站管家</author>
      <pubDate>Mon, 05 Jun 2017 03:43:22 +0000</pubDate>
    </item>
    <item>
      <title>wdcp新开站点或绑定域名打不开或无法访问的问题</title>
      <link>http://bbs.360wzgj.com/thread-689-1-1.html</link>
      <description><![CDATA[一 用IP可以打开，但用域名打开网站显示到默认页面
1  站点列表里是否有相应的网站信息

2  检查有没站点配置文件后台 》系统管理 》文件管理器 》虚拟主机站点文件(nginx,apache)  点击进去，进入到vhost目录，看是否有相应的配置文件
文件名以创建站点时用的域名 ...]]></description>
      <category>转载资料</category>
      <author>360网站管家</author>
      <pubDate>Fri, 26 May 2017 03:00:40 +0000</pubDate>
    </item>
    <item>
      <title>windows server 2008和IIS 7.5添加多用户FTP</title>
      <link>http://bbs.360wzgj.com/thread-679-1-1.html</link>
      <description><![CDATA[打开iis管理器，点击添加ftp站点：指定任意ftp根目录的物理路径：在FTP根目录下必须新建一个名为localuser的目录，将FTP的用户目录放至localuser目录下，否则用户FTP无法连接，这个很重要，物理路径必须在localuser目录之上。SSL设置为无，主机名设置不设置都可以，设置 ...]]></description>
      <category>转载资料</category>
      <author>360网站管家</author>
      <pubDate>Sun, 21 May 2017 01:55:10 +0000</pubDate>
    </item>
    <item>
      <title>CentOS安装redis及添加phpredis扩展</title>
      <link>http://bbs.360wzgj.com/thread-658-1-1.html</link>
      <description><![CDATA[CentOS安装redis及添加phpredis扩展


一、安装redisa、下载redis： b、在redis安装目录下进入utils目录，执行自动安装脚本                           c、添加redis开机自启动 d、检查远程服务器的6379端口是否被防火墙拦截。假如未开启，则开添加 e、通过客户端命 ...]]></description>
      <category>转载资料</category>
      <author>360网站管家</author>
      <pubDate>Tue, 16 May 2017 13:12:35 +0000</pubDate>
    </item>
    <item>
      <title>windows安装redis及添加phpredis扩展</title>
      <link>http://bbs.360wzgj.com/thread-657-1-1.html</link>
      <description><![CDATA[Windows下安装redis
直接  windows添加redis作为服务：
windows添加phpredis扩展]]></description>
      <category>转载资料</category>
      <author>360网站管家</author>
      <pubDate>Tue, 16 May 2017 13:07:03 +0000</pubDate>
    </item>
    <item>
      <title>EasyPanel 新建站点php版本选择</title>
      <link>http://bbs.360wzgj.com/thread-645-1-1.html</link>
      <description><![CDATA[网站管理 --&gt; 新增网站  模块 -]]></description>
      <category>转载资料</category>
      <author>360网站管家</author>
      <pubDate>Thu, 16 Feb 2017 09:40:17 +0000</pubDate>
    </item>
    <item>
      <title>马哥LINUX运维教程208讲(初级+中级+高级+必备软件+PPT)</title>
      <link>http://bbs.360wzgj.com/thread-582-1-1.html</link>
      <description><![CDATA[马哥LINUX运维教程208讲(初级+中级+高级+必备软件+PPT)
话不多说，先上图：全套课程一共208课，想学Linux的有福啦
课程简介：
本视频由Linux培训界最顶级大师、及连续多年好评度排名第一的马哥亲自讲解！本课程详细介绍了linux运维，和一些知识点的梳理，由浅入深从 ...]]></description>
      <category>转载资料</category>
      <author>360网站管家</author>
      <pubDate>Tue, 27 Sep 2016 04:45:19 +0000</pubDate>
    </item>
    <item>
      <title>阿里云磁盘原地扩容教程（Linux磁盘卸载、挂载、扩容）</title>
      <link>http://bbs.360wzgj.com/thread-578-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>转载资料</category>
      <author>360网站管家</author>
      <pubDate>Thu, 30 Jun 2016 04:16:48 +0000</pubDate>
    </item>
    <item>
      <title>伪静态规则如httpd.ini,htaccess 在window2008  IIS7使用</title>
      <link>http://bbs.360wzgj.com/thread-573-1-1.html</link>
      <description><![CDATA[双击打开网站主页，选择“URL Rewrite”模块。 双击打开网站主页，选择“URL Rewrite”模块双击打开网站主页，选择“URL Rewrite”模块[/backcolor]4、进入“URL Rewrite”模块详情，选择导入规则。 进入“URL Rewrite”模块详情，选择导入规则进入“URL Rewrite”模块 ...]]></description>
      <category>转载资料</category>
      <author>360网站管家</author>
      <pubDate>Fri, 27 May 2016 05:53:21 +0000</pubDate>
    </item>
    <item>
      <title>执行backup.sh后只有本地有备份</title>
      <link>http://bbs.360wzgj.com/thread-572-1-1.html</link>
      <description><![CDATA[远程服务器不用安装oneinstack，只要设置正确ip 用户名 密码 端口，即可。]]></description>
      <category>转载资料</category>
      <author>360网站管家</author>
      <pubDate>Thu, 26 May 2016 02:20:10 +0000</pubDate>
    </item>
    <item>
      <title>博主能出点服务器，安全维护方面的教程吗</title>
      <link>http://bbs.360wzgj.com/thread-571-1-1.html</link>
      <description><![CDATA[单纯安装oneinstack，还需要做哪些才能抵御攻击，防黑，等等，菜鸟我装了个云锁，但是看大神你回答别人的问题，说安装云锁没什么用，那我其他也不会维护啊，还是说，安装oneinstack后，服务器安全方面就不用再担心什么了]]></description>
      <category>转载资料</category>
      <author>360网站管家</author>
      <pubDate>Thu, 26 May 2016 02:20:06 +0000</pubDate>
    </item>
    <item>
      <title>jemalloc安装失败！系统是CentOS6.5,我是装在虚拟机的，之前安装过一次都没问题！</title>
      <link>http://bbs.360wzgj.com/thread-570-1-1.html</link>
      <description><![CDATA[lncursesw -lm
make[1]: Leaving directory `/lnmp/src/htop-2.0.0&#8242;
make install-am
make[1]: Entering directory `/lnmp/src/htop-2.0.0&#8242;
make[2]: Entering directory `/lnmp/src/htop-2.0.0&#8242;
 /bin/mkdir -p &#8216;/usr/local/bin&#8217;
 /bin/ ...]]></description>
      <category>转载资料</category>
      <author>360网站管家</author>
      <pubDate>Thu, 26 May 2016 02:20:03 +0000</pubDate>
    </item>
    <item>
      <title>远程备份 阿里云 oos</title>
      <link>http://bbs.360wzgj.com/thread-569-1-1.html</link>
      <description><![CDATA[支持0
反对
开放
  发布
Linux

]]></description>
      <category>转载资料</category>
      <author>360网站管家</author>
      <pubDate>Thu, 26 May 2016 02:20:00 +0000</pubDate>
    </item>
    <item>
      <title>OneinStack 使用方法</title>
      <link>http://bbs.360wzgj.com/thread-568-1-1.html</link>
      <description><![CDATA[首先 putty登录自己的SSH linux中
如何添加虚拟主机？
./vhost.sh
如何删除虚拟主机？./vhost.sh del
如何管理FTP账号？./pureftpd_vhost.sh
如何备份？./backup_setup.sh # Set backup options
./backup.sh # Start backup, You can add cron jobs # crontab -l  ...]]></description>
      <category>转载资料</category>
      <author>360网站管家</author>
      <pubDate>Fri, 20 May 2016 12:25:49 +0000</pubDate>
    </item>
    <item>
      <title>virtualmin配置</title>
      <link>http://bbs.360wzgj.com/thread-564-1-1.html</link>
      <description><![CDATA[1、基本配置
[/backcolor]
安装virtualmin之后，就会在webmin服务器栏里出现virtualmin这一项了，点击后要做些基本的设置才能正常使用。 virtualmin有好几个功能插件，包括BIND DNS、apache、mysql、proftp、邮件等，在Features and Plugins这项里选择，看你需要哪些 ...]]></description>
      <category>转载资料</category>
      <author>360网站管家</author>
      <pubDate>Mon, 22 Feb 2016 02:44:51 +0000</pubDate>
    </item>
    <item>
      <title>关于VPN连接628错误的解决方案.DMZ设置</title>
      <link>http://bbs.360wzgj.com/thread-562-1-1.html</link>
      <description><![CDATA[628错误一般是因为网络设备的影响,有可能会出现在电脑,路由器,或者宽带供应商方面. 一般出现在PPTP的连接方式中.首先遇到PPTP连接出现628提示后,重启电脑和路由器,如果仍然遇到此错误可通过修改DMZ来尝试解决.具体如下1.点击开始键→搜索里输入cmd，回车。（XP系统的话 ...]]></description>
      <category>转载资料</category>
      <author>360网站管家</author>
      <pubDate>Thu, 17 Dec 2015 07:52:14 +0000</pubDate>
    </item>
  </channel>
</rss>