[many]: fix typos

This commit is contained in:
bl-ue
2020-12-04 07:37:44 -05:00
committed by Starbeamrainbowlabs
parent e5a6af0299
commit 2718393db1
32 changed files with 33 additions and 33 deletions

View File

@@ -7,7 +7,7 @@
`cewl --depth {{2}} --write {{path/to/wordlist.txt}} {{url}}`
- Output an alpha-numeric wordlist from the given URL with words of minimum 5 characters:
- Output an alphanumeric wordlist from the given URL with words of minimum 5 characters:
`cewl --with-numbers --min_word_length {{5}} {{url}}`

View File

@@ -19,6 +19,6 @@
`e2image -r {{/dev/sdXN}} {{path/to/image_file}}`
- Ceate a QCOW2 image file instead of a normal or raw image file:
- Create a QCOW2 image file instead of a normal or raw image file:
`e2image -Q {{/dev/sdXN}} {{path/to/image_file}}`

View File

@@ -2,7 +2,7 @@
> A drop-down terminal for GNOME.
- Toggle Guake visiblity:
- Toggle Guake visibility:
`F12`

View File

@@ -7,7 +7,7 @@
`sudo htpdate {{host}}`
- Perform simulation of syncronization, without any action:
- Perform simulation of synchronization, without any action:
`htpdate -q {{host}}`
@@ -15,6 +15,6 @@
`sudo htpdate -x {{host}}`
- Set time immediate after the syncronization:
- Set time immediate after the synchronization:
`sudo htpdate -s {{host}}`

View File

@@ -7,7 +7,7 @@
`isosize {{path/to/file.iso}}`
- Diplay the block count and block size of an ISO file:
- Display the block count and block size of an ISO file:
`isosize --sectors {{path/to/file.iso}}`

View File

@@ -3,7 +3,7 @@
> Show last commands executed.
> More information: <https://manpages.debian.org/stable/acct/lastcomm.1.en.html>.
- Print informations about all of the commands in the acct (record file):
- Print information about all of the commands in the acct (record file):
`lastcomm`

View File

@@ -10,6 +10,6 @@
`lvextend --size +{{40G}} -r {{logical_volume}}`
- Increase a volume's size to 100% of the free phyiscal volume space:
- Increase a volume's size to 100% of the free physical volume space:
`lvextend --size {{100}}%FREE {{logical_volume}}`

View File

@@ -10,6 +10,6 @@
`lvresize --size -{{120G}} -r {{logical_volume}}`
- Increase a volume's size to 100% of the free phyiscal volume space:
- Increase a volume's size to 100% of the free physical volume space:
`lvresize --size {{100}}%FREE {{logical_volume}}`

View File

@@ -10,7 +10,7 @@
`medusa -M HTTP -h host -u {{username}} -p {{password}} -m USER-AGENT:"{{Agent}}"`
- Execute a brute force against a MySQL server using a file cointaining usernames and a hash:
- Execute a brute force against a MySQL server using a file containing usernames and a hash:
`medusa -M mysql -h host -U {{path/to/username_file}} -p {{hash}} -m PASS:HASH`

View File

@@ -11,7 +11,7 @@
`sudo openfortivpn --config={{path/to/config}}`
- Connect to a VPN by specifiying the host and port:
- Connect to a VPN by specifying the host and port:
`openfortivpn {{host}}:{{port}}`

View File

@@ -22,7 +22,7 @@
`opkg upgrade {{package(s)}}`
- Display informations for a specific package:
- Display information for a specific package:
`opkg info {{package}}`

View File

@@ -22,6 +22,6 @@
`sudo rtcwake -m disable`
- Perform a dry run to wakup the computer at a given time. (Press Ctrl + C to abort):
- Perform a dry run to wakeup the computer at a given time. (Press Ctrl + C to abort):
`sudo rtcwake -m on --date {{hh:ss}}`

View File

@@ -7,6 +7,6 @@
`vipw`
- Display the current verson of `vipw`:
- Display the current version of `vipw`:
`vipw --version`

View File

@@ -1,6 +1,6 @@
# x11vnc
> A VNC server that will enable VNC on an existing display ser.
> A VNC server that will enable VNC on an existing display server.
> By default, the server will automatically terminate once all clients disconnect from it.
- Launch a VNC server that allows multiple clients to connect: