These are the evidences of accompishing the devOps part2 activity:
Install a Linux distribution

Install support for your development environment. This should include:
- Your coding language setup. That could by Python 3.5, Java, Ruby, C#, Javascript, Smalltalk or anything really. Perhaps take the time to learn a new setup if you already know one well.

- git installed for pushing to your GitHub repository.

- Setup web deployment. You can choose a classic LAMP stack (Links to an external site.) or go with another option like Node.js. (Links to an external site.) Your choice really here if you run your web setup on a standard of ports 443/80 or 8443/8080

- Setup your first test use of Cron
