<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>教程 on Zion&#39;s Blog</title>
    <link>https://blog.i1988.top/categories/%E6%95%99%E7%A8%8B/</link>
    <description>Recent content in 教程 on Zion&#39;s Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh</language>
    <lastBuildDate>Tue, 16 Apr 2024 17:49:55 +0800</lastBuildDate><atom:link href="https://blog.i1988.top/categories/%E6%95%99%E7%A8%8B/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>使用源码编译docker镜像的方式搭建BiliBiliToolPro服务</title>
      <link>https://blog.i1988.top/posts/tech/bilibilitoolpro/</link>
      <pubDate>Tue, 16 Apr 2024 17:49:55 +0800</pubDate>
      
      <guid>https://blog.i1988.top/posts/tech/bilibilitoolpro/</guid>
      <description>本文将指导您如何使用Docker-Compose部署BiliBiliToolPro。 官方教程 https://github.com/RayWangQvQ/BiliBiliToolPro/blob/main/docker/README.md 根据官方教程搭建时需注意，由于ghproxy主域名 ghproxy.com 已喜提 GFW，已启用镜像站 mirror.ghproxy.com 需要将文档内容中的所有https://ghproxy.com更改为https://mirror.ghpro</description>
    </item>
    
    <item>
      <title>Hugo 文章中引用 Bilibili 的视频</title>
      <link>https://blog.i1988.top/posts/blog/bilibili/</link>
      <pubDate>Tue, 02 Apr 2024 16:16:03 +0800</pubDate>
      
      <guid>https://blog.i1988.top/posts/blog/bilibili/</guid>
      <description>在这篇文章中，我们将演示如何在 Hugo 文章中引用 Bilibili 的视频。 &lt;!DOCTYPE HTML&gt; 首先，我们需要创建一个名为 bilibili.html 的短代码模板，保存到 Hugo 项目的 layouts/shortcodes 目录下。然后，我们可以在文章中使用这个短代码来引用 Bilibili 的视频。 &amp;lt;div style=&amp;#34;position: relative; padding: 32% 45%;&amp;#34;&amp;gt; &amp;lt;iframe style=&amp;#34;position: absolute; width: 100%; height: 100%; left: 0; top: 0;&amp;#34; src=&amp;#34;//player.bilibili.com/player.html?bvid={{.Get 0 }}&amp;amp;page={{ if .Get 1 }}{{.Get 1}}{{ else }}1{{end}}&amp;amp;as_wide=1&amp;amp;high_quality=1&amp;amp;danmaku=1&amp;#34; scrolling=&amp;#34;no&amp;#34; frameborder=&amp;#34;no&amp;#34; framespacing=&amp;#34;0&amp;#34; allowfullscreen=&amp;#34;true&amp;#34;&amp;gt;&amp;lt;/iframe&amp;gt; &amp;lt;/div&amp;gt; 以下是引用 Bilibili 视频的示例： \{\{&amp;lt; bilibili BVXXXXXXXX &amp;gt;}}</description>
    </item>
    
    <item>
      <title>Hugo 文章中引用 CloudMusic 的音乐</title>
      <link>https://blog.i1988.top/posts/blog/music/</link>
      <pubDate>Tue, 02 Apr 2024 16:16:03 +0800</pubDate>
      
      <guid>https://blog.i1988.top/posts/blog/music/</guid>
      <description>在这篇文章中，我们将演示如何在 Hugo 文章中引用网易云音乐的音乐。 首先，我们需要创建一个名为 music.html 的短代码模板，保存到 Hugo 项目的 layouts/shortcodes 目录下。然后，我们可以在文章中使用这个短代码来引用 Bilibili 的视频。 {{- $scratch := .Page.Scratch.Get &amp;#34;scratch&amp;#34; -}} &amp;lt;!-- require APlayer --&amp;gt; &amp;lt;link rel=&amp;#34;stylesheet&amp;#34; href=&amp;#34;https://cdn.jsdelivr.net/npm/aplayer/dist/APlayer.min.css&amp;#34;&amp;gt; &amp;lt;style type=&amp;#34;text/css&amp;#34;&amp;gt;.dark-theme .aplayer{background:#212121}.dark-theme .aplayer.aplayer-withlist .aplayer-info{border-bottom-color:#5c5c5c}.dark-theme .aplayer.aplayer-fixed .aplayer-list{border-color:#5c5c5c}.dark-theme .aplayer .aplayer-body{background-color:#212121}.dark-theme .aplayer .aplayer-info{border-top-color:#212121}.dark-theme .aplayer .aplayer-info .aplayer-music .aplayer-title{color:#fff}.dark-theme .aplayer .aplayer-info .aplayer-music .aplayer-author{color:#fff}.dark-theme .aplayer .aplayer-info .aplayer-controller .aplayer-time{color:#eee}.dark-theme .aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon path{fill:#eee}.dark-theme .aplayer .aplayer-list{background-color:#212121}.dark-theme .aplayer .aplayer-list::-webkit-scrollbar-thumb{background-color:#999}.dark-theme .aplayer .aplayer-list::-webkit-scrollbar-thumb:hover{background-color:#bbb}.dark-theme .aplayer .aplayer-list li{color:#fff;border-top-color:#666}.dark-theme</description>
    </item>
    
    <item>
      <title>开源服务器探针ServerStatus的搭建流程</title>
      <link>https://blog.i1988.top/posts/tech/serverstatus/</link>
      <pubDate>Thu, 19 Jan 2023 00:50:00 +0800</pubDate>
      
      <guid>https://blog.i1988.top/posts/tech/serverstatus/</guid>
      <description>ServerStatus介绍： ServerStatus中文版是一个酷炫高逼格的云探针、云监控、服务器云监控、多服务器探针~。 在线演示 开源项目地址： GitHub - cppla/ServerStatus 安装ServerStatus： 下载ServerStatus源码： 国外环境使用： git clone https://github.com/cppla/ServerStatus.git 国内环境使用： git clone http://ghproxy.com/https://github.com/cppla/ServerStatus.git 安装ServerStat</description>
    </item>
    
    <item>
      <title>使用NTFS-3G驱动程序在Linux环境中挂载NTFS格式硬盘</title>
      <link>https://blog.i1988.top/posts/tech/ntfs-3g/</link>
      <pubDate>Wed, 18 Jan 2023 21:39:00 +0800</pubDate>
      
      <guid>https://blog.i1988.top/posts/tech/ntfs-3g/</guid>
      <description>NTFS-3G驱动程序介绍： NTFS-3G 驱动程序是一个开源、免费的读/写 NTFS 驱动程序，适用于 Linux、FreeBSD、macOS、NetBSD、OpenIndiana、QNX 和 Haiku。它可以安全快速地处理 Windows XP、Windows Server 2003、Windows 2000、Windows Vista</description>
    </item>
    
    <item>
      <title>在Linux环境中搭建web文件服务器Gossa</title>
      <link>https://blog.i1988.top/posts/tech/gossa/</link>
      <pubDate>Sat, 03 Dec 2022 21:14:00 +0800</pubDate>
      
      <guid>https://blog.i1988.top/posts/tech/gossa/</guid>
      <description>Gossa介绍： Gossa是一个快速和简单的网络服务器为您的文件，它是开源的并且使用了低于250行的代码，易于审查。该程序支持Linux、Windows、Mac。 开源项目地址： GitHub - pldubouilh/gossa: 🎶 a fast and simple multimedia fileserver 安装Gossa程序： 下载Gossa程序： 1、源码编译： git clone https://github.com/pldubouilh/gossa.git cd gossa make build 2、使用项目Re</description>
    </item>
    
    <item>
      <title>在Linux环境中搭建BT下载工具Simple-Torrent</title>
      <link>https://blog.i1988.top/posts/tech/simple-torrent/</link>
      <pubDate>Fri, 02 Dec 2022 00:12:00 +0800</pubDate>
      
      <guid>https://blog.i1988.top/posts/tech/simple-torrent/</guid>
      <description>☁️ Simple Torrent介绍： Simple Torrent是一个开源、免费的BT下载程序，适用于 Linux、darwin和Windows。Simple Torrent是一个自托管的远程种子客户端，用 Go (golang)编写。您可以远程启动 torrent，它们作为文件集下载到服务器的本地磁盘上，然后可</description>
    </item>
    
    <item>
      <title>在Linux环境中搭建BT下载工具Cloud-Torrent</title>
      <link>https://blog.i1988.top/posts/tech/cloud-torrent/</link>
      <pubDate>Thu, 01 Dec 2022 23:59:00 +0800</pubDate>
      
      <guid>https://blog.i1988.top/posts/tech/cloud-torrent/</guid>
      <description>☁️ Cloud Torrent介绍： Cloud Torrent是一个开源、免费的BT下载程序，适用于 Linux、darwin和Windows。Cloud Torrent是一个自托管的远程种子客户端，用 Go (golang)编写。您可以远程启动 torrent，它们作为文件集下载到服务器的本地磁盘上，然后可以</description>
    </item>
    
  </channel>
</rss>
