File tree Expand file tree Collapse file tree 3 files changed +7
-11
lines changed
source/content/pages/02-servers Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -117,13 +117,11 @@ <h2>Bare metal</h2>
117117taking on manual labor working with hardware as well as the rest of the
118118software 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
124121pre-configured servers from Dell or HP. Those servers tend to be in
125122smaller 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
129127bare metal server. Virtualization software such as
Original file line number Diff line number Diff line change @@ -50,13 +50,11 @@ taking on manual labor working with hardware as well as the rest of the
5050software stack.
5151
5252Buy 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
5754pre-configured servers from Dell or HP. Those servers tend to be in
5855smaller 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
You can’t perform that action at this time.
0 commit comments