linux and rapsberry documentation bram

This commit is contained in:
Bram Barbieri
2024-02-27 20:45:42 +01:00
parent 3e82990c97
commit 982a275aa0

View File

@@ -56,3 +56,19 @@ examples, basics, fade
\/ servo's \/ servo's
examples, servo, sweep 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: