CphBusCosSem2 / week-4-Operating-systems

0 stars 2 forks source link

Alt text

4th week of the 2nd semester

Topics: Operatingsystems & Linux, Webserver og MySQL in the cloud

Day 1 (Tuesday): Linux in the cloud

We will look at how to set up a linux server on digitalocean, how to manage users on the machine, and how to navigate the server from the command prompt.

Readings:

Day 2 (Wednesday): SSH & bash scripting

Using passwords to secure a server is considered insecure. Instead one use ssh-keys. Also, we will take a look at bash-scripting to automate things on linux. In particular we will automate setting up a linux server with users for your group.

Readings:

Day 3: MySQL in the cloud

We will setup MySQL on the ubunto server, set up users on MySQL with different rights, and work with SQL from the sql prompt. Also, we will connect to the server from MySQLWorkbench and from Java.

Readings:

Day 4 - Studypoint exercise