<?xml version="1.0" encoding="utf-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>移动互联网+与新技术研究汇总</title><link>http://81seo.cn/</link><description>程志鹏@6A商学院 专注SEM与“互联网+”研究与学习</description><item><title>InnoDB和MySAM有什么区别？</title><link>http://81seo.cn/jishutools/162.html</link><description>&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 16px; vertical-align: baseline; background: rgb(255, 255, 255); overflow-wrap: break-word; line-height: 1.8em; color: rgb(51, 51, 51); font-family: Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 首先，MySAM和InnoDB都是mysql里面的两个存储引擎，mysql5.5版本之前的存储引擎默认是MySAM，&lt;strong style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word;&quot;&gt;mysql5.5&lt;/strong&gt;版本以后的存储引擎默认是InnoDB,它们底层数据结构都是基于&lt;strong style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word;&quot;&gt;B+树&lt;/strong&gt;的。&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 16px; vertical-align: baseline; background: rgb(255, 255, 255); overflow-wrap: break-word; line-height: 1.8em; color: rgb(51, 51, 51); font-family: Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word;&quot;&gt;Mylsam存储引擎：&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 16px; vertical-align: baseline; background: rgb(255, 255, 255); overflow-wrap: break-word; line-height: 1.8em; color: rgb(51, 51, 51); font-family: Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;Mylsam索引是&lt;strong style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word;&quot;&gt;非聚簇索引&lt;/strong&gt;，Mylsam存储引擎是通过&lt;strong style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word;&quot;&gt;二进制&lt;/strong&gt;的方式存储到&lt;strong style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word;&quot;&gt;磁盘&lt;/strong&gt;，主要有两个文件，一个是&lt;strong style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word;&quot;&gt;.MYD文件&lt;/strong&gt;，一个是&lt;strong style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word;&quot;&gt;.MYI文件&lt;/strong&gt;，它索引和数据是&lt;strong style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word;&quot;&gt;分离&lt;/strong&gt;的，查询数据的时候，先从索引文件中找到数据的&lt;strong style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word;&quot;&gt;磁盘位置&lt;/strong&gt;，再找到索引对应的数据内容。&lt;/p&gt;&lt;p class=&quot;img-center&quot; style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 16px; vertical-align: baseline; background: rgb(255, 255, 255); overflow-wrap: break-word; line-height: 1.8em; color: rgb(51, 51, 51); font-family: Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;&lt;img alt=&quot;&quot; height=&quot;615&quot; src=&quot;https://img-blog.csdnimg.cn/ac65d17f4e33492b862599888ec3a997.png&quot; width=&quot;1190&quot; referrerpolicy=&quot;no-referrer&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word; height: auto; max-width: 100%;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 16px; vertical-align: baseline; background: rgb(255, 255, 255); overflow-wrap: break-word; line-height: 1.8em; color: rgb(51, 51, 51); font-family: Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 16px; vertical-align: baseline; background: rgb(255, 255, 255); overflow-wrap: break-word; line-height: 1.8em; color: rgb(51, 51, 51); font-family: Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word;&quot;&gt;InnoDB存储引擎：&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 16px; vertical-align: baseline; background: rgb(255, 255, 255); overflow-wrap: break-word; line-height: 1.8em; color: rgb(51, 51, 51); font-family: Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;InnoDB存储引擎是&lt;strong style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word;&quot;&gt;聚簇索引&lt;/strong&gt;，&lt;strong style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word;&quot;&gt;索引和数据一起存储&lt;/strong&gt;，在InnoDB存储引擎中，数据同样存储在&lt;strong style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word;&quot;&gt;磁盘&lt;/strong&gt;，它在磁盘上只有&lt;strong style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word;&quot;&gt;ibd文件&lt;/strong&gt;，里面包含&lt;strong style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word;&quot;&gt;索引和数据&lt;/strong&gt;，它的整体结构如下图所示，在B+树的&lt;strong style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word;&quot;&gt;叶子节点&lt;/strong&gt;里面&lt;strong style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word;&quot;&gt;存储了索引对应的数据&lt;/strong&gt;，在通过索引进行检索的时候，&lt;strong style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word;&quot;&gt;命中叶子节点&lt;/strong&gt;，就可以直接从叶子节点中&lt;strong style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word;&quot;&gt;取出行数据&lt;/strong&gt;。&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 16px; vertical-align: baseline; background: rgb(255, 255, 255); overflow-wrap: break-word; line-height: 1.8em; color: rgb(51, 51, 51); font-family: Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;&lt;img alt=&quot;&quot; height=&quot;600&quot; src=&quot;https://img-blog.csdnimg.cn/f816f4cb54464bf4b80f97d06cd6a9f1.png&quot; width=&quot;1190&quot; referrerpolicy=&quot;no-referrer&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word; height: auto; max-width: 100%;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 16px; vertical-align: baseline; background: rgb(255, 255, 255); overflow-wrap: break-word; line-height: 1.8em; color: rgb(51, 51, 51); font-family: Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word;&quot;&gt;总结：经分析InnoDB和MyISAM有以下五点区别&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 16px; vertical-align: baseline; background: rgb(255, 255, 255); overflow-wrap: break-word; line-height: 1.8em; color: rgb(51, 51, 51); font-family: Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;1、innoDB支持&lt;strong style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word;&quot;&gt;事务、聚簇索引&lt;/strong&gt;，Mylsam&lt;strong style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word;&quot;&gt;不支持事务、非聚簇索引&lt;/strong&gt;；&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 16px; vertical-align: baseline; background: rgb(255, 255, 255); overflow-wrap: break-word; line-height: 1.8em; color: rgb(51, 51, 51); font-family: Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;2、innoDB有&lt;strong style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word;&quot;&gt;undo log&lt;/strong&gt;（多版本并发控制，一致性读）和&lt;strong style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word;&quot;&gt;read log&lt;/strong&gt;（&lt;strong style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word;&quot;&gt;持久性，保证提交的数据不丢失&lt;/strong&gt;），Mylsam没有；&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 16px; vertical-align: baseline; background: rgb(255, 255, 255); overflow-wrap: break-word; line-height: 1.8em; color: rgb(51, 51, 51); font-family: Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;3、innoDB支持&lt;strong style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word;&quot;&gt;外键&lt;/strong&gt;，Mylsam&lt;strong style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word;&quot;&gt;不支持外键&lt;/strong&gt;。&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 16px; vertical-align: baseline; background: rgb(255, 255, 255); overflow-wrap: break-word; line-height: 1.8em; color: rgb(51, 51, 51); font-family: Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;4、InnoDB通过当前读和锁实现隔离性；&lt;strong style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word;&quot;&gt;支持行锁、间隙锁、临键锁&lt;/strong&gt;，MySAM不支持锁机制&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 16px; vertical-align: baseline; background: rgb(255, 255, 255); overflow-wrap: break-word; line-height: 1.8em; color: rgb(51, 51, 51); font-family: Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;5、InnoDB&lt;strong style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word;&quot;&gt;安全性&lt;/strong&gt;更高，适合大量&lt;strong style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word;&quot;&gt;读写&lt;/strong&gt;的场景，MySAM安全性较差，系统崩溃导致数据难以恢复，适合&lt;strong style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; overflow-wrap: break-word;&quot;&gt;只读&lt;/strong&gt;的场景&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Thu, 11 May 2023 22:13:19 +0800</pubDate></item><item><title>eSpace 79XX话机如何恢复出厂设置？</title><link>http://81seo.cn/jishutools/161.html</link><description>&lt;p&gt;问题描述:eSpace 79XX话机如何恢复出厂设置？&lt;/p&gt;&lt;p&gt;处理过程&lt;/p&gt;&lt;p&gt;方法一：PC侧操作&lt;/p&gt;&lt;p&gt;步骤 1 以管理员登录话机Web页面。&lt;/p&gt;&lt;p&gt;步骤 2 依次进入“高级 &amp;gt; 恢复出厂设置”菜单。&lt;/p&gt;&lt;p&gt;系统显示“恢复出厂设置”页面。&lt;/p&gt;&lt;p&gt;步骤 3 单击“恢复出厂设置”。&lt;/p&gt;&lt;p&gt;----结束&lt;/p&gt;&lt;p&gt;方法二：话机侧操作&lt;/p&gt;&lt;p&gt; 在话机登录界面长按主界面键10s，根据界面提示选择是否恢复出厂设置。&lt;/p&gt;&lt;p&gt;说明：在话机登录过程中长按主界面键不能恢复出厂设置。&lt;/p&gt;&lt;p&gt; 在话机主界面长按主界面键10s，根据界面提示选择是否恢复出厂设置。&lt;/p&gt;&lt;p&gt;说明：在话机锁定、升级、通话时长按主界面键不能恢复出厂设置。&lt;/p&gt;&lt;p&gt; 在话机主界面依次进入“应用程序 &amp;gt; 高级 &amp;gt; 恢复出厂设置”。按“OK”键恢复出厂设置。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Thu, 11 May 2023 09:58:33 +0800</pubDate></item><item><title>时间同步服务器(2023国内精准)internet网络时间服务器大全分享</title><link>http://81seo.cn/jishutools/160.html</link><description>&lt;p&gt;时间同步服务器可以帮助我们的电脑和时间服务器进行同步，对系统的使用，软件、办公都是至关重要的，Windows自带的时间同步服务器，由于众所周知的原因，经常无法同步时间，那么还有哪些比较好用精准的internet网络时间服务器呢，下面小编就分享一下最新的时间同步服务器。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;时间同步服务器(2023国内精准)internet网络时间服务器大全分享&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;阿里云时间同步服务器：&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;阿里云提供了7个NTP时间服务器也就是Internet时间同步服务器地址&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;ntp1.aliyun.com&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;ntp2.aliyun.com&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;ntp3.aliyun.com&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;ntp4.aliyun.com&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;ntp5.aliyun.com&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;ntp6.aliyun.com&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;ntp7.aliyun.com&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;国内一些大学NTP时间源服务器&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;s1a.time.edu.cn 　　北京邮电大学&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;s1b.time.edu.cn 　　清华大学&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;s1c.time.edu.cn 　　北京大学&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;s1d.time.edu.cn 　　东南大学&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;s1e.time.edu.cn 　　清华大学&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;s2a.time.edu.cn 　　清华大学&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;s2b.time.edu.cn 　　清华大学&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;s2c.time.edu.cn 　　北京邮电大学&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;s2d.time.edu.cn 　　西南地区网络中心&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;s2e.time.edu.cn 　　西北地区网络中心&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;s2f.time.edu.cn 　　东北地区网络中心&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;s2g.time.edu.cn 　　华东南地区网络中心&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;s2h.time.edu.cn 　　四川大学网络管理中心&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;s2j.time.edu.cn 　　大连理工大学网络中心&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;s2k.time.edu.cn 　　CERNET桂林主节点&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;s2m.time.edu.cn 　　北京大学&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;另外，如果服务器在国外，苹果提供的公共NTP服务，以下7个域名&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;http://time1.apple.com&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;http://time2.apple.com&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;http://time3.apple.com&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;http://time4.apple.com&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;http://time5.apple.com&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;http://time6.apple.com&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;http://time7.apple.com&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;Google（谷歌）提供的NTP服务，以下4个域名&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;http://time1.google.com&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;http://time2.google.com&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;http://time3.google.com&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;http://time4.google.com&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Thu, 11 May 2023 09:17:59 +0800</pubDate></item><item><title>asterisk的NAT配置</title><link>http://81seo.cn/AIBOT/159.html</link><description>&lt;p&gt;sip.conf:&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;externip:在[general] context配置的属性，配置你的公网地址，这样发送sip消息时就会用该地址替换消息头的主机地址，对端解析消息后就会往这个地址发送应答消息。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;Nat：该属性决定asterisk如何处理用户的连接。个人理解就是配置astersik处理收到消息的方式。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;1、nat=route&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;asterisk 从收到的rtp包得到目地地址，把rtp包发往该地址而不是SDP中协商的每媒体地址。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;2、nat=no&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;默认配置，根据rfc3581，asterisk会把rport和received字段添加到via域，作为应答接受地址。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;3、 nat=never&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;asterisk不把rport加入via域，也不会按照route的方式处理。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;4、 nat=yes&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;总是忽略信息，假定使用NAT&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;在Asterisk中配置NAT需要进行以下步骤：&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;1. 在sip.conf文件中设置NAT选项为yes，以指示该服务器位于NAT后面。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;2. 设置externip和localnet选项。Externip是服务器在互联网上的公共IP地址，而localnet是服务器位于NAT后面的私有IP范围。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;3. 开启RTP端口范围。默认情况下，AsteriskUDP端口10000到20000进行RTP通信，需要确保这些端口在NAT上进行转发&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;4. 配置SIP客户端。SIP户端需要知道服务器的NAT地址和RTP端口围，以便正确地与服务器通信。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;以下是一个示例sip.conf配置文件：&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;[nat]&lt;/p&gt;&lt;p&gt;nat=yes&lt;/p&gt;&lt;p&gt;externip=203.0.113.1&lt;/p&gt;&lt;p&gt;localnet=192.168.0.0255.255.255.0&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;[general]&lt;/p&gt;&lt;p&gt;rtpstart=10000&lt;/p&gt;&lt;p&gt;rtpend=20000&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;[sip_client]&lt;/p&gt;&lt;p&gt;type=friend&lt;/p&gt;&lt;p&gt;host=dynamic&lt;/p&gt;&lt;p&gt;nat=yes&lt;/p&gt;&lt;p&gt;canreinvite=no&lt;/p&gt;&lt;p&gt;context=default&lt;/p&gt;&lt;p&gt;disallow=all&lt;/p&gt;&lt;p&gt;allow=ulaw&lt;/p&gt;&lt;p&gt;allow=alaw&lt;/p&gt;&lt;p&gt;allow=gsm&lt;/p&gt;&lt;p&gt;dtmfmode=rfc2833&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;需要注意的是，NAT配置可能因网络环境的不同而有所不同，因此建议仔细阅读Asterisk文档并参考最佳实践进行配置。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Mon, 24 Apr 2023 15:58:59 +0800</pubDate></item><item><title>手把手教你使用虚拟信用卡Depay充值ChatGPT PLUS会员</title><link>http://81seo.cn/jishutools/158.html</link><description>&lt;p style=&quot;word-break: break-all; font-family: &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;PingFang SC&amp;quot;, Avenir, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 2em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;最近有很多朋友都有ChatGPT plus会员升级的权限了，但是会遇到无法充值的问题，经过一段时间的摸索找到了充值的方法，在这里分享给大家。&lt;br style=&quot;word-break: break-all;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;word-break: break-all; font-family: &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;PingFang SC&amp;quot;, Avenir, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 2em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;strong style=&quot;word-break: break-all;&quot;&gt;1，前期准备&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;word-break: break-all; font-family: &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;PingFang SC&amp;quot;, Avenir, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 2em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;有可用的账号，并且已经提示可以升级ChatGPT plus。&lt;/p&gt;&lt;p style=&quot;word-break: break-all; font-family: &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;PingFang SC&amp;quot;, Avenir, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 2em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;注册一张虚拟信用卡Depay（下有步骤）。&lt;/p&gt;&lt;p style=&quot;word-break: break-all; font-family: &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;PingFang SC&amp;quot;, Avenir, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 2em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;strong style=&quot;word-break: break-all;&quot;&gt;2，注册虚拟信用卡Depay&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;word-break: break-all; font-family: &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;PingFang SC&amp;quot;, Avenir, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 2em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;充值plus必须要美国信用卡，国内的双币卡、全币卡都是不能使用的。&lt;/p&gt;&lt;p style=&quot;word-break: break-all; font-family: &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;PingFang SC&amp;quot;, Avenir, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 2em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;Depay是美国虚拟信用卡，我们可以往里充值，然后用来支付plus会员。&lt;/p&gt;&lt;p style=&quot;word-break: break-all; font-family: &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;PingFang SC&amp;quot;, Avenir, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 2em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;注册很简单，扫描下面的二维码，使用邮箱或者手机注册即可（进去后可以切换语言为中文）&lt;/p&gt;&lt;p style=&quot;word-break: break-all; font-family: &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;PingFang SC&amp;quot;, Avenir, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 2em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br style=&quot;word-break: break-all;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;word-break: break-all; font-family: &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;PingFang SC&amp;quot;, Avenir, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 2em; color: rgb(51, 51, 51); font-size: 17px; white-space: normal; background-color: rgb(255, 255, 255); text-align: center;&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;http://81seo.cn/zb_users/upload/2023/04/202304071680866062267629.jpg&quot; title=&quot;微信图片_20230407191353.jpg&quot; alt=&quot;微信图片_20230407191353.jpg&quot; width=&quot;350&quot; height=&quot;625&quot; border=&quot;0&quot; vspace=&quot;0&quot; style=&quot;width: 350px; height: 625px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;word-break: break-all; font-family: &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;PingFang SC&amp;quot;, Avenir, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 2em; color: rgb(51, 51, 51); font-size: 17px; white-space: normal; background-color: rgb(255, 255, 255); text-align: center;&quot;&gt;&lt;strong style=&quot;word-break: break-all;&quot;&gt;下载&lt;strong style=&quot;word-break: break-all;&quot;&gt;Depay&amp;nbsp;&lt;/strong&gt;App&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;word-break: break-all; font-family: &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;PingFang SC&amp;quot;, Avenir, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 2em; color: rgb(51, 51, 51); font-size: 17px; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;iOS需要美区Apple ID，也可以下载他们的内测版。安卓直接下载apk包。&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;或着打开链接：&lt;a href=&quot;https://depay.depay.one/web-app/register-h5?invitCode=760708&amp;lang=zh-cn&quot; target=&quot;_self&quot; title=&quot;https://depay.depay.one/web-app/register-h5?invitCode=760708&amp;amp;lang=zh-cn&quot;&gt;https://depay.depay.one/web-app/register-h5?invitCode=760708&amp;amp;lang=zh-cn&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;word-break: break-all; font-family: &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;PingFang SC&amp;quot;, Avenir, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 2em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;登录App并完成实名认证之后，点左上角“申请卡”，然后选择卡片类型。（根据你的需求，有标准卡、高级卡、白金卡和黑金卡，卡级别越高手续费越少，但相应的卡费也就越多，我开的标准卡）。&lt;/p&gt;&lt;p style=&quot;word-break: break-all; font-family: &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;PingFang SC&amp;quot;, Avenir, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 2em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;注册完成之后进行身份认证，传身份证并且人脸识别后，大概5钟内系统会自动审核。Lite卡需要10&lt;span style=&quot;word-break: break-all;&quot;&gt;U&lt;/span&gt;开卡费，无需KYC，但是各种费率都比标准卡高。&lt;/p&gt;&lt;p style=&quot;word-break: break-all; font-family: &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;PingFang SC&amp;quot;, Avenir, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 2em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;以上步骤完成之后，就可以充值了。&lt;/p&gt;&lt;p style=&quot;word-break: break-all; font-family: &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;PingFang SC&amp;quot;, Avenir, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 2em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;strong style=&quot;word-break: break-all;&quot;&gt;3，充值U&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;word-break: break-all; font-family: &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;PingFang SC&amp;quot;, Avenir, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 2em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;Depay是不接受直接转账的，需要充值U或美刀，如果你不知道怎么充，也可以找代充，推荐这个&lt;span style=&quot;word-break: break-all;&quot;&gt;Depay代充微信：&lt;/span&gt;&lt;span style=&quot;word-break: break-all; color: #FFFFFF; background-color: #1F497D;&quot;&gt;&lt;span style=&quot;word-break: break-all;&quot;&gt;depaypro&lt;/span&gt;&lt;/span&gt;&amp;nbsp;或&amp;nbsp;&lt;span style=&quot;word-break: break-all; color: #FFFFFF; background-color: #366092;&quot;&gt;&lt;span style=&quot;word-break: break-all; background-color: #1F497D;&quot;&gt;depaycard&lt;/span&gt;&lt;/span&gt;，开1个月plus会员起码往里充25U，3个月建议69U，6个月建议135U，12个月建议265U(其中公链收1U的提币费，所以实际到账要-1U)，高级卡另加上开卡费。&lt;span style=&quot;word-break: break-all;&quot;&gt;充完值后转换为美刀，操作步骤：&lt;/span&gt;&lt;span style=&quot;word-break: break-all; background-color: #1F497D; color: #FFFFFF;&quot;&gt;“钱包”-“实时兑换”&lt;/span&gt;&lt;span style=&quot;word-break: break-all;&quot;&gt;。兑换为美元后，点击&lt;/span&gt;&lt;span style=&quot;word-break: break-all; background-color: #1F497D; color: #FFFFFF;&quot;&gt;“卡”-“充值”&lt;/span&gt;&lt;span style=&quot;word-break: break-all;&quot;&gt;，把你的USD充进卡里，就可以激活卡了。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;word-break: break-all; font-family: &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;PingFang SC&amp;quot;, Avenir, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 2em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;有些朋友说看不到卡号，未激活是看不到卡号的，激活了就可以看到了，激活卡之后，在APP首页获取你的CVV安全码，在plus支付的时候会用到。&lt;/p&gt;&lt;p style=&quot;word-break: break-all; font-family: &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;PingFang SC&amp;quot;, Avenir, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 2em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;strong style=&quot;word-break: break-all;&quot;&gt;4，充值建议&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;word-break: break-all; font-family: &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;PingFang SC&amp;quot;, Avenir, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 2em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;开1个月plus会员起码往里充25U，3个月建议69U，6个月建议135U，12个月建议265U（其中公链收1U的提币费，实际到账要-1U），高级卡另加上开卡费，建议转换完后全部充进卡里，因为每次充充卡最少1美金手续费，如分多次充卡会多次收费。&lt;/p&gt;&lt;p style=&quot;word-break: break-all; font-family: &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;PingFang SC&amp;quot;, Avenir, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 2em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;strong style=&quot;word-break: break-all;&quot;&gt;5，开通plus&lt;/strong&gt;&lt;br style=&quot;word-break: break-all;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;word-break: break-all; font-family: &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;PingFang SC&amp;quot;, Avenir, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 2em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;以上步骤完成后，就可以开通plus了。注意注册好你的支付信息，比如我的：&lt;/p&gt;&lt;p style=&quot;word-break: break-all; font-family: &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;PingFang SC&amp;quot;, Avenir, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 2em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;word-break: break-all;&quot;&gt;卡号：5319934*******7&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;word-break: break-all; font-family: &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;PingFang SC&amp;quot;, Avenir, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 2em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;word-break: break-all;&quot;&gt;到期时间：02/26&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;word-break: break-all; font-family: &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;PingFang SC&amp;quot;, Avenir, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 2em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;word-break: break-all;&quot;&gt;CVC码：235&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;word-break: break-all; font-family: &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;PingFang SC&amp;quot;, Avenir, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 2em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;word-break: break-all;&quot;&gt;&lt;span style=&quot;word-break: break-all;&quot;&gt;卡固定地址可以使用美国地址生成器生成，自行百度美国地址生成器，建议&lt;span class=&quot;md-l&amp;lt;i&amp;gt;&amp;lt;/i&amp;gt;ink md-pair-s&quot; style=&quot;word-break: break-all; orphans: 4; white-space: pre-wrap; box-sizing: border-box;&quot;&gt;找Oregon（俄勒冈州），Alaska（阿拉斯加州），Delaware（特拉华州），Montana（蒙大拿州）和NewHampshire（新罕布什尔州）这几个地区的地址，不然可能存在税费。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;word-break: break-all; font-family: &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;PingFang SC&amp;quot;, Avenir, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 2em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;strong style=&quot;word-break: break-all;&quot;&gt;6，恭喜你，plus开通成功！&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;word-break: break-all; font-family: &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;PingFang SC&amp;quot;, Avenir, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 2em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;word-break: break-all;&quot;&gt;以上步骤完成后，那么恭喜你，你的PLUS会员就开通成功了！&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;word-break: break-all; font-family: &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;PingFang SC&amp;quot;, Avenir, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 2em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;strong style=&quot;word-break: break-all;&quot;&gt;常见问题：&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;word-break: break-all; font-family: &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;PingFang SC&amp;quot;, Avenir, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 2em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;word-break: break-all;&quot;&gt;Depay银行卡付费时卡被拒绝：刚给卡充完钱,&amp;nbsp;需要等几分钟才能给plus付款。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;word-break: break-all; font-family: &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;PingFang SC&amp;quot;, Avenir, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 2em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;word-break: break-all;&quot;&gt;Depay邮箱绑定收不到验证码:&amp;nbsp;用国内QQ邮箱试试,&amp;nbsp;群主注册的时候Gmail收不到。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;word-break: break-all; font-family: &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;PingFang SC&amp;quot;, Avenir, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 2em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;word-break: break-all;&quot;&gt;记得多给Depay的卡里存一些钱,&amp;nbsp;建议给卡里里留22&lt;span style=&quot;word-break: break-all;&quot;&gt;美&lt;/span&gt;刀,&amp;nbsp;防止手续费和意外扣款导致最后不够20&lt;span style=&quot;word-break: break-all;&quot;&gt;美&lt;/span&gt;刀。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Fri, 07 Apr 2023 19:11:16 +0800</pubDate></item><item><title>Linux polkit本地权限提升漏洞（CVE-2021-4034）</title><link>http://81seo.cn/jishutools/157.html</link><description>&lt;div class=&quot;app-yunjing-row app-yunjing-grid&quot; style=&quot;white-space: normal; box-sizing: border-box; margin: -10px 0px; display: flex; flex-wrap: wrap; color: rgba(0, 0, 0, 0.9); font-family: Roboto, &amp;quot;San Francisco&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, PingFangSC-Light, &amp;quot;Hiragina Sans GB&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;microsoft yahei ui&amp;quot;, &amp;quot;microsoft yahei&amp;quot;, sans-serif; font-size: 12px; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;app-yunjing-col app-yunjing-grid__item-14&quot; style=&quot;box-sizing: border-box; width: 550.188px; padding: 10px 0px;&quot;&gt;&lt;div class=&quot;app-yunjing-grid__box&quot; style=&quot;box-sizing: border-box; height: 324px;&quot;&gt;&lt;div class=&quot;app-yunjing-form app-yunjing-form--readonly vul-detail-panel-form&quot; style=&quot;box-sizing: border-box; display: table; line-height: 1.5;&quot;&gt;&lt;div class=&quot;app-yunjing-form__item&quot; style=&quot;box-sizing: border-box; display: table-row;&quot;&gt;&lt;div class=&quot;app-yunjing-form__label&quot; style=&quot;box-sizing: border-box; display: table-cell; vertical-align: baseline; padding-bottom: 0px; color: rgba(0, 0, 0, 0.4); padding-right: 20px; padding-top: 15px; width: 1px;&quot;&gt;&lt;label style=&quot;box-sizing: border-box; touch-action: manipulation; display: inline-block; white-space: nowrap; transform: translateZ(0px);&quot;&gt;漏洞名称&lt;/label&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-form__controls app-yunjing-form__controls--text&quot; style=&quot;box-sizing: border-box; display: table-cell; position: relative; font-size: 0px; color: rgb(0, 0, 0); vertical-align: top; padding-bottom: 0px; overflow-wrap: break-word; word-break: break-word; padding-right: 24px; width: 481.513px; padding-top: 15px;&quot;&gt;&lt;div class=&quot;app-yunjing-form__text&quot; style=&quot;box-sizing: border-box; font-size: 12px; color: rgba(0, 0, 0, 0.9); vertical-align: middle;&quot;&gt;Linux polkit本地权限提升漏洞（CVE-2021-4034）&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-form__item&quot; style=&quot;box-sizing: border-box; display: table-row;&quot;&gt;&lt;div class=&quot;app-yunjing-form__label&quot; style=&quot;box-sizing: border-box; display: table-cell; vertical-align: baseline; padding-bottom: 0px; color: rgba(0, 0, 0, 0.4); padding-right: 20px; padding-top: 15px; width: 1px;&quot;&gt;&lt;label style=&quot;box-sizing: border-box; touch-action: manipulation; display: inline-block; white-space: nowrap; transform: translateZ(0px);&quot;&gt;漏洞标签&lt;/label&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-form__controls app-yunjing-form__controls--text&quot; style=&quot;box-sizing: border-box; display: table-cell; position: relative; font-size: 0px; color: rgb(0, 0, 0); vertical-align: top; padding-bottom: 0px; overflow-wrap: break-word; word-break: break-word; padding-right: 24px; width: 481.513px; padding-top: 15px;&quot;&gt;&lt;div class=&quot;app-yunjing-tag zstack-security-tag zstack-security-tag-default-ghost app-yunjing-tag--unlimited-width&quot; style=&quot;box-sizing: border-box; position: relative; background-color: rgb(243, 244, 247); color: rgb(68, 68, 68); margin: -1px 4px 0px 0px; padding: 0px 8px; height: auto; line-height: 18px; font-size: 12px; vertical-align: middle; border: none; border-radius: 0px; display: inline-block; white-space: nowrap; overflow-wrap: break-word; word-break: break-word;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; display: inline-block; overflow-wrap: break-word; word-break: break-word; vertical-align: top; max-width: none; overflow: hidden; text-overflow: ellipsis; padding: 1px 0px;&quot;&gt;&lt;div class=&quot;zstack-security-tag-children&quot; style=&quot;box-sizing: border-box; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center;&quot;&gt;&lt;div class=&quot;zstack-security-tag-children-content&quot; style=&quot;box-sizing: border-box; -webkit-box-flex: 1; flex: 1 1 0%;&quot;&gt;本地利用&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-tag zstack-security-tag zstack-security-tag-default-ghost app-yunjing-tag--unlimited-width&quot; style=&quot;box-sizing: border-box; position: relative; background-color: rgb(243, 244, 247); color: rgb(68, 68, 68); margin: -1px 4px 0px 0px; padding: 0px 8px; height: auto; line-height: 18px; font-size: 12px; vertical-align: middle; border: none; border-radius: 0px; display: inline-block; white-space: nowrap; overflow-wrap: break-word; word-break: break-word;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; display: inline-block; overflow-wrap: break-word; word-break: break-word; vertical-align: top; max-width: none; overflow: hidden; text-overflow: ellipsis; padding: 1px 0px;&quot;&gt;&lt;div class=&quot;zstack-security-tag-children&quot; style=&quot;box-sizing: border-box; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center;&quot;&gt;&lt;div class=&quot;zstack-security-tag-children-content&quot; style=&quot;box-sizing: border-box; -webkit-box-flex: 1; flex: 1 1 0%;&quot;&gt;在野攻击&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-form__item&quot; style=&quot;box-sizing: border-box; display: table-row;&quot;&gt;&lt;div class=&quot;app-yunjing-form__label&quot; style=&quot;box-sizing: border-box; display: table-cell; vertical-align: baseline; padding-bottom: 0px; color: rgba(0, 0, 0, 0.4); padding-right: 20px; padding-top: 15px; width: 1px;&quot;&gt;&lt;label style=&quot;box-sizing: border-box; touch-action: manipulation; display: inline-block; white-space: nowrap; transform: translateZ(0px);&quot;&gt;漏洞类型&lt;/label&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-form__controls app-yunjing-form__controls--text&quot; style=&quot;box-sizing: border-box; display: table-cell; position: relative; font-size: 0px; color: rgb(0, 0, 0); vertical-align: top; padding-bottom: 0px; overflow-wrap: break-word; word-break: break-word; padding-right: 24px; width: 481.513px; padding-top: 15px;&quot;&gt;&lt;div class=&quot;app-yunjing-form__text&quot; style=&quot;box-sizing: border-box; font-size: 12px; color: rgba(0, 0, 0, 0.9); vertical-align: middle;&quot;&gt;Linux软件漏洞&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-form__item&quot; style=&quot;box-sizing: border-box; display: table-row;&quot;&gt;&lt;div class=&quot;app-yunjing-form__label&quot; style=&quot;box-sizing: border-box; display: table-cell; vertical-align: baseline; padding-bottom: 0px; color: rgba(0, 0, 0, 0.4); padding-right: 20px; padding-top: 15px; width: 1px;&quot;&gt;&lt;label style=&quot;box-sizing: border-box; touch-action: manipulation; display: inline-block; white-space: nowrap; transform: translateZ(0px);&quot;&gt;威胁等级&lt;/label&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-form__controls app-yunjing-form__controls--text&quot; style=&quot;box-sizing: border-box; display: table-cell; position: relative; font-size: 0px; color: rgb(0, 0, 0); vertical-align: top; padding-bottom: 0px; overflow-wrap: break-word; word-break: break-word; padding-right: 24px; width: 481.513px; padding-top: 15px;&quot;&gt;&lt;div class=&quot;app-yunjing-tag app-yunjing-tag--unlimited-width&quot; style=&quot;box-sizing: border-box; position: relative; background-color: rgb(243, 125, 88); color: white; margin: 0px; padding: 0px 7px; height: auto; line-height: 18px; vertical-align: middle; border: 1px solid rgb(243, 125, 88); border-radius: 0px; display: inline-block; white-space: nowrap; overflow-wrap: break-word; word-break: break-word;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; display: inline-block; overflow-wrap: break-word; word-break: break-word; font-size: 12px; vertical-align: top; max-width: none; overflow: hidden; text-overflow: ellipsis;&quot;&gt;高危&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-form__item&quot; style=&quot;box-sizing: border-box; display: table-row;&quot;&gt;&lt;div class=&quot;app-yunjing-form__label&quot; style=&quot;box-sizing: border-box; display: table-cell; vertical-align: baseline; padding-bottom: 0px; color: rgba(0, 0, 0, 0.4); padding-right: 20px; padding-top: 15px; width: 1px;&quot;&gt;&lt;label style=&quot;box-sizing: border-box; touch-action: manipulation; display: inline-block; white-space: nowrap; transform: translateZ(0px);&quot;&gt;CVE编号&lt;/label&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-form__controls app-yunjing-form__controls--text&quot; style=&quot;box-sizing: border-box; display: table-cell; position: relative; font-size: 0px; color: rgb(0, 0, 0); vertical-align: top; padding-bottom: 0px; overflow-wrap: break-word; word-break: break-word; padding-right: 24px; width: 481.513px; padding-top: 15px;&quot;&gt;&lt;div class=&quot;app-yunjing-form__text&quot; style=&quot;box-sizing: border-box; font-size: 12px; color: rgba(0, 0, 0, 0.9); vertical-align: middle;&quot;&gt;CVE-2021-4034&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-form__item&quot; style=&quot;box-sizing: border-box; display: table-row;&quot;&gt;&lt;div class=&quot;app-yunjing-form__label&quot; style=&quot;box-sizing: border-box; display: table-cell; vertical-align: baseline; padding-bottom: 0px; color: rgba(0, 0, 0, 0.4); padding-right: 20px; padding-top: 15px; width: 1px;&quot;&gt;&lt;label style=&quot;box-sizing: border-box; touch-action: manipulation; display: inline-block; white-space: nowrap; transform: translateZ(0px);&quot;&gt;披露时间&lt;/label&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-form__controls app-yunjing-form__controls--text&quot; style=&quot;box-sizing: border-box; display: table-cell; position: relative; font-size: 0px; color: rgb(0, 0, 0); vertical-align: top; padding-bottom: 0px; overflow-wrap: break-word; word-break: break-word; padding-right: 24px; width: 481.513px; padding-top: 15px;&quot;&gt;&lt;div class=&quot;app-yunjing-form__text&quot; style=&quot;box-sizing: border-box; font-size: 12px; color: rgba(0, 0, 0, 0.9); vertical-align: middle;&quot;&gt;2022-01-26&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-form__item&quot; style=&quot;box-sizing: border-box; display: table-row;&quot;&gt;&lt;div class=&quot;app-yunjing-form__label&quot; style=&quot;box-sizing: border-box; display: table-cell; vertical-align: baseline; padding-bottom: 0px; color: rgba(0, 0, 0, 0.4); padding-right: 20px; padding-top: 15px; width: 1px;&quot;&gt;&lt;label style=&quot;box-sizing: border-box; touch-action: manipulation; display: inline-block; white-space: nowrap; transform: translateZ(0px);&quot;&gt;漏洞描述&lt;/label&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-form__controls app-yunjing-form__controls--text&quot; style=&quot;box-sizing: border-box; display: table-cell; position: relative; font-size: 0px; color: rgb(0, 0, 0); vertical-align: top; padding-bottom: 0px; overflow-wrap: break-word; word-break: break-word; padding-right: 24px; width: 481.513px; padding-top: 15px;&quot;&gt;&lt;div class=&quot;app-yunjing-form__text&quot; style=&quot;box-sizing: border-box; font-size: 12px; color: rgba(0, 0, 0, 0.9); vertical-align: middle;&quot;&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;近日，国外安全团队发布安全公告称，在 polkit 的 pkexec 程序中发现了一个本地权限提升漏洞。pkexec 应用程序是一个 setuid 工具，旨在允许非特权用户根据预定义的策略以特权用户身份运行命令。&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;由于当前版本的 pkexec 无法正确处理调用参数计数，并最终会尝试将环境变量作为命令执行。攻击者可以通过控制环境变量，从而诱导 pkexec 执行任意代码。利用成功后，可导致非特权用户获得管理员权限。&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-col app-yunjing-grid__item-10&quot; style=&quot;box-sizing: border-box; width: 393px; padding: 10px 0px;&quot;&gt;&lt;div class=&quot;app-yunjing-grid__box&quot; style=&quot;box-sizing: border-box; height: 324px;&quot;&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;&lt;div data-chart-source-type=&quot;G2Plot&quot; style=&quot;box-sizing: border-box; height: 240px;&quot;&gt;&lt;div style=&quot;box-sizing: border-box; position: relative;&quot;&gt;&lt;canvas width=&quot;786&quot; height=&quot;480&quot; style=&quot;box-sizing: border-box; display: inline-block; width: 393px; height: 240px; vertical-align: middle; cursor: default;&quot;&gt;&lt;/canvas&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-row app-yunjing-grid&quot; style=&quot;white-space: normal; box-sizing: border-box; margin: -10px 0px; display: flex; flex-wrap: wrap; color: rgba(0, 0, 0, 0.9); font-family: Roboto, &amp;quot;San Francisco&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, PingFangSC-Light, &amp;quot;Hiragina Sans GB&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;microsoft yahei ui&amp;quot;, &amp;quot;microsoft yahei&amp;quot;, sans-serif; font-size: 12px; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;app-yunjing-card app-yunjing-card--bordered fix-detail-card&quot; style=&quot;box-sizing: border-box; background-color: rgba(176, 237, 176, 0.15); box-shadow: none; margin: 30px 0px 20px; border-radius: 0px; border: 1px solid rgba(10, 189, 90, 0.15); width: 943.2px;&quot;&gt;&lt;div class=&quot;app-yunjing-card__header&quot; style=&quot;box-sizing: border-box; border-bottom: none; position: relative; padding: 10px 20px; font-weight: 700; font-size: 14px;&quot;&gt;&lt;span class=&quot;zstack-pro-icon&quot; role=&quot;img&quot; aria-label=&quot;xiufufangan&quot; style=&quot;box-sizing: border-box; font-weight: 400; display: inline-block; font-size: 0px; line-height: 0; transform: rotate(0deg); vertical-align: middle; margin-right: 8px;&quot;&gt;&lt;svg class=&quot;zstack-pro-icon-svg&quot; width=&quot;1em&quot; height=&quot;1em&quot; aria-hidden=&quot;true&quot; font-size=&quot;14&quot; fill=&quot;#0abf5b&quot;&gt;&lt;use xlink:href=&quot;#cwp-xiufufangan&quot; width=&quot;1em&quot; height=&quot;1em&quot;&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/span&gt;&lt;span class=&quot;&quot; style=&quot;box-sizing: border-box;&quot;&gt;修复方案&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-card__body&quot; style=&quot;box-sizing: border-box; padding: 20px;&quot;&gt;&lt;div class=&quot;app-yunjing-card__content&quot; style=&quot;box-sizing: border-box;&quot;&gt;&lt;div class=&quot;app-yunjing-form&quot; style=&quot;box-sizing: border-box; display: table; line-height: 1.5;&quot;&gt;&lt;div class=&quot;app-yunjing-form__item&quot; style=&quot;box-sizing: border-box; display: table-row;&quot;&gt;&lt;div class=&quot;app-yunjing-form__label&quot; style=&quot;box-sizing: border-box; display: table-cell; vertical-align: baseline; padding-bottom: 6px; color: rgba(0, 0, 0, 0.4); padding-right: 20px; padding-top: 6px; width: 1px;&quot;&gt;&lt;label style=&quot;box-sizing: border-box; touch-action: manipulation; display: inline-block; white-space: nowrap; transform: translateZ(0px);&quot;&gt;修复方案&lt;/label&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-form__controls app-yunjing-form__controls--text&quot; style=&quot;box-sizing: border-box; display: table-cell; position: relative; font-size: 0px; color: rgb(0, 0, 0); vertical-align: top; padding-bottom: 16px; overflow-wrap: break-word; word-break: break-word; padding-right: 24px; width: 833.2px; padding-top: 6px;&quot;&gt;&lt;div class=&quot;app-yunjing-form__text&quot; style=&quot;box-sizing: border-box; font-size: 12px; color: rgba(0, 0, 0, 0.9); vertical-align: middle;&quot;&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;&lt;div style=&quot;box-sizing: border-box; white-space: pre-wrap;&quot;&gt;1、无法升级软件修复包的，可使用以下命令删除pkexec的SUID-bit权限来规避漏洞风险：
 &amp;nbsp; &amp;nbsp; &amp;nbsp; chmod 0755 /usr/bin/pkexec
