Skip to content

Commit 540e4b7

Browse files
committed
updating with new resource for securing OS
1 parent a40bd9c commit 540e4b7

File tree

8 files changed

+31
-6
lines changed

8 files changed

+31
-6
lines changed

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>2013-11-05T07:16:05Z</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>2013-11-10T13:54:09Z</updated></feed>

index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ <h2>Operating System Resources</h2>
252252
<p><a class="reference external" href="http://joshrendek.com/2013/01/securing-ubuntu/">Securing Ubuntu</a></p>
253253
<p><a class="reference external" href="http://plusbryan.com/my-first-5-minutes-on-a-server-or-essential-security-for-linux-servers">First 5 Minutes on a Server</a></p>
254254
<p><a class="reference external" href="http://spenserj.com/blog/2013/07/15/securing-a-linux-server/">Securing a Linux Server</a></p>
255+
<p><a class="reference external" href="https://github.com/marshyski/quick-secure">quick-secure scripts</a> for
256+
securing RedHat flavors of Linux on boot.</p>
255257
</div>
256258

257259
</section>
@@ -427,9 +429,15 @@ <h2>CDN Resources</h2>
427429
</section>
428430
<section id="website-security" class="tech-section">
429431
<h1>Website Security</h1>
430-
<div class="section" id="website-security-resources">
432+
<p>Website security must be incorporated into building every level of the web
433+
stack. However, I include a separate section here for topics that deserve
434+
a comprehensive review such as firewalls, SSL certificates, and public key
435+
authorization.</p>
436+
<div class="section" id="website-security-resources">
431437
<h2>Website Security Resources</h2>
438+
<p><a class="reference external" href="http://spenserj.com/blog/2013/07/15/securing-a-linux-server/">Securing a Linux Server</a></p>
432439
<p><a class="reference external" href="http://arstechnica.com/security/2013/02/securing-your-website-a-tough-job-but-someones-got-to-do-it/">Securing Your Website</a></p>
440+
<p><a class="reference external" href="http://blog.hartleybrody.com/https-certificates/">How HTTPS Secures Connections: What Every Web Dev Should Know</a></p>
433441
</div>
434442

435443
</section>

pages/operating-system.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ <h2>Operating System Resources</h2>
8888
<p><a class="reference external" href="http://joshrendek.com/2013/01/securing-ubuntu/">Securing Ubuntu</a></p>
8989
<p><a class="reference external" href="http://plusbryan.com/my-first-5-minutes-on-a-server-or-essential-security-for-linux-servers">First 5 Minutes on a Server</a></p>
9090
<p><a class="reference external" href="http://spenserj.com/blog/2013/07/15/securing-a-linux-server/">Securing a Linux Server</a></p>
91+
<p><a class="reference external" href="https://github.com/marshyski/quick-secure">quick-secure scripts</a> for
92+
securing RedHat flavors of Linux on boot.</p>
9193
</div>
9294

9395
<hr/>

pages/website-security.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,15 @@
4848
<h1>Website Security</h1>
4949

5050

51-
<div class="section" id="website-security-resources">
51+
<p>Website security must be incorporated into building every level of the web
52+
stack. However, I include a separate section here for topics that deserve
53+
a comprehensive review such as firewalls, SSL certificates, and public key
54+
authorization.</p>
55+
<div class="section" id="website-security-resources">
5256
<h2>Website Security Resources</h2>
57+
<p><a class="reference external" href="http://spenserj.com/blog/2013/07/15/securing-a-linux-server/">Securing a Linux Server</a></p>
5358
<p><a class="reference external" href="http://arstechnica.com/security/2013/02/securing-your-website-a-tough-job-but-someones-got-to-do-it/">Securing Your Website</a></p>
59+
<p><a class="reference external" href="http://blog.hartleybrody.com/https-certificates/">How HTTPS Secures Connections: What Every Web Dev Should Know</a></p>
5460
</div>
5561

5662
<hr/>

source/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
run:
2-
lessc --compress ./theme/less/custom.less > ./theme/static/css/c.css
32
mkdir ./output
43
mkdir ./output/static/
54
cp -R theme/static/css theme/static/js theme/static/img output/

source/content/pages/operating-system.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,6 @@ Operating System Resources
5555
`First 5 Minutes on a Server <http://plusbryan.com/my-first-5-minutes-on-a-server-or-essential-security-for-linux-servers>`_
5656

5757
`Securing a Linux Server <http://spenserj.com/blog/2013/07/15/securing-a-linux-server/>`_
58+
59+
`quick-secure scripts <https://github.com/marshyski/quick-secure>`_ for
60+
securing RedHat flavors of Linux on boot.

source/content/pages/website-security.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@ Website Security
55
:slug: website-security
66
:sort-order: 08
77

8-
8+
Website security must be incorporated into building every level of the web
9+
stack. However, I include a separate section here for topics that deserve
10+
a comprehensive review such as firewalls, SSL certificates, and public key
11+
authorization.
912

1013

1114
Website Security Resources
1215
--------------------------
13-
`Securing Your Website <http://arstechnica.com/security/2013/02/securing-your-website-a-tough-job-but-someones-got-to-do-it/>`_
16+
`Securing a Linux Server <http://spenserj.com/blog/2013/07/15/securing-a-linux-server/>`_
1417

18+
`Securing Your Website <http://arstechnica.com/security/2013/02/securing-your-website-a-tough-job-but-someones-got-to-do-it/>`_
1519

20+
`How HTTPS Secures Connections: What Every Web Dev Should Know <http://blog.hartleybrody.com/https-certificates/>`_

source/theme/create_css.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
lessc --compress ./less/custom.less > ./static/css/c.css

0 commit comments

Comments
 (0)