<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Dmcimi&#39;Blog</title>
  
  <subtitle>Blog</subtitle>
  <link href="http://blog.dmcimi.top/atom.xml" rel="self"/>
  
  <link href="http://blog.dmcimi.top/"/>
  <updated>2022-05-02T05:19:04.873Z</updated>
  <id>http://blog.dmcimi.top/</id>
  
  <author>
    <name>Dmcimi</name>
    
  </author>
  
  <generator uri="https://hexo.io/">Hexo</generator>
  
  <entry>
    <title>bullseye换源</title>
    <link href="http://blog.dmcimi.top/post/raspberry.htm"/>
    <id>http://blog.dmcimi.top/post/raspberry.htm</id>
    <published>2022-03-27T13:44:05.000Z</published>
    <updated>2022-05-02T05:19:04.873Z</updated>
    
    <content type="html"><![CDATA[<p>#由于树莓派在国内速度太慢，可以更换为国内软件源。<br>1、更新/etc/apt/sources.list</p><p> sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak<br> sudo nano /etc/apt/sources.list</p><p>替换以下软件源<br> ARM(32位系统)</p><p> deb <a href="http://mirrors.ustc.edu.cn/raspbian/raspbian/">http://mirrors.ustc.edu.cn/raspbian/raspbian/</a> bullseye main contrib non-free rpi<br> #deb-src <a href="http://mirrors.ustc.edu.cn/raspbian/raspbian/">http://mirrors.ustc.edu.cn/raspbian/raspbian/</a> bullseye main contrib non-free rpi</p><p> ARM64(64位系统)</p><p> Arm64 架构的 Raspberry Pi OS 仍处于 beta 状态，中科大源亦不含此架构。对于 arm64 的 Raspberry Pi OS，可以直接使用 arm64 Debian 的源（以 Bullseye 示例）：<br> deb <a href="https://mirrors.ustc.edu.cn/debian/">https://mirrors.ustc.edu.cn/debian/</a> bullseye main contrib non-free<br> #deb-src <a href="http://mirrors.ustc.edu.cn/debian">http://mirrors.ustc.edu.cn/debian</a> bullseye main contrib non-free<br> deb <a href="https://mirrors.ustc.edu.cn/debian/">https://mirrors.ustc.edu.cn/debian/</a> bullseye-updates main contrib non-free<br> #deb-src <a href="http://mirrors.ustc.edu.cn/debian">http://mirrors.ustc.edu.cn/debian</a> bullseye-updates main contrib non-free<br> deb <a href="https://mirrors.ustc.edu.cn/debian-security">https://mirrors.ustc.edu.cn/debian-security</a> bullseye-security main contrib non-free<br> #deb-src <a href="http://mirrors.ustc.edu.cn/debian-security/">http://mirrors.ustc.edu.cn/debian-security/</a> bullseye-security main non-free contrib</p><p>2、更新/etc/apt/sources.list.d/raspi.list</p><p> sudo cp /etc/apt/sources.list.d/raspi.list.bak<br> sudo nano /etc/apt/sources.list.d/raspi.list</p><p>替换以下软件源</p><p> ARM(32位系统)</p><p> deb <a href="https://mirrors.ustc.edu.cn/archive.raspberrypi.org/debian/">https://mirrors.ustc.edu.cn/archive.raspberrypi.org/debian/</a> bullseye main<br> #deb-src <a href="https://mirrors.ustc.edu.cn/archive.raspberrypi.org/debian/">https://mirrors.ustc.edu.cn/archive.raspberrypi.org/debian/</a> bullseye main</p><p> ARM64(64位系统)</p><p> deb <a href="https://mirrors.ustc.edu.cn/archive.raspberrypi.org/debian/">https://mirrors.ustc.edu.cn/archive.raspberrypi.org/debian/</a> bullseye main<br> #deb-src <a href="https://mirrors.ustc.edu.cn/archive.raspberrypi.org/debian/">https://mirrors.ustc.edu.cn/archive.raspberrypi.org/debian/</a> bullseye main</p><p>3、更新</p><p> sudo apt update &amp;&amp; sudo apt dist-upgrade</p><p>4、The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY xxxxxxxxxxxxxxxxxxx</p><p> sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com xxxxxxxxxxxxxxxxxxx</p><p>4、EEPROM更新</p><p> sudo apt update<br> sudo apt upgrade<br> sudo apt install rpi-eeprom<br> sudo rpi-eeprom-update</p><p>4.1、官方自动更新</p><p> sudo rpi-eeprom-update -a</p><p>4.2、自定义更新</p><p> wget <a href="https://github.com/raspberrypi/rpi-eeprom/archive/master.zip">https://github.com/raspberrypi/rpi-eeprom/archive/master.zip</a></p><p>解压进相应的路径</p><p> unzip master.zip<br> cd rpi-eeprom-master/firmware/beta/<br> sudo rpi-eeprom-update -d -f 要更新的固件名称</p><p>更新完成后重启树莓派</p><p> sudo reboot</p><p>官方链接<a href="https://www.raspberrypi.org/documentation/hardware/raspberrypi/booteeprom.md">https://www.raspberrypi.org/documentation/hardware/raspberrypi/booteeprom.md</a></p><p>5、树莓派正确swap分区</p><p> sudo vi /etc/dphys-swapfile<br> sudo nano /etc/dphys-swapfile</p><p>将 CONF_SWAPSIZE 的值修改成你想要的大小。</p><p> sudo /etc/init.d/dphys-swapfile restart</p><p>查看大小</p><p> free -h</p><p>Enjoy It！😍</p><p><br><br></p>]]></content>
    
    
      
      
    <summary type="html">&lt;p&gt;#由于树莓派在国内速度太慢，可以更换为国内软件源。&lt;br&gt;1、更新/etc/apt/sources.list&lt;/p&gt;
&lt;p&gt; sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak&lt;br&gt; sudo nano /etc</summary>
      
    
    
    
    <category term="linux" scheme="http://blog.dmcimi.top/categories/linux/"/>
    
    
    <category term="记录、Raspberry" scheme="http://blog.dmcimi.top/tags/%E8%AE%B0%E5%BD%95%E3%80%81Raspberry/"/>
    
  </entry>
  
  <entry>
    <title>Ubuntu20.04LTS安装LNMP环境</title>
    <link href="http://blog.dmcimi.top/post/9cb7.htm"/>
    <id>http://blog.dmcimi.top/post/9cb7.htm</id>
    <published>2022-03-08T15:45:14.000Z</published>
    <updated>2022-05-02T05:19:56.487Z</updated>
    
    <content type="html"><![CDATA[<h3 id="由于网上大多安装LNMP环境教程新旧不一。为了记录，此篇Ubuntu20-04LTS安装LNMP环境教程。"><a href="#由于网上大多安装LNMP环境教程新旧不一。为了记录，此篇Ubuntu20-04LTS安装LNMP环境教程。" class="headerlink" title="由于网上大多安装LNMP环境教程新旧不一。为了记录，此篇Ubuntu20.04LTS安装LNMP环境教程。"></a>由于网上大多安装LNMP环境教程新旧不一。<del>为了记录，此篇Ubuntu20.04LTS安装LNMP环境教程。</del></h3><h3 id="1、-安装nginx"><a href="#1、-安装nginx" class="headerlink" title="1、 安装nginx"></a>1、 安装nginx</h3><h3 id="1-1-更新可用软件包列表"><a href="#1-1-更新可用软件包列表" class="headerlink" title="1.1 更新可用软件包列表"></a>1.1 更新可用软件包列表</h3><p>apt update &amp;&amp; apt upgrade &amp;&amp; apt autoremove</p><h3 id="1-2-安装nginx"><a href="#1-2-安装nginx" class="headerlink" title="1.2 安装nginx"></a>1.2 安装nginx</h3><p>sudo apt install nginx</p><h3 id="1-3-启动、设置开机启动nginx"><a href="#1-3-启动、设置开机启动nginx" class="headerlink" title="1.3 启动、设置开机启动nginx"></a>1.3 启动、设置开机启动nginx</h3><p>sudo systemctl start nginx<br>sudo systemctl enable nginx<br>sudo systemctl status nginx</p><h3 id="1-4-在本地浏览器中访问以下地址，查看-Nginx-服务是否正常运行"><a href="#1-4-在本地浏览器中访问以下地址，查看-Nginx-服务是否正常运行" class="headerlink" title="1.4 在本地浏览器中访问以下地址，查看 Nginx 服务是否正常运行"></a>1.4 在本地浏览器中访问以下地址，查看 Nginx 服务是否正常运行</h3><p>http://实例服务器地址IP</p><hr><h3 id="2、-安装数据库"><a href="#2、-安装数据库" class="headerlink" title="2、 安装数据库"></a>2、 安装数据库</h3><p>sudo apt install mariadb-server mariadb-client</p><h3 id="2-1-执行以下命令，启动mariadb"><a href="#2-1-执行以下命令，启动mariadb" class="headerlink" title="2.1 执行以下命令，启动mariadb"></a>2.1 执行以下命令，启动mariadb</h3><p>systemctl start mariadb</p><h3 id="2-2-执行以下命令，开机启动mariadb"><a href="#2-2-执行以下命令，开机启动mariadb" class="headerlink" title="2.2 执行以下命令，开机启动mariadb"></a>2.2 执行以下命令，开机启动mariadb</h3><p>systemctl enable mariadb</p><h3 id="2-3-验证mariadb是否安装成功、查看状态"><a href="#2-3-验证mariadb是否安装成功、查看状态" class="headerlink" title="2.3 验证mariadb是否安装成功、查看状态"></a>2.3 验证mariadb是否安装成功、查看状态</h3><p>systemctl status mariadb<br>sudo mysql</p><h3 id="3、-安装PHP"><a href="#3、-安装PHP" class="headerlink" title="3、 安装PHP"></a>3、 安装PHP</h3><h3 id="3-1-安装PHP"><a href="#3-1-安装PHP" class="headerlink" title="3.1 安装PHP"></a>3.1 安装PHP</h3><p>sudo apt install php7.4-cli php7.4-common php7.4-mysqlnd php7.4-fpm php7.4-mysql php7.4-curl php7.4-json php7.4-cgi php7.4-xsl</p><h3 id="3-2-启动PHP"><a href="#3-2-启动PHP" class="headerlink" title="3.2 启动PHP"></a>3.2 启动PHP</h3><p>systemctl start php7.4-fpm</p><h3 id="3-3-设置开机启动PHP"><a href="#3-3-设置开机启动PHP" class="headerlink" title="3.3 设置开机启动PHP"></a>3.3 设置开机启动PHP</h3><p>systemctl enable php7.4-fpm</p><h3 id="3-4-查看PHP状态"><a href="#3-4-查看PHP状态" class="headerlink" title="3.4 查看PHP状态"></a>3.4 查看PHP状态</h3><p>systemctl status php7.4-fpm</p><h3 id="3-5-修改Nginx配置以支持PHP"><a href="#3-5-修改Nginx配置以支持PHP" class="headerlink" title="3.5 修改Nginx配置以支持PHP"></a>3.5 修改Nginx配置以支持PHP</h3><p>sudo nano /etc/nginx/sites-available/default<br> Default server configuration<br>server {<br>        listen 80 default_server;<br>        listen [::]:80 default_server;</p><pre><code>    root /var/www/html;    # Add index.php to the list if you are using PHP    index index.html index.htm index.nginx-debian.html index.php;    server_name _;    location / &#123;            # First attempt to serve request as file, then            # as directory, then fall back to displaying a 404.            try_files $uri $uri/ =404;    &#125;    # pass PHP scripts to FastCGI server    #    location ~ \.php$ &#123;    #       include snippets/fastcgi-php.conf;    #    #       # With php-fpm (or other unix sockets):            fastcgi_pass unix:/run/php/php7.4-fpm.sock;    #       # With php-cgi (or other tcp sockets):    #       fastcgi_pass 127.0.0.1:9000;    # 设置脚本文件请求的路径            fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;    # 引入fastcgi的配置文件             include fastcgi_params;    &#125;</code></pre><p>}</p><h3 id="3-6-修改之后重启Nginx-即可配置好Nginx和PHP"><a href="#3-6-修改之后重启Nginx-即可配置好Nginx和PHP" class="headerlink" title="3.6 修改之后重启Nginx,即可配置好Nginx和PHP:"></a>3.6 修改之后重启Nginx,即可配置好Nginx和PHP:</h3><p>sudo nginx -s reload</p><h3 id="3-7-验证环境"><a href="#3-7-验证环境" class="headerlink" title="3.7 验证环境"></a>3.7 验证环境</h3><p>sudo nano /var/www/html/index.php<br>输入 <?php phpinfo(); ?> ，按下CTRL+O保存，CTRL+X退出。<br>执行以下命令，重启Nginx服务<br>sudo systemctl restart nginx<br>然后在本地浏览器中访问如下地址，查看环境配置是否成功。<br>http://实例服务器地址IP</p><hr><h3 id="4、安装phpMyAdmin最新版"><a href="#4、安装phpMyAdmin最新版" class="headerlink" title="4、安装phpMyAdmin最新版"></a>4、安装phpMyAdmin最新版</h3><h3 id="4-1-使用apt安装"><a href="#4-1-使用apt安装" class="headerlink" title="4.1 使用apt安装"></a>4.1 使用apt安装</h3><p>sudo apt update<br>sudo apt install phpmyadmin</p><h3 id="4-2-建立软连接"><a href="#4-2-建立软连接" class="headerlink" title="4.2 建立软连接"></a>4.2 建立软连接</h3><p>sudo ln -s /usr/share/phpmyadmin /var/www/html</p><h3 id="4-3手动安装"><a href="#4-3手动安装" class="headerlink" title="4.3手动安装"></a>4.3手动安装</h3><p>去phpmyadmin官网下载最新源码，并解压到web根目录下（/var/www/html/)<br>sudo apt update &amp;&amp; sudo install unzip -y<br>sudo unzip -d /var/www/html phpMyAdmin-5.1.3-all-languages.zip<br>sudo mv phpMyAdmin-5.1.3-all-languages.zip phpmyadmin</p><h3 id="或者"><a href="#或者" class="headerlink" title="或者"></a>或者</h3><p>sudo unzip -d /usr/share/phpmyadmin phpMyAdmin-5.1.3-all-languages.zip<br>sudo mv phpMyAdmin-5.1.3-all-languages.zip phpmyadmin<br>sudo ln -s /usr/share/phpmyadmin /var/www/html</p><h3 id="5、修改数据库密码"><a href="#5、修改数据库密码" class="headerlink" title="5、修改数据库密码"></a>5、修改数据库密码</h3><p>执行以下命令，注意这只适用于mariadb<br>sudo mysql -u root -p<br>不用输入密码，按下ENTER键直接进入<br>修改加密方式：</p><blockquote><p>update mysql.user set plugin=’mysql_native_password’;<br>修改密码：<br>update mysql.user set password=PASSWORD(“输入你的密码”) where User=’root’;<br>刷新权限信息：<br>flush privileges;<br>这时候登录数据库需要密码了。</p></blockquote><hr><h3 id="6、防ssh爆破简单防护"><a href="#6、防ssh爆破简单防护" class="headerlink" title="6、防ssh爆破简单防护"></a>6、防ssh爆破简单防护</h3><p>#以Ubuntu为例<br>apt-get install fail2ban<br>#直接复制粘贴全部到SSH窗口即可<br>#配置参数<br>fail2ban=”/etc/fail2ban/jail.d/sshd.local”<br>cat&gt;”${fail2ban}”&lt;&lt;EOF<br>[ssh-iptables]<br>enabled  = true<br>filter   = sshd<br>action   = iptables[name=SSH, port=ssh, protocol=tcp]<br>logpath  = /var/log/auth.log   # 如果是Centos路径要改/var/log/secure这个<br>maxretry = 10   # 最多连接10次失败<br>bantime  = 777600   # 禁止9天（按秒单位1天86400）<br>EOF<br>#启动&amp;开机自启<br>systemctl start fail2ban.service<br>systemctl enable fail2ban.service<br>systemctl status fail2ban.service</p><p>ALL done Enjoy it</p><p><br><br></p>]]></content>
    
    
      
      
    <summary type="html">&lt;h3 id=&quot;由于网上大多安装LNMP环境教程新旧不一。为了记录，此篇Ubuntu20-04LTS安装LNMP环境教程。&quot;&gt;&lt;a href=&quot;#由于网上大多安装LNMP环境教程新旧不一。为了记录，此篇Ubuntu20-04LTS安装LNMP环境教程。&quot; class=&quot;heade</summary>
      
    
    
    
    <category term="linux" scheme="http://blog.dmcimi.top/categories/linux/"/>
    
    
    <category term="LNMP" scheme="http://blog.dmcimi.top/tags/LNMP/"/>
    
  </entry>
  
  <entry>
    <title>年末随笔</title>
    <link href="http://blog.dmcimi.top/post/50e9.htm"/>
    <id>http://blog.dmcimi.top/post/50e9.htm</id>
    <published>2021-12-31T13:46:52.000Z</published>
    <updated>2022-05-02T05:25:36.369Z</updated>
    
    <content type="html"><![CDATA[<p>&emsp;&emsp;原本是美好的想象，随着绵绵细雨的绸缪，埋藏在安乐的废墟中。<br>我常常忘了原本的想法，逃离式跳脱。<br>每每在深夜细听各种虫子的叫声，它们没有那么多的想法，只是在普通的执行它们的习性，<br>不断的前进，甚至死去，树林的茂密向上是为了那一缕阳光，为了活下去。<br>常思考着活着的本质，从可窥的人生途径去不断代入，又不断伤感失去。<br>或许是见识了太多的途径，不免的想自己的出路在哪里。<br>夜，是安静的，我，是愁苦的。<br>月光慢慢从那边的湖边爬上了岸边，天空中的云慢慢散去，<br>这样的夜也未长不是甚好，一人独，一人语。<br>芳草皆听言，难与人语说。</p><p><br><br></p>]]></content>
    
    
      
      
    <summary type="html">&lt;p&gt;&amp;emsp;&amp;emsp;原本是美好的想象，随着绵绵细雨的绸缪，埋藏在安乐的废墟中。&lt;br&gt;我常常忘了原本的想法，逃离式跳脱。&lt;br&gt;每每在深夜细听各种虫子的叫声，它们没有那么多的想法，只是在普通的执行它们的习性，&lt;br&gt;不断的前进，甚至死去，树林的茂密向上是为了那一缕阳光，</summary>
      
    
    
    
    <category term="随想" scheme="http://blog.dmcimi.top/categories/%E9%9A%8F%E6%83%B3/"/>
    
    
    <category term="回顾，想法，笔记" scheme="http://blog.dmcimi.top/tags/%E5%9B%9E%E9%A1%BE%EF%BC%8C%E6%83%B3%E6%B3%95%EF%BC%8C%E7%AC%94%E8%AE%B0/"/>
    
  </entry>
  
  <entry>
    <title>落日</title>
    <link href="http://blog.dmcimi.top/post/e5bc.htm"/>
    <id>http://blog.dmcimi.top/post/e5bc.htm</id>
    <published>2021-12-15T13:28:05.000Z</published>
    <updated>2022-05-02T05:25:10.174Z</updated>
    
    <content type="html"><![CDATA[<p>&emsp;&emsp;见过很多落日，丘陵上的，密林里的，落日里一个红红的火球，直击眼睛。在山上，我看到乡野中学里的操场，高三的学生正在跑圈操练，喇叭里不断吐出一二一二……,绵延到学校的围起的墙上的标语里————“运动使我健康，多运动，健康二十年”，学生们扛起一面面的班旗绕着操场跑圈，嘴里还不断呼喊各自独特的口号，旁边的篮球场、羽毛球场、乒乓球场，零零散散的高二或高一，还有些小学的，好不热闹。丘陵上的我回头看向落日的余辉慢慢下去，余辉照到操场的跑圈学生们，他们是否在想，今天有好好学习吗？我也在想，今天有前进了吗？还是像摊睡在屋檐的猫猫，向我伸展懒腰呢？我搞不懂。又记起密林里的落日，它的余辉温暖着归路人，桃花开了，听人说哪里有桃园，便邀好友登山看桃花，总能想到白居易《大林寺桃花》的场景，但这里也只是一小片桃花树林,在松树的围绕下，更加簇拥，满树皆粉瓣，游行的人不断拿出相机拍摄，也许山上的气温还真如白居易描述的桃花，有些含苞待放，缩成一个个小精灵，等待开花。人不也曾想这样，好好积累技能和知识，等待着有天能成才，或许为了快乐精彩一番，和友人在桃园林里亭子上，看向那熙熙攘攘的城市街道，蚂蚁般的汽车，小石柱般的高楼……也就只有余辉照进了眼睛，更照进了桃园里，桃树是人工种植的，树底下没有过多的杂草，旁边的松树林虽高，但桃园的桃树天空是被合理避开的…..</p><p><br><br></p>]]></content>
    
    
      
      
    <summary type="html">&lt;p&gt;&amp;emsp;&amp;emsp;见过很多落日，丘陵上的，密林里的，落日里一个红红的火球，直击眼睛。在山上，我看到乡野中学里的操场，高三的学生正在跑圈操练，喇叭里不断吐出一二一二……,绵延到学校的围起的墙上的标语里————“运动使我健康，多运动，健康二十年”，学生们扛起一面面的班旗绕</summary>
      
    
    
    
    <category term="随想" scheme="http://blog.dmcimi.top/categories/%E9%9A%8F%E6%83%B3/"/>
    
    
    <category term="胡思乱想" scheme="http://blog.dmcimi.top/tags/%E8%83%A1%E6%80%9D%E4%B9%B1%E6%83%B3/"/>
    
  </entry>
  
  <entry>
    <title>Hello World</title>
    <link href="http://blog.dmcimi.top/post/4a17b156.htm"/>
    <id>http://blog.dmcimi.top/post/4a17b156.htm</id>
    <published>2020-02-24T16:00:00.000Z</published>
    <updated>2022-05-02T04:58:38.141Z</updated>
    
    <content type="html"><![CDATA[<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><h2 id="Quick-Start"><a href="#Quick-Start" class="headerlink" title="Quick Start"></a>Quick Start</h2><h3 id="Create-a-new-post"><a href="#Create-a-new-post" class="headerlink" title="Create a new post"></a>Create a new post</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo new <span class="string">&quot;My New Post&quot;</span></span><br></pre></td></tr></table></figure><p>More info: <a href="https://hexo.io/docs/writing.html">Writing</a></p><h3 id="Run-server"><a href="#Run-server" class="headerlink" title="Run server"></a>Run server</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo server</span><br></pre></td></tr></table></figure><p>More info: <a href="https://hexo.io/docs/server.html">Server</a></p><h3 id="Generate-static-files"><a href="#Generate-static-files" class="headerlink" title="Generate static files"></a>Generate static files</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo generate</span><br></pre></td></tr></table></figure><p>More info: <a href="https://hexo.io/docs/generating.html">Generating</a></p><h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerlink" title="Deploy to remote sites"></a>Deploy to remote sites</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo deploy</span><br></pre></td></tr></table></figure><p>More info: <a href="https://hexo.io/docs/one-command-deployment.html">Deployment</a></p><p><br><br></p>]]></content>
    
    
      
      
    <summary type="html">&lt;p&gt;Welcome to &lt;a href=&quot;https://hexo.io/&quot;&gt;Hexo&lt;/a&gt;! This is your very first post. Check &lt;a href=&quot;https://hexo.io/docs/&quot;&gt;documentation&lt;/a&gt; for</summary>
      
    
    
    
    <category term="文章" scheme="http://blog.dmcimi.top/categories/%E6%96%87%E7%AB%A0/"/>
    
    
  </entry>
<follow_challenge>
    <feedId>68214586558432256</feedId>
    <userId>57671732336012288</userId>
</follow_challenge>
</feed>
