Posts
All the articles I've posted.
How to use RClone to backup your data to cloud drives/storages
Published at at 03:55 PM at 09:14 PMAs is well known, unRAID, as one of the most popular home NAS systems, does not provide remote disaster recovery capabilities (the last item in the 3-2-1 backup principle). As data in the NAS becomes more and more abundant and applications become increasingly complex, I am increasingly concerned about how to recover if all NAS hardware fails due to force majeure (earthquakes, floods, fires, theft, etc.). In order to ensure that data is absolutely safe, today let's talk about remote disaster recovery.
Open URLs that start with "chrome://" in Chrome on MacOS.
Published at at 12:27 PMChrome did not register itself to open URLs that start with "chrome://". I'm going to share some tips on how to fix this.
半瓶水的 NAS 硬件升级草案
Published at at 08:40 PM at 08:38 PM我目前的 NAS 是由一台 8 年前的旧电脑改造而成的。现在打算更换硬件,参考了一些别人的方案,并调研了比较流行的 NAS 硬件。在此记录一下,也供有需要的人参考。
No front-end required, 2 APIs implement OAuth authentication
Published at at 03:34 PMI've seen too many OAuth flows designed by developers, and many of them actually require frontend involvement. Rendering the frontend page itself is already a complex process, yet they still repeatedly render pages, resulting in extremely poor performance, poor readability, and a waste of manpower. I really can't stand it anymore.
The easiest way to print a specific area (element) of an HTML page
Published at at 10:19 AM at 05:09 PMThe easiest way to print a specific area of an HTML page.