Skip to content

Commit 5f1dfd7

Browse files
committed
update
1 parent bb28a69 commit 5f1dfd7

File tree

203 files changed

+84066
-17373
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

203 files changed

+84066
-17373
lines changed

android-chrome-192x192.png

-4.7 KB
Loading

android-chrome-512x512.png

-12.7 KB
Loading

atom.xml

Lines changed: 281 additions & 143 deletions
Large diffs are not rendered by default.
File renamed without changes.

blog/2fa-mfa/index.html

Lines changed: 422 additions & 287 deletions
Large diffs are not rendered by default.
File renamed without changes.

blog/atom.xml

Lines changed: 280 additions & 142 deletions
Large diffs are not rendered by default.

blog/cpu-arch/index.html

Lines changed: 1019 additions & 0 deletions
Large diffs are not rendered by default.

blog/font/index.html

Lines changed: 486 additions & 349 deletions
Large diffs are not rendered by default.

blog/index.html

Lines changed: 432 additions & 282 deletions
Large diffs are not rendered by default.

blog/license/index.html

Lines changed: 870 additions & 0 deletions
Large diffs are not rendered by default.

blog/markdown/index.html

Lines changed: 554 additions & 413 deletions
Large diffs are not rendered by default.

blog/region_lang_code/index.html

Lines changed: 435 additions & 306 deletions
Large diffs are not rendered by default.

blog/tempermonkey/index.html

Lines changed: 411 additions & 280 deletions
Large diffs are not rendered by default.

categories/atom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<description>Recent content in Categories on 炳的自留地</description>
66
<generator>Hugo -- gohugo.io</generator>
77
<language>zh-cn</language>
8+
<lastBuildDate>Wed, 20 Nov 2024 00:00:00 +0000</lastBuildDate>
89

910
<atom:link href="/categories/atom.xml" rel="self" type="application/rss+xml" />
1011

categories/cs学习/atom.xml

Lines changed: 369 additions & 0 deletions
Large diffs are not rendered by default.

categories/cs学习/index.html

Lines changed: 812 additions & 0 deletions
Large diffs are not rendered by default.

categories/database/atom.xml

Lines changed: 278 additions & 0 deletions
Large diffs are not rendered by default.

categories/database/index.html

Lines changed: 812 additions & 0 deletions
Large diffs are not rendered by default.

categories/index.html

Lines changed: 386 additions & 255 deletions
Large diffs are not rendered by default.

categories/linux/atom.xml

Lines changed: 1684 additions & 0 deletions
Large diffs are not rendered by default.

categories/linux/index.html

Lines changed: 812 additions & 0 deletions
Large diffs are not rendered by default.

categories/linux/容器/atom.xml

Lines changed: 940 additions & 0 deletions
Large diffs are not rendered by default.

categories/linux/容器/index.html

Lines changed: 812 additions & 0 deletions
Large diffs are not rendered by default.

categories/vs-code/atom.xml

Lines changed: 1093 additions & 0 deletions
Large diffs are not rendered by default.

categories/vs-code/index.html

Lines changed: 812 additions & 0 deletions
Large diffs are not rendered by default.

