/course-linux-essentials

Linux Essentials Course for VIVES University of Applied Sciences in Bruges.

Linux Essentials

Netlify Status

Welcome to the draft version of this Linux Essentials Course for VIVES University of Applied Sciences in Bruges.

Comments and additions are more than welcome.

Development

The static site is generated from markdown using VuePress.

Setup local dev server

yarn run docs:dev

Students

You can add/pull changes from this repo using the following commands:

git remote add teacher git@github.com:BioBoost/course-linux-essentials.git
git pull teacher master

Make sure to commit your local changes before doing this.

Teacher

Teacher edition of this course can be found at https://github.com/BioBoost/course-linux-essentials-teacher.

All solutions and demo's are available in teacher.md files inside teacher branches.

Important:

  • Never merge teacher into dev or master.
  • Never push teacher to origin

To make changes:

git remote add teacher git@github.com:BioBoost/course-linux-essentials-teacher.git
git checkout teacher
# ...
git push teacher teacher

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.