Glossary: Difference between revisions

From Hackers & Designers
No edit summary
No edit summary
Line 24: Line 24:
   pwd -> terminal command
   pwd -> terminal command
   man bash (manual)
   man bash (manual)
* figlet word -> visualizing a word  
* figlet word -> visualizing a word in ASCII
* pipeline
* pipeline
* strip
* strip

Revision as of 12:22, 15 October 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 in ASCII
  • pipeline
  • strip
  • split

More notes here: Github