diff --git a/docs/LearningProcessBram/Sprint1/FirstDocumentation.md b/docs/LearningProcessBram/Sprint1/FirstDocumentation.md index dc02e50..4fd608a 100644 --- a/docs/LearningProcessBram/Sprint1/FirstDocumentation.md +++ b/docs/LearningProcessBram/Sprint1/FirstDocumentation.md @@ -56,3 +56,19 @@ examples, basics, fade \/ servo's examples, servo, sweep + +### Linux and raspberrypi. +To gain more knowledge about linux, i first asked my class mates if they could get me started. +They showed me how to gain acces to a server, and told me how to navigate through files. +By doing this i got taught the following commands: + +~ $ 'ls -la' = show file / volders +~ $ 'top' = see currently running programs +~ $ 'cd ' = change directory +~ $ 'mkdir name' = make directory +~ $ 'touch name' = make file +~ $ 'ping ip addres' +~ $ 'ssh username@ip address' = open ssh connection. + +From here i went and looked up several linux video's wich taught me the following: +