fixed typos

- signed-off-by: trimstray <trimstray@gmail.com>
This commit is contained in:
trimstray
2019-03-01 08:03:23 +01:00
parent c1e286a8e5
commit 1edac58078
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Contributing # Contributing
If you would like to support this project, have an interesting idea how to improve the operation of this tool, or if you found some errors-- fork this, add your fixes, and add a pull request of your branch to the **master branch**. If you would like to support this project, have an interesting idea how to improve the operation of this tool, or if you found some errors - fork this, add your fixes, and add a pull request of your branch to the **master branch**.
## Signature of commit ## Signature of commit

View File

@@ -113,7 +113,7 @@ On the other hand, these standards are complicated checklists (often for newbies
Hardening is not a simple process. You must devote a lot of time. Here are general rules following common best practices: Hardening is not a simple process. You must devote a lot of time. Here are general rules following common best practices:
- Never use root account for anything that does not require it - Never use root account for anything that does not require it
- Only ```sudo``` individual commands - Only `sudo` individual commands
- Never set a server to run as root (except for initialization time) and ensure that it exits all unnecessary privileges before accepting requests - Never set a server to run as root (except for initialization time) and ensure that it exits all unnecessary privileges before accepting requests
- Ssecure your firewall the best you can and forbid all unnecessary access - Ssecure your firewall the best you can and forbid all unnecessary access
- Do not install unnecessary or unstable software - Do not install unnecessary or unstable software