Update 4 files

- /images/offline.svg
- /_data/ai-cache.json
- /proxylist.md
- /assets/Mabbs.zip
This commit is contained in:
mayx
2025-07-29 03:53:38 +00:00
parent cdd14e03e9
commit 4475fd7ffe
4 changed files with 5 additions and 5 deletions
+2 -1
View File
@@ -165,5 +165,6 @@
"/2025/05/07/mac-studio.html": "Mac Studio M3 Ultra使\n\n1. **使** macOS\n2. **LLM** XinferenceLM StudioDeepSeekQwen3DeepSeek-R1\n3. **** Qwen3DeepSeek-R1\n4. **UTM** Mac Studio使VZWindowsAsahi LinuxM3 Ultra\n5. **** Mac Studio M3 Ultra512GBLLM",
"/2025/06/02/optimize.html": "1AI234GitalkGitHub5IE8使 Respond.jsXDR6AtomRSSJSONFeed7IndieWeb",
"/2025/07/01/xslt.html": "XMLXSLTJekyllXML仿XSLTdoctype-systemSitemapXSLTXMLXSLT",
"/2025/07/13/hacked.html": "这篇文章讲述了作者在登录一台闲置服务器时发现被入侵的经历。通过观察服务器负载和进程,作者意识到存在恶意软件。作者使用了netstat、lsof等工具进行调查,发现了一个名为gs-dbus的木马进程和libprocesshider.so文件,这隐藏了其他恶意工具。作者通过查找自启动服务、清理木马、修改密码等方式进行了应对,并分析了入侵者使用的工具,如Global Socket项目和logclean。作者认为这次入侵虽然造成了损失,但也学到了一些知识。"
"/2025/07/13/hacked.html": "使netstatlsofgs-dbuslibprocesshider.so使Global Socketlogclean",
"/2025/07/24/screenshot.html": "CloudflareCloudflare Workers使iframeCSSCloudflare10使使Cloudflare"
}
BIN
View File
Binary file not shown.
-1
View File
@@ -1 +0,0 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M512 64.49899 512 64.49899c-247.148913 0-447.50101 200.353121-447.50101 447.50101l0 0.001023c0 247.14789 200.353121 447.50101 447.50101 447.50101l0.001023 0c247.14789 0 447.50101-200.353121 447.50101-447.50101l0-0.001023C959.50101 264.85211 759.14789 64.49899 512 64.49899zM668.789952 627.865891c15.07637 15.07637 18.176988 36.554544 6.904247 47.827285-11.272741 11.272741-32.751938 8.172123-47.827285-6.904247L512 552.923038 396.133086 668.789952c-15.07637 15.07637-36.554544 18.176988-47.827285 6.904247-11.272741-11.272741-8.172123-32.751938 6.904247-47.827285l115.865891-115.865891L355.210048 396.133086c-15.07637-15.07637-18.176988-36.554544-6.904247-47.827285 11.272741-11.272741 32.751938-8.172123 47.827285 6.904247l115.865891 115.865891 115.865891-115.865891c15.07637-15.07637 36.554544-18.176988 47.827285-6.904247 11.272741 11.272741 8.172123 32.751938-6.904247 47.827285L552.923038 512 668.789952 627.865891z" fill="#858585" /></svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

+3 -3
View File
@@ -3,19 +3,19 @@ layout: default
title: 代理列表
---
源站:<https://mabbs.github.io> <img src="https://mabbs.github.io/images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
源站:<https://mabbs.github.io> <img src="https://mabbs.github.io/images/online.svg" style="width:22px;vertical-align: bottom" onerror="$(this).replaceWith('ⓧ')"/>
# 代理列表
考虑到中国对于Github Pages在很多地区都有一定程度的解析异常,所以我为我的博客做了很多反向代理。以下代理站均为官方授权:
(根据可能的可用性排序)
{% for item in site.data.proxylist.proxies %}- <{{ item }}> <img src="{{ item }}images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
{% for item in site.data.proxylist.proxies %}- <{{ item }}> <img src="{{ item }}images/online.svg" style="width:22px;vertical-align: bottom" onerror="$(this).replaceWith('ⓧ')"/>
{% endfor %}
# 镜像列表
由于[Github已经不再可信](/2022/01/04/banned.html),所以现在提供以下镜像站:
{% for item in site.data.proxylist.mirrors %}- <{{ item }}> <img src="{{ item }}images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
{% for item in site.data.proxylist.mirrors %}- <{{ item }}> <img src="{{ item }}images/online.svg" style="width:22px;vertical-align: bottom" onerror="$(this).replaceWith('ⓧ')"/>
{% endfor %}
# Git列表