Skip to content

Commit 7b33ccc

Browse files
committed
adding new OS resource
1 parent 9fbe753 commit 7b33ccc

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

all.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3563,6 +3563,12 @@ <h2>Operating System Resources</h2>
35633563
<p>Lifehacker's <a href="http://lifehacker.com/5889950/how-to-find-the-perfect-linux-distribution-for-you">guide to choosing a Linux distro</a>.</p>
35643564
</li>
35653565
<li>
3566+
<p>Since Linux is your go-to production operating system, it's important to
3567+
get comfortable with the Unix/Linux commands and philosophy. Study up on
3568+
<a href="http://www.oliverelliott.org/article/computing/tut_unix/">this introduction to Unix tutorial</a>
3569+
to become more familiar with the operating system.</p>
3570+
</li>
3571+
<li>
35663572
<p><a href="http://www.rackspace.com/knowledge_center/article/choosing-a-linux-distribution">Choosing a Linux Distribution</a></p>
35673573
</li>
35683574
<li>

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>2015-03-16T09:51:26Z</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>2015-03-17T09:22:14Z</updated></feed>

operating-systems.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@ <h2>Operating System Resources</h2>
113113
<p>Lifehacker's <a href="http://lifehacker.com/5889950/how-to-find-the-perfect-linux-distribution-for-you">guide to choosing a Linux distro</a>.</p>
114114
</li>
115115
<li>
116+
<p>Since Linux is your go-to production operating system, it's important to
117+
get comfortable with the Unix/Linux commands and philosophy. Study up on
118+
<a href="http://www.oliverelliott.org/article/computing/tut_unix/">this introduction to Unix tutorial</a>
119+
to become more familiar with the operating system.</p>
120+
</li>
121+
<li>
116122
<p><a href="http://www.rackspace.com/knowledge_center/article/choosing-a-linux-distribution">Choosing a Linux Distribution</a></p>
117123
</li>
118124
<li>

source/content/pages/07-web-app-deployment/05-operating-systems.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ provides a command-line interface for interacting with the RPM system.
100100

101101
* Lifehacker's [guide to choosing a Linux distro](http://lifehacker.com/5889950/how-to-find-the-perfect-linux-distribution-for-you).
102102

103+
* Since Linux is your go-to production operating system, it's important to
104+
get comfortable with the Unix/Linux commands and philosophy. Study up on
105+
[this introduction to Unix tutorial](http://www.oliverelliott.org/article/computing/tut_unix/)
106+
to become more familiar with the operating system.
107+
103108
* [Choosing a Linux Distribution](http://www.rackspace.com/knowledge_center/article/choosing-a-linux-distribution)
104109

105110
* [First 5 Minutes on a Server](http://plusbryan.com/my-first-5-minutes-on-a-server-or-essential-security-for-linux-servers)

0 commit comments

Comments
 (0)