User:AvitalB/prototyping: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 6: Line 6:
=Session 1=
=Session 1=
<h3>Unix</h3>
<h3>Unix</h3>
[https://www.techopedia.com/definition/4637/unix Unix] is a portable, multitasking, multiuser, time-sharing operating system (OS) originally developed in 1969 by a group of employees at AT&T.
<h3>Raspberry Pi</h3>
<h3>Raspberry Pi</h3>
 
[https://opensource.com/resources/raspberry-pi Raspberry Pi] is the name of a series of single-board computers made by the Raspberry Pi Foundation, a UK charity that aims to educate people in computing and create easier access to computing education.
<br>
<br>
=Session 2=
=Session 2=
<h3>Creating a key</h3>
<h3>Creating a key</h3>
Line 13: Line 16:
<br>
<br>
- Our ssh key
- Our ssh key
Output in terminal when creating a key
<pre>
+---[RSA 2048]----+       
|BEo      .      |
|**o      +      |
|=o+    . +      |
|.=o..  . +      |
|.ooo.o  S        |
|.oooo+.B +      |
|. o ..B.B        |
|      .= .      |
|    .ooB+      |
+----[SHA256]-----+
</pre>

Revision as of 20:53, 30 September 2019

Prototyping



Session 1

Unix

Unix is a portable, multitasking, multiuser, time-sharing operating system (OS) originally developed in 1969 by a group of employees at AT&T.

Raspberry Pi

Raspberry Pi is the name of a series of single-board computers made by the Raspberry Pi Foundation, a UK charity that aims to educate people in computing and create easier access to computing education.

Session 2

Creating a key

- Key for our user in pi (created in the first session)
- Our ssh key

Output in terminal when creating a key

+---[RSA 2048]----+         
|BEo       .      |
|**o      +       |
|=o+     . +      |
|.=o..  . +       |
|.ooo.o  S        |
|.oooo+.B +       |
|. o ..B.B        |
|      .= .       |
|     .ooB+       |
+----[SHA256]-----+