Commit Graph

471 Commits

Author SHA1 Message Date
github-actions[bot] 18bcd314e4 [v1.16.0] feat: add pkexec.md (#520) (#529)
* feat:add pkexec.md(#520)

* 更新 pkexec.md 13e5963b66
2023-10-08 16:54:27 +00:00
github-actions[bot] 9e0709b23a [v1.16.0] chore(deps): update dependency markdown-to-html-cli to v4 (#527)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 1f1bd4cae3
2023-09-28 12:12:29 +00:00
github-actions[bot] 9095abc991 [v1.16.0] feat: add hcitool (#526) f2851b3512 2023-09-27 02:38:47 +00:00
github-actions[bot] 938371b909 [v1.16.0] feat: add createrepo.md (#525) 605c027564 2023-09-07 07:25:38 +00:00
github-actions[bot] 7932f18df3 [v1.16.0] feat: Add reposync.md (#524)
* Create reposync.md

* Update reposync.md

---------

Co-authored-by: YH <114390595+aini294339791@users.noreply.github.com> 25182ed8ab
2023-09-07 06:00:21 +00:00
github-actions[bot] 737830cd3f [v1.16.0] doc: update command/pgrep.md (#519) 407be641fa 2023-07-15 02:34:02 +00:00
github-actions[bot] 464788c866 [v1.16.0] doc: update modetest.md (#518) ac04ffd50b 2023-07-10 08:00:45 +00:00
github-actions[bot] 03f1383894 [v1.16.0] add(drm): modetest.md (#518)
* add(drm): modetest.md

* feat(drm): add compilation and installation example for modetest tool  ## Description  This commit adds an example for compiling and installing the modetest tool, which is used for testing and validating DRM (Direct Rendering Manager) driver functionality.  ## Compilation and Installation Example  Here is an example of how to compile and install the modetest tool:  1. Clone the modetest repository from the source:     ```shell    git clone https://github.com/dvdhrm/drm-tests.git    ```  2. Change into the modetest directory:     ```shell    cd drm-tests/modetest    ```  3. Install the necessary dependencies for compilation. This may vary depending on your distribution. For example, on Ubuntu, you can install the required packages using the following command:     ```shell    sudo apt-get install build-essential libdrm-dev    ```  4. Build the modetest tool:     ```shell    make    ```  5. Optionally, you can run the modetest tool directly from the build directory:     ```shell    ./modetest    ```  6. If you want to install the modetest tool system-wide, use the following command:     ```shell    sudo make install    ```     This will install the modetest binary into the appropriate system directories.  7. You can now run the modetest tool from anywhere on your system:     ```shell    modetest    ```  Please note that the compilation and installation process may vary depending on your system configuration and distribution. Make sure to follow the specific instructions provided by the modetest repository or consult the documentation for your distribution for more accurate and detailed instructions. cd7efff1a5
2023-07-10 07:44:23 +00:00
github-actions[bot] 8b00277480 [v1.16.0] chore: update workflows config. b525acd107 2023-06-20 15:56:37 +00:00
github-actions[bot] c3a26f83b9 [v1.16.0] doc: update command/dmesg.md (#517) a1549ed0c6 2023-06-19 10:09:57 +00:00
github-actions[bot] 6ebe62d839 [v1.16.0] doc: Update znew.md (fix #516) 922c39b88c 2023-06-17 14:37:28 +00:00
github-actions[bot] 60306afece [v1.16.0] fix: update build script. ed58ed1124 2023-06-15 07:15:24 +00:00
github-actions[bot] 6624552559 [v1.16.0] chore: update 7z.md/db.md document. 8c7a05a0f4 2023-06-15 07:14:12 +00:00
github-actions[bot] d3d99f50cb [v1.16.0] doc: Update nc.md (#509)
* Update nc.md

* Update nc.md

* Update nc.md d6bc27242a
2023-06-02 20:39:08 +00:00
github-actions[bot] c5190ac07d [v1.16.0] add sha256sum.md (#480) 1668d797e1 2023-06-01 03:43:19 +00:00
github-actions[bot] 41ccc89e93 [v1.16.0] add sha256sum.md (#480) 1668d797e1 2023-05-31 17:12:03 +00:00
github-actions[bot] 70aedb4759 [v1.16.0] doc: update pwck (#507)
Co-authored-by: Alan <alanmp@qq.com> f707705c4c
2023-05-30 00:27:21 +00:00
github-actions[bot] 85d5fd4af7 [v1.16.0] doc: update top.md. (#506) ea7767846e 2023-05-29 14:50:01 +00:00
github-actions[bot] 36efe83465 [v1.16.0] doc: update pidstat.md (#505)
错别字+使描述更准确 1abf91b1f5
2023-05-29 04:20:54 +00:00
github-actions[bot] acd299e2c9 [v1.16.0] Update ssh.md 119f80ab24 2023-05-27 03:57:20 +00:00
github-actions[bot] ac8d8956a9 [v1.16.0] Update ssh.md 512a35b995 2023-05-27 03:57:09 +00:00
github-actions[bot] 6bc4c7ab76 [v1.16.0] doc: Update rsync.md fix #504 92fe14ab82 2023-05-27 01:14:04 +00:00
github-actions[bot] a0deab398a [v1.16.0] doc: Update sed.md (#503) 8b3e8f621b 2023-05-25 01:36:46 +00:00
github-actions[bot] 921af7f7af [v1.16.0] released v1.16.0 (#460) 023ce79173 2023-05-24 06:21:52 +00:00
github-actions[bot] b01d7ba392 [v1.15.0] chore: update workflows config. (#460) dfedd5c605 2023-05-24 06:15:44 +00:00
github-actions[bot] be184d8a95 [v1.15.0] doc: Update yum.md (#500)
新增参数provides 5a20430770
2023-05-24 05:22:01 +00:00
github-actions[bot] 176a96496e [v1.15.0] chore(deps): update dependency markdown-to-html-cli to ~3.6.0 (#499)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 98dd113b9d
2023-05-23 02:35:11 +00:00
github-actions[bot] ed31534c38 [v1.15.0] doc: Update iostat.md (#498)
iostat的util参数解读有误。参照于man手册
Percentage of elapsed time during which I/O requests were issued to the device (bandwidth utilization for the device). Device saturation occurs when this value is close to 100% for  devices  serving  requests  serially.But  for  devices serving requests in parallel, such as RAID arrays and modern SSDs, this number does not reflect their performance limits. e653d3ffac
2023-05-22 10:16:51 +00:00
github-actions[bot] 577b9338b2 [v1.15.0] doc: Update dig.md (fix #496) 62792785f0 2023-05-10 08:19:01 +00:00
github-actions[bot] 77e17e7933 [v1.15.0] doc: update htop.md/ping.md/ping6.md (#495)
* Make detailed supplements to some commands.

* Added the ipv6 side network test command.

* Added the ipv6 side network test command. b68c273d35
2023-05-05 14:51:01 +00:00
github-actions[bot] c913516515 [v1.15.0] doc: update command/htop.md. (#494) 76d6dc86e5 2023-05-02 13:58:20 +00:00
github-actions[bot] a4a8e860d9 [v1.15.0] doc: update prtstat.md (fix #493) 95a33dd6d4 2023-04-28 03:30:31 +00:00
github-actions[bot] f576b187d9 [v1.15.0] doc: update prtstat.md (#491) 452e2bf388 2023-04-27 12:43:54 +00:00
github-actions[bot] 8fde49237c [v1.15.0] feat: add prtstat.md (#491) d87b161d92 2023-04-27 12:38:15 +00:00
github-actions[bot] e631f45d7b [v1.15.0] chore: Update ci.yml c01631b17f 2023-04-26 05:59:43 +00:00
github-actions[bot] 51bec29255 [v1.15.0] released v1.15.0 b151c013b6 2023-04-26 05:54:09 +00:00
github-actions[bot] 44ad79f4cd [v1.14.0] chore: update dist/data.json a4270d84ea 2023-04-26 05:53:03 +00:00
github-actions[bot] b8dc730dcf [v1.14.0] chore: renamed maintainers.md -> CONTRIBUTING.md #490 53373b0f11 2023-04-26 05:51:40 +00:00
github-actions[bot] e17aba8861 [v1.14.0] fix(index.js):修复找不到词条的文字显示错误 (#490)
* fix(curl,time):格式化内容,并参考 #359 #352 修改文档

* fix(index.js):修复找不到词条的文字显示错误

* docs:对于未来的贡献者提出了明确的要求和提示

* docs:对于未来的贡献者提出了明确的要求和提示 8ea28b9d45
2023-04-26 05:50:37 +00:00
github-actions[bot] 135e20af3f [v1.14.0] fix(curl,time): 格式化内容,并参考 #359 #352 修改文档 (#488) 9c38fcf583 2023-04-24 16:29:02 +00:00
github-actions[bot] e6a2280c81 [v1.14.0] feat: add pacman.md & update 7z/ag/alias/ar/date document (#487)
* 添加 Pacman 指令 #224

* 补充 7z 简体中文网站

* 添加指向自由软件基金会的链接

* 翻译grub2-mkconfig.md

* 增加 7z help 信息翻译

* 重新翻译 选项 一节

* 增加参考信息

* 简化文字

* 删除一些空格

* 重写 选项 一节

* 修复格式问题

* 使用本地 fdisk 指令重写文档选项章节

* 修改格式以符合其他项目要求 ed0bad9bdd
2023-04-24 14:16:34 +00:00
github-actions[bot] dfa394d0c6 [v1.14.0] ci: add vercel deploy (#485)
* ci: add vercel config file to override `outputDirectory` to `.deploy`

https://vercel.com/docs/concepts/projects/project-configuration#outputdirectory

* docs(readme.md): add vercel deploy description d90937cf69
2023-04-14 07:53:48 +00:00
github-actions[bot] 2b2cd93a55 [v1.14.0] feat: add command/pwdx.md (#484) 1adf598111 2023-04-12 03:25:52 +00:00
github-actions[bot] eeaa76ca54 [v1.14.0] feat: add command/sar.md (#405) fd20318e87 2023-04-03 04:30:37 +00:00
github-actions[bot] 24a9467970 [v1.14.0] feat: add getent.md #483 020b2bba2a 2023-04-03 04:19:27 +00:00
github-actions[bot] 465ddc6986 [v1.14.0] doc: update command/trap.md (#482) 6482de64e6 2023-03-24 10:43:51 +00:00
github-actions[bot] ad82cd19cc [v1.14.0] doc: Update Dockerfile #454 be81d69878 2023-03-14 12:13:19 +00:00
github-actions[bot] 56d0b40509 [v1.14.0] doc: Update Dockerfile #454 be81d69878 2023-03-14 07:26:55 +00:00
github-actions[bot] a29be83193 [v1.14.0] doc: Update command/dnf.md (#478) 3655c5f00d 2023-03-11 09:58:04 +00:00
github-actions[bot] 3fb2d95416 [v1.14.0] chore(deps): update dependency colors-cli to ~1.0.31 b6e2cd831e 2023-03-09 03:12:13 +00:00