2、CentOS 7的用户可通过yum update polkit升级修复，Centos 5、6、8官方已终止生命周期 (EOL)维护，建议停止使用；
3、RedHat用户建议联系红帽官方获取安全修复源后执行yum update polkit升级修复；
4、Ubuntu 18.04 LTS、Ubuntu 20.04 LTS的用户可通过sudo apt-get install policykit-1升级修复，Ubuntu 14.04、16.04、12.04官方已终止生命周期 (EOL)维护，修复需要额外付费购买Ubuntu ESM（扩展安全维护）服务，建议停止使用。&lt;/div&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;扫描到服务器存在漏洞风险，建议立即对相关主机进行快照备份，避免遭受损失。&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-form__item&quot; style=&quot;box-sizing: border-box; display: table-row;&quot;&gt;&lt;div class=&quot;app-yunjing-form__label&quot; style=&quot;box-sizing: border-box; display: table-cell; vertical-align: baseline; padding-bottom: 0px; color: rgba(0, 0, 0, 0.4); padding-right: 20px; padding-top: 6px; width: 1px;&quot;&gt;&lt;label style=&quot;box-sizing: border-box; touch-action: manipulation; display: inline-block; white-space: nowrap; transform: translateZ(0px);&quot;&gt;参考链接&lt;/label&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-form__controls app-yunjing-form__controls--text&quot; style=&quot;box-sizing: border-box; display: table-cell; position: relative; font-size: 0px; color: rgb(0, 0, 0); vertical-align: top; padding-bottom: 0px; overflow-wrap: break-word; word-break: break-word; padding-right: 24px; width: 833.2px; padding-top: 6px;&quot;&gt;&lt;div class=&quot;app-yunjing-form__text&quot; style=&quot;box-sizing: border-box; font-size: 12px; color: rgba(0, 0, 0, 0.9); vertical-align: middle;&quot;&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; padding: 0px;&quot;&gt;&lt;a href=&quot;http://www.cnnvd.org.cn/web/xxk/ldxqById.tag?CNNVD=CNNVD-202201-2343&quot; target=&quot;_blank&quot; style=&quot;box-sizing: border-box; color: rgb(0, 110, 255); background-color: transparent; cursor: pointer; outline: none; transition: color 0.3s ease 0s; touch-action: manipulation; display: inline-block; margin-bottom: 5px;&quot;&gt;http://www.cnnvd.org.cn/web/xxk/ldxqById.tag?CNNVD=CNNVD-202201-2343&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Wed, 30 Nov 2022 14:13:50 +0800</pubDate></item><item><title>OpenSSL 拒绝服务漏洞 (CVE-2020-1971)</title><link>http://81seo.cn/jishutools/156.html</link><description>&lt;div class=&quot;app-yunjing-row app-yunjing-grid&quot; style=&quot;white-space: normal; box-sizing: border-box; margin: -10px 0px; display: flex; flex-wrap: wrap; color: rgba(0, 0, 0, 0.9); font-family: Roboto, &amp;quot;San Francisco&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, PingFangSC-Light, &amp;quot;Hiragina Sans GB&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;microsoft yahei ui&amp;quot;, &amp;quot;microsoft yahei&amp;quot;, sans-serif; font-size: 12px; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;app-yunjing-col app-yunjing-grid__item-14&quot; style=&quot;box-sizing: border-box; width: 550.188px; padding: 10px 0px;&quot;&gt;&lt;div class=&quot;app-yunjing-grid__box&quot; style=&quot;box-sizing: border-box; height: 288px;&quot;&gt;&lt;div class=&quot;app-yunjing-form app-yunjing-form--readonly vul-detail-panel-form&quot; style=&quot;box-sizing: border-box; display: table; line-height: 1.5;&quot;&gt;&lt;div class=&quot;app-yunjing-form__item&quot; style=&quot;box-sizing: border-box; display: table-row;&quot;&gt;&lt;div class=&quot;app-yunjing-form__label&quot; style=&quot;box-sizing: border-box; display: table-cell; vertical-align: baseline; padding-bottom: 0px; color: rgba(0, 0, 0, 0.4); padding-right: 20px; padding-top: 15px; width: 1px;&quot;&gt;&lt;label style=&quot;box-sizing: border-box; touch-action: manipulation; display: inline-block; white-space: nowrap; transform: translateZ(0px);&quot;&gt;漏洞名称&lt;/label&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-form__controls app-yunjing-form__controls--text&quot; style=&quot;box-sizing: border-box; display: table-cell; position: relative; font-size: 0px; color: rgb(0, 0, 0); vertical-align: top; padding-bottom: 0px; overflow-wrap: break-word; word-break: break-word; padding-right: 24px; width: 481.513px; padding-top: 15px;&quot;&gt;&lt;div class=&quot;app-yunjing-form__text&quot; style=&quot;box-sizing: border-box; font-size: 12px; color: rgba(0, 0, 0, 0.9); vertical-align: middle;&quot;&gt;OpenSSL 拒绝服务漏洞 (CVE-2020-1971)&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-form__item&quot; style=&quot;box-sizing: border-box; display: table-row;&quot;&gt;&lt;div class=&quot;app-yunjing-form__label&quot; style=&quot;box-sizing: border-box; display: table-cell; vertical-align: baseline; padding-bottom: 0px; color: rgba(0, 0, 0, 0.4); padding-right: 20px; padding-top: 15px; width: 1px;&quot;&gt;&lt;label style=&quot;box-sizing: border-box; touch-action: manipulation; display: inline-block; white-space: nowrap; transform: translateZ(0px);&quot;&gt;漏洞标签&lt;/label&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-form__controls app-yunjing-form__controls--text&quot; style=&quot;box-sizing: border-box; display: table-cell; position: relative; font-size: 0px; color: rgb(0, 0, 0); vertical-align: top; padding-bottom: 0px; overflow-wrap: break-word; word-break: break-word; padding-right: 24px; width: 481.513px; padding-top: 15px;&quot;&gt;&lt;div class=&quot;app-yunjing-tag zstack-security-tag zstack-security-tag-default-ghost app-yunjing-tag--unlimited-width&quot; style=&quot;box-sizing: border-box; position: relative; background-color: rgb(243, 244, 247); color: rgb(68, 68, 68); margin: -1px 4px 0px 0px; padding: 0px 8px; height: auto; line-height: 18px; font-size: 12px; vertical-align: middle; border: none; border-radius: 0px; display: inline-block; white-space: nowrap; overflow-wrap: break-word; word-break: break-word;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; display: inline-block; overflow-wrap: break-word; word-break: break-word; vertical-align: top; max-width: none; overflow: hidden; text-overflow: ellipsis; padding: 1px 0px;&quot;&gt;&lt;div class=&quot;zstack-security-tag-children&quot; style=&quot;box-sizing: border-box; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center;&quot;&gt;&lt;div class=&quot;zstack-security-tag-children-content&quot; style=&quot;box-sizing: border-box; -webkit-box-flex: 1; flex: 1 1 0%;&quot;&gt;远程利用&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-tag zstack-security-tag zstack-security-tag-default-ghost app-yunjing-tag--unlimited-width&quot; style=&quot;box-sizing: border-box; position: relative; background-color: rgb(243, 244, 247); color: rgb(68, 68, 68); margin: -1px 4px 0px 0px; padding: 0px 8px; height: auto; line-height: 18px; font-size: 12px; vertical-align: middle; border: none; border-radius: 0px; display: inline-block; white-space: nowrap; overflow-wrap: break-word; word-break: break-word;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; display: inline-block; overflow-wrap: break-word; word-break: break-word; vertical-align: top; max-width: none; overflow: hidden; text-overflow: ellipsis; padding: 1px 0px;&quot;&gt;&lt;div class=&quot;zstack-security-tag-children&quot; style=&quot;box-sizing: border-box; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center;&quot;&gt;&lt;div class=&quot;zstack-security-tag-children-content&quot; style=&quot;box-sizing: border-box; -webkit-box-flex: 1; flex: 1 1 0%;&quot;&gt;服务重启&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-form__item&quot; style=&quot;box-sizing: border-box; display: table-row;&quot;&gt;&lt;div class=&quot;app-yunjing-form__label&quot; style=&quot;box-sizing: border-box; display: table-cell; vertical-align: baseline; padding-bottom: 0px; color: rgba(0, 0, 0, 0.4); padding-right: 20px; padding-top: 15px; width: 1px;&quot;&gt;&lt;label style=&quot;box-sizing: border-box; touch-action: manipulation; display: inline-block; white-space: nowrap; transform: translateZ(0px);&quot;&gt;漏洞类型&lt;/label&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-form__controls app-yunjing-form__controls--text&quot; style=&quot;box-sizing: border-box; display: table-cell; position: relative; font-size: 0px; color: rgb(0, 0, 0); vertical-align: top; padding-bottom: 0px; overflow-wrap: break-word; word-break: break-word; padding-right: 24px; width: 481.513px; padding-top: 15px;&quot;&gt;&lt;div class=&quot;app-yunjing-form__text&quot; style=&quot;box-sizing: border-box; font-size: 12px; color: rgba(0, 0, 0, 0.9); vertical-align: middle;&quot;&gt;Linux软件漏洞&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-form__item&quot; style=&quot;box-sizing: border-box; display: table-row;&quot;&gt;&lt;div class=&quot;app-yunjing-form__label&quot; style=&quot;box-sizing: border-box; display: table-cell; vertical-align: baseline; padding-bottom: 0px; color: rgba(0, 0, 0, 0.4); padding-right: 20px; padding-top: 15px; width: 1px;&quot;&gt;&lt;label style=&quot;box-sizing: border-box; touch-action: manipulation; display: inline-block; white-space: nowrap; transform: translateZ(0px);&quot;&gt;威胁等级&lt;/label&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-form__controls app-yunjing-form__controls--text&quot; style=&quot;box-sizing: border-box; display: table-cell; position: relative; font-size: 0px; color: rgb(0, 0, 0); vertical-align: top; padding-bottom: 0px; overflow-wrap: break-word; word-break: break-word; padding-right: 24px; width: 481.513px; padding-top: 15px;&quot;&gt;&lt;div class=&quot;app-yunjing-tag app-yunjing-tag--unlimited-width&quot; style=&quot;box-sizing: border-box; position: relative; background-color: rgb(244, 165, 71); color: white; margin: 0px; padding: 0px 7px; height: auto; line-height: 18px; vertical-align: middle; border: 1px solid rgb(244, 165, 71); border-radius: 0px; display: inline-block; white-space: nowrap; overflow-wrap: break-word; word-break: break-word;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; display: inline-block; overflow-wrap: break-word; word-break: break-word; font-size: 12px; vertical-align: top; max-width: none; overflow: hidden; text-overflow: ellipsis;&quot;&gt;中危&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-form__item&quot; style=&quot;box-sizing: border-box; display: table-row;&quot;&gt;&lt;div class=&quot;app-yunjing-form__label&quot; style=&quot;box-sizing: border-box; display: table-cell; vertical-align: baseline; padding-bottom: 0px; color: rgba(0, 0, 0, 0.4); padding-right: 20px; padding-top: 15px; width: 1px;&quot;&gt;&lt;label style=&quot;box-sizing: border-box; touch-action: manipulation; display: inline-block; white-space: nowrap; transform: translateZ(0px);&quot;&gt;CVE编号&lt;/label&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-form__controls app-yunjing-form__controls--text&quot; style=&quot;box-sizing: border-box; display: table-cell; position: relative; font-size: 0px; color: rgb(0, 0, 0); vertical-align: top; padding-bottom: 0px; overflow-wrap: break-word; word-break: break-word; padding-right: 24px; width: 481.513px; padding-top: 15px;&quot;&gt;&lt;div class=&quot;app-yunjing-form__text&quot; style=&quot;box-sizing: border-box; font-size: 12px; color: rgba(0, 0, 0, 0.9); vertical-align: middle;&quot;&gt;CVE-2020-1971&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-form__item&quot; style=&quot;box-sizing: border-box; display: table-row;&quot;&gt;&lt;div class=&quot;app-yunjing-form__label&quot; style=&quot;box-sizing: border-box; display: table-cell; vertical-align: baseline; padding-bottom: 0px; color: rgba(0, 0, 0, 0.4); padding-right: 20px; padding-top: 15px; width: 1px;&quot;&gt;&lt;label style=&quot;box-sizing: border-box; touch-action: manipulation; display: inline-block; white-space: nowrap; transform: translateZ(0px);&quot;&gt;披露时间&lt;/label&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-form__controls app-yunjing-form__controls--text&quot; style=&quot;box-sizing: border-box; display: table-cell; position: relative; font-size: 0px; color: rgb(0, 0, 0); vertical-align: top; padding-bottom: 0px; overflow-wrap: break-word; word-break: break-word; padding-right: 24px; width: 481.513px; padding-top: 15px;&quot;&gt;&lt;div class=&quot;app-yunjing-form__text&quot; style=&quot;box-sizing: border-box; font-size: 12px; color: rgba(0, 0, 0, 0.9); vertical-align: middle;&quot;&gt;2020-12-09&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-form__item&quot; style=&quot;box-sizing: border-box; display: table-row;&quot;&gt;&lt;div class=&quot;app-yunjing-form__label&quot; style=&quot;box-sizing: border-box; display: table-cell; vertical-align: baseline; padding-bottom: 0px; color: rgba(0, 0, 0, 0.4); padding-right: 20px; padding-top: 15px; width: 1px;&quot;&gt;&lt;label style=&quot;box-sizing: border-box; touch-action: manipulation; display: inline-block; white-space: nowrap; transform: translateZ(0px);&quot;&gt;漏洞描述&lt;/label&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-form__controls app-yunjing-form__controls--text&quot; style=&quot;box-sizing: border-box; display: table-cell; position: relative; font-size: 0px; color: rgb(0, 0, 0); vertical-align: top; padding-bottom: 0px; overflow-wrap: break-word; word-break: break-word; padding-right: 24px; width: 481.513px; padding-top: 15px;&quot;&gt;&lt;div class=&quot;app-yunjing-form__text&quot; style=&quot;box-sizing: border-box; font-size: 12px; color: rgba(0, 0, 0, 0.9); vertical-align: middle;&quot;&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;2020年12月08日，OpenSSL官方发布安全公告，披露CVE-2020-1971 OpenSSL GENERAL_NAME_cmp 拒绝服务漏洞。当两个GENERAL_NAME都包含同一个EDIPARTYNAME时，由于GENERAL_NAME_cmp函数未能正确处理，从而导致空指针引用，并可能导致拒绝服务。&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-col app-yunjing-grid__item-10&quot; style=&quot;box-sizing: border-box; width: 393px; padding: 10px 0px;&quot;&gt;&lt;div class=&quot;app-yunjing-grid__box&quot; style=&quot;box-sizing: border-box; height: 288px;&quot;&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;&lt;div data-chart-source-type=&quot;G2Plot&quot; style=&quot;box-sizing: border-box; height: 240px;&quot;&gt;&lt;div style=&quot;box-sizing: border-box; position: relative;&quot;&gt;&lt;canvas width=&quot;786&quot; height=&quot;480&quot; style=&quot;box-sizing: border-box; display: inline-block; width: 393px; height: 240px; vertical-align: middle;&quot;&gt;&lt;/canvas&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-row app-yunjing-grid&quot; style=&quot;white-space: normal; box-sizing: border-box; margin: -10px 0px; display: flex; flex-wrap: wrap; color: rgba(0, 0, 0, 0.9); font-family: Roboto, &amp;quot;San Francisco&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, PingFangSC-Light, &amp;quot;Hiragina Sans GB&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;microsoft yahei ui&amp;quot;, &amp;quot;microsoft yahei&amp;quot;, sans-serif; font-size: 12px; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;app-yunjing-card app-yunjing-card--bordered fix-detail-card&quot; style=&quot;box-sizing: border-box; background-color: rgba(176, 237, 176, 0.15); box-shadow: none; margin: 30px 0px 20px; border-radius: 0px; border: 1px solid rgba(10, 189, 90, 0.15); width: 943.2px;&quot;&gt;&lt;div class=&quot;app-yunjing-card__header&quot; style=&quot;box-sizing: border-box; border-bottom: none; position: relative; padding: 10px 20px; font-weight: 700; font-size: 14px;&quot;&gt;&lt;span class=&quot;zstack-pro-icon&quot; role=&quot;img&quot; aria-label=&quot;xiufufangan&quot; style=&quot;box-sizing: border-box; font-weight: 400; display: inline-block; font-size: 0px; line-height: 0; transform: rotate(0deg); vertical-align: middle; margin-right: 8px;&quot;&gt;&lt;svg class=&quot;zstack-pro-icon-svg&quot; width=&quot;1em&quot; height=&quot;1em&quot; aria-hidden=&quot;true&quot; font-size=&quot;14&quot; fill=&quot;#0abf5b&quot;&gt;&lt;use xlink:href=&quot;#cwp-xiufufangan&quot; width=&quot;1em&quot; height=&quot;1em&quot;&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/span&gt;&lt;span class=&quot;&quot; style=&quot;box-sizing: border-box;&quot;&gt;修复方案&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-card__body&quot; style=&quot;box-sizing: border-box; padding: 20px;&quot;&gt;&lt;div class=&quot;app-yunjing-card__content&quot; style=&quot;box-sizing: border-box;&quot;&gt;&lt;div class=&quot;app-yunjing-form&quot; style=&quot;box-sizing: border-box; display: table; line-height: 1.5;&quot;&gt;&lt;div class=&quot;app-yunjing-form__item&quot; style=&quot;box-sizing: border-box; display: table-row;&quot;&gt;&lt;div class=&quot;app-yunjing-form__label&quot; style=&quot;box-sizing: border-box; display: table-cell; vertical-align: baseline; padding-bottom: 6px; color: rgba(0, 0, 0, 0.4); padding-right: 20px; padding-top: 6px; width: 1px;&quot;&gt;&lt;label style=&quot;box-sizing: border-box; touch-action: manipulation; display: inline-block; white-space: nowrap; transform: translateZ(0px);&quot;&gt;修复方案&lt;/label&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-form__controls app-yunjing-form__controls--text&quot; style=&quot;box-sizing: border-box; display: table-cell; position: relative; font-size: 0px; color: rgb(0, 0, 0); vertical-align: top; padding-bottom: 16px; overflow-wrap: break-word; word-break: break-word; padding-right: 24px; width: 833.2px; padding-top: 6px;&quot;&gt;&lt;div class=&quot;app-yunjing-form__text&quot; style=&quot;box-sizing: border-box; font-size: 12px; color: rgba(0, 0, 0, 0.9); vertical-align: middle;&quot;&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;&lt;div style=&quot;box-sizing: border-box; white-space: pre-wrap;&quot;&gt;Redhat等linux发行版已紧急发布修复补丁，腾讯安全专家建议用户尽快升级：
CentOS 系统用户：
 执行命令：yum update openssl 
