









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

<channel>
	<title>WirelessLink| TomyTang | 动态</title>
	<link>https://wirelesslink.net/member/tomytang/activity</link>
	<atom:link href="https://wirelesslink.net/member/tomytang/activity/feed" rel="self" type="application/rss+xml" />
	<description>TomyTang的动态信息。</description>
	<lastBuildDate>Mon, 20 Apr 2026 08:19:10 +0800</lastBuildDate>
	<generator>https://buddypress.org/?v=</generator>
	<language>zh-Hans</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">ce1e28375e020a7764c872e62ab15af3</guid>
				<title>TomyTang 在版块 Coding 中发起了话题 apache2 创建Rewrite日志</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2961</link>
				<pubDate>Thu, 18 Jan 2024 13:13:23 +0800</pubDate>

									<content:encoded><![CDATA[<p>最近在使用apache2 的重定向日志，遇到相关错误需要debug的问题，</p>
<p>apache2.4 版本配置规则如下<br />
# vim /etc/apache2/sites-available/*ssl.conf</p>
<p>LogLevel alert rewrite:trace3</p>
<p>#配置完成后重启apache2<br />
# sudo service apache2 restart<br />
其中trace3是rewrite的日志级别，</p>
<p>以下是apache2 支持的日志级别</p>
<ol>
<li>emerg (emergency): 用于紧急情况，表示系统不再可用。</li>
<li>alert: 表示应该立即采取措施，例如管理员被通知。</li>
<li>crit (critical): 临界状态，表示某些关键组件未正常工作。</li>
<li>&hellip;</li>
</ol>
<p><span class="activity-read-more" id="activity-read-more-2961"><a href="https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2961" rel="nofollow ugc">[阅读更多]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4c4718ae8c3bd714081eef1b90ad48fd</guid>
				<title>TomyTang 在版块 Coding 中发起了话题 z-score数据处理方法的作用和应用场景</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2941</link>
				<pubDate>Sat, 28 Oct 2023 07:01:52 +0800</pubDate>

									<content:encoded><![CDATA[<p>z-score标准化是一种常用的数据处理方法。在这种方法中，我们将数据进行标准化，使其均值为0，标准差为1。</p>
<p>这种标准化处理的方法定义如下：</p>
<p>Z = (X &#8211; μ) / σ</p>
<p>其中，X 是要转化的原始得分值，μ 是所有得分值的平均数（均值），σ 是所有得分值的标准差。得到的 Z 值就是标准化之后的得分值。</p>
<p>标准化之后，每一个原始得分值都会转化为一个z-score，可以直观地表示这个原始得分值相对于整个数据集的平均水平的偏离程度。</p>
<p>&nbsp;<br />
&lt;h3&gt;1. z-score（标准分数）数据处理方法&lt;/h3&gt;<br />
主要有两个作用：</p>
<ul>
<li>数据标准化： 它将原始数据转换为均值为0，标准差为1的标准分数，这有助于消除数据间量纲的差异、消除原始数据的量级影响以&hellip;</li>
</ul>
<p><span class="activity-read-more" id="activity-read-more-2941"><a href="https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2941" rel="nofollow ugc">[阅读更多]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">6a97fa739d49dfd290cb8697dd38fa1d</guid>
				<title>TomyTang 在版块 Coding 中回复了话题 chrome调试ajax请求如何查看数据</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2940</link>
				<pubDate>Tue, 24 Oct 2023 14:45:50 +0800</pubDate>

									<content:encoded><![CDATA[<p>ajax请求时常见的安全防护措施。</p>
<p>当涉及到生产环境中的安全防护时，以下是一些常见的安全防护措施，您可以根据您的具体需求和环境选择适合您的方案。</p>
<p>1. 输入验证和过滤：<br />
&#8211; 对于服务器端接收的参数，使用适当的输入验证和过滤来确保数据的完整性和安全性。<br />
&#8211; 使用白名单过滤输入，只接受预期的数据类型和格式。<br />
&#8211; 对于用户提供的数据，使用输入验证和转义/编码来防止 XSS（跨站脚本攻击）。</p>
<p>2. CSRF（跨站请求伪造）保护：<br />
&#8211; 在处理敏感操作时，实施 CSRF 保护，&hellip;<span class="activity-read-more" id="activity-read-more-2940"><a href="https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2940" rel="nofollow ugc">[阅读更多]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">be57989ae4d471dba2b4e909face4360</guid>
				<title>TomyTang 在版块 Cloud服务 中发起了话题 Cloudflare加速网站服务是否需要关闭Rocket Loader</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2927</link>
				<pubDate>Wed, 13 Sep 2023 04:06:16 +0800</pubDate>

									<content:encoded><![CDATA[<p>这个服务加速的原理有点简单粗暴，总结起来就是通过一部加载js文件来实现加速目的。但是本身会引入外部的js文件。对于做国际贸易站点的业务场景可以开启。但是如果客户群体是中国内地，会起到拖慢网速的作用，因为这两个新引入的外部Js文件服务器在海外。</p>
<p>有一种折中的办法，是通过创建规则来使用。在规则列表中，对中国区屏蔽，对非中国区启用。</p>
<p>另外Rocket Loader可能导致网站 js 加载异常，可能会有兼容性问题，请谨慎使用。</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">199fe185490f49619e4e68cd671cf2fc</guid>
				<title>TomyTang 在版块 Cloud服务 中发起了话题 In order to create this CDN profile, please ensure that Microsoft.CDN is listed as a registered Resource Provider in your Azure subscription</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2926</link>
				<pubDate>Mon, 11 Sep 2023 09:18:45 +0800</pubDate>

									<content:encoded><![CDATA[<p>Azure创建cdn服务时提示失败，失败信息如下</p>
<blockquote><p>In order to create this CDN profile, please ensure that Microsoft.CDN is listed as a registered Resource Provider in your Azure subscription</p></blockquote>
<p>&nbsp;</p>
<p><img loading="lazy" src="http://forums.wirelesslink.net/wp-content/uploads/sites/8/hm_bbpui/1581/rwr7xzgx8g36amze7uk7ikif6ljhy75y.png" alt="" width="829" height="417" /></p>
<p>&nbsp;</p>
<p>解决办法</p>
<p>在后台打开powerShell ，输入如下命令注册即可。<br />
Register-AzResourceProvider -ProviderNamespace Microsoft.Cdn<br />
&nbsp;</p>
<p><img loading="lazy" src="http://forums.wirelesslink.net/wp-content/uploads/sites/8/hm_bbpui/1581/rii1jqm1jntwb4hdnon1zdku87pw2gas.png" alt="" width="842" height="237" /></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">9af6fac1b3438c436e5e26deec5554d9</guid>
				<title>TomyTang 在版块 Coding 中发起了话题 AttributeError: module &#039;PIL.Image&#039; has no attribute &#039;ANTIALIAS&#039;</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2917</link>
				<pubDate>Wed, 19 Jul 2023 05:08:50 +0800</pubDate>

									<content:encoded><![CDATA[<p>python运行错误</p>
<p>Traceback (most recent call last):<br />
File &#8220;&lt;module1&gt;&#8221;, line 19, in &lt;module&gt;<br />
AttributeError: module &#8216;PIL.Image&#8217; has no attribute &#8216;ANTIALIAS&#8217;</p>
<p>&nbsp;</p>
<p>Fixed:</p>
<p>ANTIALIAS was removed in Pillow 10.0.0 (after being deprecated through many previous versions). Now you need to use PIL.Image.LANCZOS or PIL.Image.Resampling.LANCZOS.</p>
<p>(This is the exac&hellip;<span class="activity-read-more" id="activity-read-more-2917"><a href="https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2917" rel="nofollow ugc">[阅读更多]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">6acb38c6f90e9b3589770b5a9cfeb901</guid>
				<title>TomyTang 在版块 Linux平台 中发起了话题 Problem with sudo apt get update: The repository cdrom... does not have a Release file</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2915</link>
				<pubDate>Tue, 11 Jul 2023 01:21:09 +0800</pubDate>

									<content:encoded><![CDATA[<p>vim /etc/apt/sources.list</p>
<p>屏蔽掉如下源:</p>
<p># deb cdrom:&#8230;..</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">6de5905a5163bf5c83bf538669b0b238</guid>
				<title>TomyTang 在版块 macOS &#124; iOS  平台 中发起了话题 MacOS Numbers表格如何根据不同条件显示图表柱状图颜色</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2910</link>
				<pubDate>Tue, 06 Jun 2023 01:57:53 +0800</pubDate>

									<content:encoded><![CDATA[<p>在MacOS Numbers中，你可以通过以下步骤来设置柱状图的颜色：</p>
<p>1. 创建一个表格，包含你要创建柱状图的数据。</p>
<p>2. 在你的表格中，选择你想要创建柱状图的数据，然后点击工具栏上的“插入”的按钮。</p>
<p>3. 从下拉菜单中选择“图表”。</p>
<p>4. 在弹出窗口中，你可以选择不同的柱状图类型，以及你要包含在柱状图中的数据源。选择你要用于柱状图的数据源以及你想要的柱状图类型，然后按下“下一步”按钮。</p>
<p>5. 在“样式”页面上，你可以更改柱状图的风格，包括颜色。在“颜色”下拉菜单中，你可以选择多种颜色方案或创建自定义颜色。</p>
<p>6. 要根据不同条件设置柱状图的颜色，你需要使用“条件高亮显示”功能。选择整个柱状图，然后点击&hellip;<span class="activity-read-more" id="activity-read-more-2910"><a href="https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2910" rel="nofollow ugc">[阅读更多]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">24d535291e2e03dd95a94f5e7e558193</guid>
				<title>TomyTang 在版块 Linux平台 中发起了话题 Ubuntu 20.0.4修改主机名</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2906</link>
				<pubDate>Sun, 21 May 2023 14:57:42 +0800</pubDate>

									<content:encoded><![CDATA[<p>Ubunut 20.0.4修改主机名hostname 的方法如下</p>
<p>1.查看当前系统主机名</p>
<p>#hostname</p>
<p>或者</p>
<p>#hostnamectl</p>
<p>&nbsp;</p>
<p>2. 修改系统主机名</p>
<p># hostnamectl set-hostname xxx</p>
<p>&nbsp;</p>
<p>3. 永久修改主机名</p>
<p># vim /etc/hostname</p>
<p>修改成自己的主机名xxx</p>
<p>&nbsp;</p>
<p>3. 重启系统</p>
<p>#reboot</p>
<p>&nbsp;</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b99cd46d6a9bf08fa40d3318b34dd17d</guid>
				<title>TomyTang 在版块 Linux平台 中发起了话题 Nginx启动错误Failed to start nginx - high performance web server.</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2905</link>
				<pubDate>Fri, 05 May 2023 07:47:53 +0800</pubDate>

									<content:encoded><![CDATA[<p>在配置Nginx时，重启后提示Failed to start nginx &#8211; high performance web server.</p>
<p>一般是端口占用问题，</p>
<p>如果之前有apache2 占用，用如下命令</p>
<p>sudo service apache2 stop<br />
sudo systemctl restart nginx</p>
<p>如果问题依旧，用如下命令查看被占用的端口</p>
<p>sudo lsof -i:80/或者443</p>
<p>再使用</p>
<p>sudo fuser -k 80/tcp<br />
sudo systemctl restart nginx</p>
<p>&nbsp;</p>
<p>在某些情况下，它可能是配置文件中的一些问题。</p>
<p>您可以使用nginx -t -c /etc/nginx/nginx.conf命令查找任何错误&hellip;<span class="activity-read-more" id="activity-read-more-2905"><a href="https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2905" rel="nofollow ugc">[阅读更多]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">34202da957fbad87abde56c5f3236fc0</guid>
				<title>TomyTang 在版块 Linux平台 中发起了话题 Ubuntu断开远程ssh连接后,继续让后台保持运行当前任务</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2902</link>
				<pubDate>Mon, 24 Apr 2023 02:31:53 +0800</pubDate>

									<content:encoded><![CDATA[<p>现象:</p>
<p>ssh连接ubuntu，通过下发命令，前端web页面可以正常运行。关闭ssh后，web页面停止运行。</p>
<p>解决:</p>
<p>通过安装screen来进行管理</p>
<p>1. 安装screen<br />
sudo apt-get install screen</p>
<p>2.创建 screen 会话<br />
screen -S web</p>
<p>3. cd到你需要的目录然后输入你想输入的命令。如：</p>
<p>sudo xxxx</p>
<p>4. 关闭当前ssh窗口，登陆新窗口。重新登录，若要查看当前所有 screen输入：screen -ls</p>
<p>5. 若要detached 一个 screen:<br />
screen -S web -X quit</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">167965fb909ddb380481ce1044220609</guid>
				<title>TomyTang 在版块 人工智能AI 中发起了话题 OpenAI token计算</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2900</link>
				<pubDate>Sat, 15 Apr 2023 07:25:35 +0800</pubDate>

									<content:encoded><![CDATA[<p>速算:</p>
<p>1K tokens 大概等于750个英文单词，其中一个简体中文汉字大概消耗1.2～3个token，</p>
<p>对于汉字，</p>
<p>基本算法是汉字乘以2.7左右。应该是因为汉字用的是utf8编码，所以总体会比较长，有点吃亏。<br />
&lt;table style=&#8221;border-collapse: collapse; width: 100%; height: 42px;&#8221; border=&#8221;1&#8243;&gt;<br />
&lt;tbody&gt;<br />
&lt;tr style=&#8221;height: 21px;&#8221;&gt;<br />
&lt;td style=&#8221;width: 25%; height: 21px;&#8221;&gt;AI 模型&lt;/td&gt;<br />
&lt;td style=&#8221;width: 25%; height: 21px;&#8221;&gt;价格 $USD&lt;/td&hellip;<span class="activity-read-more" id="activity-read-more-2900"><a href="https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2900" rel="nofollow ugc">[阅读更多]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">9ec738787e6fa2fa33068720342c1e5f</guid>
				<title>TomyTang 在版块 macOS &#124; iOS  平台 中发起了话题 MacOS Numbers表格250+函数处理列表</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2897</link>
				<pubDate>Thu, 06 Apr 2023 07:45:24 +0800</pubDate>

									<content:encoded><![CDATA[<p>250+ functions , With powerful new functions and built‑in help, formulas in Numbers couldn’t be clearer.</p>
<p><a href="https://www.apple.com/au/mac/numbers/compatibility/functions.html" rel="nofollow ugc">https://www.apple.com/au/mac/numbers/compatibility/functions.html</a></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4a7686ce688d4212e9a941835bfdc76b</guid>
				<title>TomyTang 在版块 Linux平台 中发起了话题 Ubuntu 22.04以上版本修改自定义ssh端口不成功的解决方案</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2896</link>
				<pubDate>Mon, 27 Mar 2023 16:01:46 +0800</pubDate>

									<content:encoded><![CDATA[<p>采用ubuntu20.04 老版本上的方法，通过修改/etc/ssh/sshd_config后，重启sshd服务，发现还是需要使用22端口才能生效，自定的端口无法生效。</p>
<p><strong>原因:</strong><br />
Ubuntu 22.04版本以上的ssh登陆引入了套接字概念，如果你想自定义 ssh 端口，你需要更改它。</p>
<p><strong>解决办法:</strong><br />
# vim /lib/systemd/system/ssh.socket</p>
<p>并更改ListenStream=</p>
<p>保存退出后，<br />
1&gt; 重启sshd 服务，<br />
sudo service sshd restart</p>
<p>2&gt; 停止 ssh.service, ssh.socket, do a daemon reload and the restart&hellip;<span class="activity-read-more" id="activity-read-more-2896"><a href="https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2896" rel="nofollow ugc">[阅读更多]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">94cf9e47c116278dd7ffcc11612736d2</guid>
				<title>TomyTang 在版块 Linux平台 中发起了话题 Ubuntu系统升级到最新的发行版本</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2895</link>
				<pubDate>Sun, 26 Mar 2023 03:57:57 +0800</pubDate>

									<content:encoded><![CDATA[<p>升级前建议先备份系统</p>
<p>1.升级系统到最新状态</p>
<p>apt update<br />
apt upgrade -y<br />
apt dist-upgrade -y<br />
apt autoclean<br />
apt autoremove -y</p>
<p>&nbsp;</p>
<p>2. 使用 do-release-upgrade 命令，这个方法比较简单，一般来说可以首选这个方法。<br />
1&gt;首先安装 update-manager-core 软件包：<br />
apt install update-manager-core</p>
<p>2&gt; 然后运行如下命令即可更新。按照提示操作即可。<br />
do-release-upgrade -d</p>
<p>升级完成后重启系统</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">0a0db99d1d09ce5dfcb2ab12d2335bfa</guid>
				<title>TomyTang 在版块 Linux平台 中发起了话题 Ubuntu apt update错误The repository &#039;file:/cdrom kinetic Release&#039; no longer has a Release file.</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2894</link>
				<pubDate>Sat, 25 Mar 2023 09:42:54 +0800</pubDate>

									<content:encoded><![CDATA[<p>Ubuntu在更新update时提示错误</p>
<p>The repository &#8216;file:/cdrom kinetic Release&#8217; no longer has a Release file.</p>
<p>解决办法:</p>
<p># vim /etc/apt/sources.list</p>
<p>将cdrom 前面的代码加入#屏蔽即可</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">42ba5f61b80e75f9b5f03fb5161a8ea6</guid>
				<title>TomyTang 在版块 IT技术 中发起了话题 Cloudflare自动签发的ssl证书更换了颁发机构</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2892</link>
				<pubDate>Wed, 08 Mar 2023 01:26:08 +0800</pubDate>

									<content:encoded><![CDATA[<p>Cloudflare目前最新的免费ssl证书，已经变更了签发机构</p>
<p>变更前: Cloudflare, Inc.</p>
<p>变更后: Google Trust Services LLC</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">f63cb723b6c3f2429f37f6f94d1fda8c</guid>
				<title>TomyTang 在版块 Linux平台 中回复了话题 ubuntu 切换python版本的方法</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2891</link>
				<pubDate>Fri, 03 Mar 2023 04:58:06 +0800</pubDate>

									<content:encoded><![CDATA[<p>1.查看你系统中有哪些Python的二进制文件可供使用：</p>
<p>ls /usr/bin/python*</p>
<p>&nbsp;</p>
<p>2.查看python替换版本信息：</p>
<p>update-alternatives &#8211;list python</p>
<p>如果出现 update-alternatives：error：no alternatives for python</p>
<p>则表示Python 的替换版本尚未被update-alternatives 命令识别。想解决这个问题，我们需要更新一下替换版本，将Python2.7和python3.5放入其中。执行以下命令：</p>
<p>sudo update-alternatives &#8211;inst&hellip;<span class="activity-read-more" id="activity-read-more-2891"><a href="https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2891" rel="nofollow ugc">[阅读更多]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b7809e997400265c326cafccd779f22a</guid>
				<title>TomyTang 在版块 Linux平台 中回复了话题 Ubuntu 更新过程中出现Could not resolve &#039;mirrors.aliyun.com&#039;</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2890</link>
				<pubDate>Fri, 03 Mar 2023 04:23:00 +0800</pubDate>

									<content:encoded><![CDATA[<p>另外一种修改方式是直接配置网卡的参数</p>
<p># sudo vim /etc/netplan/00-installer-config.yaml</p>
<p>修改下面内容,注意排版缩进</p>
<p># This is the network config written by &#8216;subiquity&#8217;<br />
network:<br />
ethernets:<br />
eno1:<br />
dhcp4: false<br />
gateway4: 192.168.10.1<br />
addresses: [192.168.10.2/24]<br />
nameservers:<br />
addresses: [119.29.29.29]<br />
eno2:<br />
dhcp4: true<br />
version: 2</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ded7ca7f4496fd25e0cfa86f064e8171</guid>
				<title>TomyTang 在版块 Linux平台 中发起了话题 Ubuntu apt update时出现错误&quot;Failed to fetch&quot;的解决方法</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2889</link>
				<pubDate>Fri, 03 Mar 2023 03:11:49 +0800</pubDate>

									<content:encoded><![CDATA[<p>ubuntu 执行apt update &amp;&amp; apt upgrade时出现错误 &#8220;Failed to fetch&#8221;</p>
<p>解决办法</p>
<p>设置DNS服务器即可.</p>
<p>$ sudo vim /etc/resolv.conf<br />
修改DNS：<br />
nameserver 8.8.8.8</p>
<p>nameserver 8.8.4.4</p>
<p>然后重启网络服务：</p>
<p># sudo /etc/init.d/networking restart</p>
<p>再次执行sudo apt-get update命令，结果一切正常。</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c932d77469268c41bc0bbe061da38518</guid>
				<title>TomyTang 在版块 人工智能AI 中发起了话题 ChatGPT被限制后还有哪些机房的IP暂时可用</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2884</link>
				<pubDate>Sun, 19 Feb 2023 09:55:53 +0800</pubDate>

									<content:encoded><![CDATA[<p>到目前为止 <a href="https://bandwagonhost.com/aff.php?aff=61617" rel="nofollow ugc">搬瓦工美西</a>、腾讯云日本、<a href="https://www.dmit.io/aff.php?aff=4896" rel="nofollow ugc">DMIT</a>、<a href="https://clients.tripodcloud.com/aff.php?aff=417" rel="nofollow ugc">Tripodcloud</a>、<a href="https://console.vpc.kr/aff.php?aff=224" rel="nofollow ugc">vpc.kr</a> 、绿云东京和一些小众服务商受影响较小，另外使用Cloudflare WARP、Google One XXX 后也能够正常使用 ChatGPT。详细的可用线路选择可以参考本站之前关于CN2 GIA等线路的文章</p>
<p><a href="https://blog.wirelesslink.net/6838.html" rel="nofollow ugc">https://blog.wirelesslink.net/6838.html</a></p>
<p>1&gt;换国外节点，目前新加坡，马来西亚，日本，美国的节点都可以。但是香港节点不行，因为香港本身在禁止服务区，每次换节点后记得清 cookie 、清 localstorage、&hellip;<span class="activity-read-more" id="activity-read-more-2884"><a href="https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2884" rel="nofollow ugc">[阅读更多]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">6bfcbe3f0df675d83576ca1e51c5147e</guid>
				<title>TomyTang 在版块 Linux平台 中发起了话题 Ubuntu 20 ifconfig 命令找不到ip地址的解决办法</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2883</link>
				<pubDate>Tue, 31 Jan 2023 14:47:22 +0800</pubDate>

									<content:encoded><![CDATA[<p>之前在/etc/netplan/*.ymal文件下配置的静态ip地址，最近在运行项目时提示mysql数据库下线。</p>
<p>进入PVE服务器后台，使用命令行 ifconfig</p>
<p>发现无法得到正常的ip地址。</p>
<p>解决办法:</p>
<p>1&gt; 使用ifconfig -a ， 可以拿到网卡地址，比如ens18：</p>
<p>2&gt; 继续使用命令</p>
<p>sudo dhclient ens18</p>
<p>sudo ifconfig ens18</p>
<p>可以看到重新分配的地址。</p>
<p>3&gt; 再次进入/etc/netplan/*.ymal文件，查看之前的静态ip地址是否还在。</p>
<p>使用sudo netplan apply命令重新更新一下。如果提示netplan 命令无法找到，重新安装netplan即可，sudo apt instlal&hellip;<span class="activity-read-more" id="activity-read-more-2883"><a href="https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2883" rel="nofollow ugc">[阅读更多]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">66f761ddb3ee1168162119913be5c903</guid>
				<title>TomyTang 在版块 Linux平台 中发起了话题 Telegram 获取群组ID号码</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2882</link>
				<pubDate>Tue, 31 Jan 2023 04:14:12 +0800</pubDate>

									<content:encoded><![CDATA[<p>1. 创建bot聊天机器人，获取api token<br />
2.将聊天机器人加入群组<br />
3. 打开电脑终端，使用curl组件获取<br />
curl <a href="https://api.telegram.org/botXXX:YYYY/getUpdates" rel="nofollow ugc">https://api.telegram.org/botXXX:YYYY/getUpdates</a><br />
这里XXX:YYY替换成自己的token<br />
4. 可以看到如下信息<br />
{&#8220;ok&#8221;:true,&#8221;result&#8221;:[{&#8220;update_id&#8221;:xxxxxxxxxxxx,<br />
&#8220;my_chat_member&#8221;:{&#8220;chat&#8221;:{&#8220;id&#8221;:-xxxxxxx,&#8221;title&#8221;:&#8221;Group-xxx&#8221;,&#8221;type&#8221;:&#8221;group&#8221;,<br />
这里的chat id就是group的id号</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">1b39e52c6c6e445f018a711489773699</guid>
				<title>TomyTang 在版块 VPS业务 中发起了话题 Vultr 新建VPS初始优化措施</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2881</link>
				<pubDate>Tue, 24 Jan 2023 15:25:02 +0800</pubDate>

									<content:encoded><![CDATA[<p>vultr vps申请后先做的一些优化</p>
<p>vultr 自带的Ubuntu系统默认安装了很多东&hellip;<span class="activity-read-more" id="activity-read-more-2881"><a href="https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2881" rel="nofollow ugc">[阅读更多]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">292273a0642467fa02f88d669e6f1446</guid>
				<title>TomyTang 在版块 macOS &#124; iOS  平台 中发起了话题 safari 开启开发者工具</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2870</link>
				<pubDate>Mon, 26 Dec 2022 14:43:46 +0800</pubDate>

									<content:encoded><![CDATA[<p>如果你是网页开发者，Safari 浏览器的“开发”菜单提供了几款工具供你使用。你可以使用这些工具来确定你的网站是否能与基于标准的所有网页浏览器正常工作。</p>
<p>如果你在菜单栏中未看到“开发”菜单，请选取“Safari 浏览器”&gt;“设置”，点按“高级”，然后选择“在菜单栏中显示‘开发’菜单”。</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">75f7f28b3925a000d26f09a040625450</guid>
				<title>TomyTang 在版块 Cloud服务 中回复了话题 Oracle甲骨文免费VPS申请</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2869</link>
				<pubDate>Sun, 18 Dec 2022 06:29:04 +0800</pubDate>

									<content:encoded><![CDATA[<p><strong>VPS主机无法ping通</strong></p>
<p>oracle默认对安全策略做了限制，导致vps无法Ping通</p>
<p>可以添加入站规则</p>
<p>vcn&#8211;&gt;子网&#8211;&gt;安全组，添加入站规则</p>
<p>选择 ICMP，类型填写 8，然后添加入站规则即可</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b5f26155579c9810d25a9512004136bf</guid>
				<title>TomyTang 在版块 Cloud服务 中回复了话题 Oracle甲骨文免费VPS申请</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2868</link>
				<pubDate>Thu, 15 Dec 2022 09:07:57 +0800</pubDate>

									<content:encoded><![CDATA[<p><strong>如何更换IPV4地址</strong></p>
<p>甲骨文VPS使用一段时间后可能会出现IPV4丢失的情况，一般是被封禁，可以更换IP处理。</p>
<p>没有IP情况下添加IP：<br />
1.先进入到要换IP的事例详细里面<br />
2.在左侧菜单一次点击-资源-附加的 VNIC<br />
3.点击这条实例信息最右侧的三个竖排小点-查看详细信息<br />
4.在左侧菜单一次点击-资源-IP地址<br />
5.点击这条实例信息最右侧的三个竖排小点-编辑<br />
6.选临时公共 IP，然后点更新</p>
<p>这样IP就添加完毕了</p>
<p>已有IP情况下更换IP：<br />
第5步后，选没有公共 IP，然后点更新，然后再进行第6步即可。</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">43666de9ad6aa671c9198f6916e4c1d5</guid>
				<title>TomyTang 在版块 Cloud服务 中回复了话题 Oracle甲骨文免费VPS申请</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2867</link>
				<pubDate>Thu, 15 Dec 2022 03:51:05 +0800</pubDate>

									<content:encoded><![CDATA[<p>Oracle vps申请后先做的一些优化</p>
<p>删除不必要的组件，这些组件消耗内存<br />
1.删除snapd<br />
# sudo apt remove snapd</p>
<p>2.删除python3<br />
sudo apt remove python*<br />
sudo apt-get purge python3<br />
sudo apt-get purge &#8211;auto-remove python3<br />
&nbsp;</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ebb7785737117c64201c3f76c09881e6</guid>
				<title>TomyTang 在版块 Linux平台 中发起了话题 Linux查看内存使用常用命令</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2866</link>
				<pubDate>Thu, 15 Dec 2022 02:32:28 +0800</pubDate>

									<content:encoded><![CDATA[<p>了解RSS、PSS、USS等相关概念：</p>
<ul>
<li>VSS – Virtual Set Size 虚拟耗用内存（包含共享库占用的内存）</li>
<li>RSS – Resident Set Size 实际使用物理内存（包含共享库占用的内存）。&lt;span style=&#8221;font-family: -apple-system, BlinkMacSystemFont, &#8216;PingFang SC&#8217;, &#8216;Hiragino Sans GB&#8217;, &#8216;Microsoft YaHei&#8217;, 微软雅黑, &#8216;helvetica neue&#8217;, helvetica, ubuntu, roboto, noto, &#8216;segoe ui&#8217;, Arial, sans-serif;&#8221;&gt;使用top命令可以查询到，是最常用的内存指标，&hellip;</li>
</ul>
<p><span class="activity-read-more" id="activity-read-more-2866"><a href="https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2866" rel="nofollow ugc">[阅读更多]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">bf7e1c49af989b8d51c36702f3e4c721</guid>
				<title>TomyTang 在版块 IT技术 中发起了话题 SIM卡无法识别如何处理</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2854</link>
				<pubDate>Thu, 17 Nov 2022 14:14:10 +0800</pubDate>

									<content:encoded><![CDATA[<p>一般sim卡在使用较长时间后，可能会出现无法识别的故障。</p>
<p>解决办法:</p>
<p>1. 切换卡槽，</p>
<p>2.对调其他sim卡</p>
<p>3. 去门店进行更换</p>
<p>4. 换手机。</p>
<p>在去门店或者换手机之前，还有一个办法，就是拔掉卡托。使用铅笔上的橡皮擦对金手指面进行反复擦拭，然后用干净的纸巾或者眼镜布擦除多余的橡皮泥残留物。一般可以解决。</p>
<p>原理:</p>
<p>清除金手指表面的氧化物或者赃物。</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b2598cbff3a8d87e4fbdfa4e214079a0</guid>
				<title>TomyTang 在版块 Coding 中发起了话题 docker部署过程中出现 temporary error</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2853</link>
				<pubDate>Thu, 17 Nov 2022 00:03:42 +0800</pubDate>

									<content:encoded><![CDATA[<p>在部署docker镜像过程中出现如下错误<br />
 &gt; [2/2] RUN apk add &#8211;no-cache openssl:<br />
#0 2.795 fetch <a href="https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz" rel="nofollow ugc">https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz</a><br />
#0 7.810 fetch <a href="https://dl-cdn.alpinelinux.&#038;hellip" rel="nofollow ugc">https://dl-cdn.alpinelinux.&#038;hellip</a>;<span class="activity-read-more" id="activity-read-more-2853"><a href="https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2853" rel="nofollow ugc">[阅读更多]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">1a9dffc464fa9157bbaab198ba986f47</guid>
				<title>TomyTang 在版块 Coding 中发起了话题 Google fonts 中国区镜像解决方案</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2841</link>
				<pubDate>Sat, 05 Nov 2022 14:58:09 +0800</pubDate>

									<content:encoded><![CDATA[<p>fonts.googleapis.com在国外，加载过程会很慢</p>
<p>中国区的镜像地址是: <a href="https://fonts.font.im" rel="nofollow ugc">https://fonts.font.im</a></p>
<p>将fonts.googleapis.com 更换为https://fonts.font.im 即可。</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">8f91b59bc254c5b028fe700389711af1</guid>
				<title>TomyTang 在版块 Linux平台 中发起了话题 Ubuntu 20.0.4 安装freetype</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2840</link>
				<pubDate>Thu, 03 Nov 2022 13:47:42 +0800</pubDate>

									<content:encoded><![CDATA[<p>//进入软件源码包所在目录<br />
$ cd /usr/local/src/<br />
//镜像包地址: <a href="https://download-mirror.savannah.gnu.org/releases/freetype/?C=N&#038;O=A" rel="nofollow ugc">https://download-mirror.savannah.gnu.org/releases/freetype/?C=N&#038;O=A</a></p>
<p>$wget <a href="https://download-mirror.savannah.gnu.org/releases/freetype/freetype-2.12.1.tar.gz" rel="nofollow ugc">https://download-mirror.savannah.gnu.org/releases/freetype/freetype-2.12.1.tar.gz</a><br />
//解包解压到freetype-2.3.5目录<br />
$ tar zxvf freetype-2.3.5.tar.gz<br />
//进入目录freetype-2.3.5中<br />
$ cd freetype-2.3.5</p>
<p>步骤二：使用&#8221;configure&#8221;命令检查并配置安装需要的系统环境，并生成安装&hellip;<span class="activity-read-more" id="activity-read-more-2840"><a href="https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2840" rel="nofollow ugc">[阅读更多]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ca218489dc64512e5a108a8a4d32126c</guid>
				<title>TomyTang 在版块 Cloud服务 中发起了话题 AWS图标监测报告无法搜索查询匹配指标</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2839</link>
				<pubDate>Wed, 02 Nov 2022 12:39:17 +0800</pubDate>

									<content:encoded><![CDATA[<p>在监控AWS指标时一般使用 aws cloudwatch，但是尝试过滤和显示指标时（需要添加矩阵Total Estimated Charge），总是收到此错误：Your search &#8211; billing &#8211; did not match any metrics.</p>
<p>一般注意切换区域Zone，</p>
<p>不同的指标位于不同的区域中，比如us-east-1区域</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">18c4f588b0bb2f1fe25daff68bae781e</guid>
				<title>TomyTang 在版块 Linux平台 中发起了话题 Openwrt Cron定时任务执行失败</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2838</link>
				<pubDate>Wed, 02 Nov 2022 02:07:19 +0800</pubDate>

									<content:encoded><![CDATA[<p>进入openwrt 后台，创建一个计划任务定时执行脚本</p>
<p>Cron 定时任务参数格式:</p>
<p>f1 f2 f3 f4 f5 Program<br />
其中 f1 是表示分钟，f2 表示小时，f3 表示一个月份中的第几日，f4 表示月份，f5 表示一个星期中的第几天。Program 表示要执行的命令。<br />
0 03 * * * 表示每天的凌晨三点</p>
<p>#每天早上6点更新执行脚本<br />
0 06 * * * bash /root/xxx/xxx.sh &gt; /dev/null</p>
<p>有可能会遇到软路由硬件重启后cron失效的情况，直接命令行编写。</p>
<p># vim /etc/crontabs/root</p>
<p>如果直接用命令行写入root 仍然无法生效&hellip;<span class="activity-read-more" id="activity-read-more-2838"><a href="https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2838" rel="nofollow ugc">[阅读更多]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">57287e97161cd0a602433cd0e6df9442</guid>
				<title>TomyTang 在版块 macOS &#124; iOS  平台 中发起了话题 MacOS清除dns缓存</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2836</link>
				<pubDate>Mon, 31 Oct 2022 10:13:39 +0800</pubDate>

									<content:encoded><![CDATA[<p><img loading="lazy" src="http://forums.wirelesslink.net/wp-content/uploads/sites/8/hm_bbpui/1415/yetfkrhtp63aan65o800d7mx2s62d58u.png" alt="" width="673" height="262" /></p>
<p>macOS 12 (Monterey)</p>
<p># sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">9a33161689280d188347ab26efd05bf7</guid>
				<title>TomyTang 在版块 Linux平台 中发起了话题 Openwrt 使用tar解包失败</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2835</link>
				<pubDate>Mon, 31 Oct 2022 04:00:32 +0800</pubDate>

									<content:encoded><![CDATA[<p>最近在解包.gz格式时出错 tar -xzvf  *.gz</p>
<p>tar: invalid tar magic</p>
<p>解决办法:</p>
<p># opkg update</p>
<p># opkg upgrade tar</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">32f8d4db1fda0e94c6c9927d30202076</guid>
				<title>TomyTang 在版块 WiFi Router 中发起了话题 Openwrt SSH连接失败</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2834</link>
				<pubDate>Mon, 31 Oct 2022 02:00:23 +0800</pubDate>

									<content:encoded><![CDATA[<p>之前在openwrt的后台一直有开启ssh本地登录连接。但是最近连接时出现了问题，显示错误如下:</p>
<p>“no matching host key type found. Their offer: ssh-rsa</p>
<p>环境配置:</p>
<ul>
<li>系统 &gt; 管理 &gt; SSH 访问设置为：</li>
<li>接口：lan（即使在未指定的情况下仍存在问题）</li>
<li>端口：22</li>
<li>密码身份验证：启用</li>
<li>允许使用密码的 root 登录：启用</li>
<li>网关端口：禁用</li>
</ul>
<p>继续做如下的尝试均失败：</p>
<ul>
<li>创建密钥对并将公钥上传到 SSH-Keys 甚至会产生相同的错误。</li>
<li>重新启动了客户端和路由器。</li>
</ul>
<p>最终解决办法:</p>
<p>ssh -p [port] -oHostKeyAlgorithms=+ssh-rsa&hellip;<span class="activity-read-more" id="activity-read-more-2834"><a href="https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2834" rel="nofollow ugc">[阅读更多]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">efa176ef56533a983d1015c4316849b0</guid>
				<title>TomyTang 在版块 软件平台 中回复了话题 openwrt系统定制</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2833</link>
				<pubDate>Mon, 31 Oct 2022 00:56:14 +0800</pubDate>

									<content:encoded><![CDATA[<p><strong>11.opkg 安装插件出错的解决办法</strong></p>
<p>&#8220;webadmin.lua file is already provided by package *luci-base&#8221;</p>
<p>解决方案1.</p>
<p># opkg install *.ipk &#8211;force-depends</p>
<p>解决方案2.</p>
<p># opkg install *.ipk &#8211;force-overwrite</p>
<p>仍然提示错误:check_data_file_clashes: Package luci-lib-ipkg wants to install file /usr/lib/lua/luci/model/ipkg.lua<br />
But that file is already provided by package * luci-base&hellip;<span class="activity-read-more" id="activity-read-more-2833"><a href="https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2833" rel="nofollow ugc">[阅读更多]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">595920432b313bed89a99c598ea6ff9e</guid>
				<title>TomyTang 在版块 人工智能AI 中回复了话题 GeoIP国家 和 GeoIP城市数据库</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2829</link>
				<pubDate>Wed, 19 Oct 2022 14:00:28 +0800</pubDate>

									<content:encoded><![CDATA[<p><strong>REMOTE_ADDR 和HTTP_X_FORWARDED_FOR区别</strong></p>
<p><strong>一、没有使用代理服务 器的情况：</strong><br />
REMOTE_ADDR = 您的 IP<br />
HTTP_VIA = 没数值或不显示<br />
HTTP_X_FORWARDED_FOR = 没数值或不显示</p>
<p><strong>二、使用透明代理服务器的情 况：Transparent Proxies</strong><br />
REMOTE_ADDR = 最后一个代理服务器 IP<br />
HTTP_VIA = 代理服务器 IP<br />
HTTP_X_FORWARDED_FOR = 您的真实 IP ，经过多个代理服务器时，这个值类似如下：203.98.182.163, 203.98.182.163, 203.129.72.215。</p>
<p>这类代理服务器还是将您的信息转发给您的访问对象，无法达到隐藏真实身份的目的。</p>
<p><strong>&hellip;</strong><span class="activity-read-more" id="activity-read-more-2829"><a href="https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2829" rel="nofollow ugc">[阅读更多]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ca3cdf793c135b05a9560a038626c7fa</guid>
				<title>TomyTang 在版块 人工智能AI 中发起了话题 GeoIP国家 和 GeoIP城市数据库</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/2828</link>
				<pubDate>Wed, 19 Oct 2022 13:24:49 +0800</pubDate>

									<content:encoded><![CDATA[<p>GeoIP国家 和 GeoIP城市数据收集</p>
<p>下载国家和城市与ip的映射数据文件（GeoLite2数据库，下文有介绍）</p>
<p>Github路径:<br />
wget <a href="https://raw.githubusercontent.com/wp-statistics/GeoLite2-Country/master/GeoLite2-Country.mmdb.gz" rel="nofollow ugc">https://raw.githubusercontent.com/wp-statistics/GeoLite2-Country/master/GeoLite2-Country.mmdb.gz</a><br />
wget <a href="https://raw.githubusercontent.com/wp-statistics/GeoLite2-City/master/GeoLite2-City.mmdb.gz" rel="nofollow ugc">https://raw.githubusercontent.com/wp-statistics/GeoLite2-City/master/GeoLite2-City.mmdb.gz</a></p>
<p>下载完成后gunzip *.gz至相关路径即可。</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">55797b2e4c1e6bed7b5ef873852219b6</guid>
				<title>TomyTang发布了一条新的动态评论</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/877#acomment-931</link>
				<pubDate>Sat, 23 May 2020 06:25:04 +0800</pubDate>

									<content:encoded><![CDATA[<p>这不来了么&#8230;</p>
				<strong>回复于</strong> -
				<a href="https://wirelesslink.net/member/tomytang" rel="nofollow ugc">TomyTang</a>发布了更新 即日起，我们将推出NAS系列教程，各位客官久等了&#8230;.			]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">be41fbec2c8e125e499c90d8094b8131</guid>
				<title>TomyTang发布了更新: 即日起，我们将推出NAS系列教程，各位客官久等了....</title>
				<link>https://wirelesslink.net/%e5%8a%a8%e6%80%81-2/p/877</link>
				<pubDate>Sun, 05 Apr 2020 11:18:25 +0800</pubDate>

									<content:encoded><![CDATA[<p>即日起，我们将推出NAS系列教程，各位客官久等了&#8230;.</p>
]]></content:encoded>
				
									<slash:comments>2</slash:comments>
				
							</item>
		
	</channel>
</rss>