linux_introduction/homework
waldek f5dd5be7a4 adds adbellah kvm link 2022-07-15 13:57:54 +02:00
..
readme.md adds adbellah kvm link 2022-07-15 13:57:54 +02:00
todo_template.md moves the homework into a folder and starts readme 2022-07-14 12:23:02 +02:00

readme.md

Homework

Over the summer break I advise you to do the following.

  1. practice what we have learned so far
  2. document your findings, questions, problems

In order to help you a bit I made a markdown template you can use to go over all the topics we touched on and I left some space for you to make your own notes. You can find this file here. We did not dive too deep into git but if possible I highly recommend to push your notes to the gitea. This way you can share your findings with your fellow students and I can keep an eye on your progress.

Books

Online challenges

  • regex crossword puzzles can be a fun way to get better at regexes
  • the cmdchallenge is a fun way to get better at pipes and basic commands
  • you could continue bandit for general practice
    • level 27-28 switches the game up and is all about git, you'll need to do some deep diving and I recommend the main documentation as a starting point

Extra info

  • you could try and set up vim with some plugins to make it a proper IDE; my setup can be found here
  • example project by Abdellah as inspiration for your final project