User:Markvandenheuvel/prototyping: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with "= Prototyping =")
 
Line 1: Line 1:
= Prototyping =
 
= Prototyping with...=
-Andre Castro <br>
-Aymeric Mansoux <br>
-Michael Murtaugh <br>
 
 
== Session 01 with Andre ==
date: 16-09-2019 <br>
pad: https://pad.xpub.nl/p/prototyping-20190916
 
=== UNIX ===
 
- [http://web.mit.edu/multics-history/ History of Unix ]
basic commands for navigation and organizing files in Terminal
- [http://pzwiki.wdka.nl/mediadesign/Unix_Sandbox Unix command and how to use the Sandbox]
 
 
 
=== Rasberry Pi:  ===
Rasberry Pi is a small single board computer used for learning basic computer science.
 
 
[[www.elektor.nl/media/catalog/product/cache/2b4bee73c90e4689bbc4ca8391937af9/r/a/raspberry-p-3-bird.jpg|frame|50px]]
 
*Basic tasks & experiments:
:* Logging into the Raspberry Pi <br>
:* printing with Matrix printer, ascii wordart generator [http://pzwiki.wdka.nl/mediadesign/Unix_Sandbox#Manipulating_text (more)], text-to-speech
:* -  sed 's/i/1/g' | sed 's/an/a_____n____/g'
:* creating public_html directory and index.html on the Sandbox (note: remote login not possible)
:* modifying texts (bio) through Terminal using Dadadodo and
 
Pi IP: 145.24.139.127
 
 
==interesting links & references==
[http://web.mit.edu/multics-history/ History of Unix] <br>
[https://files.fosswire.com/2007/08/fwunixref.pdf Unix cheatsheet for basic commands]

Revision as of 17:00, 26 September 2019

Prototyping with...

-Andre Castro
-Aymeric Mansoux
-Michael Murtaugh


Session 01 with Andre

date: 16-09-2019
pad: https://pad.xpub.nl/p/prototyping-20190916

UNIX

- History of Unix basic commands for navigation and organizing files in Terminal - Unix command and how to use the Sandbox


Rasberry Pi:

Rasberry Pi is a small single board computer used for learning basic computer science.


frame|50px

  • Basic tasks & experiments:
  • Logging into the Raspberry Pi
  • printing with Matrix printer, ascii wordart generator (more), text-to-speech
  • - sed 's/i/1/g' | sed 's/an/a_____n____/g'
  • creating public_html directory and index.html on the Sandbox (note: remote login not possible)
  • modifying texts (bio) through Terminal using Dadadodo and
Pi IP: 145.24.139.127


interesting links & references

History of Unix
Unix cheatsheet for basic commands