File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
source/content/pages/03-deployment Expand file tree Collapse file tree 3 files changed +9
-9
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-05-07T13:24:38Z </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-05-07T13:26:11Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -69,12 +69,12 @@ <h2>Operating systems learning checklist</h2>
6969Harden the security through a few basic steps. Install basic security
7070packages such as < a href ="http://www.fail2ban.org/wiki/index.php/Main_Page "> fail2ban</ a >
7171or its equivalent. Create a new user account with sudo privileges and disable
72- root logins. Disable password-only logins and Use a public-private keypair
72+ root logins. Disable password-only logins and use a public-private keypair
7373instead. Read more about hardening systems in the resources listed below.</ p >
7474< p > < i class ="fa fa-check-square-o "> </ i >
75- Install Python-specific packages to prepare the environment for an application
76- deployment . Which packages you'll need to install depends on the distribution
77- you've selected.</ p >
75+ Install Python-specific packages to prepare the environment for running a
76+ Python application . Which packages you'll need to install depends on the
77+ distribution you've selected.</ p >
7878< p > < i class ="fa fa-check-square-o "> </ i >
7979Read up on < a href ="/web-servers.html "> web servers</ a > as installing one will be the
8080next step in the deployment process.</ p >
Original file line number Diff line number Diff line change @@ -48,13 +48,13 @@ Fedora-based distribution like CentOS.
4848Harden the security through a few basic steps. Install basic security
4949packages such as [ fail2ban] ( http://www.fail2ban.org/wiki/index.php/Main_Page )
5050or its equivalent. Create a new user account with sudo privileges and disable
51- root logins. Disable password-only logins and Use a public-private keypair
51+ root logins. Disable password-only logins and use a public-private keypair
5252instead. Read more about hardening systems in the resources listed below.
5353
5454<i class =" fa fa-check-square-o " ></i >
55- Install Python-specific packages to prepare the environment for an application
56- deployment . Which packages you'll need to install depends on the distribution
57- you've selected.
55+ Install Python-specific packages to prepare the environment for running a
56+ Python application . Which packages you'll need to install depends on the
57+ distribution you've selected.
5858
5959<i class =" fa fa-check-square-o " ></i >
6060Read up on [ web servers] ( /web-servers.html ) as installing one will be the
You can’t perform that action at this time.
0 commit comments