Commit Graph

678 Commits

Author SHA1 Message Date
miniwater 7f87da9eed
fix: rename hcitool to hcitool.md (#559)
Fix file suffix exception
2024-01-30 15:00:54 +08:00
jaywcjlove c87b83bc57 doc: update command/kill.md 2024-01-23 20:00:28 +08:00
jaywcjlove e45c112315 fix: renmae iscsiadm file name. #558 2024-01-23 19:45:08 +08:00
Azroy 75def39e13
feat: add `iscsiadm` (#558) 2024-01-23 19:35:43 +08:00
jaywcjlove aecf818c55 doc: update command/pip.md #556 2024-01-16 19:17:35 +08:00
Shan Chenyu 3d4819b119
feat: add pip.md (#556)
* doc: update README.md.

* doc: update template/contributors.ejs.

* Create pip

* doc: update README.md.

* doc: update template/contributors.ejs.

* Rename pip to pip.md

* doc: update README.md.

* doc: update template/contributors.ejs.

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-16 19:08:33 +08:00
xhal e9af515824
doc: update dd.md (#552)
* 补充7z/ab 安装命令及ab简单使用实例

* [dd] 增加参数说明及使用实例

* [7z/ab] == 修改为 ===
2024-01-11 14:53:38 +08:00
YEUNGCHIE 7c9a1c0664
add column.md (#550) 2023-12-31 22:04:45 +08:00
沙漠之子 39e590c2f2
doc: update 7z.md (#549)
* Update 7z.md

1.新增`提取制定文件`示例
2.`archive` 统一翻译为压缩包
3.新增部分开关描述

* Update 7z.md
2023-12-28 19:27:40 +08:00
jaywcjlove 61875e0e24 doc: update tcpreplay.md #546 2023-12-13 07:16:56 +08:00
小弟调调 54bc9aa32a
doc: update zip.md & add example 2023-12-07 09:38:57 +08:00
小弟调调 7c5a8ea526
doc: update zip.md (fix #545) 2023-12-07 09:28:09 +08:00
alterem 206ca09a8b
doc: update command/vi.md (#544)
-s:安静模式,不显示指令的任何错误信息。
2023-12-05 16:08:46 +08:00
甲寅 659084f9b2
doc: Update pacman.md (#543) 2023-12-02 12:41:17 +08:00
sfwwslm 2f5cf439c9
doc: update less.md & lscpu.md & ntpdate.md & tcpreplay.md (#542) 2023-12-02 08:53:37 +08:00
XBG 8072199b13
doc: Update awk.md (#536)
纠正错误,Array符号位置问题,还有SUBSEP后面的字符乱码问题
2023-11-02 09:10:34 +08:00
jcdj666 def27d4132
doc: Update curl.md (#538)
fix mistake
2023-10-30 18:11:41 +08:00
alfred 01484d7447
feat: add command/sshpass.md (#537) 2023-10-30 11:11:31 +08:00
丛林意志 f97571c23d
doc: update command/mount.md (#531)
另外,修复了 shell 代码块前的注释符号和部分格式
2023-10-15 01:09:24 -05:00
小弟调调 e9e965effd
doc: Update pkexec.md (#529) 2023-10-08 11:58:19 -05:00
丛林意志 13e5963b66
feat: add pkexec.md (#520) (#529)
* feat:add pkexec.md(#520)

* 更新 pkexec.md
2023-10-08 11:51:53 -05:00
zyimm f2851b3512
feat: add hcitool (#526) 2023-09-27 10:36:48 +08:00
YH 605c027564
feat: add createrepo.md (#525) 2023-09-07 15:23:07 +08:00
YH 25182ed8ab
feat: Add reposync.md (#524)
* Create reposync.md

* Update reposync.md

---------

Co-authored-by: YH <114390595+aini294339791@users.noreply.github.com>
2023-09-07 13:57:49 +08:00
Xu Chao 407be641fa
doc: update command/pgrep.md (#519) 2023-07-15 10:31:25 +08:00
jaywcjlove ac04ffd50b doc: update modetest.md (#518) 2023-07-10 15:58:18 +08:00
Qliangw cd7efff1a5
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.
2023-07-10 15:42:11 +08:00
Qliangw a1549ed0c6
doc: update command/dmesg.md (#517) 2023-06-19 18:07:33 +08:00
小弟调调 922c39b88c
doc: Update znew.md (fix #516) 2023-06-17 22:34:57 +08:00
jaywcjlove 8c7a05a0f4 chore: update 7z.md/db.md document. 2023-06-15 15:11:56 +08:00
jaywcjlove f5b902a0ff doc: update command/docker.md 2023-06-15 14:50:42 +08:00
jaywcjlove c65bf6ce5f doc: update docker.md (#514) 2023-06-15 14:42:58 +08:00
tutianyu101 23a1f5cf12
doc: add docker.md (#514) 2023-06-15 14:35:31 +08:00
xhal 0b3986f2a0
doc: update 7z/ab document. (#511) 2023-06-13 16:01:10 +08:00
项金 d6bc27242a
doc: Update nc.md (#509)
* Update nc.md

* Update nc.md

* Update nc.md
2023-06-03 04:37:30 +08:00
jaywcjlove 1668d797e1 add sha256sum.md (#480) 2023-06-01 01:10:04 +08:00
Alan f707705c4c
doc: update pwck (#507)
Co-authored-by: Alan <alanmp@qq.com>
2023-05-30 08:25:17 +08:00
T-TRz879 ea7767846e
doc: update top.md. (#506) 2023-05-29 22:48:33 +08:00
BingCoke 1abf91b1f5
doc: update pidstat.md (#505)
错别字+使描述更准确
2023-05-29 12:18:54 +08:00
小弟调调 512a35b995
Update ssh.md 2023-05-27 11:55:46 +08:00
小弟调调 119f80ab24
Update ssh.md 2023-05-27 11:55:21 +08:00
小弟调调 92fe14ab82
doc: Update rsync.md fix #504 2023-05-27 09:12:26 +08:00
小弟调调 8b3e8f621b
doc: Update sed.md (#503) 2023-05-25 09:35:07 +08:00
Joke-csgo 5a20430770
doc: Update yum.md (#500)
新增参数provides
2023-05-24 13:20:28 +08:00
BingCoke e653d3ffac
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.
2023-05-22 18:15:24 +08:00
小弟调调 62792785f0
doc: Update dig.md (fix #496) 2023-05-10 16:17:07 +08:00
Wang Jianing b68c273d35
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.
2023-05-05 22:49:35 +08:00
Wang Jianing 76d6dc86e5
doc: update command/htop.md. (#494) 2023-05-02 21:56:41 +08:00
jaywcjlove 95a33dd6d4 doc: update prtstat.md (fix #493) 2023-04-28 11:28:30 +08:00
jaywcjlove 452e2bf388 doc: update prtstat.md (#491) 2023-04-27 20:42:04 +08:00