逆向
未读
如何去掉某博客付费插件的检测
The article discusses how to bypass the payment detection of a plugin on a blog, specifically on the Halo platform. The author uses various tools such as Jadx, dex2jar, smali, and d8 to reverse engineer the plugin's code and modify it to remove the payment check. The step-by-step process involves converting the class file to dex, then to smali, modifying the smali code, and finally recompiling it back to a runnable plugin.
云监控
未读
使用Prometheus(普罗米修斯)和Grafana实现云端监控
在日常运维中配备一个监控还是非常有必要,市面上监控程序有很多,我会挑几个来演示,本次我们来使用企业级的Grafana+Prometheus,相信大部分人还是搞不定的,跟着我的文章走,应该没问题 Grafana安装 Grafana是什么 Grafana是一个通用的可视化工具。对于Grafana而言,P
运维
未读
如何在Debian 12.X上安装Docker并配置镜像源
本文档将指导您如何在 Debian 12 系统上安装最新版本的 Docker Engine,并配置国内镜像源以加速镜像拉取。 卸载旧版本Docker sudo apt-get remove docker docker-engine docker.io containerd runc 设置 Docke
运维
未读
如何自建兼容S3协议的对象存储-MinIO
前言 MinIO是什么? MinIO is an object storage solution that provides an Amazon Web Services S3-compatible API and supports all core S3 features. MinIO is bu