User:Markvandenheuvel/prototyping: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
= Prototyping | =Prototyping Session 01 (with Andre Castro) = | ||
date: 16-09-2019 <br> | date: 16-09-2019 <br> | ||
pad: https://pad.xpub.nl/p/prototyping-20190916 | pad: https://pad.xpub.nl/p/prototyping-20190916 | ||
=== UNIX === | === UNIX === | ||
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. The OS made it possible for a lot of users to interact with a single machine at the same time. Before, this was done by a batch process via an operator/administrator. | |||
=== Rasperry Pi === | === Rasperry Pi === | ||
Line 21: | Line 14: | ||
*Basic tasks & experiments: | *Basic tasks & experiments: | ||
:* Logging into the Raspberry Pi <br> | :* Logging into the Raspberry Pi <br> | ||
:* printing with Matrix printer, ascii word-art generator [http://pzwiki.wdka.nl/mediadesign/Unix_Sandbox#Manipulating_text (more)], text-to-speech | :* 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) | ||
:* working with Unix HTML - editor: ne nice editor | |||
:* chaining programs a.k.a PIPING (command: |) / concatonate files (command: CAT) | |||
Revision as of 16:35, 26 September 2019
Prototyping Session 01 (with Andre Castro)
date: 16-09-2019
pad: https://pad.xpub.nl/p/prototyping-20190916
UNIX
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. The OS made it possible for a lot of users to interact with a single machine at the same time. Before, this was done by a batch process via an operator/administrator.
Rasperry Pi
Raspberry Pi is a small single board computer used for learning basic computer science.
- Basic tasks & experiments:
- Logging into the Raspberry Pi
- 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)
- working with Unix HTML - editor: ne nice editor
- chaining programs a.k.a PIPING (command: |) / concatonate files (command: CAT)
- Logging into the Raspberry Pi
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