<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="/rss.xsl" ?><rss version="2.0"><channel><title>Whohhの博客</title><description>一个专注于互联网技术分享的博客，记录了我的学习和成长历程，希望能为你提供有价值的内容和帮助.</description><link>https://whohh.cn</link><item><title>利用Edgeone边缘函数反代TMDB</title><link>https://whohh.cn/article/edgeone-proxy-tmdb</link><guid isPermaLink="true">https://whohh.cn/article/edgeone-proxy-tmdb/</guid><description>前言这是一个利用腾讯Edgeone边缘函数进行代理tmdb接口的项目前者有利用Vercel代理tmdb接口的仓库，但是呢我的Emby库根本不够用，因为Vercel每月有100GB流量限制，对于我庞大的库来说完全不够，而且每天都在入库新的媒体该项目可以直接代理TMDB的API以及图片接口，可直接供神医</description><pubDate>Tue, 02 Jun 2026 19:11:00 GMT</pubDate></item><item><title>记一次将Hexo部署在Cloudflare Pages上的经验</title><link>https://whohh.cn/article/hexo-Cloudflare-Pages</link><guid isPermaLink="true">https://whohh.cn/article/hexo-Cloudflare-Pages/</guid><description>前言什么是Hexo？Hexo是一个快速、简洁且高效的博客框架。Hexo使用Markdown（或其他标记语言）解析文章，在几秒内，即可利用靓丽的主题生成静态网页。安装部署准备事项VisualStudioCodeGithub账号GithubDesktop（Windows客户端）Cloudflare账号N</description><pubDate>Wed, 19 Jun 2024 11:47:50 GMT</pubDate></item><item><title>Debian 11如何更改DNS服务器</title><link>https://whohh.cn/article/Debian-11-dns-change</link><guid isPermaLink="true">https://whohh.cn/article/Debian-11-dns-change/</guid><description>永久修改转到文件目录/etc/dhcp/dhclient.conf或者使用终端进入文件编辑，推荐使用nano，没有的可以安装nano/etc/dhcp/dhclient.conf末尾添加一行supersededomain-name-servers223.5.5.5,223.6.6.6;这里使用的是阿</description><pubDate>Wed, 19 Jun 2024 11:27:50 GMT</pubDate></item><item><title>Debian 11 (bullseye) 国内软件源替换</title><link>https://whohh.cn/article/Debian-11-apt-mirror</link><guid isPermaLink="true">https://whohh.cn/article/Debian-11-apt-mirror/</guid><description>本文整理了Debian11(bullseye)系统的国内软件源替换软件源只是为了让国内机器更好的安装软件国内常见镜像站点阿里云debhttps://mirrors.aliyun.com/debian/bullseyemainnon-freecontribdeb-srchttps://mirrors.</description><pubDate>Wed, 19 Jun 2024 11:27:50 GMT</pubDate></item><item><title>Nginx 的 vhost 配置方法</title><link>https://whohh.cn/article/nginx-vhost</link><guid isPermaLink="true">https://whohh.cn/article/nginx-vhost/</guid><description>编辑Nginx.conf输入nano-c/etc/nginx/nginx.conf-c这个属性是为了让nano在打开文件时显示行号，understand？在VirtualHostConfig的注释内容下，大概56行，添加include/etc/nginx/conf.d/*.conf;接下来就是在该位</description><pubDate>Tue, 06 Feb 2024 14:21:00 GMT</pubDate></item><item><title>Armbian-bullseye-安装-Nginx-PHP-Mysql-phpMyAdmin-和配置-Nginx-vhost</title><link>https://whohh.cn/article/Armbian-bullseye</link><guid isPermaLink="true">https://whohh.cn/article/Armbian-bullseye/</guid><description>在各位手中相比都有开发板或者某客云或者…那么，在此记录下一次折腾Armbian23.02.0-trunkbullseye的经验。准备工作为了安装方便，需要更新下APT的源打开配置文件首先先输入nano/etc/apt/sources.list修改配置文件首先，一定一定一定一定不能删除原有的内容，万一</description><pubDate>Tue, 06 Feb 2024 14:11:00 GMT</pubDate></item><item><title>将你的 Hugo 免费托管在 Cloudflare Pages</title><link>https://whohh.cn/article/hugo-cloudflare-page</link><guid isPermaLink="true">https://whohh.cn/article/hugo-cloudflare-page/</guid><description>前言CloudflarePages是一个静态网站托管服务，功能和GithubPages差不多，可以存放静态网页，还可以直接部署前端项目。如果你的网站只是静态博客或帮助文档的话，可以完全不需要购买服务器。Cloudflare是全球最大的几个CDN服务商之一，速度应该会比GithubPages好一些，而</description><pubDate>Tue, 29 Aug 2023 01:05:00 GMT</pubDate></item><item><title>Hugo 博客系统添加 Giscus 评论功能</title><link>https://whohh.cn/article/hugo-giscus</link><guid isPermaLink="true">https://whohh.cn/article/hugo-giscus/</guid><description>前言在前面的文章，我们讲到了，如何在Linux系统搭建Hugo。这次来讲讲，如何给Hugo添加评论功能。可以选择用Giscus作为Hugo的评论系统，Giscus是一个由GithubDiscussions驱动的评论系统，无需自己单独配置。创建仓库先前往https://repo.new/创建一个新的公</description><pubDate>Mon, 28 Aug 2023 23:11:52 GMT</pubDate></item><item><title>Debian 系统搭建 Hugo 系统</title><link>https://whohh.cn/article/Debian-hugo-build</link><guid isPermaLink="true">https://whohh.cn/article/Debian-hugo-build/</guid><description>前言博客成功从Typecho迁移到Hugo啦！借此机会分享一次经验，如何搭建Hugo博客系统呢？hugo的官网：https://gohugo.io/QuickStart快速开始：https://gohugo.io/getting-started/quick-start/Release：https:/</description><pubDate>Mon, 28 Aug 2023 15:04:38 GMT</pubDate></item><item><title>我的世界服务器存档如何跨版本升级？(包含服务端)</title><link>https://whohh.cn/article/minecraft-save-upgrade</link><guid isPermaLink="true">https://whohh.cn/article/minecraft-save-upgrade/</guid><description>前言很多服务器都可能遇到这样一个问题吧？版本跨度大，或者升级下一个版本的时候服务器存档不兼容，导致无法开启，这时候方法就来了启动参数升级最有用的一个办法了适用于Spigot/Paper（包括所有的分支）直接在你的服务器启动参数后面添加一个--forceUpgrade然后启动他，等待存档升级完毕，便会</description><pubDate>Sat, 12 Aug 2023 08:29:00 GMT</pubDate></item><item><title>关于如何删除阿里云ECS/轻量应用服务器都存在的进程AliYundun</title><link>https://whohh.cn/article/AliYundun-kill</link><guid isPermaLink="true">https://whohh.cn/article/AliYundun-kill/</guid><description>这不最近用上了阿里云的轻量应用服务器，还挺便宜，搭建博客够了我这边选的是每月1TB流量1C1G什么是阿里云盾阿里云盾（AliYunDun），又名安骑士，是购买阿里云云产品后自带的监控云服务器/轻量应用服务器安全的产品，能够自动化实时入侵威胁检测、病毒查杀、漏洞智能修复、基线一键核查等功能，但是同时也</description><pubDate>Tue, 01 Aug 2023 22:24:00 GMT</pubDate></item><item><title>使用 Nginx 反代TCP协议转发加速 Minecraft 服务器</title><link>https://whohh.cn/article/minecraft-server-nginx-proxy</link><guid isPermaLink="true">https://whohh.cn/article/minecraft-server-nginx-proxy/</guid><description>前言本文用宝塔做演示，（直接安装nginx的似乎也行？）nginx从1.9.0版本开始，新增了ngx_stream_core_module模块，使nginx支持四层负载均衡。默认编译的时候该模块并未编译进去，需要编译的时候添加--with-stream，使其支持stream代理配置打开Nginx配置</description><pubDate>Mon, 24 Jul 2023 10:44:00 GMT</pubDate></item><item><title>【Minecraft群组教程】Waterfall的实装与配置</title><link>https://whohh.cn/article/minecraft-waterfall</link><guid isPermaLink="true">https://whohh.cn/article/minecraft-waterfall/</guid><description>什么是WaterFall核心？Waterfall是一个BungeeCord的分支，由PaperMC团队主导开发，其特点是拥有更友好的控制台输出和更个性化的配置选项为什么不使用原生BungeeCord由SpigotMC团队开发的BungeeCord在控制台输出和log输出上并不完美，而Waterfal</description><pubDate>Wed, 19 Jul 2023 12:50:00 GMT</pubDate></item><item><title>Debian 12 (bookworm) 国内软件源及如何更换</title><link>https://whohh.cn/article/Debian-12-mirror</link><guid isPermaLink="true">https://whohh.cn/article/Debian-12-mirror/</guid><description>国内目前已知镜像站Debian全球镜像站列表：https://www.debian.org/mirror/list使用文本编辑器（如nano或vim），宝塔也行打开路径/etc/apt/sources.list将文件中的内容替换为适合您所在地区的国内源阿里源debhttps://mirrors.al</description><pubDate>Sun, 16 Jul 2023 22:05:00 GMT</pubDate></item><item><title>Modifiedchat - Minecraft聊天插件（适配Folia）</title><link>https://whohh.cn/article/Modifiedchat</link><guid isPermaLink="true">https://whohh.cn/article/Modifiedchat/</guid><description>ModifiedChat一个功能强大、轻量级的Minecraft聊天格式修改插件✨功能特性🎨自定义聊天格式-灵活修改玩家聊天消息样式🌈MiniMessage支持-支持高级文本格式化（RGB颜色、样式效果等）🔌PlaceholderAPI集成-支持通过占位符显示动态数据👤私聊功能-玩家之间的私</description><pubDate>Sun, 28 May 2023 15:09:00 GMT</pubDate></item><item><title>如何开一个MC服务器？很简单！</title><link>https://whohh.cn/article/minecraft-server-create</link><guid isPermaLink="true">https://whohh.cn/article/minecraft-server-create/</guid><description>前言我的世界是什么？我的世界（Minecraft）是一款沙盒类电子游戏，开创者为马库斯·阿列克谢·泊松（Notch）。游戏由MojangStudios维护，现隶属于微软Xbox游戏工作室。中国版现由网易游戏代理，于2017年8月8日在中国大陆运营。另外，Minecraft可以多人联机，那么，这时候就</description><pubDate>Sun, 02 Apr 2023 17:43:00 GMT</pubDate></item></channel></rss>