From 32bfe820b9419aeba1682e409b341693efc08108 Mon Sep 17 00:00:00 2001 From: Michael Siegel Date: Sun, 16 Jun 2019 11:33:24 +0000 Subject: Fixed typo. Sentence should probably be rewritten. --- src/admin/6_security.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/admin/6_security.xml b/src/admin/6_security.xml index f0226ee..3c17b96 100644 --- a/src/admin/6_security.xml +++ b/src/admin/6_security.xml @@ -4,7 +4,7 @@ In this chapter, we will review best practices for keeping your Adélie Linux systems secure.
Introduction to computer security - No one book can teach you everything about computer security. Computer security is not simply an item on a list that must be done once and then it is "completed". Computers are very powerful tools, and just as they can be used to teach, create, and produce, they can also be used for more nefarious purposes. By taking a proactive approach to computer security, and treating it as a process, you will be much more successful in keeping the security, confidentiality, and integrity of your data intact. You first need to identify your threat model; that is, what advisaries are you attempting to keep out? A sophisticated nation-state requires a much different security plan than a random hacker. + No one book can teach you everything about computer security. Computer security is not simply an item on a list that must be done once and then it is "completed". Computers are very powerful tools, and just as they can be used to teach, create, and produce, they can also be used for more nefarious purposes. By taking a proactive approach to computer security, and treating it as a process, you will be much more successful in keeping the security, confidentiality, and integrity of your data intact. You first need to identify your threat model; that is, what adversaries are you attempting to keep out? A sophisticated nation-state requires a much different security plan than a random hacker. The suggestions in this handbook are a starting point to help you develop an actionable plan to keep your computer secure. They are by no means exhaustive. Remember to always keep learning; knowledge is power.
@@ -22,4 +22,4 @@ Keep track of best practices for the services you run. The service's documentation is likely to contain good advice for security.
- + \ No newline at end of file -- cgit v1.2.3-60-g2f50 From 501da4dd2df800237f113589f58af7786d401446 Mon Sep 17 00:00:00 2001 From: Michael Siegel Date: Sun, 16 Jun 2019 11:55:51 +0000 Subject: Added “of” to first sentence in /etc/asound.conf section. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/7_config.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/admin/7_config.xml b/src/admin/7_config.xml index deaaad1..894b4c9 100644 --- a/src/admin/7_config.xml +++ b/src/admin/7_config.xml @@ -47,7 +47,7 @@ <filename>/etc/asound.conf</filename>: System audio configuration
Purpose - The /etc/asound.conf file determines the behaviour audio hardware present on the system. It can be used to select default bitrates, configure hardware options, and determine which sound card is the default/primary in a system with multiple sound cards present. This file is only significant on systems that have audio options installed. + The /etc/asound.conf file determines the behaviour of audio hardware present on the system. It can be used to select default bitrates, configure hardware options, and determine which sound card is the default/primary in a system with multiple sound cards present. This file is only significant on systems that have audio options installed.
Syntax @@ -612,4 +612,4 @@ For more information about configuring name resolution, refer to .
- + \ No newline at end of file -- cgit v1.2.3-60-g2f50