diff --git a/pages/common/emulator.md b/pages/common/emulator.md index 49a56fd11..6c8407427 100644 --- a/pages/common/emulator.md +++ b/pages/common/emulator.md @@ -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}}` diff --git a/pages/common/fgrep.md b/pages/common/fgrep.md index 1470ad4f5..7d33e48f9 100644 --- a/pages/common/fgrep.md +++ b/pages/common/fgrep.md @@ -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}}` diff --git a/pages/common/git-lfs.md b/pages/common/git-lfs.md index a6f933ae1..b96647259 100644 --- a/pages/common/git-lfs.md +++ b/pages/common/git-lfs.md @@ -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` diff --git a/pages/common/git-prune.md b/pages/common/git-prune.md index b16413abb..30c9dd890 100644 --- a/pages/common/git-prune.md +++ b/pages/common/git-prune.md @@ -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: . - Report what would be removed by git prune without removing it: diff --git a/pages/common/git-shortlog.md b/pages/common/git-shortlog.md index ae37d0d18..2774f3348 100644 --- a/pages/common/git-shortlog.md +++ b/pages/common/git-shortlog.md @@ -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` diff --git a/pages/common/iverilog.md b/pages/common/iverilog.md index 007510362..d470768a2 100644 --- a/pages/common/iverilog.md +++ b/pages/common/iverilog.md @@ -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: diff --git a/pages/common/jhipster.md b/pages/common/jhipster.md index cd25a49b6..0513d3925 100644 --- a/pages/common/jhipster.md +++ b/pages/common/jhipster.md @@ -15,7 +15,7 @@ `jhipster --skip-client` -- Apply lastest JHipster updates to the project: +- Apply latest JHipster updates to the project: `jhipster upgrade` diff --git a/pages/common/kops.md b/pages/common/kops.md index aeab23f33..ae7135368 100644 --- a/pages/common/kops.md +++ b/pages/common/kops.md @@ -1,7 +1,7 @@ # kops > Create, destroy, upgrade and maintain Kubernetes clusters from the command line. -> More informations: . +> More information: . - Create a cluster from the configuration specification: diff --git a/pages/common/lzop.md b/pages/common/lzop.md index f103d228d..aaa0f37a8 100644 --- a/pages/common/lzop.md +++ b/pages/common/lzop.md @@ -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}}` diff --git a/pages/common/mr.md b/pages/common/mr.md index 7ead63eb0..fcd175cf3 100644 --- a/pages/common/mr.md +++ b/pages/common/mr.md @@ -7,7 +7,7 @@ `mr register` -- Update repositories in 5 concurent jobs: +- Update repositories in 5 concurrent jobs: `mr -j{{5}} update` diff --git a/pages/common/nmap.md b/pages/common/nmap.md index 212ac5e3e..66f68a3dd 100644 --- a/pages/common/nmap.md +++ b/pages/common/nmap.md @@ -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}}` diff --git a/pages/common/pipx.md b/pages/common/pipx.md index c26b7f913..6d2bf06e9 100644 --- a/pages/common/pipx.md +++ b/pages/common/pipx.md @@ -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}}` diff --git a/pages/common/reflac.md b/pages/common/reflac.md index 86cdca4dd..ed014d02f 100644 --- a/pages/common/reflac.md +++ b/pages/common/reflac.md @@ -19,6 +19,6 @@ `reflac --recursive {{path/to/directory}}` -- Perserve file modification times: +- Preserve file modification times: `reflac --preserve {{path/to/directory}}` diff --git a/pages/common/scheme.md b/pages/common/scheme.md index 836c504a8..1b411be02 100644 --- a/pages/common/scheme.md +++ b/pages/common/scheme.md @@ -1,6 +1,6 @@ # scheme -> MIT Scheme language interperter and REPL (interactive shell). +> MIT Scheme language interpreter and REPL (interactive shell). > More information: . - Open an interactive shell (REPL): diff --git a/pages/common/thunderbird.md b/pages/common/thunderbird.md index d01c2b6d2..4058d9cc9 100644 --- a/pages/common/thunderbird.md +++ b/pages/common/thunderbird.md @@ -1,4 +1,4 @@ -# thundebird +# thunderbird > Email client and RSS reader. diff --git a/pages/common/twm.md b/pages/common/twm.md index ffbe41dc8..d1fbdfd60 100644 --- a/pages/common/twm.md +++ b/pages/common/twm.md @@ -1,6 +1,6 @@ # twm -> A window manager for the X Window sytem. +> A window manager for the X Window system. > More information: . - Connect to the default X server: diff --git a/pages/linux/cewl.md b/pages/linux/cewl.md index 57aefd30e..5e97adb7d 100644 --- a/pages/linux/cewl.md +++ b/pages/linux/cewl.md @@ -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}}` diff --git a/pages/linux/e2image.md b/pages/linux/e2image.md index d776949ed..a0c963276 100644 --- a/pages/linux/e2image.md +++ b/pages/linux/e2image.md @@ -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}}` diff --git a/pages/linux/guake.md b/pages/linux/guake.md index 845815a70..3fa98e48b 100644 --- a/pages/linux/guake.md +++ b/pages/linux/guake.md @@ -2,7 +2,7 @@ > A drop-down terminal for GNOME. -- Toggle Guake visiblity: +- Toggle Guake visibility: `F12` diff --git a/pages/linux/htpdate.md b/pages/linux/htpdate.md index c7b3b7278..8dff65691 100644 --- a/pages/linux/htpdate.md +++ b/pages/linux/htpdate.md @@ -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}}` diff --git a/pages/linux/isosize.md b/pages/linux/isosize.md index c9cc60098..1e4298bab 100644 --- a/pages/linux/isosize.md +++ b/pages/linux/isosize.md @@ -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}}` diff --git a/pages/linux/lastcomm.md b/pages/linux/lastcomm.md index 98067578c..1aecfe0b8 100644 --- a/pages/linux/lastcomm.md +++ b/pages/linux/lastcomm.md @@ -3,7 +3,7 @@ > Show last commands executed. > More information: . -- 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` diff --git a/pages/linux/lvextend.md b/pages/linux/lvextend.md index 2d3121334..0c3c9cc05 100644 --- a/pages/linux/lvextend.md +++ b/pages/linux/lvextend.md @@ -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}}` diff --git a/pages/linux/lvresize.md b/pages/linux/lvresize.md index 1c4ea549a..ea8d38426 100644 --- a/pages/linux/lvresize.md +++ b/pages/linux/lvresize.md @@ -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}}` diff --git a/pages/linux/medusa.md b/pages/linux/medusa.md index 06ceb4117..3985fbab8 100644 --- a/pages/linux/medusa.md +++ b/pages/linux/medusa.md @@ -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` diff --git a/pages/linux/openfortivpn.md b/pages/linux/openfortivpn.md index 1842e2316..00fbb3fc1 100644 --- a/pages/linux/openfortivpn.md +++ b/pages/linux/openfortivpn.md @@ -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}}` diff --git a/pages/linux/opkg.md b/pages/linux/opkg.md index 309bccdaf..1a6ad6599 100644 --- a/pages/linux/opkg.md +++ b/pages/linux/opkg.md @@ -22,7 +22,7 @@ `opkg upgrade {{package(s)}}` -- Display informations for a specific package: +- Display information for a specific package: `opkg info {{package}}` diff --git a/pages/linux/rtcwake.md b/pages/linux/rtcwake.md index 6ec59bd7d..27d553661 100644 --- a/pages/linux/rtcwake.md +++ b/pages/linux/rtcwake.md @@ -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}}` diff --git a/pages/linux/vipw.md b/pages/linux/vipw.md index a525f26bf..efd27f32a 100644 --- a/pages/linux/vipw.md +++ b/pages/linux/vipw.md @@ -7,6 +7,6 @@ `vipw` -- Display the current verson of `vipw`: +- Display the current version of `vipw`: `vipw --version` diff --git a/pages/linux/x11vnc.md b/pages/linux/x11vnc.md index 5db1cd8a2..cf115b295 100644 --- a/pages/linux/x11vnc.md +++ b/pages/linux/x11vnc.md @@ -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: diff --git a/pages/osx/GetFileInfo.md b/pages/osx/GetFileInfo.md index 5efd1bf6d..02681db99 100644 --- a/pages/osx/GetFileInfo.md +++ b/pages/osx/GetFileInfo.md @@ -2,7 +2,7 @@ > Get information about a file in an HFS+ directory. -- Display infomation about a given file: +- Display information about a given file: `GetFileInfo {{path/to/filename}}` diff --git a/pages/osx/whatis.md b/pages/osx/whatis.md index 35e343ec8..39916d1f2 100644 --- a/pages/osx/whatis.md +++ b/pages/osx/whatis.md @@ -3,7 +3,7 @@ > Tool that searches a set of database files containing short descriptions of system commands for keywords. > More information: . -- Search for informations about keyword: +- Search for information about keyword: `whatis {{keyword}}`