Skip to content

Commit

Permalink
Data update 2024-10-12 01-01-11
Browse files Browse the repository at this point in the history
  • Loading branch information
1010bots committed Oct 12, 2024
1 parent 4c6694e commit c1d1238
Show file tree
Hide file tree
Showing 248 changed files with 847 additions and 2,803 deletions.
9 changes: 6 additions & 3 deletions docs/bs/common/time.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: page
title: common/time (bosanski)
description: "Vidi koliko dugo traje komanda."
content_hash: 207437c0c75b0b45646ed896287cfbdd60f2f433
last_modified_at: 2023-12-28
last_modified_at: 2024-10-12
related_topics:
- title: English version
url: /en/common/time.html
Expand All @@ -23,9 +23,12 @@ related_topics:
- title: svenska version
url: /sv/common/time.html
icon: bi bi-globe
tldri18n_status: 2
tldri18n_status: 1
---
# time

This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) project, hence translation data is currently unavailable for a while.

<hr># time

Vidi koliko dugo traje komanda.
Više informacija: <https://manned.org/time>.
Expand Down
15 changes: 3 additions & 12 deletions docs/en/common/aws-sso.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,10 @@ layout: page
title: common/aws-sso (English)
description: "Manage access to AWS resources using Single Sign-On (SSO) credentials."
content_hash: a5f1d94853c9654491b16028d4032f7beac00aa1
last_modified_at: 2024-10-11
tldri18n_status: 0
last_modified_at: 2024-10-12
tldri18n_status: 2
---

### Outdated Translation
This entry is currently considered outdated and its contents may not be up-to-date with other translations.

