Glossary: Difference between revisions

From Hackers & Designers
No edit summary
No edit summary
Line 5: Line 5:
* Character -  a single letter, usually single quoted 'a', 'b', 'c'
* Character -  a single letter, usually single quoted 'a', 'b', 'c'
* Cyberfeminism -
* Cyberfeminism -
* Integer/int - Number, contains no decimal points, it CAN be negative.
* Integer/int - Number, contains no decimal points, it CAN be negative.
* IRC - Internet Relay Chat: text based chat system
* IRC - Internet Relay Chat: text based chat system
* figlet word -> visualizing a word in the Terminal
* figlet word -> visualizing a word in the Terminal
* FLOSS
* FLOSS
* Free Software -
* Free Software -
* GNU -  
* GNU -  
* Linux -  
* Linux -  
* Open Source Software -
* Open Source Software -
Line 26: Line 21:
* strip
* strip
* Terminal commands:  
* Terminal commands:  
   /home/your_name  
   /home/your_name  
   ls /home -> gives a list of every folder in /hma
   ls /home -> gives a list of every folder in /hma
Line 33: Line 27:
   pwd -> terminal command
   pwd -> terminal command
   man bash (manual)
   man bash (manual)
* TTY -  
* TTY -  



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