Glossary: Difference between revisions

From Hackers & Designers
(Created page with "A list of terms appearing during the summer academy")
 
No edit summary
Line 1: Line 1:
A list of terms appearing during the summer academy
A list of terms appearing during the summer academy
* Integer/int - Number, contains no decimal points, it CAN be negative.
* Charater -  a single letter, usually single quoted 'a', 'b', 'c'
* String - collection/group of charaters, usually double quoted "This is a string", "abcdefg"
* IRC - Internet Relay Chat: text based chat system
* rasberry pie -
* botnet -
* TTY -
* GNU -
* FLOSS
* Linux -
* open source software -
* free software -
* cyberfeminism -
* putti: windows version of terminal –
* ssh access to a server -
* Terminal commands:
-> /home/your_name
  ls /home -> gives a list of every folder in /hma
  every folder in -> /home
  to move around -> cd
  pwd -> terminal command
  man bash (manual)
* figlet word -> visualizing a word
* pipeline
* strip
* split

Revision as of 21:17, 30 August 2015

A list of terms appearing during the summer academy

  • Integer/int - Number, contains no decimal points, it CAN be negative.
  • Charater - a single letter, usually single quoted 'a', 'b', 'c'
  • String - collection/group of charaters, usually double quoted "This is a string", "abcdefg"
  • IRC - Internet Relay Chat: text based chat system
  • rasberry pie -
  • botnet -
  • TTY -
  • GNU -
  • FLOSS
  • Linux -
  • open source software -
  • free software -
  • cyberfeminism -
  • putti: windows version of terminal –
  • ssh access to a server -
  • Terminal commands:

-> /home/your_name

 ls /home -> gives a list of every folder in /hma
 every folder in -> /home
 to move around -> cd
 pwd -> terminal command
 man bash (manual)
  • figlet word -> visualizing a word
  • pipeline
  • strip
  • split