Please considering fixing this issue by contributing to the [tldr-pages](https://github.com/tldr-pages/tldr) project directly.

<a class="btn btn-primary" href="{{ site.url }}/en/common/aws-sso.html">View original (English) version</a>
<a class="btn" href="https://github.com/tldr-pages/tldr/blob/main/CONTRIBUTING.md">Contributing Guidelines</a>

<hr># aws sso
# aws sso

Manage access to AWS resources using Single Sign-On (SSO) credentials.
More information: <https://awscli.amazonaws.com/v2/documentation/api/latest/reference/sso/index.html>.
Expand Down
33 changes: 33 additions & 0 deletions docs/en/common/onionsearch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
layout: page
title: common/onionsearch (English)
description: "Scrape URLs on different `.onion` search engines."
content_hash: cbc1630821627e2d59b4855098ce8fd602ebbc70
last_modified_at: 2024-10-12
tldri18n_status: 2
---
# onionsearch

Scrape URLs on different `.onion` search engines.
Note: `onionsearch` requires a Tor proxy running on `localhost:9050`; a Tor enabled browser is needed to visit the `.onion` websites.
More information: <https://github.com/megadose/OnionSearch>.

- Request results from all the search engines:

`onionsearch "`<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">string</span>`"`

- Request search results from specific search engines:

`onionsearch "`<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">string</span>`" --engines `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">tor66 deeplink phobos ...</span>

- Exclude certain search engines when searching:

`onionsearch "`<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">string</span>`" --exclude `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">candle ahmia ...</span>

- Limit the number of pages to load per engine:

`onionsearch "`<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">stuxnet</span>`" --engines `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">tor66 deeplink phobos ...</span>` --limit `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">3</span>

- List all supported search engines:

`onionsearch --help | grep -A1 -i "supported engines"`
8 changes: 6 additions & 2 deletions docs/en/common/time.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: page
title: common/time (English)
description: "Measure how long a command took to run."
content_hash: 290c148e1437b8697cbf04590da3760e5406d62f
last_modified_at: 2023-11-12
content_hash: 75f86bc837e21327b0c98324d5433b299e24d4a2
last_modified_at: 2024-10-12
related_topics:
- title: bosanski version
url: /bs/common/time.html
Expand Down Expand Up @@ -34,3 +34,7 @@ More information: <https://manned.org/time>.
- Run the `command` and print the time measurements to `stdout`:

`time `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">command</span>

- Create a very simple stopwatch (only works in bash):

`time read`
15 changes: 3 additions & 12 deletions docs/en/linux/abrt-action-analyze-backtrace.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,10 @@ layout: page
title: linux/abrt-action-analyze-backtrace (English)
description: "Analyze C/C++ backtrace."
content_hash: 599f45d1c9b485fd5e0e997a8f60322d3772a545
last_modified_at: 2024-10-11
tldri18n_status: 0
last_modified_at: 2024-10-12
tldri18n_status: 2
---

### Outdated Translation
This entry is currently considered outdated and its contents may not be up-to-date with other translations.

Please considering fixing this issue by contributing to the [tldr-pages](https://github.com/tldr-pages/tldr) project directly.

<a class="btn btn-primary" href="{{ site.url }}/en/linux/abrt-action-analyze-backtrace.html">View original (English) version</a>
<a class="btn" href="https://github.com/tldr-pages/tldr/blob/main/CONTRIBUTING.md">Contributing Guidelines</a>

<hr># abrt-action-analyze-backtrace
# abrt-action-analyze-backtrace

Analyze C/C++ backtrace.
Generate duplication hash, backtrace rating, and identify crash function.
Expand Down
15 changes: 3 additions & 12 deletions docs/en/linux/abrt-action-analyze-c.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,10 @@ layout: page
title: linux/abrt-action-analyze-c (English)
description: "Calculate UUID for a problem data directory with `coredump`."
content_hash: 8dec0ddad4ca3aefcf6801eef4a4971f3aca2e51
last_modified_at: 2024-10-11
tldri18n_status: 0
last_modified_at: 2024-10-12
tldri18n_status: 2
---

### Outdated Translation
This entry is currently considered outdated and its contents may not be up-to-date with other translations.

Please considering fixing this issue by contributing to the [tldr-pages](https://github.com/tldr-pages/tldr) project directly.

<a class="btn btn-primary" href="{{ site.url }}/en/linux/abrt-action-analyze-c.html">View original (English) version</a>
<a class="btn" href="https://github.com/tldr-pages/tldr/blob/main/CONTRIBUTING.md">Contributing Guidelines</a>

<hr># abrt-action-analyze-c
# abrt-action-analyze-c

Calculate UUID for a problem data directory with `coredump`.
More information: <https://manned.org/abrt-action-analyze-c>.
Expand Down
32 changes: 32 additions & 0 deletions docs/en/linux/bleachbit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
layout: page
title: linux/bleachbit (English)
description: "Clean junk files on the filesystem."
content_hash: e09f8dccb32ba21482d6fae9a55f1a950fca46f7
last_modified_at: 2024-10-12
tldri18n_status: 2
---
# bleachbit

Clean junk files on the filesystem.
More information: <https://docs.bleachbit.org/doc/command-line-interface.html>.

- Start the graphical user interface (GUI) version of Bleachbit:

`bleachbit --gui`

- Shred a file:

`bleachbit --shred `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">path/to/file</span>

- List available cleaner options:

`bleachbit --list-cleaners`

- Preview the files that will be deleted and other changes that will be made before actually performing the clean-up operation:

`bleachbit --preview `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">--preset|cleaner1.option1 cleaner2.* ...</span>

- Perform the clean-up operation and delete files:

`bleachbit --clean `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">--preset|cleaner1.option1 cleaner2.* ...</span>
15 changes: 3 additions & 12 deletions docs/en/linux/diffimg.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,10 @@ layout: page
title: linux/diffimg (English)
description: "Calculate intersection between two images."
content_hash: dcdcebb68ee835595f72ac692b990fd351535370
last_modified_at: 2024-10-11
tldri18n_status: 0
last_modified_at: 2024-10-12
tldri18n_status: 2
---

### Outdated Translation
This entry is currently considered outdated and its contents may not be up-to-date with other translations.

Please considering fixing this issue by contributing to the [tldr-pages](https://github.com/tldr-pages/tldr) project directly.

<a class="btn btn-primary" href="{{ site.url }}/en/linux/diffimg.html">View original (English) version</a>
<a class="btn" href="https://github.com/tldr-pages/tldr/blob/main/CONTRIBUTING.md">Contributing Guidelines</a>

<hr># diffimg
# diffimg

Calculate intersection between two images.
Note: the supported extensions are `.png`, `.gif`, `.jpg`, `.ps`.
Expand Down
6 changes: 3 additions & 3 deletions docs/en/linux/pacman.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: page
title: linux/pacman (English)
description: "Arch Linux package manager utility."
content_hash: 1b235e5967fce3c4cb6cf6890e5f839bac837b22
last_modified_at: 2024-09-25
content_hash: c6ebd36e4cadfccbed9b630e87e2a6e2e8b37243
last_modified_at: 2024-10-12
related_topics:
- title: Deutsch version
url: /de/linux/pacman.html
Expand Down Expand Up @@ -52,7 +52,7 @@ tldri18n_status: 2
# pacman

Arch Linux package manager utility.
See also: `pacman-database`, `pacman-deptest`, `pacman-files`, `pacman-key`, `pacman-mirrors`, `pacman-query`, `pacman-remove`, `pacman-sync`, `pacman-upgrade`.
See also: `pacman-sync`, `pacman-remove`, `pacman-query`, `pacman-upgrade`, `pacman-files`, `pacman-database`, `pacman-deptest`, `pacman-key`, `pacman-mirrors`.
For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>.
More information: <https://manned.org/pacman.8>.

Expand Down
15 changes: 3 additions & 12 deletions docs/en/linux/pdfattach.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,10 @@ layout: page
title: linux/pdfattach (English)
description: "Add a new attachment (embedded file) to an existing PDF file."
content_hash: ad1632952d32521d69130337759fc94a51874197
last_modified_at: 2024-10-11
tldri18n_status: 0
last_modified_at: 2024-10-12
tldri18n_status: 2
---

### Outdated Translation
This entry is currently considered outdated and its contents may not be up-to-date with other translations.

Please considering fixing this issue by contributing to the [tldr-pages](https://github.com/tldr-pages/tldr) project directly.

<a class="btn btn-primary" href="{{ site.url }}/en/linux/pdfattach.html">View original (English) version</a>
<a class="btn" href="https://github.com/tldr-pages/tldr/blob/main/CONTRIBUTING.md">Contributing Guidelines</a>

<hr># pdfattach
# pdfattach

Add a new attachment (embedded file) to an existing PDF file.
See also: `pdfdetach`, `pdfimages`, `pdfinfo`.
Expand Down
15 changes: 3 additions & 12 deletions docs/en/linux/pdfdetach.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,10 @@ layout: page
title: linux/pdfdetach (English)
description: "List or extract attachments (embedded files) from a PDF file."
content_hash: d927475ba95a21151d225d65d5277ff77222d05b
last_modified_at: 2024-10-11
tldri18n_status: 0
last_modified_at: 2024-10-12
tldri18n_status: 2
---

### Outdated Translation
This entry is currently considered outdated and its contents may not be up-to-date with other translations.

Please considering fixing this issue by contributing to the [tldr-pages](https://github.com/tldr-pages/tldr) project directly.

<a class="btn btn-primary" href="{{ site.url }}/en/linux/pdfdetach.html">View original (English) version</a>
<a class="btn" href="https://github.com/tldr-pages/tldr/blob/main/CONTRIBUTING.md">Contributing Guidelines</a>

<hr># pdfdetach
# pdfdetach

List or extract attachments (embedded files) from a PDF file.
See also: `pdfattach`, `pdfimages`, `pdfinfo`.
Expand Down
15 changes: 3 additions & 12 deletions docs/en/linux/unopkg.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,10 @@ layout: page
title: linux/unopkg (English)
description: "LibreOffice extensions manager."
content_hash: fd0823f3cb69f0b389721a261caef99f8a5998aa
last_modified_at: 2024-10-11
tldri18n_status: 0
last_modified_at: 2024-10-12
tldri18n_status: 2
---

### Outdated Translation
This entry is currently considered outdated and its contents may not be up-to-date with other translations.

Please considering fixing this issue by contributing to the [tldr-pages](https://github.com/tldr-pages/tldr) project directly.

<a class="btn btn-primary" href="{{ site.url }}/en/linux/unopkg.html">View original (English) version</a>
<a class="btn" href="https://github.com/tldr-pages/tldr/blob/main/CONTRIBUTING.md">Contributing Guidelines</a>

<hr># unopkg
# unopkg

LibreOffice extensions manager.
Download extensions from <https://extensions.libreoffice.org>.
Expand Down
15 changes: 15 additions & 0 deletions docs/en/windows/bleachbit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
layout: page
title: windows/bleachbit (English)
description: "This command is an alias of `bleachbit_console`."
content_hash: 96b5385cd7576da3a7e70f6c04659f45fba08ce7
last_modified_at: 2024-10-12
tldri18n_status: 2
---
# bleachbit

This command is an alias of `bleachbit_console`.

- View documentation for the original command:

`tldr bleachbit_console`
24 changes: 12 additions & 12 deletions docs/en/windows/bleachbit_console.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@
layout: page
title: windows/bleachbit_console (English)
description: "Clean junk files on the filesystem."
content_hash: 68de7eeff747b494194fa82dac5ea06cbfcbb954
last_modified_at: 2023-11-12
content_hash: 87ffe445dc244f22b2b352f3935e6fc03fc3e7e9
last_modified_at: 2024-10-12
tldri18n_status: 2
---
# bleachbit_console

Clean junk files on the filesystem.
More information: <https://docs.bleachbit.org/doc/command-line-interface.html>.

- Perform the clean-up operation and delete files:
- Start the graphical user interface (GUI) version of Bleachbit:

`bleachbit_console.exe --clean`
`bleachbit_console.exe --gui`

- Preview the files that will be deleted and other changes that will be made before actually performing the clean-up operation:
- Shred a file:

`bleachbit_console.exe --preview`
`bleachbit_console.exe --shred `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">path/to/file</span>

- Display system information:
- List available cleaner options:

`bleachbit_console.exe --sysinfo`
`bleachbit_console.exe --list-cleaners`

- Start the graphical user interface (GUI) version of Bleachbit:
- Preview the files that will be deleted and other changes that will be made before actually performing the clean-up operation:

`bleachbit_console.exe --gui`
`bleachbit_console.exe --preview `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">--preset|cleaner1.option1 cleaner2.* ...</span>

- Display version:
- Perform the clean-up operation and delete files:

`bleachbit_console.exe --version`
`bleachbit_console.exe --clean `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">--preset|cleaner1.option1 cleaner2.* ...</span>
9 changes: 6 additions & 3 deletions docs/fa/common/time.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: page
title: common/time (فارسی)
description: "نمایش زمان اجرای یک دستور."
content_hash: fe5fb4b5f314ab5a28145b7a918de750f0658249
last_modified_at: 2023-12-28
last_modified_at: 2024-10-12
related_topics:
- title: bosanski version
url: /bs/common/time.html
Expand All @@ -23,9 +23,12 @@ related_topics:
- title: svenska version
url: /sv/common/time.html
icon: bi bi-globe
tldri18n_status: 2
tldri18n_status: 1
---
# time

This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) project, hence translation data is currently unavailable for a while.

<hr># time

نمایش زمان اجرای یک دستور.
اطلاعات بیشتر: <https://manned.org/time>.
Expand Down
9 changes: 6 additions & 3 deletions docs/hi/common/time.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: page
title: common/time (हिन्दी)
description: "देखें कि एक कमांड में कितना समय लगता है।"
content_hash: 377b26363ad113f479713166280f21bf9c5cd124
last_modified_at: 2023-12-28
last_modified_at: 2024-10-12
related_topics:
- title: bosanski version
url: /bs/common/time.html
Expand All @@ -23,9 +23,12 @@ related_topics:
- title: svenska version
url: /sv/common/time.html
icon: bi bi-globe
tldri18n_status: 2
tldri18n_status: 1
---
# time

This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) project, hence translation data is currently unavailable for a while.

<hr># time

देखें कि एक कमांड में कितना समय लगता है।
अधिक जानकारी: <https://manned.org/time>
Expand Down
Loading

0 comments on commit c1d1238

Please sign in to comment.