Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-21 11:19:49 +00:00
parent 4e88a1b42f
commit 3d653cc7e6
4803 changed files with 127002 additions and 0 deletions

38
ooniprobe Normal file
View File

@@ -0,0 +1,38 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# ooniprobe
> Open Observatory of Network Interference (OONI).
> Test the blocking of websites and apps. Measure the speed and performance of your network.
> More information: <https://ooni.org/support/ooni-probe-cli/>.
- List all tests performed:
`ooniprobe list`
- Show information about a specific test:
`ooniprobe list {{7}}`
- Run all available tests:
`ooniprobe run all`
- Perform a specific test:
`ooniprobe run {{performance}}`
- Check the availability of a specific website:
`ooniprobe run websites --input {{https://ooni.org/}}`
- Check the availability of all websites listed in a file:
`ooniprobe run websites --input-file {{path/to/my-websites.txt}}`
- Display detailed information about a test in JSON format:
`ooniprobe show {{9}}`