Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f831777

Browse files
author
bajins
committed
docs: 更新数据库同步和安全相关资源
- 调整 DBS 项目顺序 - 移动 CSDN 相关内容至 IDE 目录 - 添加 MQTT 和 OPC 相关资源 - 更新系统管理相关链接
1 parent b77da5d commit f831777

File tree

14 files changed

+71
-34
lines changed

14 files changed

+71
-34
lines changed

‎DBS/README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@
6767

6868

6969
- [https://github.com/osalvador/ReplicaDB](https://github.com/osalvador/ReplicaDB)
70-
- [https://github.com/JumpMind/symmetric-ds](https://github.com/JumpMind/symmetric-ds)
71-
- [https://sourceforge.net/projects/symmetricds](https://sourceforge.net/projects/symmetricds)
72-
- [https://www.symmetricds.org](https://www.symmetricds.org)
7370
- [https://github.com/86dbs/dbsyncer](https://github.com/86dbs/dbsyncer)
7471
- [https://gitee.com/dromara/dbswitch](https://gitee.com/dromara/dbswitch)
7572
- [https://github.com/Henryhuang0411/mydbswitch](https://github.com/Henryhuang0411/mydbswitch)
73+
- [https://github.com/JumpMind/symmetric-ds](https://github.com/JumpMind/symmetric-ds)
74+
- [https://sourceforge.net/projects/symmetricds](https://sourceforge.net/projects/symmetricds)
75+
- [https://www.symmetricds.org](https://www.symmetricds.org)
7676
- [https://github.com/viant/dbsync](https://github.com/viant/dbsync)
7777
- [https://github.com/pentaho/pentaho-kettle](https://github.com/pentaho/pentaho-kettle)
7878
- [https://github.com/zhaxiaodong9860/kettle-scheduler](https://github.com/zhaxiaodong9860/kettle-scheduler)

‎IDE/Chromium.md‎

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -546,11 +546,15 @@ taskkill /f /im chromedriver.exe
546546
* [https://github.com/derjanb](https://github.com/derjanb)
547547
* [https://bbs.tampermonkey.net.cn](https://bbs.tampermonkey.net.cn)
548548
* [https://github.com/hmjz100/Online-disk-direct-link-download-assistant](https://github.com/hmjz100/Online-disk-direct-link-download-assistant)
549-
* [https://github.com/syhyz1990](https://github.com/syhyz1990)
550-
* [https://www.youxiaohou.com](https://www.youxiaohou.com)
551-
* CSDN去广告 [https://github.com/adlered/CSDNGreener](https://github.com/adlered/CSDNGreener)
552-
* [https://github.com/027xiguapi/code-box](https://github.com/027xiguapi/code-box)
553549
* 百度云 [https://github.com/hmjz100/LinkSwift](https://github.com/hmjz100/LinkSwift)
550+
* [https://github.com/syhyz1990](https://github.com/syhyz1990)
551+
* [https://www.youxiaohou.com/download.html](https://www.youxiaohou.com/download.html)
552+
* [https://greasyfork.org/zh-CN/scripts/546878](https://greasyfork.org/zh-CN/scripts/546878)
553+
* [https://greasyfork.org/zh-CN/scripts/521185](https://greasyfork.org/zh-CN/scripts/521185)
554+
* [https://greasyfork.org/zh-CN/scripts/544796](https://greasyfork.org/zh-CN/scripts/544796)
555+
* [https://greasyfork.org/zh-CN/scripts/512984](https://greasyfork.org/zh-CN/scripts/512984) 有广告
556+
* [https://github.com/dongyubin/Baidu-VIP](https://github.com/dongyubin/Baidu-VIP)
557+
* 小说下载 [https://github.com/404-novel-project/novel-downloader](https://github.com/404-novel-project/novel-downloader)
554558
* 暴力猴 [https://github.com/violentmonkey/violentmonkey](https://github.com/violentmonkey/violentmonkey)
555559
* 油猴 [https://github.com/greasemonkey/greasemonkey](https://github.com/greasemonkey/greasemonkey)
556560

@@ -559,6 +563,31 @@ taskkill /f /im chromedriver.exe
559563

560564

561565

566+
**CSDN取消屏蔽**
567+
568+
```js
569+
const c = document.getElementById("article_content");
570+
c.style.height="auto";
571+
c.style.overflow="auto";
572+
document.querySelector("#mainBox > main > div.hide-article-box.hide-article-pos.text-center").remove();
573+
// 添加至浏览器标签,解决登陆后复制
574+
javascript:document.body.contentEditable='true';document.designMode='on'; void 0
575+
```
576+
577+
- [https://github.com/search?q=CSDN](https://github.com/search?q=CSDN)
578+
- [https://greasyfork.org/zh-CN/scripts?q=CSDN+vip&sort=updated](https://greasyfork.org/zh-CN/scripts?q=CSDN+vip&sort=updated)
579+
- [https://github.com/027xiguapi/code-box](https://github.com/027xiguapi/code-box)
580+
- [https://github.com/maxzhang666/OneKeyVip](https://github.com/maxzhang666/OneKeyVip)
581+
- [https://github.com/adlered/CSDNGreener](https://github.com/adlered/CSDNGreener)
582+
- [https://greasyfork.org/zh-CN/scripts/378351](https://greasyfork.org/zh-CN/scripts/378351)
583+
- [https://github.com/Mrlimuyu/CSDN-VIP](https://github.com/Mrlimuyu/CSDN-VIP)
584+
- [https://greasyfork.org/zh-CN/scripts/545163](https://greasyfork.org/zh-CN/scripts/545163)
585+
- [https://greasyfork.org/zh-CN/scripts/508787](https://greasyfork.org/zh-CN/scripts/508787)
586+
- [https://github.com/Qalxry/csdn2md](https://github.com/Qalxry/csdn2md)
587+
- [https://github.com/bigintpro/csdn_downloader](https://github.com/bigintpro/csdn_downloader)
588+
- [https://github.com/zq2599/blog_demos](https://github.com/zq2599/blog_demos)
589+
590+
562591

563592
### Other
564593

‎IDE/Git服务.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ volumes:
110110
+ 生成更新日志 [https://github.com/shipkit/shipkit-changelog](https://github.com/shipkit/shipkit-changelog)
111111
+ [https://github.com/lowlighter/metrics](https://github.com/lowlighter/metrics)
112112
+ [https://github.com/ryo-ma/github-profile-trophy](https://github.com/ryo-ma/github-profile-trophy)
113+
+ [https://github.com/wuuashen/gitlab-to-github](https://github.com/wuuashen/gitlab-to-github)
113114
114115
115116
* GitHub漫游指南 [https://github.com/phodal/github](https://github.com/phodal/github)
@@ -155,6 +156,8 @@ volumes:
155156
- [https://www.tkcnn.com](https://www.tkcnn.com)
156157
- [https://github.com/VulnTotal-Team/yarb](https://github.com/VulnTotal-Team/yarb)
157158
- [https://github.com/chainreactors/picker](https://github.com/chainreactors/picker)
159+
- [https://github.com/hellokaton/china-ranking](https://github.com/hellokaton/china-ranking)
160+
- [https://github.com/oliyh/stardev-feedback](https://github.com/oliyh/stardev-feedback)
158161
- 记录GitHub趋势 [https://github.com/xiaobaiha/github-trending-history](https://github.com/xiaobaiha/github-trending-history)
159162
- [https://github.oldjpg.com](https://github.oldjpg.com)
160163
- [https://github.com/GitHubDaily](https://github.com/GitHubDaily)

‎IDE/README.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@
222222
* [https://github.com/bitkeeper-scm/bitkeeper](https://github.com/bitkeeper-scm/bitkeeper)
223223
* [https://github.com/jj-vcs/jj](https://github.com/jj-vcs/jj)
224224
* [https://steveklabnik.github.io/jujutsu-tutorial](https://steveklabnik.github.io/jujutsu-tutorial)
225+
* [https://github.com/jj-for-everyone/jj-for-everyone.github.io](https://github.com/jj-for-everyone/jj-for-everyone.github.io)
225226

226227

227228

‎IDE/软件安全.md‎

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@
1717
* [https://github.com/Threekiii/Awesome-Redteam](https://github.com/Threekiii/Awesome-Redteam)
1818
* [https://github.com/knownsec](https://github.com/knownsec)
1919
* Linux服务器加固指南 [https://github.com/imthenachoman/How-To-Secure-A-Linux-Server](https://github.com/imthenachoman/How-To-Secure-A-Linux-Server)
20+
* 漏洞提交协议 [https://github.com/ossf/osv-schema](https://github.com/ossf/osv-schema)
21+
* [https://github.com/google/osv-scanner](https://github.com/google/osv-scanner)
22+
* [https://github.com/google/osv.dev](https://github.com/google/osv.dev)
23+
* [https://github.com/google/osv](https://github.com/google/osv)
24+
* [https://github.com/CloudSecurityAlliance](https://github.com/CloudSecurityAlliance)
25+
* [https://github.com/RustSec/advisory-db](https://github.com/RustSec/advisory-db)
26+
* [https://github.com/pypa/advisory-database](https://github.com/pypa/advisory-database)
27+
* 查找漏洞 [https://github.com/aquasecurity/trivy](https://github.com/aquasecurity/trivy)
28+
* [https://github.com/trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog)
29+
* [https://github.com/socfortress/Wazuh-Rules](https://github.com/socfortress/Wazuh-Rules)
30+
* 检测防止泄密 [https://github.com/gitleaks/gitleaks](https://github.com/gitleaks/gitleaks)
2031
* 加密工具 [https://github.com/guyoung/CaptfEncoder](https://github.com/guyoung/CaptfEncoder)
2132
* 黑客工具 [https://github.com/Z4nzu/hackingtool](https://github.com/Z4nzu/hackingtool)
2233
* [https://github.com/OWASP](https://github.com/OWASP)
@@ -48,7 +59,6 @@
4859
* 风险控制 [https://github.com/WalterInSH/risk-management-note](https://github.com/WalterInSH/risk-management-note)
4960
* [https://github.com/Contrast-Security-OSS](https://github.com/Contrast-Security-OSS)
5061
* [https://github.com/Qihoo360/WatchAD2.0](https://github.com/Qihoo360/WatchAD2.0)
51-
* 检测防止泄密 [https://github.com/gitleaks/gitleaks](https://github.com/gitleaks/gitleaks)
5262
* 收集Windows日志 [https://github.com/cisagov/LME](https://github.com/cisagov/LME)
5363
* [https://github.com/nsacyber](https://github.com/nsacyber)
5464
* 安全测试平台 [https://github.com/yaklang/yakit](https://github.com/yaklang/yakit)

‎Other/Bookmarks.md‎

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -60,30 +60,6 @@
6060

6161

6262

63-
**CSDN取消屏蔽**
64-
65-
```js
66-
const c = document.getElementById("article_content");
67-
c.style.height="auto";
68-
c.style.overflow="auto";
69-
document.querySelector("#mainBox > main > div.hide-article-box.hide-article-pos.text-center").remove();
70-
// 添加至浏览器标签,解决登陆后复制
71-
javascript:document.body.contentEditable='true';document.designMode='on'; void 0
72-
```
73-
74-
- [https://github.com/search?q=CSDN](https://github.com/search?q=CSDN)
75-
- [https://greasyfork.org/zh-CN/scripts?q=CSDN+vip&sort=updated](https://greasyfork.org/zh-CN/scripts?q=CSDN+vip&sort=updated)
76-
- [https://github.com/adlered/CSDNGreener](https://github.com/adlered/CSDNGreener)
77-
- [https://greasyfork.org/zh-CN/scripts/378351](https://greasyfork.org/zh-CN/scripts/378351)
78-
- [https://github.com/Mrlimuyu/CSDN-VIP](https://github.com/Mrlimuyu/CSDN-VIP)
79-
- [https://greasyfork.org/zh-CN/scripts/545163](https://greasyfork.org/zh-CN/scripts/545163)
80-
- [https://greasyfork.org/zh-CN/scripts/508787](https://greasyfork.org/zh-CN/scripts/508787)
81-
- [https://github.com/Qalxry/csdn2md](https://github.com/Qalxry/csdn2md)
82-
- [https://github.com/maxzhang666/OneKeyVip](https://github.com/maxzhang666/OneKeyVip)
83-
- [https://github.com/bigintpro/csdn_downloader](https://github.com/bigintpro/csdn_downloader)
84-
- [https://github.com/zq2599/blog_demos](https://github.com/zq2599/blog_demos)
85-
86-
8763

8864
## 冷知识和黑科技
8965

@@ -250,6 +226,7 @@ javascript:document.body.contentEditable='true';document.designMode='on'; void 0
250226
* 共享卡片 [https://share.aitimi.cn](https://share.aitimi.cn)
251227
* 名片设计 [https://yft.design](https://yft.design)
252228
* 图像压缩 [https://compressjpg.io](https://compressjpg.io)
229+
* 模拟摄影 [https://www.filmtypes.com](https://www.filmtypes.com)
253230

254231

255232

‎Other/免费服务.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,7 @@
558558
* [https://uhdwallpapers.org](https://uhdwallpapers.org)
559559
* [https://shipin520.com/shipin-tp/0-1329-0-0-0-0-0-0-0-1.html](https://shipin520.com/shipin-tp/0-1329-0-0-0-0-0-0-0-1.html)
560560
* [https://github.com/jinghu-moon/typora-see-yue-theme](https://github.com/jinghu-moon/typora-see-yue-theme)
561+
* [https://github.com/sambecker/exif-photo-blog](https://github.com/sambecker/exif-photo-blog)
561562

562563

563564
- `https://image.baidu.com/search/down?tn=download&word=download&ie=utf8&fr=detail&url=` 用于下载图片的api地址

‎PL/人工智能.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@
325325
* 生成短视频 [https://github.com/harry0703/MoneyPrinterTurbo](https://github.com/harry0703/MoneyPrinterTurbo)
326326
* [https://github.com/alecm20/story-flicks](https://github.com/alecm20/story-flicks)
327327
* [https://github.com/YILS-LIN/short-video-factory](https://github.com/YILS-LIN/short-video-factory)
328+
* [https://github.com/wendy7756/AI-Video-Transcriber](https://github.com/wendy7756/AI-Video-Transcriber)
328329
* 提高分辨率 [https://github.com/Janspiry/Image-Super-Resolution-via-Iterative-Refinement](https://github.com/Janspiry/Image-Super-Resolution-via-Iterative-Refinement)
329330
* [https://compvis.github.io/taming-transformers](https://compvis.github.io/taming-transformers)
330331
* [https://github.com/upscayl/upscayl](https://github.com/upscayl/upscayl)
@@ -382,6 +383,7 @@
382383
* [https://github.com/Kingfish404/segment-anything-webui](https://github.com/Kingfish404/segment-anything-webui)
383384
* stable-diffusion [https://github.com/Fictiverse/Redream](https://github.com/Fictiverse/Redream)
384385
* [https://github.com/SupaGruen/StableDiffusion-CheatSheet](https://github.com/SupaGruen/StableDiffusion-CheatSheet)
386+
* [https://github.com/liriliri/vivy](https://github.com/liriliri/vivy)
385387
* [https://github.com/SysCV/sam-hq](https://github.com/SysCV/sam-hq)
386388
* [https://github.com/fiatrete/OpenDAN-Personal-AI-OS](https://github.com/fiatrete/OpenDAN-Personal-AI-OS)
387389
* [https://github.com/nateraw/stable-diffusion-videos](https://github.com/nateraw/stable-diffusion-videos)
@@ -468,6 +470,7 @@
468470
- 将音视频转文档 [https://github.com/hanshuaikang/AI-Media2Doc](https://github.com/hanshuaikang/AI-Media2Doc)
469471
- 系统运维AI [https://github.com/derisk-ai/OpenDerisk](https://github.com/derisk-ai/OpenDerisk)
470472
- AI笔记 [https://github.com/fastrepl/hyprnote](https://github.com/fastrepl/hyprnote)
473+
- AI桌面 [https://github.com/bytebot-ai/bytebot](https://github.com/bytebot-ai/bytebot)
471474

472475

473476

‎PL/硬件交互.md‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
* [https://github.com/eclipse/paho.mqtt.c](https://github.com/eclipse/paho.mqtt.c)
1616
* [https://github.com/eclipse/mosquitto](https://github.com/eclipse/mosquitto)
1717
* [https://github.com/vernemq/vernemq](https://github.com/vernemq/vernemq)
18-
* [https://github.com/emqx/emqtt](https://github.com/emqx/emqtt)
18+
* [https://github.com/emqx](https://github.com/emqx)
19+
* [https://docs.emqx.com/zh/neuronex/latest/configuration/introduction.html](https://docs.emqx.com/zh/neuronex/latest/configuration/introduction.html)
1920
* [https://github.com/jiejieTop/mqttclient](https://github.com/jiejieTop/mqttclient)
2021
* [https://github.com/Wizzercn/MqttWk](https://github.com/Wizzercn/MqttWk)
2122
* [https://github.com/Koenkk/zigbee2mqtt](https://github.com/Koenkk/zigbee2mqtt)
@@ -26,6 +27,7 @@
2627
* [https://github.com/sipeed](https://github.com/sipeed)
2728
* [https://github.com/RT-Thread-packages/freemodbus](https://github.com/RT-Thread-packages/freemodbus)
2829
* [https://github.com/debevv/nanoMODBUS](https://github.com/debevv/nanoMODBUS)
30+
* Modbus工具 [https://www.modbustools.com](https://www.modbustools.com)
2931
* [https://github.com/hneemann/Digital](https://github.com/hneemann/Digital)
3032
* [https://github.com/windowsair/wireless-esp8266-dap](https://github.com/windowsair/wireless-esp8266-dap)
3133
* [https://github.com/sakumisu/CherryUSB](https://github.com/sakumisu/CherryUSB)
@@ -56,7 +58,8 @@
5658
* [https://github.com/kohsuke/jinterop-proxy](https://github.com/kohsuke/jinterop-proxy)
5759
* [https://github.com/GreatGarlic/OpcClient](https://github.com/GreatGarlic/OpcClient)
5860
* [https://github.com/codelibs/jcifs](https://github.com/codelibs/jcifs)
59-
61+
* [https://github.com/neugates/neuopc](https://github.com/neugates/neuopc)
62+
* [https://www.unified-automation.com](https://www.unified-automation.com)
6063

6164

6265

‎Shell/README.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
- [https://github.com/kurtchen/Lynx](https://github.com/kurtchen/Lynx)
5757
- [https://sourceforge.net/projects/w3m](https://sourceforge.net/projects/w3m)
5858
- [https://github.com/doxx/darkflare](https://github.com/doxx/darkflare)
59+
- 延迟监控 [https://gitlab.com/dseltzer/sping](https://gitlab.com/dseltzer/sping)
5960
- 爬取网页 [https://github.com/philippta/flyscrape](https://github.com/philippta/flyscrape)
6061
- 历史记录 [https://github.com/ddworken/hishtory](https://github.com/ddworken/hishtory)
6162
- [https://github.com/YiNNx/cmd-wrapped](https://github.com/YiNNx/cmd-wrapped)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /