github-actions[bot]
bd7f4e2b84
[v1.19.1] Add nstat.md and updata Readme.md ( #632 )
...
* Update README.md
* Update README.md
* add nstat.md 87a3efdb86
2025-02-10 01:12:20 +00:00
github-actions[bot]
5f6dc7e800
[v1.19.1] feat: Create getfacl.md ( #625 )
...
add getfacl 36a4edf169
2024-12-29 12:48:18 +00:00
github-actions[bot]
48792aa036
[v1.19.1] chore: rename deploy/yamls -> k8s #605 50b5782734
2024-09-20 05:26:15 +00:00
github-actions[bot]
7790470d2d
[v1.19.1] chore(deps): update dependency stylus to ~0.63.0 ( #522 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 27374284c1
2024-09-03 07:36:30 +00:00
github-actions[bot]
117ff24e11
[v1.18.0] fix: correct formatting issue causing errors. #601 b2bab26746
2024-09-03 05:37:05 +00:00
github-actions[bot]
19274115b1
[v1.18.0] chore: Switch Kenny Wang to Kenny Wong ( #587 ) ec8c036a02
2024-06-30 11:44:42 +00:00
github-actions[bot]
ac94dcd116
[v1.18.0] doc: add figlet.md ( #576 )
...
* add figlet.md
* append description for install b764667dff
2024-05-07 23:58:24 +00:00
github-actions[bot]
72ea1a327e
[v1.18.0] doc: add gpg.md ( #575 ) a1150a1918
2024-04-23 09:33:38 +00:00
github-actions[bot]
c31fc1b7f5
[v1.18.0] doc: update mtr.md #540 85965671e3
2024-04-07 08:59:52 +00:00
github-actions[bot]
2348aea283
[v1.18.0] doc: add mtr.md ( #540 )
...
* Create mtr.md
`mtr`在单个网络诊断工具中结合了`traceroute`和`ping`程序的功能.
* Update mtr.md 5e33440d0b
2024-04-07 08:56:03 +00:00
github-actions[bot]
e1b2462a54
[v1.16.0] fix: rename hcitool to hcitool.md ( #559 )
...
Fix file suffix exception 7f87da9eed
2024-01-30 07:02:41 +00:00
github-actions[bot]
6b19da0d26
[v1.16.0] fix: renmae iscsiadm file name. #558 e45c112315
2024-01-23 11:47:13 +00:00
github-actions[bot]
49edf325aa
[v1.16.0] doc: update command/pip.md #556 aecf818c55
2024-01-16 11:19:34 +00:00
github-actions[bot]
4eeb7311e2
[v1.16.0] 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> 3d4819b119
2024-01-16 11:10:47 +00:00
github-actions[bot]
27bb249a1c
[v1.16.0] add column.md ( #550 ) 7c9a1c0664
2023-12-31 14:06:57 +00:00
github-actions[bot]
bd43cbaf45
[v1.16.0] doc: update tcpreplay.md #546 61875e0e24
2023-12-12 23:19:21 +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]
c49c9f86b1
[v1.16.0] feat: add command/sshpass.md ( #537 ) 01484d7447
2023-10-30 03:13:56 +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]
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]
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]
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]
41ccc89e93
[v1.16.0] add sha256sum.md ( #480 ) 1668d797e1
2023-05-31 17:12:03 +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]
8fde49237c
[v1.15.0] feat: add prtstat.md ( #491 ) d87b161d92
2023-04-27 12:38:15 +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]
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]
2b2cd93a55
[v1.14.0] feat: add command/pwdx.md ( #484 ) 1adf598111
2023-04-12 03:25:52 +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]
db54d850d2
[v1.13.1] chore: build data. ( #471 ) 4be858f58b
2023-02-24 13:57:20 +00:00
github-actions[bot]
550bc12175
[v1.12.0] doc: Update `mkcert.md` ( #446 ). b562a8f9cf
2022-11-09 02:29:21 +00:00
github-actions[bot]
4ae1737bd5
[v1.12.0] update `fsck.md` ( #443 ) 9c6b8a3952
2022-11-02 05:19:56 +00:00
github-actions[bot]
927b93cf39
[v1.12.0] Add files via upload ( #436 ) f525bde215
2022-10-21 07:53:04 +00:00
github-actions[bot]
bd7a17535b
[v1.12.0] Create grub2-mkconfig.md ( #435 ) fbf588f8b9
2022-10-21 07:32:41 +00:00
github-actions[bot]
078a28217e
[v1.12.0] 更正bzcat命令的相关解释 ( #429 ) a0cf6422dd
2022-10-15 04:38:10 +00:00
github-actions[bot]
7a56da7417
[v1.12.0] 更新bunzip2用法 ( #428 ) 12168960ea
2022-10-15 03:28:24 +00:00
github-actions[bot]
a890d81ca7
[v1.11.2] add `groupmems.md`. ( #424 ) 2a62de95bd
2022-09-27 15:29:50 +00:00
github-actions[bot]
1b7d8387d2
[v1.11.2] update 7z.md ( #421 )
...
* add xrandr.md
* add ag.md
* Update ag.md
* 统一格式,方便脚本处理 7z.md 542a8e9466
2022-09-12 07:05:14 +00:00
github-actions[bot]
1915ca308d
[v1.11.2] add ag.md ( #420 ) e6788747c6
2022-09-11 11:14:42 +00:00
github-actions[bot]
be513ae8cf
[v1.11.2] add xrandr.md ( #419 ) 76ebd2748a
2022-09-10 15:47:45 +00:00
github-actions[bot]
3034eb0301
[v1.11.0] chore: update workflows config. ff590e7570
2022-08-30 06:20:44 +00:00
github-actions[bot]
702bd6c41d
[v1.10.2] fix: fix formatting error. ( #403 ) 81f6812ff5
2022-08-21 14:30:02 +00:00
github-actions[bot]
c10aa54a97
[v1.10.2] Add 7-zip.md ( #403 ) 87f0072c3d
2022-08-21 08:37:41 +00:00
github-actions[bot]
c37d787992
[v1.10.2] fix: rename dc => dc.md ( #402 ) af379c5ce5
2022-08-18 00:47:47 +00:00
github-actions[bot]
c3147b3979
[v1.10.2] Update nice.md ( #399 ) 1c7e476ebb
2022-08-14 23:57:39 +00:00
github-actions[bot]
827320aff2
[v1.10.1] Update tar.md ( #391 ) d7f7b46ea1
2022-07-26 13:04:52 +00:00
github-actions[bot]
3b56ed4563
[v1.10.1] chore: ommand/neofetach.md -> command/neofetch.md 15ab6a87bc
2022-07-25 08:04:25 +00:00