| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,2 +1,2 @@ | |||
| 1 | 1 | <?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-02-06T14:44:03Z</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-02-07T07:34:37Z</updated></feed> | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -99,9 +99,8 @@ <h2>Ubuntu</h2> | |||
| 99 | 99 | February 2014, | |
| 100 | 100 | <a class="reference external" href="http://releases.ubuntu.com/precise/">12.04 Precise Pangolin</a> | |
| 101 | 101 | is the latest Ubuntu LTS release.</p> | |
| 102 | - </div> | ||
| 103 | - <div class="section" id="python-packages-for-ubuntu"> | ||
| 104 | - <h2>Python Packages for Ubuntu</h2> | ||
| 102 | + <div class="section" id="ubuntu-python-packages"> | ||
| 103 | + <h3>Ubuntu Python Packages</h3> | ||
| 105 | 104 | <p>There are several | |
| 106 | 105 | <a class="reference external" href="https://help.ubuntu.com/12.04/serverguide/aptitude.html">Aptitude</a> | |
| 107 | 106 | packages found on Linux servers running a Python stack. These include</p> | |
@@ -113,6 +112,7 @@ <h2>Python Packages for Ubuntu</h2> | |||
| 113 | 112 | (<a class="reference external" href="http://www.virtualenv.org/en/latest/">virtualenvs</a>)</li> | |
| 114 | 113 | </ul> | |
| 115 | 114 | </div> | |
| 115 | + </div> | ||
| 116 | 116 | <div class="section" id="red-hat-and-centos"> | |
| 117 | 117 | <h2>Red Hat and CentOS</h2> | |
| 118 | 118 | <p><a class="reference external" href="http://www.redhat.com/products/enterprise-linux/">Red Hat Enterprise Linux</a> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,4 @@ | |||
| 1 | + ================= | ||
| 1 | 2 | Operating Systems | |
| 2 | 3 | ================= | |
| 3 | 4 | ||
@@ -16,6 +17,7 @@ all viable options. | |||
| 16 | 17 | OS X are not appropriate for most test and production deployments unless | |
| 17 | 18 | there is a specific reason why you must use them in lieu of Linux. | |
| 18 | 19 | ||
| 20 | + ------ | ||
| 19 | 21 | Ubuntu | |
| 20 | 22 | ------ | |
| 21 | 23 | Ubuntu is a Linux distribution packaged by the | |
@@ -35,8 +37,8 @@ February 2014, | |||
| 35 | 37 | is the latest Ubuntu LTS release. | |
| 36 | 38 | ||
| 37 | 39 | ||
| 38 | - Python Packages for Ubuntu | ||
| 39 | - -------------------------- | ||
| 40 | + Ubuntu Python Packages | ||
| 41 | + ====================== | ||
| 40 | 42 | There are several | |
| 41 | 43 | `Aptitude <https://help.ubuntu.com/12.04/serverguide/aptitude.html>`_ | |
| 42 | 44 | packages found on Linux servers running a Python stack. These include | |
@@ -50,6 +52,7 @@ packages found on Linux servers running a Python stack. These include | |||
| 50 | 52 | ||
| 51 | 53 | ||
| 52 | 54 | ||
| 55 | + ------------------ | ||
| 53 | 56 | Red Hat and CentOS | |
| 54 | 57 | ------------------ | |
| 55 | 58 | `Red Hat Enterprise Linux <http://www.redhat.com/products/enterprise-linux/>`_ | |
@@ -65,6 +68,7 @@ to handle the packaging and installation of libraries and applications. YUM | |||
| 65 | 68 | provides a command-line interface for interacting with the RPM system. | |
| 66 | 69 | ||
| 67 | 70 | ||
| 71 | + -------------------------- | ||
| 68 | 72 | Operating System Resources | |
| 69 | 73 | -------------------------- | |
| 70 | 74 | `Choosing a Linux Distribution <http://www.rackspace.com/knowledge_center/article/choosing-a-linux-distribution>`_ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -462,7 +462,7 @@ h6 .small { | |||
| 462 | 462 | ||
| 463 | 463 | h1, | |
| 464 | 464 | .h1 { | |
| 465 | - font-size: 39px; | ||
| 465 | + font-size: 40px; | ||
| 466 | 466 | } | |
| 467 | 467 | ||
| 468 | 468 | h2, | |
@@ -472,17 +472,17 @@ h2, | |||
| 472 | 472 | ||
| 473 | 473 | h3, | |
| 474 | 474 | .h3 { | |
| 475 | - font-size: 26px; | ||
| 475 | + font-size: 22px; | ||
| 476 | 476 | } | |
| 477 | 477 | ||
| 478 | 478 | h4, | |
| 479 | 479 | .h4 { | |
| 480 | - font-size: 19px; | ||
| 480 | + font-size: 18px; | ||
| 481 | 481 | } | |
| 482 | 482 | ||
| 483 | 483 | h5, | |
| 484 | 484 | .h5 { | |
| 485 | - font-size: 15px; | ||
| 485 | + font-size: 14px; | ||
| 486 | 486 | } | |
| 487 | 487 | ||
| 488 | 488 | h6, | |
@@ -7634,4 +7634,4 @@ td.visible-print { | |||
| 7634 | 7634 | ||
| 7635 | 7635 | .affix { | |
| 7636 | 7636 | position: fixed; | |
| 7637 | - } | ||
| 7637 | + } | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -462,7 +462,7 @@ h6 .small { | |||
| 462 | 462 | ||
| 463 | 463 | h1, | |
| 464 | 464 | .h1 { | |
| 465 | - font-size: 39px; | ||
| 465 | + font-size: 40px; | ||
| 466 | 466 | } | |
| 467 | 467 | ||
| 468 | 468 | h2, | |
@@ -472,17 +472,17 @@ h2, | |||
| 472 | 472 | ||
| 473 | 473 | h3, | |
| 474 | 474 | .h3 { | |
| 475 | - font-size: 26px; | ||
| 475 | + font-size: 22px; | ||
| 476 | 476 | } | |
| 477 | 477 | ||
| 478 | 478 | h4, | |
| 479 | 479 | .h4 { | |
| 480 | - font-size: 19px; | ||
| 480 | + font-size: 18px; | ||
| 481 | 481 | } | |
| 482 | 482 | ||
| 483 | 483 | h5, | |
| 484 | 484 | .h5 { | |
| 485 | - font-size: 15px; | ||
| 485 | + font-size: 14px; | ||
| 486 | 486 | } | |
| 487 | 487 | ||
| 488 | 488 | h6, | |
@@ -7634,4 +7634,4 @@ td.visible-print { | |||
| 7634 | 7634 | ||
| 7635 | 7635 | .affix { | |
| 7636 | 7636 | position: fixed; | |
| 7637 | - } | ||
| 7637 | + } | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments