Skip to content

Commit da5cb4f

Browse files
committed
new security resource
1 parent 95124e7 commit da5cb4f

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2519,6 +2519,11 @@ <h2>General security resources</h2>
25192519
is a high-level overview of some of security auditing problems that come
25202520
with cloud deployments.</p>
25212521
</li>
2522+
<li>
2523+
<p><a href="https://www.digitalocean.com/community/tutorials/7-security-measures-to-protect-your-servers">7 Security Measures to Protect Your Servers</a>
2524+
provides a good overview of the fundamentals for how servers should be
2525+
configured for baseline security.</p>
2526+
</li>
25222527
</ul>
25232528
<h2>Web security learning checklist</h2>
25242529
<p><i class="fa fa-check-square-o"></i>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-04-02T14:14:51Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-04-03T10:04:23Z</updated></feed>

source/content/pages/04-web-development/15-web-app-security.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ securing Linux distributions.
9898
is a high-level overview of some of security auditing problems that come
9999
with cloud deployments.
100100

101+
* [7 Security Measures to Protect Your Servers](https://www.digitalocean.com/community/tutorials/7-security-measures-to-protect-your-servers)
102+
provides a good overview of the fundamentals for how servers should be
103+
configured for baseline security.
104+
101105

102106
## Web security learning checklist
103107
<i class="fa fa-check-square-o"></i>

web-application-security.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,11 @@ <h2>General security resources</h2>
151151
is a high-level overview of some of security auditing problems that come
152152
with cloud deployments.</p>
153153
</li>
154+
<li>
155+
<p><a href="https://www.digitalocean.com/community/tutorials/7-security-measures-to-protect-your-servers">7 Security Measures to Protect Your Servers</a>
156+
provides a good overview of the fundamentals for how servers should be
157+
configured for baseline security.</p>
158+
</li>
154159
</ul>
155160
<h2>Web security learning checklist</h2>
156161
<p><i class="fa fa-check-square-o"></i>

0 commit comments

Comments
 (0)