1）	CentOS 6：默认 openssl 在受影响范围，CentOS官方已停止更新；
2）	CentOS 7：升级到 openssl-1.0.2k-21.el7_9.x86_64 或更高版本 ；
3）	CentOS 8：升级到 openssl-1.1.1g-12.el8_3.x84_64或更高版本。

Ubuntu系统用户： 
执行命令：sudo apt-get install --only-upgrade openssl
1）	Ubuntu 20.04 LTS版本用户，建议升级到如下版本： 1.1.1f-1ubuntu2.1 
2）	Ubuntu 18.04 LTS版本用户，建议升级到如下版本： 1.1.1-1ubuntu2.1~18.04.7 
 3）Ubuntu 16.04 LTS版本用户，建议升级到如下版本： 1.0.2g-1ubuntu4.18
温馨提示：升级OpenSSL前务必先做好快照备份，以免操作失误导致系统崩溃。

漏洞详细说明 https://s.tencent.com/research/bsafe/1193.html
此漏洞执行修复命令后需重启方可修复成功，建议您根据业务情况谨慎选择修复时间&lt;/div&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;扫描到服务器存在漏洞风险，建议立即对相关主机进行快照备份，避免遭受损失。&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-form__item&quot; style=&quot;box-sizing: border-box; display: table-row;&quot;&gt;&lt;div class=&quot;app-yunjing-form__label&quot; style=&quot;box-sizing: border-box; display: table-cell; vertical-align: baseline; padding-bottom: 0px; color: rgba(0, 0, 0, 0.4); padding-right: 20px; padding-top: 6px; width: 1px;&quot;&gt;&lt;label style=&quot;box-sizing: border-box; touch-action: manipulation; display: inline-block; white-space: nowrap; transform: translateZ(0px);&quot;&gt;参考链接&lt;/label&gt;&lt;/div&gt;&lt;div class=&quot;app-yunjing-form__controls app-yunjing-form__controls--text&quot; style=&quot;box-sizing: border-box; display: table-cell; position: relative; font-size: 0px; color: rgb(0, 0, 0); vertical-align: top; padding-bottom: 0px; overflow-wrap: break-word; word-break: break-word; padding-right: 24px; width: 833.2px; padding-top: 6px;&quot;&gt;&lt;div class=&quot;app-yunjing-form__text&quot; style=&quot;box-sizing: border-box; font-size: 12px; color: rgba(0, 0, 0, 0.9); vertical-align: middle;&quot;&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; padding: 0px;&quot;&gt;&lt;a href=&quot;https://s.tencent.com/research/report/1193.html&quot; target=&quot;_blank&quot; style=&quot;box-sizing: border-box; color: rgb(0, 110, 255); background-color: transparent; cursor: pointer; outline: none; transition: color 0.3s ease 0s; touch-action: manipulation; display: inline-block; margin-bottom: 5px;&quot;&gt;https://s.tencent.com/research/report/1193.html&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Wed, 30 Nov 2022 14:12:09 +0800</pubDate></item><item><title>AI智能电话机器人源码安装教程</title><link>http://81seo.cn/AIBOT/155.html</link><description>&lt;p&gt;AI智能电话机器人源码到呼叫中心系统&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;科大讯飞开发者平台&amp;nbsp;&lt;/p&gt;&lt;p&gt;https://console.xfyun.cn/services/iat&lt;/p&gt;&lt;p&gt;https://www.xfyun.cn/&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;1.安装宝塔&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;yum install -y wget &amp;amp;&amp;amp; wget -O install.sh http://download.bt.cn/install/install.sh &amp;amp;&amp;amp; sh install.sh&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;2.升级到宝塔专业版&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;wget -O update.sh http://download.bt.cn/install/update_pro.sh &amp;amp;&amp;amp; bash update.sh pro&lt;/p&gt;&lt;p&gt;运行&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;echo &amp;gt; /www/server/panel/data/userInfo.json&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;然后重启你的面板&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;/etc/init.d/bt restart&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;3.登陆宝塔，安装环境&lt;/p&gt;&lt;p&gt;php7.0 nginx mysql&lt;/p&gt;&lt;p&gt;4.安装freeswitch&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;yum install -y http://files.freeswitch.org/freeswitch-release-1-6.noarch.rpm epel-release&lt;/p&gt;&lt;p&gt;yum install -y git alsa-lib-devel autoconf automake bison broadvoice-devel bzip2 curl-devel e2fsprogs-devel flite-devel g722_1-devel gcc-c++ gdbm-devel gnutls-devel ilbc2-devel ldns-devel libcodec2-devel libcurl-devel libedit-devel libidn-devel libjpeg-devel libmemcached-devel libogg-devel libsilk-devel libsndfile-devel libtheora-devel libtiff-devel libtool libuuid-devel libvorbis-devel libxml2-devel lua-devel lzo-devel mongo-c-driver-devel ncurses-devel net-snmp-devel openssl-devel opus-devel pcre-devel perl perl-ExtUtils-Embed pkgconfig portaudio-devel postgresql-devel python-devel soundtouch-devel speex-devel sqlite-devel unbound-devel unixODBC-devel wget which yasm zlib-devel&lt;/p&gt;&lt;p&gt;yum install unixODBC-devel -y&lt;/p&gt;&lt;p&gt;yum install mysql-connector-odbc -y&lt;/p&gt;&lt;p&gt;yum install libshout-devel mpg123-devel lame-devel -y&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;5.配置freeswitch&lt;/p&gt;&lt;p&gt;上传zip包到/root/&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;tar zxvf freeswitch.tar.gz&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;mv -f freeswitch /usr/local/&lt;/p&gt;&lt;p&gt;ln -s /usr/local/freeswitch/bin/freeswitch /usr/local/bin/freeswitch&lt;/p&gt;&lt;p&gt;ln -s /usr/local/freeswitch/bin/fs_cli /usr/local/bin/fs_cli&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;6.安装 smartivr&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;cd&lt;/p&gt;&lt;p&gt;tar zxvf install.tar.gz&lt;/p&gt;&lt;p&gt;cd install&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;\cp -rf smartivr da2server /var/&lt;/p&gt;&lt;p&gt;cd /var/smartivr&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;chmod +x bin/smartivr&lt;/p&gt;&lt;p&gt;chmod +x bin/gender&lt;/p&gt;&lt;p&gt;chmod +x aiui/aiui&lt;/p&gt;&lt;p&gt;chmod +x iflytek/iflytek&lt;/p&gt;&lt;p&gt;chmod +x cgi/cgi&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;cd /var/da2server&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;chmod +x daserver&lt;/p&gt;&lt;p&gt;chmod +x libcrypto.so.1.0.0&lt;/p&gt;&lt;p&gt;chmod +x libjsoncpp.so.0&lt;/p&gt;&lt;p&gt;chmod +x libPocoData.so.60&lt;/p&gt;&lt;p&gt;chmod +x libPocoDataSQLite.so.60&lt;/p&gt;&lt;p&gt;chmod +x libPocoFoundation.so.60&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;\cp -rf libcrypto.so.1.0.0 libjsoncpp.so.0 libPocoData.so.60 libPocoDataSQLite.so.60 libPocoFoundation.so.60 /usr/lib64/&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;\cp -rf ~/install/libda2.so /usr/local/freeswitch/lib/&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;7.搭建网站&lt;/p&gt;&lt;p&gt;设置thinkphp伪静态&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;8.创建数据库&lt;/p&gt;&lt;p&gt;robot&lt;/p&gt;&lt;p&gt;telrobot&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;创建软链接&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;ln -s&amp;nbsp; /www/wwwroot/你的IP/web&amp;nbsp; /var/smartivr/uploads&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;9.设置定时任务&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;\cp -rf ~/install/autoserver.sh /usr/local/&lt;/p&gt;&lt;p&gt;chmod +x /usr/local/autoserver.sh&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;crontab -e&lt;/p&gt;&lt;p&gt;*/1 * * * *&amp;nbsp; sh /usr/local/autoserver.sh&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;备注说明：&lt;/p&gt;&lt;p&gt;AI智能电话机器人,AI智能电话,AI机器人遇到如下问题：&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;错误合集&lt;/p&gt;&lt;p&gt;make时出现的错误： making all mod_signalwire make[4]: Entering directory /usr/local/src/freeswitch/src/mod/applications/mod_signalwire&amp;#39; Makefile:916: *** You must install libks to build mod_signalwire. Stop. make[4]: Leaving directory/usr/local/src/freeswitch/src/mod/applications/mod_signalwire&amp;#39; make[3]: *** [mod_signalwire-all] Error 1 根据报错可以看出需要安装需要安装 libks 和 signalwire-c，安装libks前需要先安装cmake。&lt;/p&gt;&lt;p&gt;安装cmake&lt;/p&gt;&lt;p&gt;yum remove cmake #卸载yum安装的版本，若无安装则忽略&lt;/p&gt;&lt;p&gt;cd /usr/local/src&lt;/p&gt;&lt;p&gt;wget https://cmake.org/files/v3.14/cmake-3.14.0.tar.gz&lt;/p&gt;&lt;p&gt;tar vzxf cmake-3.14.0.tar.gz&lt;/p&gt;&lt;p&gt;cd cmake-3.14.0&lt;/p&gt;&lt;p&gt;./configure&lt;/p&gt;&lt;p&gt;make&lt;/p&gt;&lt;p&gt;make install&lt;/p&gt;&lt;p&gt;ln -s /usr/local/bin/cmake /usr/bin #软连接&lt;/p&gt;&lt;p&gt;安装libks&lt;/p&gt;&lt;p&gt;cd /usr/local/src&lt;/p&gt;&lt;p&gt;yum install libatomic&lt;/p&gt;&lt;p&gt;git clone https://github.com/signalwire/libks.git&lt;/p&gt;&lt;p&gt;cd libks&lt;/p&gt;&lt;p&gt;cmake .&lt;/p&gt;&lt;p&gt;make&lt;/p&gt;&lt;p&gt;make install&lt;/p&gt;&lt;p&gt;安装signalwire-c&lt;/p&gt;&lt;p&gt;cd /usr/local/src&lt;/p&gt;&lt;p&gt;git clone https://github.com/signalwire/signalwire-c.git&lt;/p&gt;&lt;p&gt;cd signalwire-c/&lt;/p&gt;&lt;p&gt;cmake .&lt;/p&gt;&lt;p&gt;make&lt;/p&gt;&lt;p&gt;make install&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;ln -sf /usr/local/lib64/pkgconfig/signalwire_client.pc /usr/lib64/pkgconfig/signalwire_client.pc&lt;/p&gt;&lt;p&gt;最后再次安装FreeSWITCH&lt;/p&gt;&lt;p&gt;make &amp;amp;&amp;amp; make install&lt;/p&gt;&lt;p&gt;-------------------------------------------------------------------&lt;/p&gt;&lt;p&gt;AI智能电话机器人,AI智能电话,AI机器人Freeswitch 的日志上就会出现相关的 debug，notice 等信息。 如遇到红色的报警，并提示要 sleep 10 秒的，则是由于我们使用了默认密码，可以修改 Conf/vars.xml 中的 &amp;lt;X-PRE-PROCESS cmd=&amp;quot;set&amp;quot; data=&amp;quot;default_password=1234&amp;quot;/&amp;gt; 或修改 conf/dialplan/default.xml 中 &amp;lt;condition field=&amp;quot;${default_password}&amp;quot; expression=&amp;quot;^1234$&amp;quot; break=&amp;quot;never&amp;quot;&amp;gt; &amp;lt;action application=&amp;quot;log&amp;quot; data=&amp;quot;CRIT WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING &amp;quot;/&amp;gt; &amp;lt;action application=&amp;quot;log&amp;quot; data=&amp;quot;CRIT Open $${conf_dir}/vars.xml and change the default_password.&amp;quot;/&amp;gt; &amp;lt;action application=&amp;quot;log&amp;quot; data=&amp;quot;CRIT Once changed type &amp;#39;reloadxml&amp;#39; at the console.&amp;quot;/&amp;gt; &amp;lt;action application=&amp;quot;log&amp;quot; data=&amp;quot;CRIT WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING &amp;quot;/&amp;gt; &amp;lt;action application=&amp;quot;sleep&amp;quot; data=&amp;quot;10000&amp;quot;/&amp;gt; &amp;lt;/condition&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;----------------------------------------------------------------------------------------------------------------------&lt;/p&gt;&lt;p&gt;启动freeswitch报错：&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;[ERR] sofia.c:3146 Error Creating SIP UA for profile: external-ipv6&amp;nbsp;&lt;/p&gt;&lt;p&gt;[ERR] sofia.c:3146 Error Creating SIP UA for profile: internal-ipv6&lt;/p&gt;&lt;p&gt;处理：禁用ipv6，如果系统不支持，可能会刷如上错误信息，禁用即可 。。查找来自https://www.cnblogs.com/lmsthoughts/p/9322816.html&lt;/p&gt;&lt;p&gt;禁用方式，在主目录执行&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;mv conf/sip_profiles/internal-ipv6.xml conf/sip_profiles/internal-ipv6.xml.bk&lt;/p&gt;&lt;p&gt;mv conf/sip_profiles/external-ipv6.xml conf/sip_profiles/external-ipv6.xml.bk&lt;/p&gt;&lt;p&gt;重新启动就没有了呵呵&lt;/p&gt;&lt;p&gt;----------------------------------------------------------------------------------&lt;/p&gt;&lt;p&gt;使用fs_cli启动报错&lt;/p&gt;&lt;p&gt;处理报错：[ERROR] fs_cli.c:1659 main() Error Connecting [Socket Connection Error]&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;编辑&amp;nbsp;&lt;/p&gt;&lt;p&gt;vim /usr/local/freeswitch/conf/autoload_configs/event_socket.conf.xml&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;重启FreeSWITCH&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;fs_cli -H IP -P 8021 -p ****（密码）&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;++====================================================================&lt;/p&gt;&lt;p&gt;AI智能电话机器人,AI智能电话,AI机器人配置录音功能：&lt;/p&gt;&lt;p&gt;1.创建录音存储文件夹&lt;/p&gt;&lt;p&gt;2.修改配置文件&lt;/p&gt;&lt;p&gt;3.使配置文件生效&lt;/p&gt;&lt;p&gt;4.测试结果&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; 1.建立一个文件夹，在/freeswitch/recordings/archive/ ，用来存储录音文件；&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; 2.修改拨码计划，打开 \conf\dialplan\default.xml&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;找到下面的语句：&lt;/p&gt;&lt;p&gt;&amp;lt;extension name=&amp;quot;Local_Extension&amp;quot;&amp;gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;condition field=&amp;quot;destination_number&amp;quot; expression=&amp;quot;^(10[01][0-8])$&amp;quot;&amp;gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; 在下面添加录音配置参数：&lt;/p&gt;&lt;p&gt;&amp;lt;action application=&amp;quot;set&amp;quot; data=&amp;quot;RECORD_TITLE=Recording ${destination_number} ${caller_id_number} ${strftime(%Y-%m-%d %H:%M)}&amp;quot;/&amp;gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;action application=&amp;quot;set&amp;quot; data=&amp;quot;RECORD_COPYRIGHT=(c) 2011&amp;quot;/&amp;gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;action application=&amp;quot;set&amp;quot; data=&amp;quot;RECORD_SOFTWARE=FreeSWITCH&amp;quot;/&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;action application=&amp;quot;set&amp;quot; data=&amp;quot;RECORD_ARTIST=FreeSWITCH&amp;quot;/&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;action application=&amp;quot;set&amp;quot; data=&amp;quot;RECORD_COMMENT=FreeSWITCH&amp;quot;/&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;action application=&amp;quot;set&amp;quot; data=&amp;quot;RECORD_DATE=${strftime(%Y-%m-%d %H:%M)}&amp;quot;/&amp;gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;action application=&amp;quot;set&amp;quot; data=&amp;quot;RECORD_STEREO=true&amp;quot;/&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;action application=&amp;quot;record_session&amp;quot; data=&amp;quot;$${base_dir}/recordings/archive/${strftime(%Y-%m-%d-%H-%M-%S)}_${destination_number}_${caller_id_number}.wav&amp;quot;/&amp;gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;3.在fs_cli中使用F6或执行reloadxml使配置文件生效；&lt;/p&gt;&lt;p&gt;4.随便呼叫产生录音文件&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;FreeSWITCH 架构&lt;/p&gt;&lt;p&gt;FreeSWITCH 的扩展性非常强&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Fri, 25 Nov 2022 15:46:16 +0800</pubDate></item><item><title>什么是AI智能电话销售机器人呢?我们做一下简单的普及：</title><link>http://81seo.cn/AIBOT/154.html</link><description>&lt;p style=&quot;text-align: left;&quot;&gt;什么是AI智能电话销售机器人呢?我们做一下简单的普及：&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;AI智能电话销售机器人是通过ASR(语音识别)和TTS(文本转语音)模拟真人和用户通话，可用于问卷调查，自动催缴，外呼营销等业务，支持百度，科大，阿里云等ASR系统，可以真人预先录音，用户完全察觉不到是机器人。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;通过提供RESTful API接口,php,java,等任何语言都可以开发业务流程，也提供FreeSWITCH的原生接口mod_vad,使用esl或者lua,python，dialplan 等FreeSWITCH支持的二次开发接口，也可以通过SIP支持其他软交换如Asterisk。目前诚企创思AI智能电话机器人可以支持科大讯飞，百度语音识别，阿里云语音识别,思必驰,中科信利,和自定义扩展ASR接口。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;如果合作商懂FreeSWITCH会ESL二次开发，就可以直接使用FreeSWITCH接口mod_vad进行业务逻辑开发，如果你们不懂FreeSWITCH,也不懂呼叫中心，也没关系，只需要会web开发就可以使用http接口RESTful API完成话术业务逻辑开发和web管理后台开发。大部分客户都是只有php,java,c#等web开发人员，软交换和呼叫中心，自动外呼，线路硬件等相关问题，都会提供指导。&lt;/p&gt;&lt;p&gt;&lt;br style=&quot;text-align: left;&quot;/&gt;&lt;/p&gt;</description><pubDate>Fri, 25 Nov 2022 12:17:33 +0800</pubDate></item><item><title>CentOS 7 root用户密码忘记 解决方案</title><link>http://81seo.cn/jishutools/152.html</link><description>&lt;p&gt;1.首先启动系统，在这个开机界面按e，进入编辑模式&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;2.进入编辑界面，上下光标键移动，找到linux16这一行，在末尾追加内容init=/bin/sh,然后按Ctrl+x键进入单用户模式。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;3.在单用户模式下输入mount -o remount, rw /,挂载根目录&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;4.接着输入命令 passwd root 修改密码。&lt;/p&gt;&lt;p&gt;注意，修改密码时，输入的密码不会显示，我们输入即可。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;5.现在密码已经修改完成，&lt;/p&gt;&lt;p&gt;输入命令 exec /sbin/init 或 exec /sbin/reboot命令进入系统。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;6.此时输入刚刚设置的root密码登陆即可。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Wed, 02 Nov 2022 10:55:36 +0800</pubDate></item></channel></rss>