-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
403 lines (214 loc) · 167 KB
/
atom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>GeekX | 聚焦数字生活体验</title>
<icon>https://images.geekx.top/common/logo240.png</icon>
<subtitle>GeekX.top</subtitle>
<link href="https://geekx.top/atom.xml" rel="self"/>
<link href="https://geekx.top/"/>
<updated>2023-11-17T17:25:25.000Z</updated>
<id>https://geekx.top/</id>
<author>
<name>GeekX</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>Atomicals 本地钱包部署及私有节点搭建极简教程</title>
<link href="https://geekx.top/crypto/btc/Atomicals.html"/>
<id>https://geekx.top/crypto/btc/Atomicals.html</id>
<published>2023-11-17T23:25:25.000Z</published>
<updated>2023-11-17T17:25:25.000Z</updated>
<content type="html"><![CDATA[<p>Atomicals 协议是一种简单而灵活的协议,用于为比特币等未花费的交易输出 (UTXO) 区块链铸造、传输和更新数字对象(传统上称为不可替代代币)。原子(或“原子”)是一种组织数字对象的创建、传输和更新的方式——它本质上是根据一些简单规则定义的数字所有权链。</p><span id="more"></span><h1 id="atomicals-js-钱包"><a href="#atomicals-js-钱包" class="headerlink" title="atomicals-js 钱包"></a>atomicals-js 钱包</h1><h2 id="准备工作"><a href="#准备工作" class="headerlink" title="准备工作"></a>准备工作</h2><p>请安装下列软件:</p><p><strong>Node.js</strong></p><ul><li><a href="https://nodejs.org/en/download/current">https://nodejs.org/en/download/current</a></li></ul><p><strong>Git</strong></p><ul><li><a href="https://git-scm.com/downloads">https://git-scm.com/downloads</a></li></ul><p><strong>VScode</strong></p><ul><li><a href="https://code.visualstudio.com/download">https://code.visualstudio.com/download</a></li></ul><p>Node.js 是必须的。我只是方便操作选择使用 VS Code,你使用 终端 或 命令行 也可以。安装过程不详细说了基本一路下一步可以搞定。</p><p>使用 Git 和 VS Code 的好处是,如果项目有更新等,可以直接通过 <strong>源代码管理 - 拉取</strong> 即可更新项目。<br><img src="https://images.geekx.top/posts/Atomicals/IMG_20231117_222030359.png"></p><h2 id="拉取构建"><a href="#拉取构建" class="headerlink" title="拉取构建"></a>拉取构建</h2><p><img src="https://images.geekx.top/posts/Atomicals/IMG_20231117_205309426.png"></p><blockquote><p>项目拉取地址:<br><a href="https://github.com/atomicals/atomicals-js.git">https://github.com/atomicals/atomicals-js.git</a></p></blockquote><p>在 VS Code 中 点击 <strong>文件 - 新建窗口</strong></p><p>点击 <strong>源代码管理 - 克隆仓库</strong></p><p>粘贴以上链接,<strong>Enter</strong></p><p><img src="https://images.geekx.top/posts/Atomicals/IMG_20231117_205448979.png"></p><p>点击 <strong>终端 - 新建终端</strong></p><p>输入并回车执行</p><figure class="highlight javascript"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">npm install -g yarn</span><br></pre></td></tr></table></figure><blockquote><p>注:在此处也可以不使用 yarn,记住“yarn”等于“npm run”即可。为了统一所以我全部使用 yarn。</p></blockquote><figure class="highlight javascript"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br></pre></td><td class="code"><pre><span class="line">yarn install</span><br><span class="line">yarn build</span><br></pre></td></tr></table></figure><p><img src="https://images.geekx.top/posts/Atomicals/IMG_20231117_210114722.png"></p><p>这样 atomicals-js 初始化就完成了。</p><h2 id="创建钱包"><a href="#创建钱包" class="headerlink" title="创建钱包"></a>创建钱包</h2><figure class="highlight javascript"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">yarn cli wallet-init</span><br></pre></td></tr></table></figure><p>执行以上命令即可初始化钱包,命令运行后,会在文件夹内生成一个 wallet.json 的文件,这里保存着助记词和私钥。</p><p><img src="https://images.geekx.top/posts/Atomicals/IMG_20231117_210354360.png"></p><h2 id="常用命令"><a href="#常用命令" class="headerlink" title="常用命令"></a>常用命令</h2><blockquote><p>注:可以查看 dist 目录下 cli.js 文件从第 167 行开始,是所有支持的命令,以及所需参数。</p></blockquote><p>铸造 FT 币命令:</p><figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">yarn cli mint-dft dmint --satsbyte 30</span><br></pre></td></tr></table></figure><p>#注意这里设置的 gas,与实际上链的 gas 是 1.8<del>2 倍的关系,比如这里设置 30,实际上链 gas 是 54</del>60sats/vB。</p><p>铸造 Realm 命令:</p><figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">yarn cli mint-realm "btc" --satsbyte 30 --satsoutput 1000 --bitworkc 3165</span><br></pre></td></tr></table></figure><p>铸造图片 NFT 命令:</p><figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">yarn cli mint-nft "E:\Crypto\NFT\CryptoPunks\punk0000.png" --satsbyte 30 --satsoutput 1000 --bitworkc 3165</span><br></pre></td></tr></table></figure><p>查询余额命令:</p><figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">yarn cli balances</span><br></pre></td></tr></table></figure><h1 id="Atomicals-私有节点"><a href="#Atomicals-私有节点" class="headerlink" title="Atomicals 私有节点"></a>Atomicals 私有节点</h1><p>前提是你已经安装并同步好 BTC 全节点。将放在另一篇进行介绍。//todo</p><h2 id="配置全节点"><a href="#配置全节点" class="headerlink" title="配置全节点"></a>配置全节点</h2><p>打开 Bitcoin Core,点击 <strong>设置-选项</strong><br>点击底部 <strong>打开配置文件</strong> bitcoin.conf</p><p>确保添加以下代码段:</p><figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br></pre></td><td class="code"><pre><span class="line">txindex=1</span><br><span class="line">server=1</span><br><span class="line">rpcuser=electrumx</span><br><span class="line">rpcpassword=electrumx</span><br></pre></td></tr></table></figure><p><strong>Ctrl + S 保存</strong></p><p>除了 <strong>rpcuser,rpcpassword</strong> 请注释掉其它任何 <strong>RPC</strong> 开头的选项,此处采用极简配置故暂不介绍如何自行加密用户名密码,而都使用<strong>electrumx</strong>。</p><p>改动完毕请重新启动全节点。</p><h2 id="下载安装-Docker"><a href="#下载安装-Docker" class="headerlink" title="下载安装 Docker"></a>下载安装 Docker</h2><p>Windows 版本链接如下:</p><blockquote><p><a href="https://docs.docker.com/desktop/install/windows-install/">https://docs.docker.com/desktop/install/windows-install/</a></p></blockquote><p>Mac 版本请选择 <strong>Install on Mac</strong> 进行下载。</p><p><img src="https://images.geekx.top/posts/Atomicals/IMG_20231117_211456720.png"></p><p>下载完成后打开进行安装,选择 **Use WSL 2 instead of Hyper-V(recommended)**,完成安装后需要注销,并重新登录 Windows。重新登录后,在弹出的窗口,点击 <strong>Accept</strong> 接受协议,注册并登录 Docker(可以使用 Google、Github 等登录)。</p><h2 id="拉取并启动镜像"><a href="#拉取并启动镜像" class="headerlink" title="拉取并启动镜像"></a>拉取并启动镜像</h2><p>确保 Docker 已启动并运行。</p><p>这里我直接使用以下镜像,包含了 atomics-electrumx-proxy 服务器和 atomics-electrumx 服务。</p><p><a href="https://github.com/Next-DAO/atomicals-electrumx-proxy-docker">https://github.com/Next-DAO/atomicals-electrumx-proxy-docker</a></p><p>在 VS Code 中 点击 <strong>文件 - 新建窗口</strong></p><p>点击 <strong>源代码管理 - 克隆仓库</strong></p><p>粘贴以上链接,<strong>Enter</strong></p><p><img src="https://images.geekx.top/posts/Atomicals/IMG_20231117_214916029.png"></p><p>修改文件 <code>docker-compose.yml</code> <strong>倒数第五行 DAEMON_URL</strong> 为以下代码:</p><figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">DAEMON_URL=electrumx:[email protected]:8332</span><br></pre></td></tr></table></figure><p><strong>Ctrl + S 保存</strong></p><p>顾名思义此处即为我们之前配置的 BTC 全节点的 RPC 信息,用户名密码都为 <strong>electrumx</strong> 。<strong>host.docker.internal</strong> 代表本机地址,<strong>8332</strong>代表端口。这也是为何我说不需要其他教程配置复杂的 RPC 选项的原因。</p><blockquote><p>请参阅:<br><a href="https://wiki.eryajf.net/pages/674f53">Docker 容器如何优雅地访问宿主机网络</a></p></blockquote><p>点击 <strong>终端 - 新建终端</strong></p><p>分别执行以下命令</p><figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br></pre></td><td class="code"><pre><span class="line">docker-compose pull</span><br><span class="line">docker-compose up -d</span><br></pre></td></tr></table></figure><p>结束镜像请点击 <strong>Actions</strong> 下方的 <strong>结束 ■</strong> 按钮,下次直接从 Docker 中启动。无需再执行命令。</p><p>也可以在 终端 中执行 <code>docker-compose down</code> 来结束任务。</p><h2 id="BT-下载索引"><a href="#BT-下载索引" class="headerlink" title="BT 下载索引"></a>BT 下载索引</h2><p>使用 FDM,qbittorrent Enhanced Edition 或 Aria2 等工具下载下列以下磁力链接数据。</p><blockquote><p>magnet:?xt=urn:btih:7KW5OXSWUQ2EFF57URE42GBRL2XCN5AI</p></blockquote><p>使用 bandizip 解压后得到 <strong>electrumx-data</strong>,放入 atomicals-electrumx-proxy-docker 目录下。</p><p><img src="https://images.geekx.top/posts/Atomicals/IMG_20231118_033656493.png"></p><p>再次启动 Docker 镜像。查看日志,还需要一段时间同步至新高度。</p><p><img src="https://images.geekx.top/posts/Atomicals/IMG_20231118_035655844.png"></p><h2 id="atomical-js-连接本地节点"><a href="#atomical-js-连接本地节点" class="headerlink" title="atomical-js 连接本地节点"></a>atomical-js 连接本地节点</h2><p>此时回到 atomical-js 项目的 VS Code 窗口,点击.env 文件<br>将 ELECTRUMX_PROXY_BASE_URL 选项注释(前面加 # 号)并复制一行修改为以下代码:</p><figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">ELECTRUMX_PROXY_BASE_URL=http://localhost:8080/proxy</span><br></pre></td></tr></table></figure><p><strong>Ctrl + S 保存</strong></p><p><img src="https://images.geekx.top/posts/Atomicals/IMG_20231119_160146600.png"></p><p>同理,即指定 atomicals-js 连接 8080 端口的本地节点。</p><p>如果没有 <code>.env</code> 文件,请复制一份 <code>.env.example</code> ,改名为 <code>.env</code></p><h2 id="FAQ"><a href="#FAQ" class="headerlink" title="FAQ"></a>FAQ</h2><article class="message is-info"><div class="message-body"><p><strong>1 怎么判断服务是否已经启动?</strong></p></div></article><p>在终端中运行 <code>docker-compose ps</code>,如果你看到 electrumx 显示 healthy,表示服务已经启动。如果是 <strong>unhealthy</strong> ,请查看日志,当出现 <strong>INFO:DB:closing DBs to re-open for serving</strong> 这个 log 的时候,应该很快就能 healthy 了。</p><article class="message is-info"><div class="message-body"><p><strong>2 如何查看日志?</strong></p></div></article><p>从任务栏图标打开 Docker,查看正在运行的镜像。点击镜像链接即可查看日志。</p><p><img src="https://images.geekx.top/posts/Atomicals/IMG_20231117_215139147.png"></p><p>点击 <strong>electrumx-1</strong> 可以看到 Atomicals 索引正在下载。</p><p><img src="https://images.geekx.top/posts/Atomicals/IMG_20231117_215319784.png"></p><p>点击 <strong>proxy-1</strong> 可以看到 electrumx-proxy 正在 8080 端口运行</p><p><img src="https://images.geekx.top/posts/Atomicals/IMG_20231117_221251961.png"></p><article class="message is-info"><div class="message-body"><p><strong>3.报错 ERROR:Daemon:daemon service refused: Unauthorized. Retrying occasionally…</strong></p></div></article><p>表示连接失败,请检查 BTC 全节点中 rpcuser 和 rpcpassword 是否正确配置。检查<code>docker-compose.yml</code> <strong>倒数第五行 DAEMON_URL</strong> 是否匹配,返回上文查看 <a href="#%E6%8B%89%E5%8F%96%E5%B9%B6%E5%90%AF%E5%8A%A8%E9%95%9C%E5%83%8F">拉取并启动镜像</a>。</p><p>本教程参考 <a href="https://mirror.xyz/cyberscavenger.eth/rayhn9RT1VMUMo4Iios3g0A6G6AtZ-EXfQ8F_kj8HhQ">X 用户 @sslisen 所写教程《Atomicals-JS 部署及私有节点搭建》</a>,但针对其中的一些步骤进行简化和修改。</p><center><img src="https://images.geekx.top/common/wechat.png" width=200></center>]]></content>
<summary type="html"><p>Atomicals 协议是一种简单而灵活的协议,用于为比特币等未花费的交易输出 (UTXO) 区块链铸造、传输和更新数字对象(传统上称为不可替代代币)。原子(或“原子”)是一种组织数字对象的创建、传输和更新的方式——它本质上是根据一些简单规则定义的数字所有权链。</p></summary>
<category term="加密世界" scheme="https://geekx.top/categories/%E5%8A%A0%E5%AF%86%E4%B8%96%E7%95%8C/"/>
<category term="项目分析" scheme="https://geekx.top/categories/%E5%8A%A0%E5%AF%86%E4%B8%96%E7%95%8C/%E9%A1%B9%E7%9B%AE%E5%88%86%E6%9E%90/"/>
<category term="Web3" scheme="https://geekx.top/tags/Web3/"/>
<category term="空投" scheme="https://geekx.top/tags/%E7%A9%BA%E6%8A%95/"/>
</entry>
<entry>
<title>全球最大的数字图书馆Z-Library域名被封,如何访问?</title>
<link href="https://geekx.top/guide/tools/zlibrary.html"/>
<id>https://geekx.top/guide/tools/zlibrary.html</id>
<published>2022-11-05T01:41:38.000Z</published>
<updated>2022-11-05T17:01:34.000Z</updated>
<content type="html"><![CDATA[<p>全球最大的数字图书馆 Z-Library 的域名日前被美国邮政检查局查封。 对于 Z-Library 来说,因为版权问题,多年来已经被多次查封。实际上 Z-Library 一直有部署 <strong>Tor 服务</strong> ,依然可以通过 Tor 浏览器访问。</p><span id="more"></span><h1 id="Tor-浏览器"><a href="#Tor-浏览器" class="headerlink" title="Tor 浏览器"></a>Tor 浏览器</h1><p>Tor 是实现匿名通信的自由软件。用户可透过 Tor 接达由全球志愿者免费提供,包含 6000 多个中继的覆盖网络,从而达至隐藏用户真实地址、避免网络监控及流量分析的目的。Tor 网络的后缀为 <strong>.onion</strong>,使用 Tor 浏览器才可访问。</p><h2 id="下载安装"><a href="#下载安装" class="headerlink" title="下载安装"></a>下载安装</h2><blockquote><p>官网链接:<br><a href="https://www.torproject.org/zh-CN/download/">https://www.torproject.org/zh-CN/download/</a></p><p>Windows<br><a href="https://www.torproject.org/dist/torbrowser/11.5.7/torbrowser-install-win64-11.5.7_zh-CN.exe">https://www.torproject.org/dist/torbrowser/11.5.7/torbrowser-install-win64-11.5.7_zh-CN.exe</a><br>Android<br><a href="https://dist.torproject.org/torbrowser/11.5.6/tor-browser-11.5.6-android-aarch64-multi.apk">https://dist.torproject.org/torbrowser/11.5.6/tor-browser-11.5.6-android-aarch64-multi.apk</a><br>iOS(官方推荐使用 Onion Browser)<br><a href="https://apps.apple.com/us/app/onion-browser/id519296448">https://apps.apple.com/us/app/onion-browser/id519296448</a></p></blockquote><blockquote><p>请参阅:</p><ul><li><a href="/guide/signup/apple-id.html">iOS 注册海外 Apple ID 最新教程</a></li><li><a href="/guide/tools/paid-vpn.html">科学上网如何挑选付费“机场”</a></li></ul></blockquote><h2 id="配置连接"><a href="#配置连接" class="headerlink" title="配置连接"></a>配置连接</h2><p>此处以 Windows 版为例,Android 和 iOS 版同理。</p><p>直接点击 <strong>配置连接</strong>,转入网桥配置页面。</p><p><img src="https://images.geekx.top/posts/zlibrary/IMG_20221105_170338000.png"></p><p>建议 <strong>从 torproject.org 获取网桥</strong>。输入验证码。然后点击页面顶部连接。</p><p><img src="https://images.geekx.top/posts/zlibrary/IMG_20221105_171628879.png"></p><p>如果验证码无法加载,请尝试内置网桥,或者手动新增网桥,我这里分享几个,不保证可用性和时效性。</p><blockquote><ul><li>obfs4 51.15.61.196:12345 949B1DDA699B85E513175684B3D5BEAD45ABCC18 cert=tA+B7ayHOdmXicBJe7t8BOTJDuWx+/wCn74M2kPEMmtUC8euk3FzdJGvDrFzH81wjmIjIg iat-mode=0\</li><li>obfs4 34.88.8.253:8080 37927F89D25B67F6837EB104DC4F86775FC1472F cert=pHAb/UGlVYVICy0teT9SoOYp6Gkc/5QbwS418qr4FGd+xLzfpjDtLNiEu09XFEbcErj4Vw iat-mode=0</li><li>obfs4 37.114.40.101:444 7D5F39129C238A0F9FE0792C426232E98E34F3D7 cert=GBUT1HFZBh2F/YvJLPv+3Q8dwnbRQNYgdBKTNpdwuTC/7jKUckp5vRB0wyOQtM9qBjd9ZA iat-mode=0</li></ul></blockquote><p>如果无法连接请多次尝试,直到成功连接,此时已可访问 Tor 网络。</p><h1 id="Z-Library"><a href="#Z-Library" class="headerlink" title="Z-Library"></a>Z-Library</h1><blockquote><p><strong>Z-Library 官方 Tor 链接</strong><br>Books link:<br><strong>bookszlibb74ugqojhzhg2a63w5i2atv5bqarulgczawnbmsb6s6qead.onion</strong><br>Articles link:<br><strong>articles24t2d47kb6rbabobokvrnymh2smkleosntcu6qxou6sxewyd.onion</strong></p></blockquote><p>复制链接至 Tor 浏览器即可打开。请登录或者注册。</p><p><img src="https://images.geekx.top/posts/zlibrary/IMG_20221105_172923690.png"></p><h2 id="Telegram-机器人"><a href="#Telegram-机器人" class="headerlink" title="Telegram 机器人"></a>Telegram 机器人</h2><blockquote><p>Telegram 使用请参阅:<br><a href="/guide/signup/telegram.html">Telegram 注册上手指南</a></p></blockquote><p>为了防止失联,以及方便使用,我推荐绑定 Telegram 机器人。</p><p>在登录 Z-Library 之后点击右上角头像 <strong>编辑个人资料</strong><br><img src="https://images.geekx.top/posts/zlibrary/IMG_20221105_173703758.png"></p><p>拉至最下方 点击 <strong>连接 Telegram 自动程序</strong><br><img src="https://images.geekx.top/posts/zlibrary/IMG_20221105_174033882.png"></p><p>打开 Telegram 搜索 <strong>@firstlibrarybot</strong>,点击 开始。<br>然后发送第二行那串文字,即可绑定机器人。</p><p><img src="https://images.geekx.top/posts/zlibrary/IMG_20221105_174436469.png"></p><p>直接向机器人发送书籍名称,作者姓名或者 ISBN/ASIN 号等即可搜索。点击链接可以下载。</p><p><img src="https://images.geekx.top/posts/zlibrary/IMG_20221105_175427253.png"></p><h2 id="Kindle-推送"><a href="#Kindle-推送" class="headerlink" title="Kindle 推送"></a>Kindle 推送</h2><p>如果你是 kindle 用户,可能需要推送至 kindle 功能,通过以下机器人也可以实现。</p><p>打开 Telegram 搜索 <strong>@e_book_send_bot</strong>。</p><p>按照提示 <strong>设置 Kindle 邮箱</strong>,然后 <strong>将机器人邮箱添加到已认可的发件人电子邮箱列表</strong> 即可将本地文件发送至 Kindle。</p><p>可以配合 Z-Library 使用。</p><p><img src="https://images.geekx.top/posts/zlibrary/IMG_20221105_175648979.png"></p><center><img src="https://images.geekx.top/common/wechat.png" width=200></center>]]></content>
<summary type="html"><p>全球最大的数字图书馆 Z-Library 的域名日前被美国邮政检查局查封。 对于 Z-Library 来说,因为版权问题,多年来已经被多次查封。实际上 Z-Library 一直有部署 <strong>Tor 服务</strong> ,依然可以通过 Tor 浏览器访问。</p></summary>
<category term="实用教程" scheme="https://geekx.top/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/"/>
<category term="软件工具" scheme="https://geekx.top/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/%E8%BD%AF%E4%BB%B6%E5%B7%A5%E5%85%B7/"/>
<category term="Github" scheme="https://geekx.top/tags/Github/"/>
</entry>
<entry>
<title>Telegram 注册上手指南</title>
<link href="https://geekx.top/guide/signup/telegram.html"/>
<id>https://geekx.top/guide/signup/telegram.html</id>
<published>2022-10-16T17:01:34.000Z</published>
<updated>2022-10-17T02:01:34.000Z</updated>
<content type="html"><![CDATA[<p>Telegram(非正式简称 TG,中文也称为“电报”)是一款流行的跨平台的即时通信软件,用户可以相互发送信息、照片、视频,以及所有类型文件,还有加密与自毁消息等特色功能。它也是我们必须要学会使用的软件之一。</p><span id="more"></span><blockquote><p>Telegram 需要稳定的网络环境,请参阅:<br><a href="/guide/vpn/paid-vpn.html">科学上网如何挑选付费“机场”</a><br>iOS 客户端下载需要海外 Apple ID,请参阅:<br><a href="/guide/signup/apple-id.html">iOS 注册海外 Apple ID 最新教程</a></p></blockquote><h1 id="注册下载"><a href="#注册下载" class="headerlink" title="注册下载"></a>注册下载</h1><p>首先通过官方链接下载客户端。<strong>不推荐使用任何第三方客户端,有可能导致信息泄露等风险!</strong></p><blockquote><p>Android:<br><a href="https://telegram.org/android">https://telegram.org/android</a><br>iOS:<br><a href="https://apps.apple.com/app/telegram-messenger/id686449807">https://apps.apple.com/app/telegram-messenger/id686449807</a><br>Windows/Linux/macOS:<br><a href="https://desktop.telegram.org/">https://desktop.telegram.org/</a><br>网页版:<br><a href="https://web.telegram.org/k/">https://web.telegram.org/k/</a></p></blockquote><p>以 Android 版为例,使用手机号码注册登录。</p><p><img src="https://images.geekx.top/posts/telegram/IMG_20221013_234527764.png"></p><h1 id="重要设置"><a href="#重要设置" class="headerlink" title="重要设置"></a>重要设置</h1><p>此处以安卓版为例,其它客户端同理。</p><p>点击左上角 <strong>三条横线 - 设置</strong> 进入设置页面。有以下设置推荐改动。</p><p><img src="https://images.geekx.top/posts/telegram/IMG_20221017_013609987.png"></p><h2 id="语言"><a href="#语言" class="headerlink" title="语言"></a>语言</h2><h3 id="汉化"><a href="#汉化" class="headerlink" title="汉化"></a>汉化</h3><p>使用以上客户端,均可以通过浏览器访问以下链接跳转,点击“SET LANGUAGE”,即可切换显示语言为 <strong>简体中文</strong> ,建议收藏。</p><blockquote><p>官方简体中文语言包:<br><a href="https://t.me/setlanguage/zh-hans-beta">https://t.me/setlanguage/zh-hans-beta</a></p></blockquote><p><img src="https://images.geekx.top/posts/telegram/IMG_20221014_002039763.png"></p><h3 id="翻译"><a href="#翻译" class="headerlink" title="翻译"></a>翻译</h3><p>新版本中加入了 <strong>翻译消息</strong> 选项,推荐开启。开启后在聊天界面可以通过 <strong>单击消息</strong> 选择 <strong>Translate</strong> 进行翻译,在一些需要跟老外交流的场景很有用。</p><blockquote><p>后面我们再介绍使用 Telegram 网页版搭配油猴脚本 翻译机 进行翻译 的方法。//todo</p></blockquote><h2 id="用户名"><a href="#用户名" class="headerlink" title="用户名"></a>用户名</h2><p>建议平时<strong>不要设置用户名</strong>。Telegram 并不像其它 IM 软件一样可以禁止陌生人私聊权限,只要有用户名,任何人都可以私聊你,这也是 Telegram 饱受诟病的一点。</p><p><img src="https://images.geekx.top/posts/telegram/IMG_20221017_014152805.png"></p><p>在加入一些群聊的时候里面无可避免的会遇到很多广告机器人,他们必须通过用户名定位你发送骚扰信息,不设置用户名可以避免很多私聊广告。</p><p>如果需要加好友,再临时设置用户名。</p><h2 id="隐私和安全"><a href="#隐私和安全" class="headerlink" title="隐私和安全"></a>隐私和安全</h2><ul><li>推荐设置 <strong>不允许任何人</strong> 获取手机号码,其它隐私选项请酌情设置。</li><li>推荐设置 <strong>删除我的账号 保留 1 年</strong>,否则长时间不登录将会删号。</li><li>推荐开启 <strong>两步验证</strong>,增强账户的安全性 。<br>依次设置 <strong>密码</strong> 和 <strong>提示词</strong> ,然后输入 <strong>密码恢复电子邮箱</strong> 并通过 <strong>验证码</strong> 进行验证。</li></ul><blockquote><p>海外邮箱注册请参阅:<br><a href="/guide/signup/outlook.html">免费好用的海外邮箱 Outlook</a></p></blockquote><p>Telegram 注册上手指南先介绍这么多,其它功能可以先自行探索一下,有什么不清楚的可以留言。</p><center><img src="https://images.geekx.top/common/wechat.png" width=200></center>]]></content>
<summary type="html"><p>Telegram(非正式简称 TG,中文也称为“电报”)是一款流行的跨平台的即时通信软件,用户可以相互发送信息、照片、视频,以及所有类型文件,还有加密与自毁消息等特色功能。它也是我们必须要学会使用的软件之一。</p></summary>
<category term="实用教程" scheme="https://geekx.top/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/"/>
<category term="账户注册" scheme="https://geekx.top/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/%E8%B4%A6%E6%88%B7%E6%B3%A8%E5%86%8C/"/>
<category term="Telegram" scheme="https://geekx.top/tags/Telegram/"/>
</entry>
<entry>
<title>电犀牛 R66s 新手教程,软路由实现全屋设备科学上网</title>
<link href="https://geekx.top/guide/tools/r66s.html"/>
<id>https://geekx.top/guide/tools/r66s.html</id>
<published>2022-10-11T01:41:38.000Z</published>
<updated>2022-10-11T13:01:34.000Z</updated>
<content type="html"><![CDATA[<p>软路由实际上就是一个带有网卡的小型计算机,配合软件实现路由器的功能,主流有 x86 和 ARM 架构。软路由目前最流行的系统是 OpenWrt,它是一个针对嵌入式设备的 Linux 操作系统。</p><span id="more"></span><p>我之前使用的是斐讯 K2 路由器刷 padavan 固件,但是由于 K2 过于老旧无法支持 Clash 和 V2ray 等软件的运行,故需要升级设备,所以开始了解到软路由。</p><p>正好电犀牛最近发布了新款 R66s,双 2.5G 网口,足以应付一般家庭网络环境,我购买的是 2G 内存满配版本(当时 1G 版本缺货),仅需 349 元,性价比很高。</p><p>购买链接:</p><center><blockquote><p><a href="https://m.tb.cn/h.Udlk04H">https://m.tb.cn/h.Udlk04H</a><br>9fu 質 0$lGNb2yEKDEP$:// MF3084,打開/</p></blockquote></center><p><img src="https://images.geekx.top/posts/r66s/IMG_20221009_045200206.png"></p><p>装箱清单如下:</p><ul><li>R66s 开发板 ×1</li><li>充电器 ×1</li><li>读卡器 ×1</li><li>TF 卡 ×1</li></ul><center><img src="https://images.geekx.top/posts/r66s/IMG_20221009_023438579.jpg" width=600></center><h1 id="刷机"><a href="#刷机" class="headerlink" title="刷机"></a>刷机</h1><blockquote><p>电犀牛官网<br><a href="https://r68s.cn/">https://r68s.cn/</a></p></blockquote><p>因为官网较为简陋。所以对官网资料重新整理,没有经验也可以快速上手。</p><h2 id="下载固件"><a href="#下载固件" class="headerlink" title="下载固件"></a>下载固件</h2><p>因为出厂固件是没有自带科学上网相关插件的,所以我们直接刷机。我使用的是 LEAN 大佬固件,插件已经全部集成好。</p><p>如果目前无法科学上网或没有 Telegram 请通过 <strong>百度网盘</strong> 下载,后续可以加入 Telegram 群组获取最新固件更新。</p><blockquote><p>请参阅:<br><a href="/guide/vpn/github-find-free-vpn.html">利用 Github 实现免费科学上网</a></p></blockquote><ul><li>百度网盘</li></ul><blockquote><p><a href="https://pan.baidu.com/s/1L3URkSfazKceYG2JarDE2w?pwd=6666">https://pan.baidu.com/s/1L3URkSfazKceYG2JarDE2w?pwd=6666</a><br>提取码: 6666</p></blockquote><p>依次打开 <strong>电犀牛 - 开源编译固件 - R66s</strong>,选择当前最新版本(截止发布为 20221008),以 <strong>5.19 - 中</strong> 为例,下载 <strong>openwrt-rockchip-armv8-fastrhino_r66s-squashfs-sysupgrade.img.gz</strong></p><p>看需求,<strong>如果仅为了翻墙不折腾,我推荐使用 适中型</strong>。</p><p><strong>大而全 仅支持 R66s 2GB 内存 版本</strong>,需要尝试其他高级功能再考虑使用。</p><p><img src="https://images.geekx.top/posts/r66s/IMG_20221031_155703182.png"></p><ul><li>Telegram 群组</li></ul><blockquote><p>Telegram 使用请参阅:<br><a href="/guide/signup/telegram.html">Telegram 注册上手指南</a></p></blockquote><p>首先我们加入电犀牛 Telegram 群组和频道,目前 Telegram 频道是固件更新最即时的。</p><blockquote><ul><li>Telegram 群组<br><a href="https://t.me/R68s1">https://t.me/R68s1</a></li><li>固件发布通知频道<br><a href="https://t.me/R68s_cn">https://t.me/R68s_cn</a></li></ul></blockquote><p>加入通知频道之后,找到 <strong>LEAN 开源固件编译</strong> 版本。截止发文最新版本是 <strong>20221008_R66S_开源固件编译.rar</strong>。</p><p><img src="https://images.geekx.top/posts/r66s/IMG_20221011_163554545.png"></p><p>下载完成后 <strong>解压</strong>,请查看 <strong>更新说明&&刷前必看</strong>。</p><p><img src="https://images.geekx.top/posts/r66s/IMG_20221011_164034927.png"></p><h2 id="下载卡刷工具"><a href="#下载卡刷工具" class="headerlink" title="下载卡刷工具"></a>下载卡刷工具</h2><p>此处我们使用 balenaEtcher 创建 USB 启动盘工具。目前最新版本是 1.7.9。推荐使用 Portable 单文件便携版本。</p><blockquote><p>官网:<br><a href="https://www.balena.io/etcher/#">https://www.balena.io/etcher/#</a><br>最新版本下载链接:<br><a href="https://ghproxy.com/https://github.com/balena-io/etcher/releases/download/v1.7.9/balenaEtcher-Portable-1.7.9.exe">https://ghproxy.com/https://github.com/balena-io/etcher/releases/download/v1.7.9/balenaEtcher-Portable-1.7.9.exe</a></p></blockquote><h2 id="将固件刷入-TF-卡"><a href="#将固件刷入-TF-卡" class="headerlink" title="将固件刷入 TF 卡"></a>将固件刷入 TF 卡</h2><p>首先我们把 TF 卡弹出,插入读卡器,将读卡器插入电脑 USB 接口。</p><p>此处我们以 内核 5.19,大 版本为例。<strong>1GB 内存请选择 中 版本</strong>。</p><p><img src="https://images.geekx.top/posts/r66s/IMG_20221011_164607365.png"></p><ul><li>打开 <strong>balenaEtcher-Portable-1.7.9.exe</strong>;</li><li><strong>手动选择 openwrt-rockchip-armv8-fastrhino_r66s-squashfs-sysupgrade.img.gz,或拖动文件至 +号附近</strong>;</li><li><strong>Select target 选择 Mass Storage Device USB Device</strong>;</li><li>点击 <strong>Flash!</strong> 等待刷入完成。</li></ul><p><img src="https://images.geekx.top/posts/r66s/IMG_20221011_164400203.png"></p><p>完成后 <strong>把 TF 卡 重新插入 R66s 开发板</strong>。此时可以接通电源,观察指示灯状态,等待 1-2 分钟蓝色指示灯由闪动变为常亮说明刷入成功。</p><p><img src="https://images.geekx.top/posts/r66s/IMG_20221011_111144302.png"></p><h1 id="连接"><a href="#连接" class="headerlink" title="连接"></a>连接</h1><p>软路由组网是无缝的,无需破坏现有的网络环境,只需要连接在当前入户网络和路由器之间,替代当前路由的功能,而把当前路由器当作 AP 使用。</p><p>在改动连接之前,首先确认当前路由器上网设置,是否需要 PPPoE 拨号,如果是请记录你的宽带账号密码,否则忽略。</p><p>然后将你现在的路由器设置为 <strong>AP 模式</strong>(小米路由器 叫 <strong>中继模式</strong> )。</p><blockquote><p><strong>注:因为软路由本身并没有 WiFi 功能,后续可以直接通过 WiFi 连接进入管理平台,这样设置是最方便的,也无需多余的网线和 USB 转接器。现在很多人家里可能都只有手机,平板,笔记本电脑,没有带有 RJ45 网线接口的设备。</strong></p></blockquote><p>以常见的家庭组网环境为例,接入软路由之前拓扑图:<br><img src="https://images.geekx.top/posts/r66s/IMG_20221009_050727116.png"></p><p>所以要接入软路由需要做出的改动:</p><ul><li>拔出当前路由器 WAN 口的网线,插入 软路由 的 WAN 口;</li><li>软路由 的 LAN 口接出网线,插入当前路由器 WAN 口。</li></ul><p>接入软路由之后拓扑图:<br><img src="https://images.geekx.top/posts/r66s/IMG_20221009_050746327.png"></p><h1 id="配置"><a href="#配置" class="headerlink" title="配置"></a>配置</h1><p>LEAN 开源固件 的默认设置是:</p><blockquote><p>登录地址:<br><strong>192.168.1.1</strong><br>用户名:<br><strong>root</strong><br>密码:<br><strong>password</strong></p></blockquote><p>浏览器访问 192.168.1.1,登录固件。</p><h2 id="LAN"><a href="#LAN" class="headerlink" title="LAN"></a>LAN</h2><blockquote><p><strong>注:有些 入户光猫 的网段地址也为 192.168.1.1,如果你不确定,强烈建议你修改此项, 软路由 和 光猫 的网段相同会造成冲突!(OpenClash 会出问题)</strong></p></blockquote><ul><li>进入 <strong>网络 - 接口 - LAN</strong></li><li>IPv4 地址 修改为 <strong>192.168.100.1</strong> (举例说明,你也可以修改为其它非 192.168.1.1 网段)</li><li>点击 <strong>保存&应用</strong></li><li>等待 1-2 分钟,请 <strong>断开设备 WiFi 并重新连接</strong>,会重新分配局域网 IP 地址。</li></ul><p><img src="https://images.geekx.top/posts/r66s/IMG_20221011_165619122.png"></p><h2 id="WAN"><a href="#WAN" class="headerlink" title="WAN"></a>WAN</h2><p>之前需要 PPPoE 拨号 请进行如下设置,不需要请忽略此项。</p><ul><li>进入 <strong>网络 - 接口 - WAN</strong></li><li>协议改为 PPPoE,点击 <strong>切换协议</strong></li><li>输入 <strong>用户名</strong> , <strong>密码</strong> 后点击 <strong>保存&应用</strong></li></ul><p>此时应该已经可以正常访问互联网。</p><h1 id="科学上网"><a href="#科学上网" class="headerlink" title="科学上网"></a>科学上网</h1><blockquote><p>之前我们介绍了如何选择机场,请参阅:<br><a href="/guide/vpn/paid-vpn.html">科学上网如何挑选付费“机场”</a></p></blockquote><p>固件自带 <strong>OpenClash</strong> , <strong>PassWall</strong> , <strong>ShadowSocksR Plus+</strong> 等科学上网插件,此处仅介绍 <strong>OpenClash</strong> 的简单使用,其它请自行探索。</p><blockquote><p>OpenClash 官方教程:<br><a href="https://github.com/vernesong/OpenClash/wiki">https://github.com/vernesong/OpenClash/wiki</a></p></blockquote><p>点击 <strong>服务 - OpenClash</strong> 进入配置。</p><h2 id="配置文件订阅"><a href="#配置文件订阅" class="headerlink" title="配置文件订阅"></a>配置文件订阅</h2><ul><li><p>点击 <strong>配置文件订阅 - 添加</strong></p></li><li><p>输入 <strong>配置文件名</strong> 和 <strong>订阅地址</strong>,保存配置。</p></li></ul><p><img src="https://images.geekx.top/posts/r66s/IMG_20221011_170727219.png"></p><h2 id="全局设置"><a href="#全局设置" class="headerlink" title="全局设置"></a>全局设置</h2><p>默认使用 Redir-Host 模式。建议选择 <strong>Redir-Host (TUN-混合)模式【UDP-TUN,TCP-转发】</strong>。</p><p>推荐开启 <strong>仅代理命中规则流量</strong>,<strong>仅允许常用端口流量</strong>,<strong>实验性:绕过中国大陆 IP</strong>,拉到最下方点击 <strong>保存配置</strong>。</p><p><img src="https://images.geekx.top/posts/r66s/IMG_20221019_205920117.png"></p><blockquote><p>注 1:玩外服游戏,<strong>NTP 时间同步</strong> 等都需要 UDP 转发,所以推荐使用 TUN 混合 模式。</p></blockquote><blockquote><p>注 2:我也尝试了 Fake-IP 模式,但是出现了微信图片加载慢等问题,还没有定位到原因,其它模式请自行探索。有懂的小伙伴请留言指点。</p></blockquote><h2 id="运行状态"><a href="#运行状态" class="headerlink" title="运行状态"></a>运行状态</h2><p>添加配置文件后,返回 <strong>运行状态</strong> ,点击下方 <strong>启动 OpenClash</strong>。等待启动完成,显示 <strong>运行中</strong> 即正常启动。</p><p>在此界面可以查看 OpenClash 运行状态,进行一些快速设置,如切换运行模式等。点击 <strong>跳动的三个点</strong> 可以展开 <strong>常用操作快捷按钮</strong>。</p><p><img src="https://images.geekx.top/posts/r66s/IMG_20221011_170950431.png"></p><h2 id="Yacd-控制面板"><a href="#Yacd-控制面板" class="headerlink" title="Yacd 控制面板"></a>Yacd 控制面板</h2><p>在 <strong>运行状态</strong> 页面,点击 Yacd 的 <strong>打开控制面板</strong>,即可进行 <strong>切换节点</strong> , <strong>节点测速</strong> 等操作。</p><h3 id="配置-1"><a href="#配置-1" class="headerlink" title="配置"></a>配置</h3><p>配置界面可以 <strong>切换语言</strong>,更改 <strong>延迟测速 URL</strong> 等,其它选项基本不用动。<br><img src="https://images.geekx.top/posts/r66s/IMG_20221011_124826439.png"></p><h3 id="代理"><a href="#代理" class="headerlink" title="代理"></a>代理</h3><p><img src="https://images.geekx.top/posts/r66s/IMG_20221011_131801756.png"></p><ul><li>点击 分组后的 <strong>闪电图标</strong> ,可以对该分组测速,右下角的 <strong>闪电图标</strong> ,进行全部分组测速。</li><li>点击分组中某个节点即可切换要使用的节点。</li><li>点击右上角 <strong>两条横线</strong> 进入 <strong>设置</strong>,可以对节点进行排序。<br><img src="https://images.geekx.top/posts/r66s/IMG_20221012_085708770.png"></li></ul><p>其他功能请自行探索。</p><p>我也是刚开始玩软路由,本文仅作为新手教程,后续也会记录自己的研究历程,一些进阶设置,固件编译,其它插件的使用等我们再开新的文章进行分享。有不清楚的地方或者意见建议请留言讨论。</p><center><img src="https://images.geekx.top/common/wechat.png" width=200></center>]]></content>
<summary type="html"><p>软路由实际上就是一个带有网卡的小型计算机,配合软件实现路由器的功能,主流有 x86 和 ARM 架构。软路由目前最流行的系统是 OpenWrt,它是一个针对嵌入式设备的 Linux 操作系统。</p></summary>
<category term="实用教程" scheme="https://geekx.top/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/"/>
<category term="软路由" scheme="https://geekx.top/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/%E8%BD%AF%E8%B7%AF%E7%94%B1/"/>
<category term="科学上网" scheme="https://geekx.top/tags/%E7%A7%91%E5%AD%A6%E4%B8%8A%E7%BD%91/"/>
<category term="电犀牛" scheme="https://geekx.top/tags/%E7%94%B5%E7%8A%80%E7%89%9B/"/>
<category term="软路由" scheme="https://geekx.top/tags/%E8%BD%AF%E8%B7%AF%E7%94%B1/"/>
</entry>
<entry>
<title>Discord 注册上手指南</title>
<link href="https://geekx.top/guide/signup/discord.html"/>
<id>https://geekx.top/guide/signup/discord.html</id>
<published>2022-09-10T01:01:34.000Z</published>
<updated>2022-09-10T01:01:34.000Z</updated>
<content type="html"><![CDATA[<p>Discord 是一款专为社群设计的免费网络实时通话软件与数字发行平台,一开始主要针对游戏玩家设计,用户之间可以在软体的聊天频道通过消息、图片、视频和音频进行交流。</p><span id="more"></span><p>随着 Web3.0 和 DAO(分布式自治组织) 的概念兴起,而 Discord 拥有强大的扩展能力,完美契合了搭建去中心化社区和线上营销的需求。Discord 已经成为 Web3.0 时代最重要的基础设施之一。所以今天带你了解一下 Discord 的机制以及如何快速上手。</p><h1 id="注册下载"><a href="#注册下载" class="headerlink" title="注册下载"></a>注册下载</h1><h2 id="账号注册"><a href="#账号注册" class="headerlink" title="账号注册"></a>账号注册</h2><p>Discord 使用需要稳定的网络环境,请参阅:</p><blockquote><p><a href="/guide/vpn/paid-vpn.html">科学上网如何挑选付费“机场”</a></p></blockquote><p>首先需要一个邮箱,最好是海外邮箱,我推荐微软的 outlook。请参阅:</p><blockquote><p><a href="/guide/signup/outlook.html">免费好用的海外邮箱 Outlook</a></p></blockquote><p>访问官方网址:</p><blockquote><p><a href="https://discord.com/register">https://discord.com/register</a></p></blockquote><p>根据提示输入邮箱,用户名,密码,出生日期等信息。</p><p>点击继续。</p><p><img src="https://images.geekx.top/posts/discord/IMG_20220906_224624852.png"></p><p>邮箱收到确认邮件后点击验证。即可开始使用。</p><p><img src="https://images.geekx.top/posts/discord/IMG_20220909_142529761.png"></p><h2 id="客户端下载"><a href="#客户端下载" class="headerlink" title="客户端下载"></a>客户端下载</h2><blockquote><p>iOS<br><a href="https://apps.apple.com/us/app/discord-chat-for-games/id985746746">https://apps.apple.com/us/app/discord-chat-for-games/id985746746</a><br>Android<br><a href="https://play.google.com/store/apps/details?id=com.discord">https://play.google.com/store/apps/details?id=com.discord</a><br>Windows/Linux/macOS<br><a href="https://discord.com/download">https://discord.com/download</a></p></blockquote><p>其实电脑我更推荐使用网页版,后续我会介绍一些增强使用体验的脚本。</p><p>我推荐下载使用手机版本客户端,<strong>手机版 和 网页版 双端登录也可以降低被 Discord 认为是机器人从而封号的可能。</strong></p><p>iOS 客户端下载需要海外 Apple ID,请参阅:</p><blockquote><p><a href="/guide/signup/apple-id.html">iOS 注册海外 Apple ID 最新教程</a></p></blockquote><p>Android 客户端下载需要 Google Play。<br>//todo</p><h1 id="界面介绍"><a href="#界面介绍" class="headerlink" title="界面介绍"></a>界面介绍</h1><p>在此仅以 网页版 为例,介绍下图 <strong>编号 ① ~ ⑥</strong> 中的功能。手机版大同小异请自行探索。</p><p><img src="https://images.geekx.top/posts/discord/IMG_20220906_232339375.png"></p><h2 id="①【重要】用户设置"><a href="#①【重要】用户设置" class="headerlink" title="①【重要】用户设置"></a>①【重要】用户设置</h2><p>区块链行业缺乏监管并且蕴含着巨大的利益,作为一个公共的聊天平台,Discord 的安全问题被诟病已久,这里也是诈骗的温床。<strong>由于区块链不可篡改的特性,资产被盗基本无法追回损失,我们能做的是必须对自己的任何一步操作负责。</strong>后续关于安全我会再单独讨论。</p><h3 id="我的账号"><a href="#我的账号" class="headerlink" title="我的账号"></a>我的账号</h3><p><img src="https://images.geekx.top/posts/discord/IMG_20220906_230441924.png"></p><p>首先我推荐最好 <strong>绑定手机号码</strong> 并且 <strong>开启双重认证</strong>,可以有效提升账户安全性,降低被盗的风险,降低误判封号风险。</p><p>绑定手机号码请根据提示操作。</p><p>由于谷歌身份验证器功能落后,双重认证我推荐使用 Microsoft Authenticator。<br>//todo</p><p><img src="https://images.geekx.top/posts/discord/IMG_20220909_233602133.png"></p><h3 id="隐私与安全"><a href="#隐私与安全" class="headerlink" title="隐私与安全"></a>隐私与安全</h3><p><img src="https://images.geekx.top/posts/discord/IMG_20220906_230554868.png"></p><p>请确保<strong>关闭 允许服务器成员直接向您发起私聊</strong> 选项。</p><p>私聊在 Discord 中叫做 <strong>DM</strong>(Discord Message)。<strong>可以说 在 Discord 中通过服务器私聊你或者加你好友的陌生人都是诈骗。</strong></p><h2 id="②-服务器"><a href="#②-服务器" class="headerlink" title="② 服务器"></a>② 服务器</h2><p>主界面最左侧一列即为加入的 <strong>服务器</strong>,也就是 Discord 中的群体聊天的组织形式。个人理解服务器相当于是“论坛 + 即时聊天”的混合体,其强大的组织形式又远超论坛或者即时聊天类软件如微信,QQ 等。<br>你可以探索官方列出的 公开服务器,或者通过其它邀请链接加入一个服务器。你也可以创造属于自己的社群。</p><p><img src="https://images.geekx.top/posts/discord/IMG_20220910_000235538.png"></p><h2 id="③-频道"><a href="#③-频道" class="headerlink" title="③ 频道"></a>③ 频道</h2><p>服务器的拥有者可以通过身份组的设置,控制不同身份组的成员参与到不同的群聊中去,即为<strong>频道</strong>。</p><p>主界面第二列是一个服务器中的频道列表,分为语音、文字、公告等等,是不是很像论坛的板块。</p><p>一般来说加入一个新的服务器,需要先在验证频道作出反应。不同的服务器有不同的验证方式,比如点击表情,或者输入验证码等。</p><h2 id="④-聊天界面"><a href="#④-聊天界面" class="headerlink" title="④ 聊天界面"></a>④ 聊天界面</h2><p>点击第二列一个文字聊天频道,即可看到占屏幕面积最大的 聊天界面。</p><p><img src="https://images.geekx.top/posts/discord/IMG_20220910_002910547.png"></p><p>Discord 的特色功能之一是反应表情,可以对现有的消息做出反应,标记可以表示已读状态,读完是什么心情等等。搭配 机器人 也可以用作投票,抽奖,验证等功能。</p><p>右键自己发出的消息可以进行 <strong>编辑</strong> 或 <strong>删除</strong> ,即时生效。</p><h2 id="工具栏"><a href="#工具栏" class="headerlink" title="工具栏"></a>工具栏</h2><p>右上角工具栏中比较重要的两个功能 是 <strong>⑤ 置顶消息</strong> 和 <strong>⑥ 搜索</strong></p><p>管理员可以标记重要的或者需要反复说明的信息至右上角 <strong>置顶消息</strong> 按钮中,以防成员错过,相当于群公告。</p><p><strong>搜索</strong> 可以 查找当前服务器内一些你所关注的消息历史记录。</p><p>Discord 注册上手指南先介绍这么多,其它功能可以先自行探索一下,有什么不清楚的可以留言。</p><center><img src="https://images.geekx.top/common/wechat.png" width=200></center>]]></content>
<summary type="html"><p>Discord 是一款专为社群设计的免费网络实时通话软件与数字发行平台,一开始主要针对游戏玩家设计,用户之间可以在软体的聊天频道通过消息、图片、视频和音频进行交流。</p></summary>
<category term="实用教程" scheme="https://geekx.top/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/"/>
<category term="账户注册" scheme="https://geekx.top/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/%E8%B4%A6%E6%88%B7%E6%B3%A8%E5%86%8C/"/>
<category term="Discord" scheme="https://geekx.top/tags/Discord/"/>
</entry>
<entry>
<title>科学上网如何挑选付费“机场”</title>
<link href="https://geekx.top/guide/vpn/paid-vpn.html"/>
<id>https://geekx.top/guide/vpn/paid-vpn.html</id>
<published>2022-09-06T01:01:34.000Z</published>
<updated>2022-09-06T01:01:34.000Z</updated>
<content type="html"><![CDATA[<p>在网络上随便一搜关键词 科学上网 都可以看到铺天盖地的博文介绍机场,通常还挂着注册链接,他们的推荐靠谱吗?首先要清楚一点:<strong>机场不是在跑路就是在跑路的路上</strong>(比如说最近很多人使用的 某蛙云 已跑路),不存在绝对不会跑路的机场。所以如何选择一个暂时靠谱的机场是个重要且迫切的问题。下面一步步教你如何选择“机场”。</p><span id="more"></span><h1 id="什么是-VPN?什么是“机场”?"><a href="#什么是-VPN?什么是“机场”?" class="headerlink" title="什么是 VPN?什么是“机场”?"></a>什么是 VPN?什么是“机场”?</h1><p>首先来了解一下 VPN 和机场的概念:</p><p>VPN 是虚拟专用网络(virtual private network)的缩写,诞生于 1996 年,它使用隧道协议创建一个虚拟的点对点连接的专用网络,适用于远程办公等场景。后来 VPN 才开始用于 科学上网,但由于流量特征明显容易遭到封锁。且有着标准不一,多使用定制客户端,全平台支持不佳等明显缺点。</p><p>而 Shadowsocks(后简称 SS)一开始就是为了解决 VPN 的痛点而生,客户端使用了一个纸飞机的 Logo。所以我们经常把这类软件和它的衍生版本叫做“小飞机”。而 <strong>“机场”则是提供科学上网节点的服务商。</strong></p><p>有一部分的服务商,为了方便推广,会把客户端命名为 XXXVPN,而实际使用的是 V2Ray ,SS 等程序搭建的节点,所以 VPN 逐渐的被理解为“科学上网工具的统称”,造成了概念的混淆。</p><h1 id="为何使用付费“机场”?"><a href="#为何使用付费“机场”?" class="headerlink" title="为何使用付费“机场”?"></a>为何使用付费“机场”?</h1><p>之前我们介绍了如何利用 Github 实现免费科学上网,请参阅:</p><blockquote><p><a href="/guide/vpn/github-find-free-vpn.html">利用 Github 实现免费科学上网</a></p></blockquote><p>但是这种方式仅适合轻度使用,如果你经常使用 Twitter,Discord,Gmail 等账户,一个稳定的网络环境就十分必要了,否则非常容易触发风控从而导致封号。</p><p>付费机场的优点:</p><ol><li><strong>节点多,地区多,方便切换</strong><br>各个地区在不同使用场景下的优势各有不同,举两个例子,比如说俄区购买 Steam 游戏较为优惠;Binance 等数字货币交易所在港区,新加坡,美区等则无法使用,需要政策开放的台湾,加拿大等节点。</li><li><strong>速度快,价格便宜</strong><br>自建 VPS 节点 一般只有单台主机且固定一个地区,以 DigitalOcean 为例,最便宜的 VPS 主机也需要至少$5 一个月,机场相当于使用多台性能不错且带宽较大的主机,便宜的才十几块一个月。</li></ol><p>缺点:</p><ol><li><strong>安全性较差</strong><br>毕竟所有流量需要经过机场服务商,就不多说了。</li><li><strong>稳定性一般,跑路风险高</strong><br>机场也是一个复杂的工程,在一些特殊时期可能遇到故障,较良心的可能几小时内恢复,有些可能很久才修复,或者直接选择跑路。</li></ol><h1 id="如何选购机场?"><a href="#如何选购机场?" class="headerlink" title="如何选购机场?"></a>如何选购机场?</h1><h2 id="机场索引"><a href="#机场索引" class="headerlink" title="机场索引"></a>机场索引</h2><p>要说选购机场,首先得知道有哪些机场吧。比如以下列机场索引为例:</p><blockquote><p>DuyaoSS-机场测速和简介<br><a href="https://duyaoss.com/archives/3/">https://duyaoss.com/archives/3/</a></p></blockquote><blockquote><p>注:需要先科学上网才能打开,请参阅:<br><a href="/guide/vpn/github-find-free-vpn.html">利用 Github 实现免费科学上网</a></p></blockquote><p>其它索引按下不表,毕竟谁还没推荐过跑路的机场呢,删除内容就当无事发生。他们做机场索引是如何盈利的呢?先不说一些机场想要上榜是否给推广费,很多机场的返佣链接返利都有 20% 甚至更高,满一定金额还可以提现哦,所以公正性见仁见智了,DuyaoSS 算是测试较为全面直观的。</p><p>如果你还知道更好的机场索引可以留言。</p><p>主要内容分为 <strong>机场简介,套餐情况,测速结果</strong> 三个方面。</p><ul><li><p><strong>机场简介</strong><br>介绍一下机场的概况,以及有哪些特色服务。这部分简单看一下就行。</p></li><li><p><strong>套餐情况</strong><br>介绍不同种类套餐包含的流量,价格等,时效性稍差。有可能存在涨价或优惠,具体还是要以注册后显示的为准。</p></li><li><p><strong>测速结果</strong><br>主要关注 <strong>Google 延迟,平均速度,UDP NAT,流媒体支持</strong>。</p></li></ul><p><img src="https://images.geekx.top/posts/paid-vpn/IMG_20220906_102742827.png"></p><p>里面有很多的专业术语,接下来就带你看懂是在说什么,你需要关注哪些重要的点。</p><h2 id="名词解释"><a href="#名词解释" class="headerlink" title="名词解释"></a>名词解释</h2><h3 id="【重要】流量,重置周期,倍率"><a href="#【重要】流量,重置周期,倍率" class="headerlink" title="【重要】流量,重置周期,倍率"></a>【重要】流量,重置周期,倍率</h3><p>以我所使用的机场为例:</p><p><img src="https://images.geekx.top/posts/paid-vpn/IMG_20220905_005707478.png"></p><p><strong>流量</strong><br>机场大多数是按流量计费的,类似于手机套餐流量。</p><p><strong>重置周期</strong><br>有 <strong>按月重置</strong>,或者 <strong>到期清零</strong> 等方式。</p><p><img src="https://images.geekx.top/posts/paid-vpn/IMG_20220905_005222409.png"></p><p><strong>倍率</strong><br>消耗流量的速率。<strong>消耗的真实流量 x 倍率 = 计费流量</strong>。如 0.5x(倍率)、1x(倍率),3x(倍率)等。</p><p>这里举个例子来说明三者的关系:</p><p>假设某个机场的月套餐是 150G,而你使用 3x(倍率)节点,则真实可用流量只有 50G ,相当于<strong>虚标流量</strong>。</p><p>有些机场会以 IEPL 专线为噱头吸引你充值,而把这些节点设置为 3x(倍率)甚至 10x(倍率),实际上根本无法使用。</p><p><strong>可以说,标注超过 1 倍率的机场都是垃圾(当然,标注 1 倍率的虚标不虚标咱也不知道了,全看站长的良心)</strong></p><h3 id="Google-延迟,平均速度,UDP-NAT"><a href="#Google-延迟,平均速度,UDP-NAT" class="headerlink" title="Google 延迟,平均速度,UDP NAT"></a>Google 延迟,平均速度,UDP NAT</h3><p><strong>Google 延迟</strong><br>即真实访问 Google 得到响应的延迟,可以来判断节点的真实延迟情况,越低越好。</p><p><strong>平均速度</strong><br>即测试下载一个完整的大文件。<br>文件大小(MB)/ 所需时间(s)= 平均速度(MB/s)</p><p>很多人分不清 MB(Byte)和 Mb(bit),简单来说 1MB = 8Mb,同理 1MB/s = 8 Mb/s(Mbps,“/”= “per”简写为“p”,即“每”的意思),这一点是需要注意的。</p><p><strong>UDP NAT</strong><br>这一项主要关注的是 是否支持 UDP 转发,比如说很多游戏采用的是 UDP 协议传输数据,只要不是 blocked 就没有问题。(节点支持 UDP 转发,还需要客户端开启)</p><p>//todo</p><h3 id="隧道中转-中继节点"><a href="#隧道中转-中继节点" class="headerlink" title="隧道中转/中继节点"></a>隧道中转/中继节点</h3><p>顾名思义,相当于你要访问目标网站(例如 Google),中间会经过多台服务器进行加密传输请求和返回数据,结构如下:</p><p><strong>用户 —— 中继入口服务器 —— 中继服务器 2 —— 中继服务器 N —— 落地服务器 —— 用户访问的网站</strong></p><p>在此不纠结技术定义了,总之现在<strong>绝大多数平价机场都使用的是中继节点</strong>。</p><p>从以上结构也可以得知:</p><ol><li>此类型节点延迟可能稍高,<strong>一般来说香港,台湾,新加坡等地区的节点延迟能达到 100ms 以内或左右</strong>,其它地区更高,所以<strong>不太适合玩一些即时性强的游戏</strong></li><li>稳定性稍差一点,其中任何一环出问题都有可能导致节点不可用。</li></ol><h3 id="IPLC-IEPL-专线"><a href="#IPLC-IEPL-专线" class="headerlink" title="IPLC/IEPL 专线"></a>IPLC/IEPL 专线</h3><p><strong>IPLC</strong>:国际私有租用线路(International Private Leased Circuit),即”国际专线”。<br><strong>IEPL</strong>:国际以太网专线(International Ethernet Private Line)。<br>这些都是运营商合法的海外业务,可以在运营商的官网看到介绍,面向有出海需求的企业和外企,需要申请牌照所以一般人难以接触到。</p><p><img src="https://images.geekx.top/posts/paid-vpn/IMG_20220905_215307729.png"></p><p>技术层面不解释了。<strong>这类国际专线优点是无需通过 GFW,不怕封锁,延迟更低,速度更快,稳定性更高,但价格比较贵。</strong></p><p><img src="https://images.geekx.top/posts/paid-vpn/IMG_20220905_220957864.png"></p><blockquote><p>注意:机场标注的 IEPL 专线不一定是真实的,还是要根据测速和延迟测试等结果来鉴别。</p></blockquote><h3 id="流媒体支持-解锁"><a href="#流媒体支持-解锁" class="headerlink" title="流媒体支持/解锁"></a>流媒体支持/解锁</h3><p>常用的流媒体服务有,Youtube,Netflix,HBO,Hulu,Apple,Disney+等。<strong>不同机场对流媒体服务的支持情况也各异,特别是 Netflix 部分节点仅能解锁自制剧,有些则是全解锁,一定要分清楚。</strong></p><p>有部分机场可能还会提供流媒体账号拼车,大部分情况需要自行购买,看你是否有观看海外剧的需求,请自行研究。没有可以忽略。</p><h2 id="选购策略"><a href="#选购策略" class="headerlink" title="选购策略"></a>选购策略</h2><h3 id="评估需求"><a href="#评估需求" class="headerlink" title="评估需求"></a>评估需求</h3><p>如 玩游戏,看国外流媒体,查资料,数字货币,撸羊毛,购物,Twitter,Discord 等。根据不同的需求来确定要选择什么样的机场。</p><ul><li><strong>使用 中继节点 就够了,还是需要 IEPL 专线:</strong> 如 经常观看视频可能需要较多的流量,对延迟要求不高;玩即时性高的游戏则需要低延迟 IEPL 专线 才能满足。</li><li><strong>是否需要某些特定地区线路:</strong> 如上面所提到的游戏购买,数字货币交易所等。</li><li><strong>是否需要流媒体解锁</strong>。<br>……</li></ul><h3 id="横向对比"><a href="#横向对比" class="headerlink" title="横向对比"></a>横向对比</h3><p>挑出满足需求的一些机场进行注册,<strong>对比他们之间的 流量,倍率,价格等差异</strong>。也可以进一步使用 Google 搜索该机场是否有<strong>负面评价</strong>。先进行大致排序,圈定范围。</p><h3 id="短期试用"><a href="#短期试用" class="headerlink" title="短期试用"></a>短期试用</h3><p>可以选择有试用套餐的机场,注册后小额付费使用几天,看看速度,延迟,稳定性是否达到预期;有没有什么猫腻,如上面所提到的倍率和流量虚标问题。<br>如果你有 Telegram 的话,可以加入进去看看用户体量,聊天是否活跃。个人建议<strong>不要选择使用人数太多的机场</strong>(如几万人以上规模),即使节点众多,也经不住很多人扎堆使用同一节点。可以挑选一些中等规模的机场,线路多且不拥挤。</p><h3 id="订阅支持"><a href="#订阅支持" class="headerlink" title="订阅支持"></a>订阅支持</h3><p><img src="https://images.geekx.top/posts/paid-vpn/IMG_20220906_105633865.png"></p><p>一般来说机场会支持绝大部分科学上网客户端,主流的如 <strong>SS,SSR,Clash,Shadowrocket,V2ray</strong>等。机场一般也会有使用文档,或者参考我之前写过的。</p><blockquote><ul><li><a href="/guide/vpn/v2ray-intro.html">V2Ray 全平台新手教程</a></li><li><a href="/guide/vpn/clash-intro.html">Clash 全平台新手教程</a></li><li><a href="/guide/vpn/shadowrocket-intro.html">iOS 科学上网神器 Shadowrocket 新手教程</a></li></ul></blockquote><h3 id="优惠力度"><a href="#优惠力度" class="headerlink" title="优惠力度"></a>优惠力度</h3><p>新用户建议逐月购买,体验稳定后再考虑季付、半年付、年付以享受一定优惠。<br>按惯例可能会有优惠活动的节日:</p><ul><li>春节</li><li>劳动节</li><li>端午节</li><li>618</li><li>中秋节</li><li>双十一</li><li>双十二</li><li>元旦</li></ul><p>目前我使用的机场是 <strong>西部数据</strong> ,200G/月,20 块算是比较便宜的了,但是无 telegram 群组,客服回复还算及时,要购买可以使用我的注册链接(非恰饭哈,只是有返佣),跑路维权别找我,毕竟方法我已经教给你了。总之,DYOR(Do Your Own Research),做好你自己的研究。</p><blockquote><p>西部数据<br><a href="https://fuqing.cz/aff.php?aff=1809">https://fuqing.cz/aff.php?aff=1809</a></p></blockquote><p>机场选购暂时先讲这么多,有什么问题可以留言。</p><center><img src="https://images.geekx.top/common/wechat.png" width=200></center>]]></content>
<summary type="html"><p>在网络上随便一搜关键词 科学上网 都可以看到铺天盖地的博文介绍机场,通常还挂着注册链接,他们的推荐靠谱吗?首先要清楚一点:<strong>机场不是在跑路就是在跑路的路上</strong>(比如说最近很多人使用的 某蛙云 已跑路),不存在绝对不会跑路的机场。所以如何选择一个暂时靠谱的机场是个重要且迫切的问题。下面一步步教你如何选择“机场”。</p></summary>
<category term="实用教程" scheme="https://geekx.top/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/"/>
<category term="科学上网" scheme="https://geekx.top/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/%E7%A7%91%E5%AD%A6%E4%B8%8A%E7%BD%91/"/>
<category term="科学上网" scheme="https://geekx.top/tags/%E7%A7%91%E5%AD%A6%E4%B8%8A%E7%BD%91/"/>
<category term="VPN" scheme="https://geekx.top/tags/VPN/"/>
</entry>
<entry>
<title>融合宝可梦 Go 和走路赚钱的 Aglet 新手教程攻略,能否对标 StepN ?</title>
<link href="https://geekx.top/crypto/project/aglet.html"/>
<id>https://geekx.top/crypto/project/aglet.html</id>
<published>2022-05-08T23:25:25.000Z</published>
<updated>2022-05-09T17:25:25.000Z</updated>
<content type="html"><![CDATA[<p>2022 年的现象级 Move to Earn 游戏 StepN 成功带起来一波 Move to Earn 的热潮,我们今天介绍一个借此东风的项目 Aglet。</p><span id="more"></span><article class="message is-info"><div class="message-body"><p>2022.05.17 更新 <a href="#%E5%B8%82%E5%9C%BA">市场</a> 章节增加商城物品详细介绍</p></div></article><blockquote><p><strong>声明:本文仅为项目研究分析,不构成任何投资建议。DYOR(Do Your Own Research),做好你自己的研究。</strong></p></blockquote><p>官网:</p><blockquote><p><a href="https://aglet.app/">https://aglet.app/</a></p></blockquote><p>Aglet 由阿迪达斯数字创新部门的前负责人 Ryan Mullins 创立,2020 年游戏上线至今据称全球已有超 20 万用户,拥有多家时尚跑鞋品牌授权,已获得 2400 万美元融资。没错,这款游戏比 StepN 要早,只是近期新一轮融资后才开始其 NFT 领域的大动作。</p><p>Aglet 的灵感源自 2016 年很火的宝可梦 Go,宝可梦 Go 是一款增强现实(AR)游戏,即在现实世界的地图上附加游戏数据,捕捉精灵并训练他们。而 Aglet 则是跑鞋版的宝可梦 Go,跑鞋即为你的精灵,拥有耐久度以及属性加成,通过走路和在地图上寻宝获取奖励。</p><h1 id="读取剪切板盗取私钥?盗取银行卡资金?"><a href="#读取剪切板盗取私钥?盗取银行卡资金?" class="headerlink" title="读取剪切板盗取私钥?盗取银行卡资金?"></a>读取剪切板盗取私钥?盗取银行卡资金?</h1><p><img src="https://images.geekx.top/posts/aglet/IMG_20220509_014444553.png"></p><p>在群里传播非常广的聊天记录和截图,说是 Aglet App 会读取剪切板和盗取私钥,盗取银行卡资金。</p><p>上图 1 为我自己手机 MIUI 截图,经过实测,该 App 在 Android 系统下确实有读取剪切板,获取手机信息,读取应用列表等权限的行为。<br><strong>个人建议 Android 用户务必关闭 读取剪切板,获取手机信息,读取应用列表等权限;同时建议,永远不要复制私钥内容并通过聊天软件发送,这是非常坏的习惯,如需导入 MetaMask 等钱包请手动输入助记词或者扫码。</strong></p><p>上图 2,3,4 可知该用户是 iOS 用户,该 App 需要使用海外 Apple ID 下载和内购,而海外 Apple ID 是没办法绑定国内银联卡的,就算是绑境外卡也需要验证身份,并且苹果严禁跨区内购,一般都是通过购买该区域礼品卡充值。不知道所谓的“只输个银行卡号就被盗”是怎么做到的,纯属信口雌黄了。</p><h1 id="下载-注册"><a href="#下载-注册" class="headerlink" title="下载 & 注册"></a>下载 & 注册</h1><p>Google Play:</p><blockquote><p><a href="https://play.google.com/store/apps/details?id=app.aglet.mobile">https://play.google.com/store/apps/details?id=app.aglet.mobile</a></p></blockquote><p>iOS:</p><blockquote><p><a href="https://apps.apple.com/us/app/aglet/id1504522507">https://apps.apple.com/us/app/aglet/id1504522507</a></p></blockquote><p>该 App 仅能通过 Google Play 或 iOS App Store 获取,请参阅:</p><blockquote><p><a href="/guide/signup/apple-id.html">iOS 注册海外 Apple ID 最新教程</a></p></blockquote><blockquote><p><strong>注意:此 App 需要全程科学上网,否则部分资源无法加载,或者无法计步。</strong></p></blockquote><p><img src="https://images.geekx.top/posts/aglet/IMG_20220509_021749646.png"></p><p>安装完成后打开,可使用你的 Apple ID 或者 Google Play 直接登录,也可以使用其它邮箱,如我们之前推荐过的 Outlook。</p><p>在第二步中可以输入邀请码:</p><blockquote><p><strong>L9V54P</strong></p></blockquote><p>当你走到 10000 步时我们双方均可获得 1000 Regular Aglet 代币。</p><p>接着选择你的第一双运动鞋,这里随便选因为后面一直会送,下面我们会讲鞋子属性;搭配一套衣服,推荐直接随机后续可更改;后面还有设置后台运行权限什么的我就不截图了直接下一步。</p><h1 id="界面介绍"><a href="#界面介绍" class="headerlink" title="界面介绍"></a>界面介绍</h1><p><img src="https://images.geekx.top/posts/aglet/IMG_20220509_032418768.png"></p><p>进入主页看到 <strong>地图</strong> 页面,地图上有一些紫色和绿色的站点。</p><ul><li><p><strong>Scan this area</strong> ,扫描这片区域,查看附近的站点。</p></li><li><p>右上角为 <strong>天气</strong></p></li></ul><p>点击下方 <strong>白色长条</strong> 进入 <strong>鞋子</strong> 页面。</p><ul><li><p><strong>WEAR</strong> :当前穿着页面,点击鞋子即可进入鞋子的详细参数页面。</p></li><li><p><strong>SHELF</strong> :鞋架页面,右下方紫色按钮可以筛选鞋子。</p></li></ul><p><img src="https://images.geekx.top/posts/aglet/IMG_20220509_050035807.png"></p><p>点击某双鞋子,</p><ul><li><p><strong>SELL IN MARKETPLACE</strong> :挂在市场上出售。</p></li><li><p><strong>ROCK ‘EM NOW</strong> :替换当前穿着的鞋子。</p></li></ul><p>SHELF 右侧小按钮 进入 <strong>市场</strong> 页面。</p><ul><li><p><strong>SHOP</strong> :官方出售的鞋子。</p></li><li><p><strong>MARKET</strong> :玩家出售的鞋子。</p></li></ul><p>右下方紫色按钮为筛选页面,可根据想买的鞋子属性来设置条件。这些属性在核心玩法章节介绍。</p><p>点击底部 <strong>紫色长条</strong> 可进入一个综合页面。</p><p><img src="https://images.geekx.top/posts/aglet/IMG_20220509_044947533.png"></p><ul><li><p><strong>STEPS</strong> :步数里程碑。根据步数解锁鞋子的进度。每达到一个里程碑将会掉落一个鞋子盲盒,及时换上更高属性的鞋子赚取更多 Regular Aglet。</p></li><li><p><strong>COLLECTIONS</strong> :收藏系列,同系列鞋子收集齐后有额外奖励。</p></li><li><p><strong>HELP?</strong> :获取帮助</p></li><li><p><strong>INVITE YOUR CREW</strong> :邀请好友,查看邀请码。</p></li><li><p><strong>MY PROFILE</strong> :我的设置页,可以修改你的形象衣着,布置鞋架等。</p></li></ul><p>其余就不详细介绍了。接下来我们介绍核心玩法。</p><h1 id="核心玩法"><a href="#核心玩法" class="headerlink" title="核心玩法"></a>核心玩法</h1><p>通过走路赚取 Regular Aglet ,在市场参与运动鞋交易,获取更多收藏。提升 Don Score。</p><h2 id="代币"><a href="#代币" class="headerlink" title="代币"></a>代币</h2><p>目前游戏中有两种代币 Regular Aglet 和 Gold Aglet。</p><ul><li><p><strong>Regular Aglet(下文简称 RA)</strong>:<br>通过走路,推荐好友,开宝箱获得。</p></li><li><p><strong>Gold Aglet(下文简称 GA)</strong> :<br>相信你也看到了页面底部的金色按钮,主要通过充值获得。部分稀有宝箱也有可能开出少量 GA。</p></li></ul><h2 id="鞋子"><a href="#鞋子" class="headerlink" title="鞋子"></a>鞋子</h2><p><img src="https://images.geekx.top/posts/aglet/IMG_20220509_053154446.png"></p><ul><li><p><strong>GCP 和 收益倍率</strong> :<br>即 Grip,抓地力;Comfort,舒适度;Protection,防护性。<strong>三种属性将根据周围的真实天气状况影响收益倍率</strong>,收益倍率最高为 16 倍(16x),<strong>根据天气状况穿着合适的运动鞋</strong>,穿错了可能会导致倍率为负值,此时运动会扣减 RA 代币(比如说下雨天穿拖鞋这种极端情况)。</p></li><li><p><strong>EARN RATE</strong> :<br>基准收益,如图 1 所示 3/1000steps,即每走 1000 步得 3 个 RA 代币。</p></li><li><p><strong>MAX BOOST RATE</strong> :<br>最大加速收益,一般是 <strong>EARN RATE × 16</strong> ,如图 1 所示 48/1000steps,即每走 1000 步最多得 48 个 RA 代币。</p></li></ul><p>以上几个属性决定你的收益。你不用关心 GCP 的单独情况,比如上图,只需要看 GCP 后面的 <strong>9.16x</strong> , <strong>10.16x</strong> 等等,我观察一般在 10 倍左右。你可以使用 <strong>实际加速收益 = 基准收益 × 实际收益倍率</strong> 大致估算自己每 1000 步获得的 RA ,实际比这个要低一些因为有一部分步数仅计算基础收益。</p><ul><li><p><strong>DURABILITY</strong> :<br>即耐久度。每行走一步都会对鞋子产生磨损,耐久度越高,则鞋子磨损越慢,鞋子下方进度条降低越慢,降低为 0% 则无法再使用。</p></li><li><p><strong>CLASS</strong> :<br>鞋子等级。目前鞋子有 TIER 0-5 总共 6 个等级,TIER 0 最稀有,稀有程度依次降低。</p></li><li><p><strong>LIFETIME STEPS</strong> :<br>生命周期内行走的步数。</p></li><li><p><strong>PURCHASED PRICE</strong> :<br>购买价格,价值多少 RA,可以作为出售价格的参考。</p></li><li><p><strong>REPAIRS REMAINNING</strong> :<br>维修剩余次数。修理次数耗尽则无法再维修。</p></li></ul><p>也就是说,在这个游戏中,<strong>鞋子不能像 StepN 那样永久修复</strong>。</p><p>如果你开始穿,<strong>最终鞋子不能再用也不能修</strong>,模拟现实世界中的鞋子的消耗品属性。所以<strong>请谨慎使用维修次数。推荐维修次数只有 1 次的鞋子可使用至 0% 再去恢复站。</strong></p><h2 id="地标"><a href="#地标" class="headerlink" title="地标"></a>地标</h2><p>地图中有三种地标,<strong>Repair Station,Deadstock Station,Treasure Stash</strong>。如果你的周围没有宝箱等地标,在附近走动,第二天周围就会出现地标。</p><h3 id="Repair-Station"><a href="#Repair-Station" class="headerlink" title="Repair Station"></a>Repair Station</h3><p>维修站,可以修理一次鞋子,消耗一次鞋子维修次数。限制了修理百分比,可维修等级,冷却时间。</p><p>如图所示,最多修理 60%磨损;接受 3,4,5 级鞋子;修理一次后等 48 小时才可再次使用此站点。</p><p><img src="https://images.geekx.top/posts/aglet/IMG_20220509_040046590.png"></p><h3 id="Deadstock-Station"><a href="#Deadstock-Station" class="headerlink" title="Deadstock Station"></a>Deadstock Station</h3><p>恢复站,意思是可以把鞋子恢复全新(Deadstock 是鞋圈专业术语,意思是全新没穿过。在游戏里指未磨损且未修理),消耗一次鞋子维修次数。限制了可恢复等级,冷却时间。</p><p>如图所示,修理 100%磨损;接受 3,4,5 级鞋子;修理一次后等 7 天才可再次使用此站点。</p><p><img src="https://images.geekx.top/posts/aglet/IMG_20220509_040055705.png"></p><h3 id="Treasure-Stash"><a href="#Treasure-Stash" class="headerlink" title="Treasure Stash"></a>Treasure Stash</h3><p>宝箱,可以开出 RA 或者 GA ,后续可能会有掉落 NFT 鞋子的活动。限制了冷却时间,如图所示,表示 24 小时后才可再次开启此宝箱。</p><p><img src="https://images.geekx.top/posts/aglet/IMG_20220509_040006063.png"></p><h2 id="市场"><a href="#市场" class="headerlink" title="市场"></a>市场</h2><h3 id="如何赚取最大收益"><a href="#如何赚取最大收益" class="headerlink" title="如何赚取最大收益"></a>如何赚取最大收益</h3><p>在市场购买鞋子,主要分为 <strong>收藏</strong> 和 <strong>使用</strong> 两种用途。</p><p>收藏系列鞋子可以获得额外奖励。</p><p>我们主要说一下如何挑选要日常使用的鞋子。</p><p>使用以下网站,可以计算鞋子可获得的最大利润。</p><blockquote><p><a href="https://www.agletprofitcalculator.com/">https://www.agletprofitcalculator.com/</a></p></blockquote><p><img src="https://images.geekx.top/posts/aglet/IMG_20220509_164223833.png"></p><p>举个例子。Yeezy 700 Magnet 是用来赚取 RA 性价比很高的鞋子之一。在市场上购买很容易,因为它们来自阶梯奖励。</p><p>假设你把这双球鞋穿到 0 %,再去 恢复站 把它恢复到 100 %,然后再把它完全穿到 0 % ,用掉了所有修理,你将总共获得 89,700 个 RA 。 减去购买花费的 40,800 个 RA,你将最多赚到 48,900 个 RA 。</p><h3 id="加速"><a href="#加速" class="headerlink" title="加速"></a>加速</h3><h2 id="Don-Score"><a href="#Don-Score" class="headerlink" title="Don Score"></a>Don Score</h2><p><strong>MY PROFILE</strong> 中间显示的是你的 <strong>Don Score</strong>。它是一个相对值,分数是跟其他 Aglet 玩家比较而得出,从 0 到 999。不同的行为会对你的分数产生积极或消极的影响。 行走、收集鞋子并保持活跃,可以让你的 Don 得分上升。可以看出这是一个社交属性的排行,满足你的成就感。</p><h1 id="NFT"><a href="#NFT" class="headerlink" title="NFT"></a>NFT</h1><p>好了终于说到最受关注的部分。经过一番搜索整理出如下信息。</p><ol><li><strong>现有的所有鞋子都不会上链变成 NFT。NFT 将额外发行或掉落。</strong></li></ol><p><img src="https://images.geekx.top/posts/aglet/IMG_20220509_140654495.png"></p><ol start="2"><li><p><strong>第一款 Aglet NFT 将于 5 月 14 日 发售,据说价格 199 GA(20u 左右),月底结束。后续将会向 Aglet NFT 持有者空投独家 Aglet 运动鞋、货架背景和服装组合。</strong></p></li><li><p>2022 年第三季度,<strong>Aglet 将会在地图宝箱中加入 NFT 掉落</strong>;推出更多 NFT,玩家可以在市场购买和出售 Aglet NFT;游戏中加入钱包可购买和交易 USDC 和 ETH 。</p></li><li><p>2022 年第四季度,<strong>Aglet NFT 将登陆 ImmutableX ,OpenSea 等交易市场</strong>。为 NFT 持有者推出更多专属权益。推出 Aglet Backpack,玩家可以跨多个区块链集成钱包,在游戏中进行管理。</p></li></ol><p><img src="https://images.geekx.top/posts/aglet/IMG_20220509_055733119.png" alt="路线图"></p><p>可以看出 Aglet 的模式与 StepN 还是有很大不同的,目前也没有发行加密货币的计划,感觉游戏的属性要更强一些而不是投机炒鞋,FOMO,计算回本周期,NFT 的发行也更加平民化,人人皆可参与。</p><p>你看好这款增强现实版的 Move to Earn 游戏吗?欢迎留言发表你的看法。</p><center><img src="https://images.geekx.top/common/wechat.png" width=200></center>]]></content>
<summary type="html"><p>2022 年的现象级 Move to Earn 游戏 StepN 成功带起来一波 Move to Earn 的热潮,我们今天介绍一个借此东风的项目 Aglet。</p></summary>
<category term="加密世界" scheme="https://geekx.top/categories/%E5%8A%A0%E5%AF%86%E4%B8%96%E7%95%8C/"/>
<category term="项目分析" scheme="https://geekx.top/categories/%E5%8A%A0%E5%AF%86%E4%B8%96%E7%95%8C/%E9%A1%B9%E7%9B%AE%E5%88%86%E6%9E%90/"/>
<category term="Web3" scheme="https://geekx.top/tags/Web3/"/>
<category term="空投" scheme="https://geekx.top/tags/%E7%A9%BA%E6%8A%95/"/>
<category term="Move to Earn" scheme="https://geekx.top/tags/Move-to-Earn/"/>
</entry>
<entry>
<title>Web3 社交平台 ApolloFi 玩法介绍,抽奖赢取 NFT</title>
<link href="https://geekx.top/crypto/airtrops/202205/apollofi.html"/>
<id>https://geekx.top/crypto/airtrops/202205/apollofi.html</id>
<published>2022-05-06T15:33:40.000Z</published>
<updated>2022-05-07T09:33:40.000Z</updated>
<content type="html"><![CDATA[<p>ApolloFi 是一个集成的 SocialFi 平台,用于 Web3.0 时代的创意、NFT。ApolloFi 通过赋能创作者,让更多人为整个生态做出贡献,旨在建立一个自由、多元化的创作者天堂。</p><span id="more"></span><blockquote><p><strong>声明:本文仅为信息分享,不构成任何投资建议。DYOR(Do Your Own Research),做好你自己的研究。</strong></p></blockquote><blockquote><p>官方 Twitter: <a href="https://twitter.com/ApolloFi1">https://twitter.com/ApolloFi1</a></p><p>官方 Discord:<a href="https://discord.gg/yBfvfNupdt">https://discord.gg/yBfvfNupdt</a></p></blockquote><p>点击以下链接进入官网:</p><blockquote><p><a href="https://app.apollofi.xyz/?from=680252">https://app.apollofi.xyz/?from=680252</a></p></blockquote><p>输入邀请码:<strong>680252</strong></p><p><img src="https://images.geekx.top/posts/apollofi/IMG_20220506_164207196.png"></p><p>进入主页之后,点击右侧 <strong>Post</strong> 可以发布消息。点击右上角 <strong>礼物图标</strong> 进入抽奖页面。左侧 <strong>My Assets</strong> 进入资产页面。</p><p><img src="https://images.geekx.top/posts/apollofi/IMG_20220506_163835662.png"></p><p>点击 <strong>Post</strong> ,输入内容,点击 <strong>Publish</strong> ,发布 3 条消息可以获得 3 次抽奖机会。</p><p><img src="https://images.geekx.top/posts/apollofi/IMG_20220506_164424422.png"></p><p>弹窗点击 <strong>Take it now</strong> ,等发完 3 条后再点击右上角礼物图标进入抽奖页面。</p><p><img src="https://images.geekx.top/posts/apollofi/IMG_20220506_163653356.png"></p><p>点击 Open 即可抽奖,右侧 <strong>Copy Invite link</strong> 复制你的推广链接,<code>from</code> 后面即为邀请码。</p><p><img src="https://images.geekx.top/posts/apollofi/IMG_20220506_165952055.png"></p><blockquote><p><strong>注意: 抽奖抽到 NFT 碎片 如果 Mint 失败会直接消失!钱包没有 <code>matic</code> 抽到之后先不要点 <code>Claim</code> ,先转一点过去</strong></p></blockquote><p>进入 <strong>My Assets</strong> 页面可以查看抽到的 NFT 碎片,点击 <strong>Trade</strong> 进入 Opensea 交易,但是目前还没有成交量。</p><p><img src="https://images.geekx.top/posts/apollofi/IMG_20220506_165812783.png"></p><p>另外官方在举办 NFT 抽奖活动,点击 如下链接,填表完成任务即可参与。5 月 23 日开奖。</p><blockquote><p><a href="https://wn.nr/NZd7Xb">https://wn.nr/NZd7Xb</a></p></blockquote><p><img src="https://images.geekx.top/posts/apollofi/IMG_20220506_173617254.png"></p><p>目前已知获得抽奖机会的途径有以下这些:</p><blockquote><ol><li>发布内容(每周 3 次)</li><li>在社交媒体上分享内容(每周 1 次)</li><li>前往奖励并分享您的邀请链接(当被邀请者发布内容时,您将获得 1 次机会,每天 8 次机会)</li><li>前往个人资料并连接您的社交帐户(连接第一个帐户后,您有 1 次机会)</li><li>铸造 NFT 内容(每周 3 次机会)</li><li>进入每周贡献前 100 名(每周 1 次机会)</li><li>进入粉丝数前 100 名(每周 1 次)</li><li>钱包连接时间超过 1 小时(每天 1 次)</li><li>持有 NFT 并根据 NFT 级别增加您的机会</li></ol></blockquote><p>经过实测,切换不同的钱包地址,输入自己的邀请码每天可以为主号提供 8 次的抽奖机会,可以多收集一些碎片防身,在 Discord 群里询问得知目前只能收集 NFT 碎片,NFT 合成和升级功能还没有推出。后续可以持续关注一下。</p><p><img src="https://images.geekx.top/posts/apollofi/IMG_20220507_090331687.png"></p><center><img src="https://images.geekx.top/common/wechat.png" width=200></center>]]></content>
<summary type="html"><p>ApolloFi 是一个集成的 SocialFi 平台,用于 Web3.0 时代的创意、NFT。ApolloFi 通过赋能创作者,让更多人为整个生态做出贡献,旨在建立一个自由、多元化的创作者天堂。</p></summary>
<category term="加密世界" scheme="https://geekx.top/categories/%E5%8A%A0%E5%AF%86%E4%B8%96%E7%95%8C/"/>
<category term="空投速递" scheme="https://geekx.top/categories/%E5%8A%A0%E5%AF%86%E4%B8%96%E7%95%8C/%E7%A9%BA%E6%8A%95%E9%80%9F%E9%80%92/"/>
<category term="Web3" scheme="https://geekx.top/tags/Web3/"/>
<category term="空投" scheme="https://geekx.top/tags/%E7%A9%BA%E6%8A%95/"/>
</entry>
<entry>
<title>iOS 科学上网神器 Shadowrocket 新手教程</title>
<link href="https://geekx.top/guide/vpn/shadowrocket-intro.html"/>
<id>https://geekx.top/guide/vpn/shadowrocket-intro.html</id>
<published>2022-04-27T17:01:34.000Z</published>
<updated>2022-04-29T17:01:34.000Z</updated>
<content type="html"><![CDATA[<p>Shadowrocket 是一款 iOS / iPadOS 平台上非常强大的代理客户端,对于 v2Ray,Clash 等主流协议全面支持,俗称“小火箭”。</p><span id="more"></span><blockquote><p>请参阅:<br><a href="/guide/tools/paid-vpn.html">科学上网如何挑选付费“机场”</a></p></blockquote><h1 id="下载"><a href="#下载" class="headerlink" title="下载"></a>下载</h1><p>首先你需要一个海外 Apple ID 并且余额大于 $2.99 ,如何注册海外 Apple ID 和充值礼品卡请参阅:</p><blockquote><p><a href="/guide/signup/apple-id.html">iOS 注册海外 Apple ID 最新教程</a></p></blockquote><p>请认准以下链接。</p><blockquote><p><a href="https://apps.apple.com/us/app/shadowrocket/id932747118">https://apps.apple.com/us/app/shadowrocket/id932747118</a></p></blockquote><p><img src="https://images.geekx.top/posts/shadowrocket-intro/IMG_20220504_034234238.png"></p><blockquote><p><strong>注意: Shadowrocket 没有在国区上架。不是 “Shadow Rocket”,不是 “Shadowrock”,不是 shadowrocket VPN,也不是 “ShadowRocket 网络助手”等等,这些全部是李鬼,千万不要下载!</strong></p></blockquote><h1 id="添加订阅"><a href="#添加订阅" class="headerlink" title="添加订阅"></a>添加订阅</h1><p>运行 Shadowrocket ,点击右上角 + 按键。</p><ul><li><p><strong>类型</strong> 选择 <strong>Subscribe</strong></p></li><li><p>URL 输入 <strong>订阅链接</strong></p></li><li><p>点击 <strong>完成</strong> 即可添加订阅。</p></li></ul><p><img src="https://images.geekx.top/posts/shadowrocket-intro/IMG_20220503_200952846.png"></p><h1 id="设置"><a href="#设置" class="headerlink" title="设置"></a>设置</h1><p>进入 设置 页</p><article class="message is-info"><div class="message-body"><p><strong>延迟测试方法</strong></p></div></article><p>推荐选择 <strong>CONNECT</strong> ,即测试真连接,准确反映节点是否可用。</p><article class="message is-info"><div class="message-body"><p><strong>订阅</strong></p></div></article><p>进入 <strong>设置</strong> - <strong>订阅</strong> 。</p><p>推荐开启 <strong>打开时更新</strong> 和 <strong>自动后台更新</strong>。</p><p>开启 <strong>根据 Ping 排序</strong>,根据连通性测试结果排序。</p><p><img src="https://images.geekx.top/posts/shadowrocket-intro/IMG_20220503_201033888.png"></p><h1 id="测试延迟并启用"><a href="#测试延迟并启用" class="headerlink" title="测试延迟并启用"></a>测试延迟并启用</h1><p>回到 <strong>首页</strong> ,点击 连通性测试。此时会测试节点延迟并根据 Ping 值排序,选择下方排名靠前的节点。</p><p>右测开关即为 <strong>启用</strong>,此时已处于科学上网状态。</p><p><strong>全局路由</strong> 有几个选项。 <strong>配置</strong> 为配置文件代理,即按照规则自动分流,只有特定网站通过代理, <strong>代理</strong> 为全局代理,即所有连接均通过代理; <strong>直连</strong> 即所有连接均不通过代理, <strong>场景</strong> 适用于不同网络环境下自动切换代理模式。</p><p>推荐选择 <strong>配置</strong> ,请继续查看下一章节。</p><p><img src="https://images.geekx.top/posts/shadowrocket-intro/IMG_20220503_201026144.png"></p><h1 id="配置文件"><a href="#配置文件" class="headerlink" title="配置文件"></a>配置文件</h1><p>推荐使用以下项目的配置文件。该项目是由 @Hackl0us 搜集整理的一套适用于 Shadowrocket 的精简、实用、高效的规则。</p><blockquote><p><a href="https://github.com/Hackl0us/SS-Rule-Snippet">https://github.com/Hackl0us/SS-Rule-Snippet</a></p></blockquote><p>点击下方菜单栏的 <strong>配置</strong> ,并选择 <strong>添加配置</strong> 。在弹出的窗口中,粘贴规则链接:</p><blockquote><p><a href="https://fastly.jsdelivr.net/gh/Hackl0us/SS-Rule-Snippet@master/LAZY_RULES/Shadowrocket.conf">https://fastly.jsdelivr.net/gh/Hackl0us/SS-Rule-Snippet@master/LAZY_RULES/Shadowrocket.conf</a></p></blockquote><p>点击 <strong>下载</strong> 按钮。</p><p><img src="https://images.geekx.top/posts/shadowrocket-intro/IMG_20220503_201057888.png"></p><p>添加完成后,可在 远程文件 中看到刚刚粘贴的链接。点击该链接,在弹出的菜单中选择 <strong>使用配置</strong> 。</p><p>稍等片刻可以发现 本地文件 中出现 <code>ShadowRocket.conf</code> 的配置文件,右侧有 ✔️ ,表示已经启用该配置文件。</p><center><img src="https://images.geekx.top/common/wechat.png" width=200></center>]]></content>
<summary type="html"><p>Shadowrocket 是一款 iOS &#x2F; iPadOS 平台上非常强大的代理客户端,对于 v2Ray,Clash 等主流协议全面支持,俗称“小火箭”。</p></summary>
<category term="实用教程" scheme="https://geekx.top/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/"/>
<category term="科学上网" scheme="https://geekx.top/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/%E7%A7%91%E5%AD%A6%E4%B8%8A%E7%BD%91/"/>
<category term="科学上网" scheme="https://geekx.top/tags/%E7%A7%91%E5%AD%A6%E4%B8%8A%E7%BD%91/"/>
</entry>
<entry>
<title>iOS 注册海外 Apple ID 最新教程</title>
<link href="https://geekx.top/guide/signup/apple-id.html"/>
<id>https://geekx.top/guide/signup/apple-id.html</id>
<published>2022-04-26T17:01:34.000Z</published>
<updated>2022-04-29T17:01:34.000Z</updated>
<content type="html"><![CDATA[<p>由于众所周知的原因很多 App 国区是无法上架的,拥有一个海外 Apple ID 就非常必要了。这篇文章是我自己注册的过程希望可以帮助到大家。</p><span id="more"></span><h1 id="前期准备"><a href="#前期准备" class="headerlink" title="前期准备"></a>前期准备</h1><p>首先需要准备一个邮箱,最好是海外的,我推荐微软的 outlook。请参阅:</p><blockquote><p><a href="/guide/signup/outlook.html">免费好用的海外邮箱 Outlook</a></p></blockquote><p>还需要一套虚构的身份地址信息,访问以下链接:</p><blockquote><p><a href="https://www.worldnamegenerator.com/">https://www.worldnamegenerator.com/</a></p></blockquote><p>右侧 State 选择 <strong>CA</strong> ,据我所知 账单地址为 California 在 App Store 购物是免税的。点击 Generate 生成信息,例如下图所示。</p><p>记录下 <strong>Full name 姓名,street 街道地址,City 城市,State 州,Zip Code 邮编</strong>,这几项待会填写信息使用。</p><p><img src="https://images.geekx.top/posts/apple-id/IMG_20220503_231302020.png"></p><p>或者你想注册其它地区如香港,日本等,可以点击 右上角 <strong>All Countries</strong> 选择生成。</p><h1 id="在网页端注册"><a href="#在网页端注册" class="headerlink" title="在网页端注册"></a>在网页端注册</h1><p>首先打开苹果官网 <code>apple.com</code> ,不要访问 <code>cn</code> 域名的国内网站,访问 <code>com</code> 域名的国际站点。下拉至底部选择 <strong>Manage Your Apple ID</strong> ,然后在如下界面点击 <strong>创建您的 Apple ID</strong></p><p><img src="https://images.geekx.top/posts/apple-id/IMG_20220419_161249999.png"></p><p>然后填写刚才生成的名字和姓氏,出生年月等,国家和地区选择 <strong>美国</strong> (或者香港,日本等地区),接着填写之前准备的 <strong>邮箱地址</strong> 和密码。</p><p>填写你的手机号,国内的即可,接收短信验证码,可以去掉那 3 个勾选的邮件骚扰。</p><p><img src="https://images.geekx.top/posts/apple-id/IMG_20220419_161340404.png"></p><p>进入邮箱查看验证码并输入。点击下一步。</p><p><img src="https://images.geekx.top/posts/apple-id/IMG_20220419_160558137.png"></p><p>进行手机号验证,同理验证完之后点击下一步。</p><p><img src="https://images.geekx.top/posts/apple-id/IMG_20220419_161427051.png"></p><h1 id="在-iOS-设备-App-Store-登录"><a href="#在-iOS-设备-App-Store-登录" class="headerlink" title="在 iOS 设备 App Store 登录"></a>在 iOS 设备 App Store 登录</h1><p>我使用的系统版本是 iOS 15(iPadOS 15)beta,以下操作大同小异。</p><p>打开 App Store,下拉至底部点击 <strong>退出登录</strong> 退出当前账号。</p><p><img src="https://images.geekx.top/posts/apple-id/IMG_20220419_161520244.png"></p><p>然后输入刚刚在网页注册的 Apple ID 和密码登录,会出现以下提示,点击 <strong>检查</strong> 。</p><p><img src="https://images.geekx.top/posts/apple-id/IMG_20220419_161547304.png"></p><p>接着又会出现两步验证,再次获取手机验证码并输入。</p><p><img src="https://images.geekx.top/posts/apple-id/IMG_20220419_161605557.png"></p><p>之后会出现 <strong>完成创建 App ID</strong>,此时你还可以切换地区,同意并下一步。</p><p><img src="https://images.geekx.top/posts/apple-id/IMG_20220419_161629023.png"></p><p>之后会弹出表单,<strong>付款方式选择 None</strong> 。</p><blockquote><p><strong>注意:此步骤由于网络环境不同,付款方式可能不会出现 “None”的选项,需要你切换至流量,或者使用已科学上网的 Windows、Android、macOS 设备分享 WiFi 热点,连接后再操作。</strong></p></blockquote><p>请参阅:</p><blockquote><ul><li><a href="/guide/tools/paid-vpn.html">科学上网如何挑选付费“机场”</a></li><li><a href="/guide/vpn/github-find-free-vpn.html">利用 Github 实现免费科学上网</a></li><li><a href="/guide/vpn/share-vpn.html">局域网内多台设备如何共享代理</a></li></ul></blockquote><p><img src="https://images.geekx.top/posts/apple-id/IMG_20220419_161656359.png"></p><p>姓名和账单寄送地址填刚才生成的信息。完成后就可以用这个账户在 App Store 下载免费应用了,下载时再次输入密码验证。</p><p>如果想要下载收费应用,请在 <strong>某宝</strong> 搜索关键词 <strong>iOS 礼品卡</strong>,购买跟你要下载的应用价值差不多的面额进行充值。</p><blockquote><p><strong>注意:请购买你的账户所在区域的礼品卡,无法跨区充值使用</strong></p></blockquote><p><img src="https://images.geekx.top/posts/apple-id/IMG_20220430_225426338.png"></p><p>在 App Store 中点击 <strong>账户</strong> - <strong>兑换礼品卡或代码</strong> 进行充值操作。</p><center><img src="https://images.geekx.top/common/wechat.png" width=200></center>]]></content>
<summary type="html"><p>由于众所周知的原因很多 App 国区是无法上架的,拥有一个海外 Apple ID 就非常必要了。这篇文章是我自己注册的过程希望可以帮助到大家。</p></summary>
<category term="实用教程" scheme="https://geekx.top/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/"/>
<category term="账户注册" scheme="https://geekx.top/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/%E8%B4%A6%E6%88%B7%E6%B3%A8%E5%86%8C/"/>
<category term="海外AppleID" scheme="https://geekx.top/tags/%E6%B5%B7%E5%A4%96AppleID/"/>
</entry>
<entry>
<title>局域网内多台设备如何共享代理实现科学上网</title>
<link href="https://geekx.top/guide/vpn/share-vpn.html"/>
<id>https://geekx.top/guide/vpn/share-vpn.html</id>
<published>2022-04-25T17:01:34.000Z</published>
<updated>2022-04-28T17:01:34.000Z</updated>
<content type="html"><![CDATA[<p>今天给大家介绍一个小功能,如何分享你的代理给其他设备使用,以应对一些特殊情况(比如 iOS 下载冲浪软件,Switch 主机下载游戏等场景),即使不安装客户端也可以实现科学上网。本文分为两部分介绍,第一部分是已经安装了 V2Ray 或 Clash 的客户端的设备如何 <strong>共享代理</strong> ,第二部分是未安装客户端的设备如何 <strong>连接代理</strong> 。</p><span id="more"></span><blockquote><p><strong>注意:分享代理设备 和 连接代理设备 必须处于同一路由器的局域网中。无论是 WiFi 还是网线连接,路由器必须关闭 AP 隔离功能。</strong></p></blockquote><p>之前我们介绍了 V2Ray 和 Clash 的基本功能,以及如何获取免费订阅节点,请参阅:</p><blockquote><ul><li><a href="/guide/tools/paid-vpn.html">科学上网如何挑选付费“机场”</a></li><li><a href="/guide/vpn/v2ray-intro.html">V2Ray 全平台新手教程</a></li><li><a href="/guide/vpn/clash-intro.html">Clash 全平台新手教程</a></li><li><a href="/guide/vpn/github-find-free-vpn.html">利用 Github 实现免费科学上网</a></li></ul></blockquote><h1 id="如何共享代理"><a href="#如何共享代理" class="headerlink" title="如何共享代理"></a>如何共享代理</h1><p>熟悉的表格,还是分为 <strong>v2Ray 客户端</strong> 和 <strong>Clash 客户端</strong> ,你目前安装了哪个,请点击链接跳转至对应章节查看该客户端如何 <strong>共享代理</strong> 。</p><table><thead><tr><th align="center">V2Ray 客户端</th><th align="center">Windows</th><th align="center">Android</th><th align="center">iOS</th><th align="center">macOS</th><th align="center">Linux</th></tr></thead><tbody><tr><td align="center"><a href="#v2rayN-Windows">v2rayN</a></td><td align="center">✅</td><td align="center">-</td><td align="center">-</td><td align="center">-</td><td align="center">-</td></tr><tr><td align="center"><a href="#v2rayNG-Android">v2rayNG</a></td><td align="center">-</td><td align="center">✅</td><td align="center">-</td><td align="center">-</td><td align="center">-</td></tr><tr><td align="center"><a href="#Shadowrocket-iOS">Shadowrocket</a></td><td align="center">-</td><td align="center">-</td><td align="center">✅</td><td align="center">-</td><td align="center">-</td></tr><tr><td align="center"><a href="#Qv2ray-macOS-Windows-Linux">Qv2ray</a></td><td align="center">✅</td><td align="center">-</td><td align="center">-</td><td align="center">✅</td><td align="center">✅</td></tr></tbody></table><table><thead><tr><th align="center">Clash 客户端</th><th align="center">Windows</th><th align="center">Android</th><th align="center">iOS</th><th align="center">macOS</th><th align="center">Linux</th></tr></thead><tbody><tr><td align="center"><a href="#Clash-for-Windows-CFW-Windows-MacOS-Linux">Clash for Windows (CFW)</a></td><td align="center">✅</td><td align="center">-</td><td align="center">-</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td align="center"><a href="#Clash-for-Android-CFA-Android">Clash for Android (CFA)</a></td><td align="center">-</td><td align="center">✅</td><td align="center">-</td><td align="center">-</td><td align="center">-</td></tr><tr><td align="center"><a href="#Shadowrocket-iOS">Shadowrocket</a></td><td align="center">-</td><td align="center">-</td><td align="center">✅</td><td align="center">-</td><td align="center">-</td></tr></tbody></table><h2 id="V2Ray-客户端"><a href="#V2Ray-客户端" class="headerlink" title="V2Ray 客户端"></a>V2Ray 客户端</h2><h3 id="v2rayN-Windows"><a href="#v2rayN-Windows" class="headerlink" title="v2rayN - Windows"></a>v2rayN - <code>Windows</code></h3><h4 id="局域网-IP-地址"><a href="#局域网-IP-地址" class="headerlink" title="局域网 IP 地址"></a>局域网 IP 地址</h4><p>首先点击 <strong>开始菜单 - 设置 - 网络和 Internet</strong></p><p>点击 <strong>属性</strong> ,下翻查看正在使用的网络 <strong>IPv4 地址</strong> 是什么,请记录下来,比如说我这里是 <code>192.168.123.93</code> 。</p><p><img src="https://images.geekx.top/posts/share-vpn/IMG_20220503_234742764.png"></p><h4 id="共享代理"><a href="#共享代理" class="headerlink" title="共享代理"></a>共享代理</h4><p>打开 v2rayN 并连接好节点,确认可以科学上网之后进行下一步操作。</p><ul><li><p>点击 <strong>设置</strong> - <strong>参数设置</strong> - <strong>v2rayN 设置</strong></p></li><li><p>勾选 <strong>允许来自局域网的连接</strong> , <strong>确定</strong></p></li></ul><p><img src="https://images.geekx.top/posts/share-vpn/IMG_20220503_233613857.png"></p><p>弹出 <strong>Windows 安全中心警报</strong> ,选择 <strong>允许访问</strong> 。</p><p><img src="https://images.geekx.top/posts/share-vpn/IMG_20220503_233731192.png"></p><p>注意查看 v2rayN 左下角的 <code>socks 127.0.0.1:10808 | http 127.0.0.1:10809</code> 。</p><p>篇幅有限我们先只讲共享 http 代理,即端口号为 <code>10809</code></p><p>此时得到:</p><blockquote><p><strong>IP 地址: 192.168.123.93</strong></p><p><strong>端口号: 10809</strong></p></blockquote><p>请点击 👇 进入下一章查看其他设备如何使用。</p><blockquote><p><a href="#%E5%A6%82%E4%BD%95%E8%BF%9E%E6%8E%A5%E4%BB%A3%E7%90%86">如何连接代理</a></p></blockquote><h3 id="v2rayNG-Android"><a href="#v2rayNG-Android" class="headerlink" title="v2rayNG - Android"></a>v2rayNG - <code>Android</code></h3><h4 id="局域网-IP-地址-1"><a href="#局域网-IP-地址-1" class="headerlink" title="局域网 IP 地址"></a>局域网 IP 地址</h4><p>以 MIUI 为例,进入 <strong>设置 - WLAN</strong> , 点击 <strong>右侧箭头</strong> ,即可查看 IP 地址。比如说我这里是 <code>192.168.123.64</code> 。</p><p><img src="https://images.geekx.top/posts/share-vpn/IMG_20220504_025032665.png"></p><h4 id="共享代理-1"><a href="#共享代理-1" class="headerlink" title="共享代理"></a>共享代理</h4><p>打开 v2rayNG 并连接好节点,确认可以科学上网之后进行下一步操作。</p><p>点击 <strong>左上角横线</strong> - <strong>设置</strong> - 下翻至 <strong>进阶设置</strong></p><p>勾选 <strong>允许来自局域网的连接</strong> ,查看 HTTP 代理端口为 <code>10809</code> 。</p><p><img src="https://images.geekx.top/posts/share-vpn/IMG_20220504_025206575.png"></p><p>此时得到:</p><blockquote><p><strong>IP 地址: 192.168.123.64</strong></p><p><strong>端口号: 10809</strong></p></blockquote><p>请点击 👇 进入下一章查看其他设备如何使用。</p><blockquote><p><a href="#%E5%A6%82%E4%BD%95%E8%BF%9E%E6%8E%A5%E4%BB%A3%E7%90%86">如何连接代理</a></p></blockquote><h3 id="Qv2ray-macOS-Windows-Linux"><a href="#Qv2ray-macOS-Windows-Linux" class="headerlink" title="Qv2ray - macOS - Windows - Linux"></a>Qv2ray - <code>macOS</code> - <code>Windows</code> - <code>Linux</code></h3><p>在此仅介绍 macOS 版本,Windows 和 Linux 操作大同小异。</p><h4 id="macOS"><a href="#macOS" class="headerlink" title="macOS"></a>macOS</h4><h5 id="局域网-IP-地址-2"><a href="#局域网-IP-地址-2" class="headerlink" title="局域网 IP 地址"></a>局域网 IP 地址</h5><p>打开 <strong>系统偏好设置 - 网络</strong> ,即可查看 IP 地址。比如说我这里是 <code>192.168.190.128</code> 。</p><p><img src="https://images.geekx.top/posts/share-vpn/IMG_20220504_030540348.png"></p><h5 id="共享代理-2"><a href="#共享代理-2" class="headerlink" title="共享代理"></a>共享代理</h5><p>打开 Qv2ray 并连接好节点,确认可以科学上网之后进行下一步操作。</p><p>进入 <strong>首选项 - 入站设置</strong>, 最上方 <strong>监听地址</strong> 改为 <code>0.0.0.0</code> , OK 并自动重启连接。</p><p>可以看到 <strong>HTTP 代理 端口号</strong> 为 <code>8889</code></p><p><img src="https://images.geekx.top/posts/share-vpn/IMG_20220504_012340567.png"></p><p>此时得到</p><blockquote><p><strong>IP 地址: 192.168.190.128</strong></p><p><strong>端口号: 8889</strong></p></blockquote><p>请点击 👇 进入下一章查看其他设备如何使用。</p><blockquote><p><a href="#%E5%A6%82%E4%BD%95%E8%BF%9E%E6%8E%A5%E4%BB%A3%E7%90%86">如何连接代理</a></p></blockquote><h2 id="Clash-客户端"><a href="#Clash-客户端" class="headerlink" title="Clash 客户端"></a>Clash 客户端</h2><h3 id="Clash-for-Windows-CFW-Windows-MacOS-Linux"><a href="#Clash-for-Windows-CFW-Windows-MacOS-Linux" class="headerlink" title="Clash for Windows (CFW) - Windows - MacOS - Linux"></a>Clash for Windows (CFW) - <code>Windows</code> - <code>MacOS</code> - <code>Linux</code></h3><p>打开 CFW 并连接好节点,确认可以科学上网之后进行下一步操作。</p><h4 id="Windows"><a href="#Windows" class="headerlink" title="Windows"></a>Windows</h4><p><strong>主页</strong> 可以看到端口为 <code>7890</code> ,鼠标指向 <strong>允许局域网</strong>,会弹出当前 IP 地址,比如我这里是<code>192.168.123.93</code> 。此处忽略我上面两个 VMware 虚拟网卡。</p><p><img src="https://images.geekx.top/posts/share-vpn/IMG_20220504_000126436.png"></p><p><strong>打开 允许局域网 开关</strong>,弹出 <strong>Windows 安全中心警报</strong> ,选择 <strong>允许访问</strong> 。</p><p><img src="https://images.geekx.top/posts/share-vpn/IMG_20220503_235909238.png"></p><p>此时得到</p><blockquote><p><strong>IP 地址: 192.168.123.93</strong></p><p><strong>端口号: 7890</strong></p></blockquote><p>请点击 👇 进入下一章查看其他设备如何使用。</p><blockquote><p><a href="#%E5%A6%82%E4%BD%95%E8%BF%9E%E6%8E%A5%E4%BB%A3%E7%90%86">如何连接代理</a></p></blockquote><h4 id="macOS-1"><a href="#macOS-1" class="headerlink" title="macOS"></a>macOS</h4><p>跟 Windows 版本操作大同小异。</p><p><strong>主页</strong> 手动指定端口为 <code>7890</code>,鼠标指向 <strong>允许局域网</strong>,会弹出当前 IP 地址,比如我这里是 <code>192.168.190.128</code> 。</p><p><img src="https://images.geekx.top/posts/share-vpn/IMG_20220504_010228968.png"></p><p>此时得到</p><blockquote><p><strong>IP 地址: 192.168.190.128</strong></p><p><strong>端口号: 7890</strong></p></blockquote><p>请点击 👇 进入下一章查看其他设备如何使用。</p><blockquote><p><a href="#%E5%A6%82%E4%BD%95%E8%BF%9E%E6%8E%A5%E4%BB%A3%E7%90%86">如何连接代理</a></p></blockquote><h3 id="Clash-for-Android-CFA-Android"><a href="#Clash-for-Android-CFA-Android" class="headerlink" title="Clash for Android (CFA) - Android"></a>Clash for Android (CFA) - <code>Android</code></h3><h4 id="局域网-IP-地址-3"><a href="#局域网-IP-地址-3" class="headerlink" title="局域网 IP 地址"></a>局域网 IP 地址</h4><p>以 MIUI 为例,进入 <strong>设置 - WLAN</strong> , 点击 <strong>右侧箭头</strong> ,即可查看 IP 地址。比如说我这里是 <code>192.168.123.64</code> 。</p><p><img src="https://images.geekx.top/posts/share-vpn/IMG_20220504_025032665.png"></p><h5 id="共享代理-3"><a href="#共享代理-3" class="headerlink" title="共享代理"></a>共享代理</h5><p>打开 CFA 并连接好节点,确认可以科学上网之后进行下一步操作。</p><ul><li><p><strong>首页</strong> 点击 <strong>设置 - 覆写</strong></p></li><li><p><strong>HTTP 端口</strong> 修改为 <code>7890</code></p></li><li><p><strong>允许来自局域网的连接</strong> 选择 <strong>已启用</strong></p></li></ul><p><img src="https://images.geekx.top/posts/share-vpn/IMG_20220504_032948938.png"></p><p>此时得到</p><blockquote><p><strong>IP 地址: 192.168.123.64</strong></p><p><strong>端口号: 7890</strong></p></blockquote><p>请点击 👇 进入下一章查看其他设备如何使用。</p><blockquote><p><a href="#%E5%A6%82%E4%BD%95%E8%BF%9E%E6%8E%A5%E4%BB%A3%E7%90%86">如何连接代理</a></p></blockquote><h2 id="Shadowrocket-iOS"><a href="#Shadowrocket-iOS" class="headerlink" title="Shadowrocket - iOS"></a>Shadowrocket - <code>iOS</code></h2><p>打开 Shadowrocket 并连接好节点,确认可以科学上网之后进行下一步操作。</p><p>进入 <strong>设置 - TUNNEL - 代理 - 代理共享</strong></p><p>下方显示了 IP 和端口,点击 <strong>启用共享</strong>。</p><p><img src="https://images.geekx.top/posts/share-vpn/IMG_20220504_035109922.png"></p><blockquote><p><strong>IP: 192.168.123.102</strong></p><p><strong>端口: 1082</strong></p></blockquote><p>请点击 👇 进入下一章查看其他设备如何使用。</p><blockquote><p><a href="#%E5%A6%82%E4%BD%95%E8%BF%9E%E6%8E%A5%E4%BB%A3%E7%90%86">如何连接代理</a></p></blockquote><h1 id="如何连接代理"><a href="#如何连接代理" class="headerlink" title="如何连接代理"></a>如何连接代理</h1><p>请点击如下链接查看对应操作系统如何连接代理设置。</p><blockquote><p><strong>注意:使用完毕后务必恢复原状,关闭代理设置,否则无法正常上网!</strong></p></blockquote><table><thead><tr><th align="center"><a href="#Windows-1">Windows</a></th><th align="center"><a href="#Android">Android</a></th><th align="center"><a href="#iOS">iOS</a></th><th align="center"><a href="#macOS-2">macOS</a></th><th align="center"><a href="#Nintendo-Switch">Switch</a></th></tr></thead></table><h2 id="Windows-1"><a href="#Windows-1" class="headerlink" title="Windows"></a>Windows</h2><ul><li>打开 <strong>开始菜单 - 设置 - 网络和 Internet - 代理</strong></li><li>点击 <strong>手动设置代理</strong> 下的 <strong>设置</strong></li><li><strong>打开 使用代理服务器 开关</strong></li><li>输入上面得到的 <strong>代理 IP 地址</strong> 和 <strong>端口</strong> , <strong>保存</strong> 即可</li></ul><p><strong>使用完毕后务必 关闭 使用代理服务器 开关。</strong></p><p><img src="https://images.geekx.top/posts/share-vpn/IMG_20220504_003150939.png"></p><h2 id="Android"><a href="#Android" class="headerlink" title="Android"></a>Android</h2><p>以 MIUI 为例</p><ul><li>进入 <strong>设置 - WLAN</strong> , 点击 <strong>右侧箭头</strong> ,下拉至底部。</li><li><strong>代理</strong> 选择 <strong>手动</strong></li><li><strong>主机名</strong> 填写 上一步得到的 IP 地址</li><li><strong>端口</strong> 填写 上一步得到的端口</li><li>点击右上角 ✔️ 即可</li></ul><p><strong>使用完毕后请务必恢复 代理 选择 无</strong></p><p><img src="https://images.geekx.top/posts/share-vpn/IMG_20220504_035625171.png"></p><h2 id="iOS"><a href="#iOS" class="headerlink" title="iOS"></a>iOS</h2><p>进入 <strong>设置 - 无线局域网</strong>,点击当前连接 WLAN 右侧 <strong>i</strong> 图标 进入详情,下拉至底部 <strong>HTTP 代理</strong> 。</p><ul><li>点击 <strong>配置代理</strong>,选择 <strong>手动</strong></li><li><strong>服务器</strong> 填写 上一步得到的 IP 地址</li><li><strong>端口</strong> 填写 上一步得到的端口</li><li>点击 右上角 <strong>存储</strong> 即可</li></ul><p><strong>使用完毕后请务必恢复 配置代理,选择 关闭</strong></p><p><img src="https://images.geekx.top/posts/share-vpn/IMG_20220504_035722915.png"></p><h2 id="macOS-2"><a href="#macOS-2" class="headerlink" title="macOS"></a>macOS</h2><p>打开 <strong>系统偏好设置 - 网络 - 高级 - 代理</strong><br><strong>勾选 网页代理(HTTP)</strong> 和 <strong>安全网页代理(HTTPS)</strong><br>分别填写 <strong>上一步得到的 IP 地址 和 端口</strong> 即可</p><p><strong>使用完毕后请务必取消勾选 网页代理(HTTP) 和 安全网页代理(HTTPS)</strong> 。</p><p><img src="https://images.geekx.top/posts/share-vpn/IMG_20220504_015254488.png"></p><h2 id="Nintendo-Switch"><a href="#Nintendo-Switch" class="headerlink" title="Nintendo Switch"></a>Nintendo Switch</h2><p>打开 <strong>设置 - 互联网 - 互联网设置</strong><br>点击当前连接的 WiFi 网络,点击 <strong>更改设置</strong><br>点击 <strong>代理服务器设置</strong>,选择 <strong>启用</strong><br>分别填写 <strong>上一步得到的 IP 地址 和 端口</strong> 即可</p><p><strong>使用完毕后请务必恢复 代理服务器设置,选择 不启用</strong></p><p><img src="https://images.geekx.top/posts/share-vpn/IMG_20220622_233549867.png"></p><center><img src="https://images.geekx.top/common/wechat.png" width=200></center>]]></content>
<summary type="html"><p>今天给大家介绍一个小功能,如何分享你的代理给其他设备使用,以应对一些特殊情况(比如 iOS 下载冲浪软件,Switch 主机下载游戏等场景),即使不安装客户端也可以实现科学上网。本文分为两部分介绍,第一部分是已经安装了 V2Ray 或 Clash 的客户端的设备如何 <strong>共享代理</strong> ,第二部分是未安装客户端的设备如何 <strong>连接代理</strong> 。</p></summary>
<category term="实用教程" scheme="https://geekx.top/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/"/>
<category term="科学上网" scheme="https://geekx.top/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/%E7%A7%91%E5%AD%A6%E4%B8%8A%E7%BD%91/"/>
<category term="科学上网" scheme="https://geekx.top/tags/%E7%A7%91%E5%AD%A6%E4%B8%8A%E7%BD%91/"/>
</entry>
<entry>
<title>利用Github实现免费科学上网</title>
<link href="https://geekx.top/guide/vpn/github-find-free-vpn.html"/>
<id>https://geekx.top/guide/vpn/github-find-free-vpn.html</id>
<published>2022-04-24T17:01:34.000Z</published>
<updated>2022-04-30T17:01:34.000Z</updated>
<content type="html"><![CDATA[<h1 id="前言"><a href="#前言" class="headerlink" title="前言"></a>前言</h1><p>由于众所周知的原因,在国内访问一些网站比较困难,所以给大家提供一个免费科学上网的方法,希望可以帮助各位自由冲浪。</p><span id="more"></span><blockquote><p><strong>声明:本文仅作为技术分享,使用者请务必遵守法律法规。</strong></p></blockquote><p>以下几个问题可能是你先需要知道的。</p><article class="message is-info"><div class="message-body"><p><strong>1 适用人群</strong></p></div></article><p>这些免费节点适用于偶尔有科学上网需求,但感觉不值得付费的轻度用户,如查文献,查资料或者防失联等使用场景,速度尚可,但是延迟可能比较高。</p><p>如果你经常使用 Twitter,Discord,Gmail 等账户,一个稳定的网络环境就十分必要了,请参阅:</p><blockquote><p><a href="/guide/tools/paid-vpn.html">科学上网如何挑选付费“机场”</a></p></blockquote><article class="message is-info"><div class="message-body"><p><strong>2 为什么会出现免费节点?</strong></p></div></article><p>出于推广收费节点,吸粉等目的,有些人会拿出一部分资源开放免费使用。所以就出现了一些汇总这些免费节点的项目。对于页面内的付费和引流内容请不要轻易相信。</p><article class="message is-info"><div class="message-body"><p><strong>3 安全吗?</strong></p></div></article><p>不安全,但也相对安全。即使是付费的也不安全,因为所有的请求数据会经过别人的服务器并被记录。但现在 https 基本普及,请求的内容无法被得知。并且由于经常会切换节点,所以追踪也增加了难度。即使是自己搭建 VPS,由于是固定 IP,也很容易被 GFW 特征定位到而被封禁。</p><p>不过在使用免费节点时还是要注意,配置绕过大陆地址,用完及时关闭等。</p><article class="message is-info"><div class="message-body"><p><strong>4 我知道 XX 加速器,某灯等软件可以一键科学上网,你这个也太麻烦了吧?</strong></p></div></article><p>我个人非常反对使用封装好的一键科学上网软件或 App,第一是节点延迟和速度无法保证,且使用人数众多(这也是造成一些海外账户封号的主要原因),第二,非开源客户端可能存在安全隐患或后门,尤其是 Android 和 Windows;第三,容易被钓鱼执法;第四,付费跑路风险非常之高等等。</p><p>好了接下来进入正题。</p><h1 id="搜索免费节点"><a href="#搜索免费节点" class="headerlink" title="搜索免费节点"></a>搜索免费节点</h1><p>首先确认你的网络环境是否可以正常访问 <code>github.com</code> 以及下载 Github 中的文件,经过实测下列软件的项目库地址都被屏蔽了,最好先查看以下解决方法:</p><blockquote><p><a href="/guide/tools/fastgithub.html">GitHub 访问慢打不开?快使用加速神器 FastGithub</a></p></blockquote><p>在 GitHub 中搜索关键字如“<strong>免费 节点</strong>”,右上角可以选择不同的排序方式筛选结果,推荐选择 <strong>Recently updated(最近更新)</strong> 可以筛选出活跃项目,这些都是收集了全网免费节点资源的项目,基本每天都会更新。</p><p><img src="https://images.geekx.top/posts/github-find-free-vpn/IMG_20220419_032734155.png"></p><p>比如我挑选出来如下几个我测试时可正常使用的,如失效请请自行寻找。</p><blockquote><ul><li><a href="https://github.com/freefq/free">https://github.com/freefq/free</a></li><li><a href="https://github.com/yu-steven/openit">https://github.com/yu-steven/openit</a></li><li><a href="https://github.com/aiboboxx/v2rayfree">https://github.com/aiboboxx/v2rayfree</a></li><li><a href="https://github.com/alanbobs999/TopFreeProxies">https://github.com/alanbobs999/TopFreeProxies</a></li></ul></blockquote><p><img src="https://images.geekx.top/posts/github-find-free-vpn/IMG_20220426_205834712.png"></p><p><img src="https://images.geekx.top/posts/github-find-free-vpn/IMG_20220426_204654593.png"></p><p>打开其中一个项目会看到类似上图这样的<strong>订阅链接</strong>,<strong>复制订阅链接</strong>,页面内容可能会有不一致请自行查看描述。</p><p><strong>Base64 可供 V2Ray 使用,Clash 都是专用链接</strong>。接下来教你各个客户端如何使用。</p><h1 id="冲浪客户端下载和使用"><a href="#冲浪客户端下载和使用" class="headerlink" title="冲浪客户端下载和使用"></a>冲浪客户端下载和使用</h1><p>目前主流的客户端有 V2Ray 和 Clash 两种,v2Ray 客户端无法使用 Clash 节点订阅,Clash 要使用 V2Ray 订阅也需要进行转换,不适合新手操作,所以我们直接使用现成的 <strong>订阅链接</strong> 就好,v2Ray 和 Clash 两者选其一就可以了。</p><p>请根据你所使用的设备类型选择客户端,跳转至对应章节查看新手教程。</p><table><thead><tr><th align="center">V2Ray 客户端</th><th align="center">Windows</th><th align="center">Android</th><th align="center">iOS</th><th align="center">MacOS</th><th align="center">Linux</th></tr></thead><tbody><tr><td align="center"><a href="/guide/vpn/v2ray-intro.html#v2rayN-Windows">v2rayN</a></td><td align="center">✅</td><td align="center">-</td><td align="center">-</td><td align="center">-</td><td align="center">-</td></tr><tr><td align="center"><a href="/guide/vpn/v2ray-intro.html#v2rayNG-Android">v2rayNG</a></td><td align="center">-</td><td align="center">✅</td><td align="center">-</td><td align="center">-</td><td align="center">-</td></tr><tr><td align="center"><a href="/guide/vpn/v2ray-intro.html#OneClick-iOS">OneClick</a> <code>免费</code></td><td align="center">-</td><td align="center">-</td><td align="center">✅</td><td align="center">-</td><td align="center">-</td></tr><tr><td align="center"><a href="/guide/vpn/shadowrocket-intro.html">Shadowrocket</a> <code>$2.99</code></td><td align="center">-</td><td align="center">-</td><td align="center">✅</td><td align="center">-</td><td align="center">-</td></tr><tr><td align="center"><a href="/guide/vpn/v2ray-intro.html#Qv2ray-macOS-Windows-Linux">Qv2ray</a></td><td align="center">✅</td><td align="center">-</td><td align="center">-</td><td align="center">✅</td><td align="center">✅</td></tr></tbody></table><table><thead><tr><th align="center">Clash 客户端</th><th align="center">Windows</th><th align="center">Android</th><th align="center">iOS</th><th align="center">MacOS</th><th align="center">Linux</th></tr></thead><tbody><tr><td align="center"><a href="/guide/vpn/clash-intro.html#Clash-for-Windows-CFW-Windows-MacOS-Linux">Clash for Windows (CFW)</a></td><td align="center">✅</td><td align="center">-</td><td align="center">-</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td align="center"><a href="/guide/vpn/clash-intro.html#Clash-for-Android-CFA-Android">Clash for Android (CFA)</a></td><td align="center">-</td><td align="center">✅</td><td align="center">-</td><td align="center">-</td><td align="center">-</td></tr><tr><td align="center"><a href="/guide/vpn/shadowrocket-intro.html">Shadowrocket</a> <code>$2.99</code></td><td align="center">-</td><td align="center">-</td><td align="center">✅</td><td align="center">-</td><td align="center">-</td></tr></tbody></table><h2 id="iOS"><a href="#iOS" class="headerlink" title="iOS"></a>iOS</h2><p>因为 iOS 较为特殊所以单独说一下。 因为众所周知的原因科学上网工具类软件无法在国区 App Store 上架。所以你需要先注册一个 <strong>海外 Apple ID</strong> 。如何注册请参阅:</p><blockquote><p><a href="/guide/signup/apple-id.html">iOS 注册海外 Apple ID 最新教程</a></p></blockquote><p>由于注册过程中可能先需要科学上网,容易陷入一个死循环,因为不能科学上网所以需要注册;因为注册不了所以没法科学上网……所以我推荐你先在 Windows、Android、macOS 等设备上配置好科学上网,然后共享代理给 iOS 连接后再进行注册。请参阅:</p><blockquote><p><a href="/guide/vpn/share-vpn.html">局域网内多台设备如何共享代理</a></p></blockquote><p>如果你想白嫖到底,那么我推荐你使用 V2Ray 客户端 <strong>OneClick</strong>,它是 <strong>免费</strong> 的,但体验一般。</p><p>如果你想使用 <strong>Shadowrocket</strong>,售价 <strong>2.99 美元</strong> (美区)。请自行在 <strong>某宝</strong> 搜索关键词 <strong>iOS 礼品卡</strong> 进行充值后购买。</p><center><img src="https://images.geekx.top/common/wechat.png" width=200></center>]]></content>
<summary type="html"><h1 id="前言"><a href="#前言" class="headerlink" title="前言"></a>前言</h1><p>由于众所周知的原因,在国内访问一些网站比较困难,所以给大家提供一个免费科学上网的方法,希望可以帮助各位自由冲浪。</p></summary>
<category term="实用教程" scheme="https://geekx.top/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/"/>
<category term="科学上网" scheme="https://geekx.top/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/%E7%A7%91%E5%AD%A6%E4%B8%8A%E7%BD%91/"/>
<category term="科学上网" scheme="https://geekx.top/tags/%E7%A7%91%E5%AD%A6%E4%B8%8A%E7%BD%91/"/>
<category term="VPN" scheme="https://geekx.top/tags/VPN/"/>
</entry>
<entry>
<title>Clash 全平台新手教程</title>
<link href="https://geekx.top/guide/vpn/clash-intro.html"/>
<id>https://geekx.top/guide/vpn/clash-intro.html</id>
<published>2022-04-23T17:01:34.000Z</published>
<updated>2022-04-25T17:01:34.000Z</updated>
<content type="html"><![CDATA[<p>首先确认你的网络环境是否可以正常访问 <code>github.com</code> 以及下载 Github 中的文件,经过实测下列软件的项目库地址都被屏蔽了,请参阅:</p><span id="more"></span><blockquote><ul><li><a href="/guide/tools/fastgithub.html">GitHub 访问慢打不开?快使用加速神器 FastGithub</a></li><li><a href="/guide/vpn/github-find-free-vpn.html">利用 Github 实现免费科学上网</a></li><li><a href="/guide/tools/paid-vpn.html">科学上网如何挑选付费“机场”</a></li></ul></blockquote><p>根据你所使用的设备类型选择客户端,点击下方表格跳转至对应章节查看教程。</p><table><thead><tr><th align="center">Clash 客户端</th><th align="center">Windows</th><th align="center">Android</th><th align="center">iOS</th><th align="center">MacOS</th><th align="center">Linux</th></tr></thead><tbody><tr><td align="center"><a href="#Clash-for-Windows-CFW-Windows-MacOS-Linux">Clash for Windows (CFW)</a></td><td align="center">✅</td><td align="center">-</td><td align="center">-</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td align="center"><a href="#Clash-for-Android-CFA-Android">Clash for Android (CFA)</a></td><td align="center">-</td><td align="center">✅</td><td align="center">-</td><td align="center">-</td><td align="center">-</td></tr><tr><td align="center"><a href="/guide/vpn/shadowrocket-intro.html">Shadowrocket</a> <code>$2.99</code></td><td align="center">-</td><td align="center">-</td><td align="center">✅</td><td align="center">-</td><td align="center">-</td></tr></tbody></table><h1 id="Clash-for-Windows-CFW-Windows-MacOS-Linux"><a href="#Clash-for-Windows-CFW-Windows-MacOS-Linux" class="headerlink" title="Clash for Windows (CFW) - Windows - MacOS - Linux"></a>Clash for Windows (CFW) - <code>Windows</code> - <code>MacOS</code> - <code>Linux</code></h1><blockquote><p><a href="https://github.com/Fndroid/clash_for_windows_pkg/releases">https://github.com/Fndroid/clash_for_windows_pkg/releases</a></p></blockquote><ul><li>Windows 请选择 <code>Clash.for.Windows.Setup.xx.exe</code> 安装或下载便携版 <code>Clash.for.Windows.Setup.xx-win.7z</code></li><li>32 位 Windows 请选择 <code>Clash.for.Windows.Setup.xx.ia32.exe</code></li><li>MacOS 请选择 <code>Clash.for.Windows-xx.dmg</code></li><li>Linux 请选择 <code>Clash.for.Windows-xx-x64-linux.tar.gz</code></li></ul><h2 id="Windows"><a href="#Windows" class="headerlink" title="Windows"></a>Windows</h2><h3 id="汉化"><a href="#汉化" class="headerlink" title="汉化"></a>汉化</h3><blockquote><p><a href="https://github.com/ender-zhao/Clash-for-Windows_Chinese/releases">https://github.com/ender-zhao/Clash-for-Windows_Chinese/releases</a></p></blockquote><p>我之前下载的 CFW 版本是 <code>Clash.for.Windows.Setup.0.19.17.exe</code> ,所以下载 <code>Clash for Windows V0.19.17汉化版</code> ,点击 <code>app.asar</code> 。</p><blockquote><p><strong>注意:一定要确保汉化补丁和主程序的版本一致,避免出现问题,后续 CFW 版本升级后也要升级汉化补丁,替换时请确认 CFW 已关闭</strong></p></blockquote><ul><li><p>CFW 快捷方式右键,选择 <strong>打开文件所在的位置</strong>(便携版请直接进入解压路径)</p></li><li><p>打开 <code>resources</code> 文件夹</p></li></ul><p><img src="https://images.geekx.top/posts/clash-intro/IMG_20220503_034052730.png"></p><ul><li>将<code>app.asar</code>拖入文件夹,替换原本的 <code>app.asar</code> 文件即汉化成功。重新打开 CFW 可以查看效果。</li></ul><p><img src="https://images.geekx.top/posts/clash-intro/IMG_20220503_034757569.png"></p><h3 id="配置和启用"><a href="#配置和启用" class="headerlink" title="配置和启用"></a>配置和启用</h3><ul><li>进入 <strong>配置</strong> 页面,输入得到的 Clash 订阅链接,点击 <strong>下载</strong> ,下方出现配置文件。</li></ul><p><img src="https://images.geekx.top/posts/clash-intro/IMG_20220503_035028981.png"></p><p><strong>代理</strong> 页面,可以进行 <strong>测试延迟</strong> 、 <strong>选择节点</strong> 等操作。</p><p><img src="https://images.geekx.top/posts/clash-intro/IMG_20220503_035621403.png"></p><blockquote><p>注意:如果使用 自动选择,可能会经常切换不同地区的节点,这也可能是导致 Twitter、Discord 等社交账户容易封号的原因之一。</p></blockquote><ul><li>进入 <strong>常规</strong> 页面,打开 <strong>系统代理</strong> 选项即可。</li></ul><p>其它需要注意的配置项:</p><ul><li><p><strong>UWP 应用联网限制解除工具</strong> 可以解除 微软商店下载的 App 的代理限制</p></li><li><p><strong>开机自启动</strong> 可以设置开机启动</p></li></ul><p><img src="https://images.geekx.top/posts/clash-intro/IMG_20220503_035331284.png"></p><p>任务栏图标如图所示,此时电脑已经处于科学上网状态。</p><p><img src="https://images.geekx.top/posts/clash-intro/IMG_20220503_035106727.png"></p><h3 id="FAQ"><a href="#FAQ" class="headerlink" title="FAQ"></a>FAQ</h3><article class="message is-info"><div class="message-body"><p><strong>Windows 关闭 Clash 后电脑无法正常上网</strong></p></div></article><p>可能是关机前没有正常关闭代理软件导致。请进入 <strong>Windows 设置 - 网络和 Internet - 代理 - 手动设置代理 - 关闭 使用代理服务器 选项</strong>。</p><p><img src="https://images.geekx.top/posts/v2ray-intro/IMG_20220419_044446380.png"></p><h2 id="macOS"><a href="#macOS" class="headerlink" title="macOS"></a>macOS</h2><h3 id="汉化-1"><a href="#汉化-1" class="headerlink" title="汉化"></a>汉化</h3><blockquote><p><a href="https://github.com/ender-zhao/Clash-for-Windows_Chinese/releases">https://github.com/ender-zhao/Clash-for-Windows_Chinese/releases</a></p></blockquote><p>我之前下载的 CFW 版本是 <code>Clash.for.Windows.Setup.0.19.17.exe</code> ,所以下载 <code>Clash for Windows V0.19.17汉化版 </code> ,点击 <code>app.asar</code> 。</p><blockquote><p><strong>注意:一定要确保汉化补丁和主程序的版本一致,避免出现问题,后续 CFW 版本升级后也要升级汉化补丁,替换时请确认 CFW 已关闭</strong></p></blockquote><ul><li>点击 <strong>访达</strong> - <strong>应用程序</strong></li><li>右键 <code>Clash for Windows</code> - <strong>显示包内容</strong></li><li>进入 <strong>Contents</strong> - <strong>Resources</strong></li><li>替换 <code>app.asar</code></li></ul><p><img src="https://images.geekx.top/posts/clash-intro/IMG_20220503_033706891.png"></p><h3 id="配置和启用-1"><a href="#配置和启用-1" class="headerlink" title="配置和启用"></a>配置和启用</h3><ul><li>进入 <strong>配置</strong> 页面,输入上面得到的 Clash 订阅链接,点击 <strong>下载</strong> ,下方出现配置文件。</li></ul><p><img src="https://images.geekx.top/posts/clash-intro/IMG_20220503_041129898.png"></p><p>进入 <strong>代理</strong> 页面,可以进行 <strong>测试延迟</strong> 、 <strong>选择节点</strong> 等操作。</p><p><img src="https://images.geekx.top/posts/clash-intro/IMG_20220503_041555504.png"></p><blockquote><p>注意:如果使用 自动选择,可能会经常切换不同地区的节点,这也可能是导致 Twitter、Discord 等社交账户容易封号的原因之一。</p></blockquote><h3 id="FAQ-1"><a href="#FAQ-1" class="headerlink" title="FAQ"></a>FAQ</h3><article class="message is-info"><div class="message-body"><p><strong>提示 无法打开,因为无法验证开发者 怎么解决</strong></p></div></article><p><img src="https://images.geekx.top/posts/clash-intro/IMG_20220503_032234606.png"></p><p>首先点击 <strong>取消</strong></p><p>打开 <strong>系统偏好设置-安全性与隐私-通用</strong>,点击 <strong>仍要打开</strong>,按提示操作即可。</p><p><img src="https://images.geekx.top/posts/clash-intro/IMG_20220503_032548488.png"></p><h1 id="Clash-for-Android-CFA-Android"><a href="#Clash-for-Android-CFA-Android" class="headerlink" title="Clash for Android (CFA) - Android"></a>Clash for Android (CFA) - <code>Android</code></h1><blockquote><p><a href="https://github.com/Kr328/ClashForAndroid/releases">https://github.com/Kr328/ClashForAndroid/releases</a></p></blockquote><p>请选择 <code>cfa-x.x.x-premium-universal-release.apk</code> 版本下载,<code>foss</code> 相比 <code>premium</code> 版本的区别是移除错误跟踪,使用开源 <code>clash core</code>,萌新可以忽略。</p><p>或 Google Play 下载:</p><blockquote><p><a href="https://play.google.com/store/apps/details?id=com.github.kr328.clash">https://play.google.com/store/apps/details?id=com.github.kr328.clash</a></p></blockquote><h2 id="导入配置并启用代理"><a href="#导入配置并启用代理" class="headerlink" title="导入配置并启用代理"></a>导入配置并启用代理</h2><p>下载安装完成后打开。</p><p>选择 <strong>配置</strong> - 右上角 “**+**” - <strong>从 URL 导入</strong> - 粘贴得到的 URL 后点击右上角 <strong>保存</strong> 。</p><p><img src="https://images.geekx.top/posts/clash-intro/IMG_20220503_043127334.png"></p><p>点击 选中 <strong>新配置</strong> 即可激活该配置。</p><p><img src="https://images.geekx.top/posts/clash-intro/IMG_20220503_043236610.png"></p><p>点击 <strong>点此启动</strong> ,首次运行会提示“CFW 想要设置一个 VPN 连接”,点击 <strong>确定</strong> 。</p><p><img src="https://images.geekx.top/posts/clash-intro/IMG_20220503_044230786.png"></p><p>启动之后会显示 <strong>代理</strong> 选项。点击 <strong>代理</strong> ,即可选择节点,点击右上角 <strong>闪电</strong> 图标可以测试延迟。</p><blockquote><p>注意:如果使用 自动选择,可能会经常切换不同地区的节点,这也可能是导致 Twitter、Discord 等社交账户容易封号的原因之一。</p></blockquote><p><img src="https://images.geekx.top/posts/clash-intro/IMG_20220503_043736991.png"></p><h2 id="设置应用列表"><a href="#设置应用列表" class="headerlink" title="设置应用列表"></a>设置应用列表</h2><p>我个人建议仅对部分需要科学上网的应用启用代理,节省流量而且更安全。大部分 App 都是国内的,科学上网反而会更慢且增加了风险。</p><ul><li>点击 <strong>设置</strong> - <strong>网络</strong></li><li><strong>访问控制模式</strong> 选择 <strong>仅允许已选择的应用</strong></li></ul><p><img src="https://images.geekx.top/posts/clash-intro/IMG_20220503_043848946.png"></p><p>下方是我个人的配置,可以复制后导入 Clash。可能有一些遗漏的你可以自己勾选。</p><figure class="highlight text"><figcaption><span>点击展开查看,右侧图标复制-> >folded</span></figcaption><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br><span class="line">8</span><br><span class="line">9</span><br><span class="line">10</span><br><span class="line">11</span><br><span class="line">12</span><br><span class="line">13</span><br><span class="line">14</span><br><span class="line">15</span><br><span class="line">16</span><br><span class="line">17</span><br><span class="line">18</span><br><span class="line">19</span><br><span class="line">20</span><br><span class="line">21</span><br><span class="line">22</span><br><span class="line">23</span><br><span class="line">24</span><br><span class="line">25</span><br></pre></td><td class="code"><pre><span class="line">com.microsoft.appmanager</span><br><span class="line">com.android.vending</span><br><span class="line">com.google.android.gms</span><br><span class="line">net.skyweaver.android</span><br><span class="line">com.microsoft.emmx</span><br><span class="line">com.google.android.syncadapters.contacts</span><br><span class="line">com.binance.dev</span><br><span class="line">org.mozilla.firefox</span><br><span class="line">com.aicoin.appandroid</span><br><span class="line">com.google.android.play.games</span><br><span class="line">com.facebook.lite</span><br><span class="line">com.google.android.inputmethod.latin</span><br><span class="line">com.ftxmobile.ftx</span><br><span class="line">org.telegram.messenger</span><br><span class="line">io.metamask</span><br><span class="line">com.google.android.youtube</span><br><span class="line">com.brave.browser</span><br><span class="line">com.tradingview.tradingviewapp</span><br><span class="line">com.google.android.gsf</span><br><span class="line">com.okinc.okex</span><br><span class="line">com.coingecko.coingeckoapp</span><br><span class="line">com.discord</span><br><span class="line">com.blockfolio.blockfolio</span><br><span class="line">com.twitter.android</span><br><span class="line">com.google.android.apps.translate</span><br></pre></td></tr></table></figure><ul><li>点击 <strong>访问控制应用包列表</strong> 点击右上角 <strong>三个点</strong> - <strong>外部</strong> - <strong>从剪切板导入</strong> 。</li></ul><p><img src="https://images.geekx.top/posts/clash-intro/IMG_20220503_043908738.png"></p><h2 id="FAQ-2"><a href="#FAQ-2" class="headerlink" title="FAQ"></a>FAQ</h2><article class="message is-info"><div class="message-body"><p><strong>订阅链接 导入报错</strong></p></div></article><p><img src="https://images.geekx.top/posts/clash-intro/IMG_20220503_043058421.png"></p><p>各种类型的报错均为订阅链接文件内容有问题。</p><p>可以访问如下链接进行订阅转换。</p><blockquote><p><a href="https://acl4ssr-sub.github.io/">https://acl4ssr-sub.github.io/</a></p></blockquote><ul><li>选择 <strong>进阶模式</strong></li><li>远程配置 建议选择 <strong>全分组 多模式</strong></li><li>后端地址均可</li><li><strong>更多选项</strong> 几项全部勾选</li><li>先点击 <strong>生成订阅链接</strong>,再点击 <strong>生成短链接</strong><br><img src="https://images.geekx.top/posts/clash-intro/IMG_20220503_054208502.png"></li></ul><p>实测使用转换后的 <strong>短链接</strong> 就可以导入了。</p><center><img src="https://images.geekx.top/common/wechat.png" width=200></center>]]></content>
<summary type="html"><p>首先确认你的网络环境是否可以正常访问 <code>github.com</code> 以及下载 Github 中的文件,经过实测下列软件的项目库地址都被屏蔽了,请参阅:</p></summary>
<category term="实用教程" scheme="https://geekx.top/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/"/>
<category term="科学上网" scheme="https://geekx.top/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/%E7%A7%91%E5%AD%A6%E4%B8%8A%E7%BD%91/"/>
<category term="科学上网" scheme="https://geekx.top/tags/%E7%A7%91%E5%AD%A6%E4%B8%8A%E7%BD%91/"/>
</entry>
<entry>
<title>V2Ray 全平台新手教程</title>
<link href="https://geekx.top/guide/vpn/v2ray-intro.html"/>
<id>https://geekx.top/guide/vpn/v2ray-intro.html</id>
<published>2022-04-22T17:01:34.000Z</published>
<updated>2022-04-25T17:01:34.000Z</updated>
<content type="html"><![CDATA[<p>首先确认你的网络环境是否可以正常访问 <code>github.com</code> 以及下载 Github 中的文件,经过实测下列软件的项目库地址都被屏蔽了,请参阅:</p><span id="more"></span><blockquote><ul><li><a href="/guide/tools/paid-vpn.html">科学上网如何挑选付费“机场”</a></li><li><a href="/guide/tools/fastgithub.html">GitHub 访问慢打不开?快使用加速神器 FastGithub</a></li><li><a href="/guide/vpn/github-find-free-vpn.html">利用 Github 实现免费科学上网</a></li></ul></blockquote><p>根据你所使用的设备类型选择客户端,点击下方表格跳转至对应章节查看教程。</p><table><thead><tr><th align="center">V2Ray 客户端</th><th align="center">Windows</th><th align="center">Android</th><th align="center">iOS</th><th align="center">macOS</th><th align="center">Linux</th></tr></thead><tbody><tr><td align="center"><a href="#v2rayN-Windows">v2rayN</a></td><td align="center">✅</td><td align="center">-</td><td align="center">-</td><td align="center">-</td><td align="center">-</td></tr><tr><td align="center"><a href="#v2rayNG-Android">v2rayNG</a></td><td align="center">-</td><td align="center">✅</td><td align="center">-</td><td align="center">-</td><td align="center">-</td></tr><tr><td align="center"><a href="#OneClick-iOS">OneClick</a> <code>免费</code></td><td align="center">-</td><td align="center">-</td><td align="center">✅</td><td align="center">-</td><td align="center">-</td></tr><tr><td align="center"><a href="/guide/vpn/shadowrocket-intro.html">Shadowrocket</a> <code>$2.99</code></td><td align="center">-</td><td align="center">-</td><td align="center">✅</td><td align="center">-</td><td align="center">-</td></tr><tr><td align="center"><a href="#Qv2ray-macOS-Windows-Linux">Qv2ray</a></td><td align="center">✅</td><td align="center">-</td><td align="center">-</td><td align="center">✅</td><td align="center">✅</td></tr></tbody></table><h1 id="v2rayN-Windows"><a href="#v2rayN-Windows" class="headerlink" title="v2rayN - Windows"></a>v2rayN - <code>Windows</code></h1><blockquote><p><a href="https://github.com/2dust/v2rayN/releases">https://github.com/2dust/v2rayN/releases</a></p></blockquote><p>请选择<code>v2rayN-Core.zip</code> ,即带有完整 V2Ray 核心的包。</p><p>解压后打开文件夹运行 <code>v2rayN.exe</code> ,默认最小化,请在任务栏找到该图标双击打开主界面。</p><p><img src="https://images.geekx.top/posts/v2ray-intro/IMG_20220419_041436794.png"></p><h2 id="添加订阅和排序节点"><a href="#添加订阅和排序节点" class="headerlink" title="添加订阅和排序节点"></a>添加订阅和排序节点</h2><ul><li>点击 <strong>订阅 - 订阅设置 - 添加</strong></li><li><strong>地址 url</strong> 填写上一章节获取到的<strong>订阅链接</strong>,填写 <strong>备注</strong></li><li>确保勾选 <strong>启用</strong> 再 <strong>确定</strong></li><li>点击 <strong>订阅 - 更新订阅</strong> 即可刷新节点信息。</li></ul><p><img src="https://images.geekx.top/posts/v2ray-intro/IMG_20220419_041712044.png"></p><p>介绍几个常用的快捷键:</p><ul><li><code>Ctrl + A</code> 全选节点</li><li><code>Ctrl + R</code> 测试选中节点真连接延迟 (ping Google)</li><li><code>Enter</code> 回车选择节点(最左侧有 ✔️ 且呈该条目呈蓝色为当前选中节点)</li></ul><p>点击 <strong>测试结果</strong> 表头进行升序排序,再选择延迟较低的节点。</p><p><strong>更新订阅并选择低延迟节点,这是每次打开后都需要做的步骤。</strong></p><p><img src="https://images.geekx.top/posts/v2ray-intro/IMG_20220419_050129894.png"></p><h2 id="配置和启用"><a href="#配置和启用" class="headerlink" title="配置和启用"></a>配置和启用</h2><p>右键任务栏图标,点击 <strong>系统代理 - 自动配置系统代理</strong>,图标变为红色。此时已经处于冲浪状态。</p><p><strong>路由</strong> 一般情况下默认 <strong>绕过大陆</strong> 即可。</p><blockquote><p>使用完或关机前请记得 <strong>清除系统代理</strong> ,否则可能导致无法上网。<br>请参阅:<a href="#windows-%E5%85%B3%E9%97%AD-v2rayn-%E5%90%8E%E7%94%B5%E8%84%91%E6%97%A0%E6%B3%95%E6%AD%A3%E5%B8%B8%E4%B8%8A%E7%BD%91">Windows 关闭 v2rayN 后电脑无法正常上网</a></p></blockquote><p><img src="https://images.geekx.top/posts/v2ray-intro/IMG_20220419_043946015.png"></p><h2 id="FAQ"><a href="#FAQ" class="headerlink" title="FAQ"></a>FAQ</h2><article class="message is-info"><div class="message-body"><p><strong>Windows 关闭 v2rayN 后电脑无法正常上网</strong></p></div></article><p>可能是没有正常关闭代理软件导致。进入 <strong>Windows 设置 - 网络和 Internet - 代理 - 手动设置代理 - 关闭 使用代理服务器 选项</strong>。</p><p><img src="https://images.geekx.top/posts/v2ray-intro/IMG_20220419_044446380.png"></p><h1 id="v2rayNG-Android"><a href="#v2rayNG-Android" class="headerlink" title="v2rayNG - Android"></a>v2rayNG - <code>Android</code></h1><blockquote><p><a href="https://github.com/2dust/v2rayNG/releases">https://github.com/2dust/v2rayNG/releases</a></p></blockquote><p>请选择 <code>v2rayNG_x.x.x.apk</code> 。</p><p>或 Google Play 下载:</p><blockquote><p><a href="https://play.google.com/store/apps/details?id=com.v2ray.ang">https://play.google.com/store/apps/details?id=com.v2ray.ang</a></p></blockquote><p>下载安装后打开 v2rayNG。</p><h2 id="添加订阅和排序节点-1"><a href="#添加订阅和排序节点-1" class="headerlink" title="添加订阅和排序节点"></a>添加订阅和排序节点</h2><p><img src="https://images.geekx.top/posts/v2ray-intro/IMG_20220426_212314941.jpg"></p><p>主界面点击左上角,选择 <strong>订阅设置</strong> 。</p><p>再点击右上角 <strong>+</strong> 号,粘贴上一节获取的 <strong>订阅链接</strong> ,点击 ✔️ 保存。</p><p><img src="https://images.geekx.top/posts/v2ray-intro/IMG_20220426_213018686.jpg"></p><p>回到主界面,点击右上角 <strong>三个点</strong>,依次选择:</p><ul><li><strong>更新订阅</strong></li><li><strong>测试全部配置真连接</strong>(ping Google)</li><li><strong>按测试结果排序</strong></li></ul><p><strong>更新订阅并选择低延迟节点,这是每次打开后都需要做的步骤。</strong></p><p><img src="https://images.geekx.top/posts/v2ray-intro/IMG_20220426_213028576.jpg"></p><h2 id="配置"><a href="#配置" class="headerlink" title="配置"></a>配置</h2><p>主界面点击左上角,选择 <strong>设置</strong> 。有 2 处建议配置。</p><p><img src="https://images.geekx.top/posts/v2ray-intro/IMG_20220426_213954375.jpg"></p><ul><li>点击 <strong>分应用代理</strong> ,<strong>打开 分应用代理 的开关</strong> ,再点击右上角三个点,选择 <strong>自动选中需代理应用</strong>。其他应用根据实际情况勾选。</li></ul><p><img src="https://images.geekx.top/posts/v2ray-intro/IMG_20220426_214326934.jpg"></p><ul><li><strong>预定义规则</strong> 选择 <strong>绕过局域网及大陆地址而后代理</strong> 。</li></ul><h2 id="启用"><a href="#启用" class="headerlink" title="启用"></a>启用</h2><p><img src="https://images.geekx.top/posts/v2ray-intro/IMG_20220426_213421254.jpg"></p><p>点击 主界面 <strong>V</strong> 图标 启动代理,绿色为启用状态,灰色为关闭状态。</p><h1 id="OneClick-iOS"><a href="#OneClick-iOS" class="headerlink" title="OneClick - iOS"></a>OneClick - <code>iOS</code></h1><h2 id="下载运行"><a href="#下载运行" class="headerlink" title="下载运行"></a>下载运行</h2><blockquote><p><a href="https://apps.apple.com/us/app/oneclick-safe-easy-fast/id1545555197?l=zh">https://apps.apple.com/us/app/oneclick-safe-easy-fast/id1545555197?l=zh</a></p></blockquote><h2 id="添加订阅和排序节点-2"><a href="#添加订阅和排序节点-2" class="headerlink" title="添加订阅和排序节点"></a>添加订阅和排序节点</h2><ul><li><p>点击右上角 <strong>+</strong> 号,选择 <strong>添加订阅</strong>。</p></li><li><p><strong>地址</strong> 输入 <strong>订阅链接</strong> ,点击 ✔️ 号 保存。</p></li></ul><p><img src="https://images.geekx.top/posts/v2ray-intro/IMG_20220503_010710770.png"></p><p>请参阅:</p><blockquote><p><a href="#%E4%BF%9D%E5%AD%98%E8%AE%A2%E9%98%85%E6%97%B6%E6%8F%90%E7%A4%BAno-base64-data%E6%80%8E%E4%B9%88%E8%A7%A3%E5%86%B3">保存订阅时提示“no base64 data”怎么解决</a></p></blockquote><p><img src="https://images.geekx.top/posts/v2ray-intro/IMG_20220427_025546239.png"></p><h2 id="配置和启用-1"><a href="#配置和启用-1" class="headerlink" title="配置和启用"></a>配置和启用</h2><p><img src="https://images.geekx.top/posts/v2ray-intro/IMG_20220427_030504933.png"></p><p>点击 左上角 齿轮 进入设置。</p><ul><li><strong>服务器</strong> 可以管理节点,更新订阅,进行<strong>测速</strong>等。</li><li><strong>订阅</strong> 可管理订阅链接。</li><li><strong>代理模式</strong> 有 自动、全局、直连 三种,一般自动 即可。</li><li><strong>强制代理</strong> 可添加网址强制走代理。</li><li><strong>强制直连</strong> 可添加网址强制不走代理。</li></ul><p>主界面 可以选择节点, 点击 下方按钮 即可启用 VPN 连接。</p><h2 id="FAQ-1"><a href="#FAQ-1" class="headerlink" title="FAQ"></a>FAQ</h2><article class="message is-info"><div class="message-body"><p>保存订阅时提示“no base64 data”怎么解决</p></div></article><ol><li><p>最快的方法,换一个 <strong>订阅链接</strong> 。</p></li><li><p>第二种方法需要每次复制导入较为麻烦。</p><ul><li><p>全选页面下方节点的文本,复制。</p></li><li><p>主界面点击右上角 <strong>+</strong> 号,选择 <strong>添加配置</strong>,选择 <strong>从剪贴板导入</strong> 。</p></li></ul></li></ol><p><img src="https://images.geekx.top/posts/v2ray-intro/IMG_20220427_024637216.png"></p><h1 id="Qv2ray-macOS-Windows-Linux"><a href="#Qv2ray-macOS-Windows-Linux" class="headerlink" title="Qv2ray - macOS - Windows - Linux"></a>Qv2ray - <code>macOS</code> - <code>Windows</code> - <code>Linux</code></h1><p>Qv2ray 下载:</p><blockquote><p><a href="https://github.com/Qv2ray/Qv2ray/releases">https://github.com/Qv2ray/Qv2ray/releases</a></p></blockquote><ul><li>macOS 请选择 <code>Qv2ray-v2.7.0-macOS-x64.dmg</code></li><li>Windows 请选择 <code>Qv2ray-v2.7.0-Windows-Installer.exe</code>安装或使用便携版 <code>Qv2ray-v2.7.0-Windows.7z</code></li><li>Linux 请选择 <code>Qv2ray-v2.7.0-linux-x64.AppImage</code></li></ul><p>由于 Qv2ray 仅为客户端,并不包含 V2Ray 内核,所以还需要单独下载。</p><p>V2Ray 内核 下载:</p><blockquote><p><a href="https://github.com/xtls/Xray-core/releases">https://github.com/xtls/Xray-core/releases</a></p></blockquote><ul><li>macOS 请选择 <code>Xray-macos-64.zip</code> ,m1 处理器请选择 <code>Xray-macos-arm64-v8a.zip</code></li><li>Windows 请选择 <code>Xray-windows-64.zip</code></li><li>Linux 请按发行版选择。</li></ul><p>在此仅介绍 macOS 版本,Windows 和 Linux 操作大同小异。</p><h2 id="macOS"><a href="#macOS" class="headerlink" title="macOS"></a>macOS</h2><h3 id="安装配置"><a href="#安装配置" class="headerlink" title="安装配置"></a>安装配置</h3><p>以默认 <strong>下载</strong> 路径为例。</p><p><img src="https://images.geekx.top/posts/v2ray-intro/IMG_20220430_021440106.png"></p><ul><li><p>打开 <code>Xray-macos-64.zip</code> ,自动解压至 <code>Xray-macos-64</code> 文件夹。</p></li><li><p>打开 <code>Qv2ray-v2.7.0-macOS-x64.dmg</code></p></li></ul><p>将 qv2ray 拖入 Applications,在 <strong>启动台</strong> 打开。</p><p><img src="https://images.geekx.top/posts/v2ray-intro/IMG_20220430_013914936.png"></p><p>请参阅:</p><blockquote><p><a href="#%E6%8F%90%E7%A4%BA-%E6%97%A0%E6%B3%95%E6%89%93%E5%BC%80%E5%9B%A0%E4%B8%BA%E6%97%A0%E6%B3%95%E9%AA%8C%E8%AF%81%E5%BC%80%E5%8F%91%E8%80%85-%E6%80%8E%E4%B9%88%E8%A7%A3%E5%86%B3">提示无法打开,因为无法验证开发者 怎么解决</a></p></blockquote><p>打开 Qv2ray 后,首先点击 <code>Preferences</code> , <code>Language</code> 选择 <code>zh_CN</code> , <code>OK</code> 。更改语言为简体中文。</p><p><img src="https://images.geekx.top/posts/v2ray-intro/IMG_20220430_015303299.png"></p><p>再次打开 <strong>首选项</strong> ,点击 <strong>内核设置</strong>。</p><p><img src="https://images.geekx.top/posts/v2ray-intro/IMG_20220430_212839502.png"></p><p><strong>V2Ray 核心可执行文件路径</strong> 选择 <code>Downloads</code> - <code>Xray-macos-64</code> - <code>xray</code> 。</p><p><strong>V2Ray 资源目录</strong> 选择 <code>Downloads</code> - <code>Xray-macos-64</code> 。</p><p><img src="https://images.geekx.top/posts/v2ray-intro/IMG_20220430_022043599.png"></p><p><img src="https://images.geekx.top/posts/v2ray-intro/IMG_20220430_022136615.png"></p><p>点击 <strong>检查 V2Ray 核心设置</strong>,提示检查通过即可。</p><p><img src="https://images.geekx.top/posts/v2ray-intro/IMG_20220430_213631169.png"></p><p>其他需要注意的配置项:</p><ul><li><p>设置开机启动:<strong>常规设置 - 行为 - 登录时启动</strong></p></li><li><p><strong>入站设置</strong> 勾选 <strong>任意门设置</strong> ,然后在 <strong>连接设置</strong> 中 勾选 <strong>绕过私有地址</strong>、<strong>绕过中国大陆</strong>、<strong>绕过 BitTorrent 协议</strong>。</p></li></ul><h3 id="添加订阅和排序节点-3"><a href="#添加订阅和排序节点-3" class="headerlink" title="添加订阅和排序节点"></a>添加订阅和排序节点</h3><ul><li><p>点击 <strong>分组</strong> ,点击 <strong>+</strong> 号 新建分组;</p></li><li><p>点击 <strong>订阅设置</strong> ,勾选 <strong>此分组是一个订阅</strong>;</p></li><li><p><strong>订阅地址</strong> 填入获取到的 <strong>订阅链接</strong>,订阅类型选择 <strong>Base64</strong> ;</p></li><li><p>可自行设置更新间隔;</p></li><li><p>最后点击 <strong>更新订阅</strong>,<strong>OK</strong>。</p></li></ul><p><img src="https://images.geekx.top/posts/v2ray-intro/IMG_20220430_220048087.png"></p><ul><li>回到主界面,选择刚才新建的分组;</li><li>点击右侧 <strong>测试延迟</strong> 按钮,等待测试完成;</li><li>再点击 <strong>排序 - 低延迟优先</strong>。</li></ul><p><img src="https://images.geekx.top/posts/v2ray-intro/IMG_20220430_220658417.png"></p><h3 id="启用-1"><a href="#启用-1" class="headerlink" title="启用"></a>启用</h3><p>双击展开分组,选择一个节点,点击右侧 <strong>连接</strong> 按钮。</p><p><img src="https://images.geekx.top/posts/v2ray-intro/IMG_20220430_221251395.png"></p><p>右上角可以查看连接状态,以及控制 <strong>连接、断开、绕过中国大陆、系统代理</strong> 等配置。</p><p><img src="https://images.geekx.top/posts/v2ray-intro/IMG_20220430_221150167.png"></p><h3 id="FAQ-2"><a href="#FAQ-2" class="headerlink" title="FAQ"></a>FAQ</h3><article class="message is-info"><div class="message-body"><p><strong>提示 无法打开,因为无法验证开发者 怎么解决</strong></p></div></article><p><img src="https://images.geekx.top/posts/v2ray-intro/IMG_20220430_014213541.png"></p><p>首先点击 <strong>取消</strong></p><p>打开 <strong>系统偏好设置-安全性与隐私-通用</strong>,点击 <strong>仍要打开</strong>,按提示操作即可。</p><p><img src="https://images.geekx.top/posts/v2ray-intro/IMG_20220430_014058789.png"></p><center><img src="https://images.geekx.top/common/wechat.png" width=200></center>]]></content>
<summary type="html"><p>首先确认你的网络环境是否可以正常访问 <code>github.com</code> 以及下载 Github 中的文件,经过实测下列软件的项目库地址都被屏蔽了,请参阅:</p></summary>
<category term="实用教程" scheme="https://geekx.top/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/"/>
<category term="科学上网" scheme="https://geekx.top/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/%E7%A7%91%E5%AD%A6%E4%B8%8A%E7%BD%91/"/>
<category term="科学上网" scheme="https://geekx.top/tags/%E7%A7%91%E5%AD%A6%E4%B8%8A%E7%BD%91/"/>
</entry>
<entry>
<title>GitHub访问慢打不开?快使用加速神器FastGithub</title>
<link href="https://geekx.top/guide/tools/fastgithub.html"/>
<id>https://geekx.top/guide/tools/fastgithub.html</id>
<published>2022-04-21T01:41:38.000Z</published>
<updated>2022-04-25T17:01:34.000Z</updated>
<content type="html"><![CDATA[<p>Github 作为全球最大的开源社区和代码托管平台,蕴藏着非常多的宝藏项目,即使不是程序员,也应该熟练掌握其使用技巧,学会找到解决问题之道。</p><span id="more"></span><p>FastGithub 是一个 Github 加速神器,可以解决 github 打不开、用户头像无法加载、releases 无法上传下载等问题。</p><p>目前最新版本 2.1.4。请参照对应章节下载并运行。</p><h1 id="Windows-x64"><a href="#Windows-x64" class="headerlink" title="Windows-x64"></a>Windows-x64</h1><h2 id="下载"><a href="#下载" class="headerlink" title="下载"></a>下载</h2><blockquote><p><a href="https://ghproxy.com/https://github.com/dotnetcore/FastGithub/releases/download/2.1.4/fastgithub_win-x64.zip">https://ghproxy.com/https://github.com/dotnetcore/FastGithub/releases/download/2.1.4/fastgithub_win-x64.zip</a></p></blockquote><h2 id="运行"><a href="#运行" class="headerlink" title="运行"></a>运行</h2><p>首先解压缩 <code>fastgithub_win-x64.zip</code> ;</p><p>进入解压后的文件夹,双击运行 <code>FastGithub.UI.exe</code> 。</p><p><img src="https://images.geekx.top/posts/fastgithub/IMG_20220419_025201530.png"></p><p>此时再打开 <code>github.com</code> 应该已经可以正常访问了,若有问题请查看软件内 <strong>问答</strong> 板块。</p><p>使用完请及时关闭。</p><h1 id="macOS"><a href="#macOS" class="headerlink" title="macOS"></a>macOS</h1><h2 id="下载-1"><a href="#下载-1" class="headerlink" title="下载"></a>下载</h2><blockquote><p><a href="https://ghproxy.com/https://github.com//dotnetcore/FastGithub/releases/download/2.1.4/fastgithub_osx-x64.zip">https://ghproxy.com/https://github.com//dotnetcore/FastGithub/releases/download/2.1.4/fastgithub_osx-x64.zip</a></p></blockquote><p>ARM 版本(m1 系列)</p><blockquote><p><a href="https://ghproxy.com/https://github.com/dotnetcore/FastGithub/releases/download/2.1.4/fastgithub_osx-arm64.zip">https://ghproxy.com/https://github.com/dotnetcore/FastGithub/releases/download/2.1.4/fastgithub_osx-arm64.zip</a></p></blockquote><h2 id="解决-“XXX”-cannot-be-opened-because-the-developer-cannot-be-verified"><a href="#解决-“XXX”-cannot-be-opened-because-the-developer-cannot-be-verified" class="headerlink" title="解决 “XXX” cannot be opened because the developer cannot be verified"></a>解决 “XXX” cannot be opened because the developer cannot be verified</h2><p>打开终端进入 <code>FastGithub</code> 执行文件所在路径执行命令:</p><figure class="highlight shell"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">sudo xattr -d com.apple.quarantine *.*</span><br></pre></td></tr></table></figure><h2 id="双击运行-FastGithub-并安装证书。"><a href="#双击运行-FastGithub-并安装证书。" class="headerlink" title="双击运行 FastGithub 并安装证书。"></a>双击运行 FastGithub 并安装证书。</h2><p>打开 <code>FastGithub</code> 后,目录内会生成 <code>cacert</code> 目录,双击打开 <code>fastgithub.cer</code> ,系统弹出 <code>Keychain Access</code> 窗口,列表中双击 FastGitHub,弹出证书详情窗口,展开 <code>Trust</code> 并选择 <code>Always Trust</code> 。</p><img src="https://github.com/dotnetcore/FastGithub/blob/master/Resources/MacOSXConfig/trust.png?raw=true"/><p>打开 mac 设置,网络,点击高级,选择代理,勾选 自动代理配置,填写 FastGithub 窗口提示的地址 <code>http://127.0.0.1:38457</code> 。</p><p>使用完毕后请手动复原。</p><img src="https://github.com/dotnetcore/FastGithub/blob/master/Resources/MacOSXConfig/autoproxy.png?raw=true"/><img src="https://github.com/dotnetcore/FastGithub/blob/master/Resources/MacOSXConfig/cmdwin.png?raw=true"/><h1 id="Linux-x64"><a href="#Linux-x64" class="headerlink" title="Linux-x64"></a>Linux-x64</h1><h2 id="下载-2"><a href="#下载-2" class="headerlink" title="下载"></a>下载</h2><blockquote><p><a href="https://ghproxy.com/https://github.com/dotnetcore/FastGithub/releases/download/2.1.4/fastgithub_linux-x64.zip">https://ghproxy.com/https://github.com/dotnetcore/FastGithub/releases/download/2.1.4/fastgithub_linux-x64.zip</a></p></blockquote><p>ARM 版本:</p><blockquote><p><a href="https://ghproxy.com/https://github.com/dotnetcore/FastGithub/releases/download/2.1.4/fastgithub_linux-arm64.zip">https://ghproxy.com/https://github.com/dotnetcore/FastGithub/releases/download/2.1.4/fastgithub_linux-arm64.zip</a></p></blockquote><h2 id="运行-1"><a href="#运行-1" class="headerlink" title="运行"></a>运行</h2><p>终端直接运行 <code>sudo ./fastgithub</code></p><p>或配置为服务</p><figure class="highlight shell"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br></pre></td><td class="code"><pre><span class="line">sudo ./fastgithub start // 以 systemd 服务安装并启动</span><br><span class="line">sudo ./fastgithub stop // 以 systemd 服务卸载并删除</span><br></pre></td></tr></table></figure><p>最后设置系统自动代理为 <code>http://127.0.0.1:38457</code> ,或手动代理 <code>http/https为127.0.0.1:38457</code> 。</p><p>使用完毕后请手动复原。</p><center><img src="https://images.geekx.top/common/wechat.png" width=200></center>]]></content>
<summary type="html"><p>Github 作为全球最大的开源社区和代码托管平台,蕴藏着非常多的宝藏项目,即使不是程序员,也应该熟练掌握其使用技巧,学会找到解决问题之道。</p></summary>
<category term="实用教程" scheme="https://geekx.top/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/"/>
<category term="软件工具" scheme="https://geekx.top/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/%E8%BD%AF%E4%BB%B6%E5%B7%A5%E5%85%B7/"/>
<category term="Github" scheme="https://geekx.top/tags/Github/"/>
</entry>
<entry>
<title>免费好用的海外邮箱 Outlook</title>
<link href="https://geekx.top/guide/signup/outlook.html"/>
<id>https://geekx.top/guide/signup/outlook.html</id>
<published>2022-04-20T17:01:34.000Z</published>
<updated>2022-04-25T17:01:34.000Z</updated>
<content type="html"><![CDATA[<p>我们在使用很多国外服务的时候,经常需要用到海外邮箱来注册一些账户。提到海外邮箱大家第一个想到的肯定是 <strong>Google 邮箱</strong>,但是注册 Google 邮箱需要科学上网,注册难度稍高,所以我推荐一个替代品 <strong>Outlook 邮箱</strong>,无需科学上网,而且 Outlook 还有自带的 <strong>账户别名</strong>(小号)功能,满足一个账户多个邮箱地址的需求。</p><span id="more"></span><h1 id="注册"><a href="#注册" class="headerlink" title="注册"></a>注册</h1><p>首先访问官方网址,点击 <strong>创建免费帐户</strong> ,输入想注册的用户名,点击下一步。</p><blockquote><p><a href="https://outlook.live.com/owa/">https://outlook.live.com/owa/</a></p></blockquote><p><img src="https://images.geekx.top/posts/outlook/IMG_20220420_001044021.png"></p><p>输入密码,并 <strong>取消 优惠通知 选项</strong>,点击下一步。</p><p>随意输入姓名后点击下一步。</p><p><strong>国家/地区 选择 美国(或香港,新加坡等其他地区)</strong>,随意输入生日,点击下一步。</p><p><img src="https://images.geekx.top/posts/outlook/IMG_20220420_001604592.png"></p><p>进行验证之后,你的 Outlook 邮箱 就注册好了,同时这个邮箱也是你的 <strong>微软账户</strong> ,后续我们也会介绍微软的一系列生态软件如 Authenticator、Edge、OneNote 等。</p><p><strong>要使用账户别名功能必须开启 安全验证</strong>,请往下看。强烈推荐添加安全验证,否则账户丢失无法找回。</p><h1 id="添加安全验证"><a href="#添加安全验证" class="headerlink" title="添加安全验证"></a>添加安全验证</h1><p>注册好之后 <strong>点击右上角头像选择 我的 Microsoft 账户</strong>,或者在欢迎邮件中点击 <strong>VIEW YOUR ACCOUNT</strong> 。</p><p><img src="https://images.geekx.top/posts/outlook/IMG_20220420_002447827.png"></p><p>进入 <strong>你的信息</strong> 页面,点击 <strong>编辑账户信息</strong> ,此时需要先添加一个备用邮箱,这里也可以是国内邮箱如 QQ 邮箱或者 163 邮箱等。</p><p><img src="https://images.geekx.top/posts/outlook/IMG_20220420_003018045.png"></p><p>输入邮箱地址点击下一步,输入收到的验证码,下一步。随后你刚注册的 Outlook 邮箱会收到 <strong>已添加安全信息</strong> 的邮件。</p><blockquote><p><strong>注:此步实测网络环境差可能会卡住,刷新或重新进入就好,以收到邮件为准。</strong></p></blockquote><p>也可以进入 <strong>安全</strong> 页,点击 <strong>双重验证</strong> 或 <strong>高级安全选项</strong> 查看。如果你是第一次注册 Outlook 邮箱并且作为主力邮箱使用,个人强烈推荐开启双重验证。</p><h1 id="添加账户别名"><a href="#添加账户别名" class="headerlink" title="添加账户别名"></a>添加账户别名</h1><p>说回添加账户别名,再次点击 <strong>编辑账户信息</strong> ,<strong>验证你的 备用邮箱地址 并输入 验证码</strong> 。</p><p><img src="https://images.geekx.top/posts/outlook/IMG_20220420_004402284.png"></p><p>然后点击 <strong>添加电子邮件</strong></p><p><img src="https://images.geekx.top/posts/outlook/IMG_20220420_004557942.png"></p><p><strong>选择 创建一个新电子邮件地址并将其添加为别名,输入你想使用的 邮箱地址,点击 添加别名 即可。</strong></p><p><img src="https://images.geekx.top/posts/outlook/IMG_20220420_011922010.png"></p><p>可以看到刚刚添加的账户别名。切换主要别名等其他功能请自行探索。</p><p><img src="https://images.geekx.top/posts/outlook/IMG_20220420_012350850.png"></p><p>这个账户别名并不是无限添加的。<strong>微软限制用户最多可创建 10 个别名,每周最多 2 个,可以等待一周后再继续添加。</strong></p><p><img src="https://images.geekx.top/posts/outlook/IMG_20220420_012651264.jpg"></p><h1 id="客户端下载"><a href="#客户端下载" class="headerlink" title="客户端下载"></a>客户端下载</h1><p><strong>Android:</strong></p><p>酷安:</p><blockquote><p><a href="https://www.coolapk.com/apk/com.microsoft.office.outlook">https://www.coolapk.com/apk/com.microsoft.office.outlook</a></p></blockquote><p>Google Play:</p><blockquote><p><a href="https://play.google.com/store/apps/details?id=com.microsoft.office.outlook">https://play.google.com/store/apps/details?id=com.microsoft.office.outlook</a></p></blockquote><p><strong>iOS:</strong></p><blockquote><p><a href="https://apps.apple.com/us/app/microsoft-outlook/id951937596">https://apps.apple.com/us/app/microsoft-outlook/id951937596</a></p></blockquote><p>你还知道哪些实用技巧欢迎留言。</p><center><img src="https://images.geekx.top/common/wechat.png" width=200></center>]]></content>
<summary type="html"><p>我们在使用很多国外服务的时候,经常需要用到海外邮箱来注册一些账户。提到海外邮箱大家第一个想到的肯定是 <strong>Google 邮箱</strong>,但是注册 Google 邮箱需要科学上网,注册难度稍高,所以我推荐一个替代品 <strong>Outlook 邮箱</strong>,无需科学上网,而且 Outlook 还有自带的 <strong>账户别名</strong>(小号)功能,满足一个账户多个邮箱地址的需求。</p></summary>
<category term="实用教程" scheme="https://geekx.top/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/"/>
<category term="账户注册" scheme="https://geekx.top/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/%E8%B4%A6%E6%88%B7%E6%B3%A8%E5%86%8C/"/>
<category term="海外邮箱" scheme="https://geekx.top/tags/%E6%B5%B7%E5%A4%96%E9%82%AE%E7%AE%B1/"/>
</entry>
</feed>