Skip to main content
Dat 2nd Sem Fall 2025
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Day 1

Day 1 Class exercise

  1. Log on to droplet via ssh and the username you have created (jetty)
  2. Create this folder structure:
  • By using the following commands: mkdir and touch
  1. Open the README file with nano editor and write a short description of the content of the folder structure. Save and exit.
  2. Create a README.md file locally on you laptop and copy it to the droplet using scp. The README.md should contain some text.
  3. On the froplet print the content of the new README.md file to the console using cat.