Skip to content

Commit b4a44f9

Browse files
committed
adding new resource for servers
1 parent b11c829 commit b4a44f9

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
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>2014-04-16T09:25:39Z</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>2014-04-16T14:58:30Z</updated></feed>

servers.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,10 @@ <h3>Infrastructure-as-a-service resources</h3>
193193
<li>
194194
<p>Rackspace also has <a href="http://docs.rackspace.com/sdks/guide/content/python.html">official documentation for Python</a>.</p>
195195
</li>
196+
<li>
197+
<p><a href="http://feross.org/how-to-setup-your-linode/">How to set up your Linode for maximum awesomeness</a>
198+
shows how to work with a VPS once you've got the server up and running.</p>
199+
</li>
196200
</ul>
197201
<br/>
198202
Next read the

source/content/pages/02-servers/0201-servers.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,5 @@ Python library for working with Amazon Web Services.
128128

129129
* Rackspace also has [official documentation for Python](http://docs.rackspace.com/sdks/guide/content/python.html).
130130

131+
* [How to set up your Linode for maximum awesomeness](http://feross.org/how-to-setup-your-linode/)
132+
shows how to work with a VPS once you've got the server up and running.

0 commit comments

Comments
 (0)