Commit Graph

484 Commits

Author SHA1 Message Date
github-actions[bot] 6dfd7bb41f [v1.16.0] doc: update command/vi.md (#544)
-s:安静模式,不显示指令的任何错误信息。 206ca09a8b
2023-12-05 08:10:42 +00:00
github-actions[bot] 5c7702a01b [v1.16.0] doc: Update pacman.md (#543) 659084f9b2 2023-12-02 04:43:18 +00:00
github-actions[bot] 7ab2feb454 [v1.16.0] doc: update less.md & lscpu.md & ntpdate.md & tcpreplay.md (#542) 2f5cf439c9 2023-12-02 00:55:46 +00:00
github-actions[bot] 2a3c41eb0e [v1.16.0] ci: update workflows config. 65665e88d7 2023-11-27 03:34:53 +00:00
github-actions[bot] a1be9e1d5c [v1.16.0] website: update footer template. 2991363f02 2023-11-25 11:30:39 +00:00
github-actions[bot] 7b2bfdbdc8 [v1.16.0] doc: Update awk.md (#536)
纠正错误,Array符号位置问题,还有SUBSEP后面的字符乱码问题 8072199b13
2023-11-02 01:13:01 +00:00
github-actions[bot] 1ba9826079 [v1.16.0] doc: Update README.md 121a268fb4 2023-11-02 01:10:01 +00:00
github-actions[bot] ed3e7acb74 [v1.16.0] doc: Update curl.md (#538)
fix mistake def27d4132
2023-10-30 10:14:15 +00:00
github-actions[bot] c49c9f86b1 [v1.16.0] feat: add command/sshpass.md (#537) 01484d7447 2023-10-30 03:13:56 +00:00
github-actions[bot] f18b6ff5c6 [v1.16.0] doc: update command/mount.md (#531)
另外,修复了 shell 代码块前的注释符号和部分格式 f97571c23d
2023-10-15 06:11:29 +00:00
github-actions[bot] 46b7f74312 [v1.16.0] doc: Update README.md df3bffe735 2023-10-14 04:28:30 +00:00
github-actions[bot] c6437d4ad4 [v1.16.0] doc: Update CONTRIBUTING.md (#497) 38609c77ef 2023-10-14 04:18:46 +00:00
github-actions[bot] 6b0531c928 [v1.16.0] doc: Update CONTRIBUTING.md efb73d9591 2023-10-14 04:17:11 +00:00
github-actions[bot] 135fb0d54e [v1.16.0] doc: Update pkexec.md (#529) e9e965effd 2023-10-08 17:00:40 +00:00
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