- 下载 QT SDK
将 Qt5.9 安装到 /home/henices/Qt5.9.0/
- 编译 fcitx-qt5
git clone https://gitlab.com/fcitx/fcitx-qt5.git
| lg() { | |
| # 1. 第一步搜索: | |
| # --heading: 文件名单独显示在第一行(关键修改!) | |
| # --line-number: 显示行号,方便你跳转(可选) | |
| # --color never: 纯文本输出,交给下一步上色 | |
| rg -g '!*Desktop.md' -U -P -t md --heading --line-number --color never \ | |
| '(?s)^- (?:(?!^- ).)*?'"$1"'(?:(?!^- ).)*' \ | |
| | \ | |
| # 2. 第二步高亮: | |
| # 透传所有文本,只给关键字上色(黑字黄底,超显眼) |
| [CVE ID] | |
| CVE-2024-22669 | |
| [PRODUCT] | |
| Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient. | |
| It is included as "vi" with most UNIX systems and with Apple OS X. | |
| [AFFECTED VERSION] | |
| vim - vim < 9.0.2143 are affected, fixed in 9.0.2143 |
| [CVE ID] | |
| CVE-2024-22668 | |
| [PRODUCT] | |
| Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient. | |
| It is included as "vi" with most UNIX systems and with Apple OS X. | |
| [AFFECTED VERSION] | |
| vim - vim < 9.0.2140 are affected, fixed in 9.0.2140 |
| [CVE ID] | |
| CVE-2024-22667 | |
| [PRODUCT] | |
| Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient. | |
| It is included as "vi" with most UNIX systems and with Apple OS X. | |
| [AFFECTED VERSION] | |
| vim - vim < 9.0.2142 are affected, fixed in 9.0.2142 |
| [CVE ID] | |
| CVE-2024-22666 | |
| [PRODUCT] | |
| Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient. It is included as "vi" with most UNIX systems and with Apple OS X. | |
| [AFFECTED VERSION] | |
| vim - vim < 9.0.2141 are affected, fixed in 9.0.2141 | |
| [PROBLEM TYPE] |
| [CVE ID] | |
| CVE-2020-26664 | |
| [PRODUCT] | |
| VLC is a free and open source cross-platform multimedia player and framework that plays most multimedia files as well as DVDs, Audio CDs, VCDs, and various streaming protocols. | |
| [AFFECTED VERSION] | |
| VLC media player 3.0.11 and earlier version. | |
| [PROBLEM TYPE] |
将 Qt5.9 安装到 /home/henices/Qt5.9.0/
git clone https://gitlab.com/fcitx/fcitx-qt5.git
| #! /bin/sh | |
| echo core >/proc/sys/kernel/core_pattern | |
| echo never > /sys/kernel/mm/transparent_hugepage/enabled | |
| echo 1 >/proc/sys/kernel/sched_child_runs_first | |
| echo 1 >/proc/sys/kernel/sched_autogroup_enabled | |
| cd /sys/devices/system/cpu | |
| echo performance | tee cpu*/cpufreq/scaling_governor |
| Per https://code.google.com/p/v8/codesearch#v8/trunk/src/runtime.cc | |
| %CreateSymbol | |
| %CreatePrivateSymbol | |
| %CreateGlobalPrivateSymbol | |
| %NewSymbolWrapper | |
| %SymbolDescription | |
| %SymbolRegistry | |
| %SymbolIsPrivate |
| Set objFSO = CreateObject("Scripting.FileSystemObject") | |
| outputDir = "C:\output" | |
| objStartFolder = "C:\Rainbow\" | |
| filename = "C:\文件名.txt" | |
| If objFSO.FolderExists(outputDir) Then | |
| objFSO.DeleteFolder(outputDir) | |
| End If |