User:Markvandenheuvel/prototyping: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
Line 4: Line 4:
-Aymeric Mansoux <br>
-Aymeric Mansoux <br>
-Michael Murtaugh <br>
-Michael Murtaugh <br>


== Session 01 with Andre ==
== Session 01 with Andre ==
Line 11: Line 10:


=== UNIX ===
=== UNIX ===
Unix (/ˈjuːnɪks/; trademarked as UNIX) is a family of multitasking, multiuser computer operating systems that derive from the original AT&T Unix, development starting in the 1970s at the Bell Labs research center. a lot of users interacting with a single machine. Batch process before - one person is the administrator of the machine.
then: Multics dumb terminal, optimising the time of the machine, merry go around mode.


- [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]


=== Rasperry Pi ===
Raspberry Pi is a small single board computer used for learning basic computer science.


 
[[File:Raspberry-p-3-bird.jpg|500px|none|Rasperry Pi]]
=== 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:
*Basic tasks & experiments:
:* Logging into the Raspberry Pi <br>
:* 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
:* chaining programs a.k.a PIPING ( command: | )
:* -  sed 's/i/1/g' | sed 's/an/a_____n____/g'
:* printing with Matrix printer, ascii word-art generator [http://pzwiki.wdka.nl/mediadesign/Unix_Sandbox#Manipulating_text (more)], text-to-speech
:* creating public_html directory and index.html on the Sandbox (note: remote login not possible)
:* creating public_html directory and index.html on the Sandbox (note: remote login not possible)
:* modifying texts (bio) through Terminal using Dadadodo and  
:* modifying texts (bio) through Terminal using Dadadodo and sed (changing and replacing certain characters)
 


Pi IP: 145.24.139.127
IP adres of the Pi:
145.24.139.127


Copying files from personal machine to Sandbox:
scp file.txt username@145.24.139.127:/home/username


==interesting links & references==
==other useful & interesting links==
[http://web.mit.edu/multics-history/ History of Unix] <br>
[http://web.mit.edu/multics-history/ History of Unix] <br>
[https://files.fosswire.com/2007/08/fwunixref.pdf Unix cheatsheet for basic commands]
[http://pzwiki.wdka.nl/mediadesign/Unix_Sandbox Basic Unix command and how to use the Sandbox] <br>
[https://files.fosswire.com/2007/08/fwunixref.pdf Unix cheatsheet for basic commands] <br>
[http://pzwiki.wdka.nl/mediadesign/Unix_Sandbox#Manipulating_text Manipulating text in Unix] <br>

Revision as of 17:22, 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

Unix (/ˈjuːnɪks/; trademarked as UNIX) is a family of multitasking, multiuser computer operating systems that derive from the original AT&T Unix, development starting in the 1970s at the Bell Labs research center. a lot of users interacting with a single machine. Batch process before - one person is the administrator of the machine. then: Multics dumb terminal, optimising the time of the machine, merry go around mode.


Rasperry Pi

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

Rasperry Pi
  • Basic tasks & experiments:
  • Logging into the Raspberry Pi
  • chaining programs a.k.a PIPING ( command: | )
  • printing with Matrix printer, ascii word-art generator (more), text-to-speech
  • creating public_html directory and index.html on the Sandbox (note: remote login not possible)
  • modifying texts (bio) through Terminal using Dadadodo and sed (changing and replacing certain characters)


IP adres of the Pi:

145.24.139.127

Copying files from personal machine to Sandbox:

scp file.txt username@145.24.139.127:/home/username

other useful & interesting links

History of Unix
Basic Unix command and how to use the Sandbox
Unix cheatsheet for basic commands
Manipulating text in Unix