[many]: fix typos
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
e5a6af0299
commit
2718393db1
@@ -19,7 +19,7 @@
|
||||
|
||||
`emulator -avd {{name}} -camera-back {{none|emulated|webcamN}}`
|
||||
|
||||
- Start an emulator, with a maximun network speed:
|
||||
- Start an emulator, with a maximum network speed:
|
||||
|
||||
`emulator -avd {{name}} -netspeed {{gsm|hscsd|gprs|edge|hsdpa|lte|evdo|full}}`
|
||||
|
||||
|
@@ -23,6 +23,6 @@
|
||||
|
||||
`fgrep -v {{^regex$}} {{path/to/file}}`
|
||||
|
||||
- Display filenames whose content matchs the regular expression at least once:
|
||||
- Display filenames whose content matches the regular expression at least once:
|
||||
|
||||
`fgrep -l {{^regex$}} {{path/to/file1}} {{path/to/file2}}`
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
`git lfs track`
|
||||
|
||||
- List tracked files that have been commited:
|
||||
- List tracked files that have been committed:
|
||||
|
||||
`git lfs ls-files`
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git prune
|
||||
|
||||
> Git command for pruning all unreachable objects from the object database.
|
||||
> This command is often not used directely but as an internal command that is used by git gc.
|
||||
> This command is often not used directly but as an internal command that is used by git gc.
|
||||
> More information: <https://git-scm.com/docs/git-prune>.
|
||||
|
||||
- Report what would be removed by git prune without removing it:
|
||||
|
@@ -11,7 +11,7 @@
|
||||
|
||||
`git shortlog -n`
|
||||
|
||||
- View a summary of all the commits made, grouped by the commiter identities (name and email):
|
||||
- View a summary of all the commits made, grouped by the committer identities (name and email):
|
||||
|
||||
`git shortlog -c`
|
||||
|
||||
|
@@ -13,7 +13,7 @@
|
||||
|
||||
- Compile and run explicitly using the VVP runtime:
|
||||
|
||||
`iverilog -o {{execuable}} -tvvp {{source.v}}`
|
||||
`iverilog -o {{executable}} -tvvp {{source.v}}`
|
||||
|
||||
- Compile using Verilog library files from a different path:
|
||||
|
||||
|
@@ -15,7 +15,7 @@
|
||||
|
||||
`jhipster --skip-client`
|
||||
|
||||
- Apply lastest JHipster updates to the project:
|
||||
- Apply latest JHipster updates to the project:
|
||||
|
||||
`jhipster upgrade`
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# kops
|
||||
|
||||
> Create, destroy, upgrade and maintain Kubernetes clusters from the command line.
|
||||
> More informations: <https://github.com/kubernetes/kops/>.
|
||||
> More information: <https://github.com/kubernetes/kops/>.
|
||||
|
||||
- Create a cluster from the configuration specification:
|
||||
|
||||
|
@@ -11,6 +11,6 @@
|
||||
|
||||
`lzop -d {{file}}.lzo`
|
||||
|
||||
- Compress a file, while specifing the compression level. 0 = Worst, 9 = Best (Default level is 3):
|
||||
- Compress a file, while specifying the compression level. 0 = Worst, 9 = Best (Default level is 3):
|
||||
|
||||
`lzop -{{level}} {{file}}`
|
||||
|
@@ -7,7 +7,7 @@
|
||||
|
||||
`mr register`
|
||||
|
||||
- Update repositories in 5 concurent jobs:
|
||||
- Update repositories in 5 concurrent jobs:
|
||||
|
||||
`mr -j{{5}} update`
|
||||
|
||||
|
@@ -36,6 +36,6 @@
|
||||
|
||||
`nmap --script ssl-enum-ciphers {{address_or_addresses}} -p 443`
|
||||
|
||||
- Perform full port, service, version detection scan with all default NSE scripts active against a host to determin weaknesses and info:
|
||||
- Perform full port, service, version detection scan with all default NSE scripts active against a host to determine weaknesses and info:
|
||||
|
||||
`nmap -sC -sV {{address_or_addresses}}`
|
||||
|
@@ -15,6 +15,6 @@
|
||||
|
||||
`pipx list`
|
||||
|
||||
- Run an app in a temporary virtual environment with a pakage name different from the executable:
|
||||
- Run an app in a temporary virtual environment with a package name different from the executable:
|
||||
|
||||
`pipx run --spec {{httpx-cli}} {{httpx}} {{http://www.github.com}}`
|
||||
|
@@ -19,6 +19,6 @@
|
||||
|
||||
`reflac --recursive {{path/to/directory}}`
|
||||
|
||||
- Perserve file modification times:
|
||||
- Preserve file modification times:
|
||||
|
||||
`reflac --preserve {{path/to/directory}}`
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# scheme
|
||||
|
||||
> MIT Scheme language interperter and REPL (interactive shell).
|
||||
> MIT Scheme language interpreter and REPL (interactive shell).
|
||||
> More information: <https://www.gnu.org/software/mit-scheme>.
|
||||
|
||||
- Open an interactive shell (REPL):
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# thundebird
|
||||
# thunderbird
|
||||
|
||||
> Email client and RSS reader.
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# twm
|
||||
|
||||
> A window manager for the X Window sytem.
|
||||
> A window manager for the X Window system.
|
||||
> More information: <https://gitlab.freedesktop.org/xorg/app/twm>.
|
||||
|
||||
- Connect to the default X server:
|
||||
|
Reference in New Issue
Block a user