Glossary: Difference between revisions

From Hackers & Designers
No edit summary
No edit summary
Line 1: Line 1:
A list of terms appearing during the summer academy
A list of terms frequently used during the summer academy
 
* ASCII
* Botnet -
* Character -  a single letter, usually single quoted 'a', 'b', 'c'
* Cyberfeminism -


* Integer/int - Number, contains no decimal points, it CAN be negative.
* 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
* IRC - Internet Relay Chat: text based chat system
* Raspberry Pi -
 
* botnet -
* figlet word -> visualizing a word in the Terminal
* TTY -  
* FLOSS
* Free Software -
* GNU -  
* GNU -  
* FLOSS
 
 
 
* Linux -  
* Linux -  
* open source software -
* Open Source Software -
* free software -
* pipeline
* cyberfeminism -
* Putti: windows version of terminal –  
* putti: windows version of terminal –  
* Raspberry Pi -
* ssh access to a server -  
* ssh access to a server -  
* split
* String - collection/group of charaters, usually double quoted "This is a string", "abcdefg"
* strip
* Terminal commands:  
* Terminal commands:  
   
   
Line 24: Line 33:
   pwd -> terminal command
   pwd -> terminal command
   man bash (manual)
   man bash (manual)
* figlet word -> visualizing a word in ASCII
 
* pipeline
* TTY -  
* strip
* split


More notes here: [https://github.com/hd-onions/hackersanddesigners/blob/master/notes.markdown Github]
More notes here: [https://github.com/hd-onions/hackersanddesigners/blob/master/notes.markdown Github]

Revision as of 21:42, 21 October 2015

A list of terms frequently used during the summer academy

  • ASCII
  • Botnet -
  • Character - a single letter, usually single quoted 'a', 'b', 'c'
  • Cyberfeminism -
  • Integer/int - Number, contains no decimal points, it CAN be negative.
  • IRC - Internet Relay Chat: text based chat system
  • figlet word -> visualizing a word in the Terminal
  • FLOSS
  • Free Software -
  • GNU -


  • Linux -
  • Open Source Software -
  • pipeline
  • Putti: windows version of terminal –
  • Raspberry Pi -
  • ssh access to a server -
  • split
  • String - collection/group of charaters, usually double quoted "This is a string", "abcdefg"
  • strip
  • 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)
  • TTY -

More notes here: Github