DevOpsBootcamp / website

First iteration of our web site will live on readthedocs...
Apache License 2.0
52 stars 45 forks source link

2016-2017 Lesson Overhaul #121

Closed pop closed 8 years ago

pop commented 8 years ago

NOTE: I know it's a big diff, a lot of the content previously in the repository will be added back in (images, etc).

Major Changes Include:

I have a few notes for people that want to help contribute:

RST Formatting:

This is the top Heading  (h1)
=======================

This is one topic  (h2)
-----------------

This is a subtopic  (h3)
~~~~~~~~~~~~~~~~~~

This is another topic  (h2)
---------------------

etc  (h3)
~~~

If you want to fill out the lessons do the following:

Follow git-flow. Before making changes git pull and new change and avoid conflicts. If we start stepping on eachother's toes too much we'll start making proper pull-requests to this branch.

Of course, feel free to edit where it is needed.

refs #120

pop commented 8 years ago

I am going to do the drafts for:

I am also adding an 'overview' section to each lesson.

pop commented 8 years ago

Now I'm calling dibs on:

pop commented 8 years ago

I'm calling dibs on

pop commented 8 years ago

Calling dibs on

pop commented 8 years ago

Calling dibs on

aaroncohen73 commented 8 years ago

A bit of feedback for Lesson 13: Security:

When you suggest that people consider using pass phrases instead of passwords, you should probably also mention some of the pitfalls of pass phrases that might make them as vulnerable as passwords. For example, pass phrases should be made of random words, and not popular quotes, actor names, etc. It's not infeasible that a dictionary attack could target common phrases such as these.