Skip to content

Commit 0ee6193

Browse files
committed
Updating OS resources.
1 parent 5d07b2a commit 0ee6193

File tree

7 files changed

+20
-9
lines changed

7 files changed

+20
-9
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-01-04T16:37:14Z</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-01-04T16:42:16Z</updated></feed>

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,8 @@ <h1>Web Framework</h1>
323323
<a class="reference external" href="http://www.mongodb.org/">MongoDB</a> and <a class="reference external" href="http://docs.basho.com/">Riak</a>.
324324
Other web frameworks such as Flask and Pyramid are generally easier to
325325
use with non-relational databases by incorporating external Python libraries.</p>
326-
<div class="section" id="monitoring">
327-
<h2>Monitoring</h2>
326+
<div class="section" id="web-framework-monitoring">
327+
<h2>Web Framework Monitoring</h2>
328328
<p>Logging is a common mechanism for monitoring web applications written with a
329329
web framework. Runtime exceptions that prevent code from running are
330330
important to log to investigate and fix the source of the problems.
@@ -382,7 +382,8 @@ <h2>Web Analytics Resources</h2>
382382
</section>
383383
<section id="change-log" class="tech-section">
384384
<h1>Change Log</h1>
385-
<p>2013.01.02: Minor updates to OS section.</p>
385+
<p>2013.01.04: Added initial trial of a WSGI server -&gt; web server -&gt; browser diagram. Updated web server and OS sections.</p>
386+
<p>2013.01.02: Minor updates to OS section.</p>
386387
<p>2012.12.30: Updated introduction with improved wording. Working on CDN section. Added very basic database content and removed stub from that section.</p>
387388
<p>2012.12.27: Added beginning of section on Python web frameworks. Added stub for content delivery network.</p>
388389
<p>2012.12.25: Initial incomplete release on fullstackpython.com.</p>

pages/change-log.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
<h1>Change Log</h1>
4646

4747

48-
<p>2013.01.02: Minor updates to OS section.</p>
48+
<p>2013.01.04: Added initial trial of a WSGI server -&gt; web server -&gt; browser diagram. Updated web server and OS sections.</p>
49+
<p>2013.01.02: Minor updates to OS section.</p>
4950
<p>2012.12.30: Updated introduction with improved wording. Working on CDN section. Added very basic database content and removed stub from that section.</p>
5051
<p>2012.12.27: Added beginning of section on Python web frameworks. Added stub for content delivery network.</p>
5152
<p>2012.12.25: Initial incomplete release on fullstackpython.com.</p>

pages/web-framework.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ <h1>Web Framework</h1>
6565
<a class="reference external" href="http://www.mongodb.org/">MongoDB</a> and <a class="reference external" href="http://docs.basho.com/">Riak</a>.
6666
Other web frameworks such as Flask and Pyramid are generally easier to
6767
use with non-relational databases by incorporating external Python libraries.</p>
68-
<div class="section" id="monitoring">
69-
<h2>Monitoring</h2>
68+
<div class="section" id="web-framework-monitoring">
69+
<h2>Web Framework Monitoring</h2>
7070
<p>Logging is a common mechanism for monitoring web applications written with a
7171
web framework. Runtime exceptions that prevent code from running are
7272
important to log to investigate and fix the source of the problems.

source/content/pages/change-log.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Change Log
55
:slug: change-log
66
:sort-order: 10
77

8+
2013.01.04: Added initial trial of a WSGI server -> web server -> browser diagram. Updated web server and OS sections.
9+
810
2013.01.02: Minor updates to OS section.
911

1012
2012.12.30: Updated introduction with improved wording. Working on CDN section. Added very basic database content and removed stub from that section.

source/content/pages/operating-system.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Yellowdog Updater, Modified (YUM). RPM has a specific .rpm file format
3737
to handle the packaging and installation of libraries and applications. YUM
3838
provides a command-line interface for interacting with the RPM system.
3939

40+
4041
Monitoring
4142
----------
4243
There are several important resources to monitor on the operating system
@@ -47,3 +48,9 @@ and network level of a web stack.
4748
3. Persistence storage consumed versus free
4849
4. Network bandwidth and latency
4950

51+
52+
Operating System Resources
53+
--------------------------
54+
`Securing an Ubuntu Server <http://www.andrewault.net/2010/05/17/securing-an-ubuntu-server/>`_
55+
56+

source/content/pages/web-framework.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Other web frameworks such as Flask and Pyramid are generally easier to
2828
use with non-relational databases by incorporating external Python libraries.
2929

3030

31-
Monitoring
32-
----------
31+
Web Framework Monitoring
32+
------------------------
3333
Logging is a common mechanism for monitoring web applications written with a
3434
web framework. Runtime exceptions that prevent code from running are
3535
important to log to investigate and fix the source of the problems.

0 commit comments

Comments
 (0)