-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
118 lines (63 loc) · 6.84 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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>2345</title>
<subtitle>2345 blog</subtitle>
<link href="https://www.234511.xyz/atom.xml" rel="self"/>
<link href="https://www.234511.xyz/"/>
<updated>2022-03-01T09:02:40.000Z</updated>
<id>https://www.234511.xyz/</id>
<author>
<name>qonmnop</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>Debian 使用Nginx + SmartDNS 建DoH</title>
<link href="https://www.234511.xyz/2022/03/01/Debian-%E4%BD%BF%E7%94%A8Nginx-SmartDNS-%E5%BB%BADoH/"/>
<id>https://www.234511.xyz/2022/03/01/Debian-%E4%BD%BF%E7%94%A8Nginx-SmartDNS-%E5%BB%BADoH/</id>
<published>2022-03-01T08:46:54.000Z</published>
<updated>2022-03-01T09:02:40.000Z</updated>
<summary type="html"><h3 id="删除默认源的Nginx(如果安装了Nginx)"><a href="#删除默认源的Nginx(如果安装了Nginx)" class="headerlink" title="删除默认源的Nginx(如果安装了Nginx)"></a>删除默认源的Nginx(如果安装了Nginx)</h3><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">sudo apt remove nginx-*</span><br></pre></td></tr></table></figure>
<h3 id="配置Nginx官方源"><a href="#配置Nginx官方源" class="headerlink" title="配置Nginx官方源"></a>配置Nginx官方源</h3><p><a href="https://nginx.org/en/linux_packages.html#Debian">Nginx Debian Packages Install</a></p>
<h3 id="安装Nginx的njs模块"><a href="#安装Nginx的njs模块" class="headerlink" title="安装Nginx的njs模块"></a>安装Nginx的njs模块</h3><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">sudo apt install nginx-module-njs</span><br></pre></td></tr></table></figure>
<p>打开<code>/etc/nginx/nginx.conf</code>,在顶层添加以下配置加载模块</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">load_module modules/ngx_http_js_module.so;</span><br><span class="line">load_module modules/ngx_stream_js_module.so;</span><br></pre></td></tr></table></figure></summary>
<category term="技术" scheme="https://www.234511.xyz/categories/%E6%8A%80%E6%9C%AF/"/>
<category term="技术" scheme="https://www.234511.xyz/tags/%E6%8A%80%E6%9C%AF/"/>
<category term="Linux" scheme="https://www.234511.xyz/tags/Linux/"/>
<category term="Nginx" scheme="https://www.234511.xyz/tags/Nginx/"/>
</entry>
<entry>
<title>Debian编译安装Nginx</title>
<link href="https://www.234511.xyz/2022/02/24/Debian%E7%BC%96%E8%AF%91%E5%AE%89%E8%A3%85Nginx/"/>
<id>https://www.234511.xyz/2022/02/24/Debian%E7%BC%96%E8%AF%91%E5%AE%89%E8%A3%85Nginx/</id>
<published>2022-02-24T09:41:22.000Z</published>
<updated>2022-03-01T09:02:43.000Z</updated>
<summary type="html"><h3 id="准备"><a href="#准备" class="headerlink" title="准备"></a>准备</h3><p>1.下载<a href="https://www.pcre.org/">PCRE</a>库,并解压<br>2.下载<a href="https://www.zlib.net/">zlib</a>库,并解压<br>3.下载<a href="https://nginx.org/en/download.html">Nginx</a>的最新代码,解压</p></summary>
<category term="技术" scheme="https://www.234511.xyz/categories/%E6%8A%80%E6%9C%AF/"/>
<category term="技术" scheme="https://www.234511.xyz/tags/%E6%8A%80%E6%9C%AF/"/>
<category term="Linux" scheme="https://www.234511.xyz/tags/Linux/"/>
<category term="Nginx" scheme="https://www.234511.xyz/tags/Nginx/"/>
</entry>
<entry>
<title>Linux通过inode值删除特殊字符文件</title>
<link href="https://www.234511.xyz/2022/02/24/Linux%E9%80%9A%E8%BF%87inode%E5%80%BC%E5%88%A0%E9%99%A4%E7%89%B9%E6%AE%8A%E5%AD%97%E7%AC%A6%E6%96%87%E4%BB%B6/"/>
<id>https://www.234511.xyz/2022/02/24/Linux%E9%80%9A%E8%BF%87inode%E5%80%BC%E5%88%A0%E9%99%A4%E7%89%B9%E6%AE%8A%E5%AD%97%E7%AC%A6%E6%96%87%E4%BB%B6/</id>
<published>2022-02-24T06:21:51.000Z</published>
<updated>2022-03-01T09:02:45.000Z</updated>
<summary type="html"><p>使用<code>ls -i</code>查询文件inode值<br>使用<code>find</code>命令删除</p>
<figure class="highlight shell"><table><tr><td class="gutter"><pre><span</summary>
<category term="技术" scheme="https://www.234511.xyz/categories/%E6%8A%80%E6%9C%AF/"/>
<category term="技术" scheme="https://www.234511.xyz/tags/%E6%8A%80%E6%9C%AF/"/>
<category term="Linux" scheme="https://www.234511.xyz/tags/Linux/"/>
</entry>
<entry>
<title>Hexo - Hello World</title>
<link href="https://www.234511.xyz/2022/02/24/hello-world/"/>
<id>https://www.234511.xyz/2022/02/24/hello-world/</id>
<published>2022-02-24T04:09:01.000Z</published>
<updated>2022-03-01T09:02:48.000Z</updated>
<summary type="html"><p>Welcome to <a href="https://hexo.io/">Hexo</a>! This is your very first post. Check <a href="https://hexo.io/docs/">documentation</a> for more info. If you get any problems when using Hexo, you can find the answer in <a href="https://hexo.io/docs/troubleshooting.html">troubleshooting</a> or you can ask me on <a href="https://github.com/hexojs/hexo/issues">GitHub</a>.</p></summary>
<category term="其他" scheme="https://www.234511.xyz/categories/%E5%85%B6%E4%BB%96/"/>
<category term="其他" scheme="https://www.234511.xyz/tags/%E5%85%B6%E4%BB%96/"/>
</entry>
</feed>