Blogs

Posts in 2024
  • 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

  • Command Line Syntax Conventions

    Friday, June 28, 2024 in Chat

    Command line syntax conventions References https://www.ibm.com/docs/en/iotdm/11.3?topic=interface-command-line-syntax https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/command-line-syntax-key …

    Read more

  • Meanings of brackets in man pages

    Friday, June 28, 2024 in Chat

    Meanings of brackets in man pages Meanings of brackets in man pages In command-line help, different types of brackets generally carry the following meanings: Angle brackets <>: Angle brackets denote required arguments—values you must provide …

    Read more