Blogs

Posts in 2024
  • Releasing Reserved Memory on a VPS

    Tuesday, December 31, 2024 in

    By default, the Linux kernel reserves a block of memory for kdump, and its size is controlled by the crashkernel parameter. Most application developers rarely trigger kernel panics, so you can recover this memory by editing /etc/default/grub. If you …

    Read more

  • How a vendor bypasses DNS blocking

    Friday, December 13, 2024 in Offense & Defense

    Recently I noticed that the DNS public service IP is receiving abnormal traffic—tens of identical requests for the same domain every second, completely ignoring the DNS protocol and the global TTL value. At first I thought the IP belonged to an …

    Read more

  • WeChat Read Auto Check-in & Read-Time Boost

    Thursday, December 05, 2024 in WeRead Experience Sharing

    Just to get a cheaper WeChat Read membership. This document may be out of date; for the latest version visit the open-source repository: https://github.com/jqknono/weread-challenge-selenium WeChat Read Rules Offline reading counts toward the total, …

    Read more

  • Turning off the discrete GPU to save power

    Monday, November 18, 2024 in Tools

    This post is for friends who rarely shut down their desktop and often remote into it to work. My daily workstation and gaming rig are the same machine, with a 4K 144 Hz monitor. I normally leave the discrete GPU on just to make everyday interactions …

    Read more

  • Google Translate API Usage Guide

    Friday, November 15, 2024 in Free Services

    If you need to automate translation tasks via API, the Google Translate API is a solid choice. Its translation quality may be slightly behind DeepL, but it offers better value—especially with 500,000 free characters every month. Product Overview …

    Read more

  • IPv6 Disconnect Issue on Long-Running Windows Server 2019

    Wednesday, November 06, 2024 in Tricky Issues

    My Windows Server 2019 rarely shuts down; under a China Telecom/Redmi router, every time IPv6 is renewed, the local IPv6 connection shows “No Internet access.” Rebooting the machine or toggling the IPv6 feature fixes it, while Linux doesn’t exhibit …

    Read more

  • snort

    Friday, June 28, 2024 in Security

    snort Snort https://www.snort.org/ Protect your network with the world’s most powerful Open Source detection software. What is Snort? Snort is the foremost Open Source Intrusion Prevention System (IPS) in the world. Snort IPS uses a series of …

    Read more

  • linux tour

    Friday, June 28, 2024 in linux

    linux tour [内核模块开发] [linux源码中的一些缩写]

    Read more

  • Third-party Library Pitfalls

    Friday, June 28, 2024 in Chat

    Third-party library pitfalls Today we talked about a vulnerability in a recently released third-party logging library that can be exploited with minimal effort to execute remote commands. A logging library and remote command execution seem …

    Read more

  • Design Specification Template

    Friday, June 28, 2024 in Chat

    Design Specification Template Detailed Design of XXX System / Sub-system System Name XXX System Author XXX — — Submission Date 2021-06-30 Revision History Revised Version Change Description Date of Change Author v1.0 XXXXXXX 2021-06-30 …

    Read more