categories/软件/atom.xml

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
2+
<channel>
3+
<title>炳的自留地 – 软件</title>
4+
<link>/categories/%E8%BD%AF%E4%BB%B6/</link>
5+
<description>Recent content in 软件 on 炳的自留地</description>
6+
<generator>Hugo -- gohugo.io</generator>
7+
<language>zh-cn</language>
8+
<lastBuildDate>Mon, 21 Aug 2023 00:00:00 +0000</lastBuildDate>
9+
10+
<atom:link href="/categories/%E8%BD%AF%E4%BB%B6/atom.xml" rel="self" type="application/rss+xml" />
11+
12+
13+
14+
15+
16+
17+
18+
<item>
19+
<title>内网穿透工具</title>
20+
<link>/network/intranet/</link>
21+
<pubDate>Mon, 21 Aug 2023 00:00:00 +0000</pubDate>
22+
23+
<guid>/network/intranet/</guid>
24+
<description>
25+
26+
27+
&lt;p&gt;广泛应用的 NAT 技术缓解了 IPv4 地址用尽的困境,这同时导致一个问题,就是我们普通用户是没有公网(IPv4)IP 的。
28+
有时候我们开发时在自己电脑上搭了个 Web 服务想让别人预览一下,或是需要 SSH 远程连接,或者临时想访问本机其他服务,我们无法直接定位到这台机器。为了解决这个问题,就有了这里提到的“内网穿透”。&lt;/p&gt;
29+
&lt;blockquote&gt;
30+
&lt;p&gt;用 IPv6 是一个办法,但现实是并不是所有设备都有 IPv6。&lt;/p&gt;
31+
&lt;/blockquote&gt;
32+
&lt;p&gt;我常用内网穿透工具如下。&lt;/p&gt;
33+
&lt;ul&gt;
34+
&lt;li&gt;
35+
&lt;p&gt;公司运营&lt;/p&gt;
36+
&lt;ul&gt;
37+
&lt;li&gt;
38+
&lt;p&gt;&lt;a href=&#34;https://hsk.oray.com/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;花生壳&lt;/a&gt;:花生壳是国内老牌的内网穿透工具,我家十多年前的路由器里都有提到过“花生壳”。他的姊妹产品之一向日葵也是很多人都用过的。&lt;br&gt;
39+
需要注意的国内公司的内网穿透产品都是要实名认证的。向日葵添加新设备要用安装时的SN码绑定。&lt;br&gt;
40+
免费套餐:1 Mbps 带宽、1 G/月的流量、固定子域名、自定义子域名&lt;/p&gt;
41+
&lt;/li&gt;
42+
&lt;li&gt;
43+
&lt;p&gt;&lt;a href=&#34;https://ngrok.com/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Ngrok&lt;/a&gt;:Ngrok 是一款流行的内网穿透工具。&lt;br&gt;
44+
免费套餐:未知带宽、1 G/月的流量、1 G HTTP 请求数、固定子域名&lt;/p&gt;
45+
&lt;/li&gt;
46+
&lt;/ul&gt;
47+
&lt;/li&gt;
48+
&lt;li&gt;
49+
&lt;p&gt;自托管&lt;/p&gt;
50+
&lt;ul&gt;
51+
&lt;li&gt;&lt;a href=&#34;https://gofrp.org/zh-cn/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;frp&lt;/a&gt;:frp 也是很流行的内网穿透工具。&lt;br&gt;
52+
开源,所以你能看到不少相关的项目,像:Sakura Frp(要实名,没用过)&lt;/li&gt;
53+
&lt;li&gt;&lt;a href=&#34;https://ngrok.com/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Ngrok&lt;/a&gt;: 开源过旧版。&lt;br&gt;
54+
开源,所以你能看到不少相关的项目,像:Sunny-Ngrok(没用过,现在支持Ngrok和frp)&lt;/li&gt;
55+
&lt;/ul&gt;
56+
&lt;/li&gt;
57+
&lt;li&gt;
58+
&lt;p&gt;“公益”&lt;/p&gt;
59+
&lt;ul&gt;
60+
&lt;li&gt;&lt;a href=&#34;https://www.i996.me/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;i996.me&lt;/a&gt;:用过两次,不用实名,通过微信公众号回复管理。&lt;br&gt;
61+
套餐:2 Mbps 带宽、可自定义的子域名、自定义子域名&lt;/li&gt;
62+
&lt;/ul&gt;
63+
&lt;/li&gt;
64+
&lt;/ul&gt;
65+
66+
</description>
67+
</item>
68+
69+
</channel>
70+
</rss>

categories/软件/index.html

Lines changed: 812 additions & 0 deletions
Large diffs are not rendered by default.

categories/软件类/atom.xml

Lines changed: 479 additions & 0 deletions
Large diffs are not rendered by default.

categories/软件类/index.html

Lines changed: 812 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)