-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,625 changed files
with
11,732 additions
and
1,698 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6a058b56fe090debff720d06196c02199ea5644c | ||
6a48a5a31a32d549b221242fe25ad58d8413c400 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2021-05-01 | ||
2021-12-07 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# bugreport | ||
> Show an Android bug report. | ||
> This command can only be used through `adb shell`. | ||
> More information: <https://cs.android.com/android/platform/superproject/+/master:frameworks/native/cmds/bugreport>. | ||
- Show a complete bug report of an Android device | ||
`bugreport` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# bugreportz | ||
> Generate a zipped Android bug report. | ||
> This command can only be used through `adb shell`. | ||
> More information: <https://cs.android.com/android/platform/superproject/+/master:frameworks/native/cmds/bugreportz>. | ||
- Generate a complete zipped bug report of an Android device | ||
`bugreportz` | ||
|
||
- Show the progress of a running `bugreportz` operation | ||
`bugreportz -p` | ||
|
||
- Show the version of `bugreportz` | ||
`bugreportz -v` | ||
|
||
- Display help | ||
`bugreportz -h` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# pkg | ||
> Package management utility for Termux. | ||
> More information: <https://wiki.termux.com/wiki/Package_Management>. | ||
- Upgrade all installed packages | ||
`pkg upgrade` | ||
|
||
- Install a package | ||
`pkg install {{package}}` | ||
|
||
- Uninstall a package | ||
`pkg uninstall {{package}}` | ||
|
||
- Reinstall a package | ||
`pkg reinstall {{package}}` | ||
|
||
- Search for a package | ||
`pkg search {{package}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# acme.sh --dns | ||
> Use a DNS-01 challenge to issue a TLS certificate. | ||
> More information: <https://github.com/acmesh-official/acme.sh/wiki>. | ||
- Issue a certificate using an automatic DNS API mode | ||
`acme.sh --issue --dns {{gnd_gd}} --domain {{example.com}}` | ||
|
||
- Issue a wildcard certificate (denoted by an asterisk) using an automatic DNS API mode | ||
`acme.sh --issue --dns {{dns_namesilo}} --domain {{example.com}} --domain {{*.example.com}}` | ||
|
||
- Issue a certificate using a DNS alias mode | ||
`acme.sh --issue --dns {{dns_cf}} --domain {{example.com}} --challenge-alias {{alias-for-example-validation.com}}` | ||
|
||
- Issue a certificate while disabling automatic Cloudflare / Google DNS polling after the DNS record is added by specifying a custom wait time in seconds | ||
`acme.sh --issue --dns {{dns_namecheap}} --domain {{example.com}} --dnssleep {{300}}` | ||
|
||
- Issue a certificate using a manual DNS mode | ||
`acme.sh --issue --dns --domain {{example.com}} --yes-I-know-dns-manual-mode-enough-go-ahead-please` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# acyclic | ||
> Make a directed graph acyclic by reversing some edges. | ||
> Graphviz filters: `acyclic`, `bcomps`, `comps`, `edgepaint`, `gvcolor`, `gvpack`, `mingle`, `nop`, `sccmap`, `tred`, & `unflatten`. | ||
> More information: <https://graphviz.org/pdf/acyclic.1.pdf>. | ||
- Make a directed graph acyclic by reversing some edges | ||
`acyclic {{path/to/input.gv}} > {{path/to/output.gv}}` | ||
|
||
- Print if a graph is acyclic, has a cycle, or is undirected, producing no output graph | ||
`acyclic -v -n {{path/to/input.gv}}` | ||
|
||
- Display help for `acyclic` | ||
`acyclic -?` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# adscript | ||
> Compiler for Adscript files. | ||
> More information: <https://github.com/Amplus2/Adscript>. | ||
- Compile a file to an object file | ||
`adscript --output {{path/to/file.o}} {{path/to/input_file.adscript}}` | ||
|
||
- Compile and link a file to a standalone executable | ||
`adscript --executable --output {{path/to/file}} {{path/to/input_file.adscript}}` | ||
|
||
- Compile a file to LLVM IR instead of native machine code | ||
`adscript --llvm-ir --output {{path/to/file.ll}} {{path/to/input_file.adscript}}` | ||
|
||
- Cross-compile a file to an object file for a foreign CPU architecture or operating system | ||
`adscript --target-triple {{i386-linux-elf}} --output {{path/to/file.o}} {{path/to/input_file.adscript}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# agate | ||
> A simple server for the Gemini network protocol. | ||
> More information: <https://github.com/mbrubeck/agate>. | ||
- Run and generate a private key and certificate | ||
`agate --content {{path/to/content/}} --addr {{[::]:1965}} --addr {{0.0.0.0:1965}} --hostname {{example.com}} --lang {{en-US}}` | ||
|
||
- Run server | ||
`agate {{path/to/file}}` | ||
|
||
- Display help | ||
`agate -h` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
# alacritty | ||
> Cross-platform, GPU-accelerated terminal emulator. | ||
> More information: <https://github.com/jwilm/alacritty>. | ||
> More information: <https://github.com/alacritty/alacritty>. | ||
- Open a new alacritty window | ||
- Open a new Alacritty window | ||
`alacritty` | ||
|
||
- Run in a specific directory | ||
`alacritty --working-directory {{path/to/directory}}` | ||
|
||
- Run a command in a new alacritty window | ||
- Run a command in a new Alacritty window | ||
`alacritty -e {{command}}` | ||
|
||
- Specify alternative configuration file (defaults to $XDG_CONFIG_HOME/alacritty/alacritty.yml) | ||
- Specify alternative configuration file (defaults to `$XDG_CONFIG_HOME/alacritty/alacritty.yml`) | ||
`alacritty --config-file {{path/to/config.yml}}` | ||
|
||
- Run with live config reload enabled (can also be enabled by default in alacritty.yml) | ||
- Run with live config reload enabled (can also be enabled by default in `alacritty.yml`) | ||
`alacritty --live-config-reload --config-file {{path/to/config.yml}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# antibody | ||
> The fastest shell plugin manager. | ||
> More information: <https://getantibody.github.io>. | ||
- Bundle all plugins for static loading | ||
`antibody bundle < {{~/.zsh_plugins.txt}} > {{~/.zsh_plugins.sh}}` | ||
|
||
- Update all bundles | ||
`antibody update` | ||
|
||
- List all installed plugins | ||
`antibody list` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# apt moo | ||
> An `APT` easter egg. | ||
> More information: <https://manpages.debian.org/latest/apt/apt.8.html>. | ||
- Print a cow easter egg | ||
`apt moo` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,5 @@ | ||
# aria2 | ||
> A lightweight multi-protocol & multi-source command-line download utility. | ||
> Supports HTTP, HTTPS, FTP, SFTP, BitTorrent and Metalink. | ||
> More information: <https://aria2.github.io/>. | ||
> This command is an alias of `aria2c`. | ||
- Download a web resource | ||
`aria2c {{http://example.org/myLinux.iso}}` | ||
|
||
- Download a resource from multiple sources | ||
`aria2c {{http://mirror1.org/myLinux.iso}} {{http://mirror2.org/myLinux.iso}}` | ||
|
||
- Download using 2 connections per host | ||
`aria2c -x{{2}} {{http://example.org/myLinux.iso}}` | ||
|
||
- Download from a Metalink URI | ||
`aria2c {{http://example.org/myLinux.metalink}}` | ||
|
||
- Download from a BitTorrent URI | ||
`aria2c {{http://example.org/myLinux.torrent}}` | ||
|
||
- Download from a BitTorrent Magnet URI | ||
`aria2c {{'magnet:?xt=urn:btih:248D0A1CD08284299DE78D5C1ED359BB46717D8C'}}` | ||
|
||
- Download URIs from a file | ||
`aria2c -i {{uris.txt}}` | ||
- View documentation for the updated command | ||
`tldr aria2c` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...History/tldr/tldr/pages/linux/arp-scan.md → ...istory/tldr/tldr/pages/common/arp-scan.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.