Blogs
-
WeChat Read Auto Check-in & Read-Time Boost
Thursday, December 05, 2024 in WeRead Experience Sharing
Categories:
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, …
-
Turning off the discrete GPU to save power
Monday, November 18, 2024 in Tools
Categories:
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 …
-
Google Translate API Usage Guide
Friday, November 15, 2024 in Free Services
Categories:
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 …
-
IPv6 Disconnect Issue on Long-Running Windows Server 2019
Wednesday, November 06, 2024 in Tricky Issues
Categories:
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 …
-
snort
Friday, June 28, 2024 in Security
Categories:
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 …
-
Third-party Library Pitfalls
Friday, June 28, 2024 in Chat
Categories:
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 …
-
Design Specification Template
Friday, June 28, 2024 in Chat
Categories:
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 …
-
Command Line Syntax Conventions
Friday, June 28, 2024 in Chat
Categories:
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 …
-
Meanings of brackets in man pages
Friday, June 28, 2024 in Chat
Categories:
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 …