Skip to content

Commit 1fc54d0

Browse files
committed
removing broken link to computer hardware example
1 parent a0897c8 commit 1fc54d0

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
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-03-15T11:39:59Z</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-03-16T09:41:22Z</updated></feed>

servers.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,11 @@ <h2>Bare metal</h2>
117117
taking on manual labor working with hardware as well as the rest of the
118118
software stack.</p>
119119
<p>Buy actual hardware from a vendor either pre-built or as a collection of
120-
components that you assemble yourself. Here is an
121-
<a href="http://duartes.org/gustavo/blog/post/building-a-quad-core-server">example of a server buildout</a>.
122-
The post is a couple of years old but those are the
123-
rough components you need to put together your own server. You can also buy
120+
components that you assemble yourself. You can also buy
124121
pre-configured servers from Dell or HP. Those servers tend to be in
125122
smaller case form factors (called "blades") but are correspondingly more
126-
expensive than putting off-the-shelf components together yourself.</p>
123+
expensive than putting off-the-shelf components together yourself in a
124+
standard computer case.</p>
127125
<h2>Virtualized servers</h2>
128126
<p>Virtual private servers (VPSs) are slices of hardware on top of a larger
129127
bare metal server. Virtualization software such as

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,11 @@ taking on manual labor working with hardware as well as the rest of the
5050
software stack.
5151

5252
Buy actual hardware from a vendor either pre-built or as a collection of
53-
components that you assemble yourself. Here is an
54-
[example of a server buildout](http://duartes.org/gustavo/blog/post/building-a-quad-core-server).
55-
The post is a couple of years old but those are the
56-
rough components you need to put together your own server. You can also buy
53+
components that you assemble yourself. You can also buy
5754
pre-configured servers from Dell or HP. Those servers tend to be in
5855
smaller case form factors (called "blades") but are correspondingly more
59-
expensive than putting off-the-shelf components together yourself.
56+
expensive than putting off-the-shelf components together yourself in a
57+
standard computer case.
6058

6159

6260
## Virtualized servers

0 commit comments

Comments
 (0)