fix grml syntax

This commit is contained in:
Rabenherz112 2023-09-04 15:44:01 +02:00
parent d4238af962
commit f2cab3e1a6
No known key found for this signature in database
GPG Key ID: BA83F60791F51CFD
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@ Software for management of [router](https://en.wikipedia.org/wiki/Router_(comput
Troubleshooting tools.
- [grml](https://grml.org) - bootable Debian Live CD with powerful CLI tools. ([Source Code](https://github.com/grml/)) `GPL-3.0` `Shell`
- [grml](https://grml.org) - Bootable Debian Live CD with powerful CLI tools. ([Source Code](https://github.com/grml/)) `GPL-3.0` `Shell`
- [mitmproxy](https://mitmproxy.org/) - A Python tool used for intercepting, viewing and modifying network traffic. Invaluable in troubleshooting certain problems. ([Source Code](https://github.com/mitmproxy/mitmproxy)) `MIT` `Python`
- [mtr](https://www.bitwizard.nl/mtr/) - Network utility that combines traceroute and ping. ([Source Code](https://github.com/traviscross/mtr)) `GPL-2.0` `C`
- [perf-tools](https://github.com/brendangregg/perf-tools) - Performance analysis tools based on Linux perf_events (aka perf) and ftrace. `GPL-2.0` `Shell`