Glossary: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
A list of terms | 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. | ||
* IRC - Internet Relay Chat: text based chat system | * IRC - Internet Relay Chat: text based chat system | ||
* | |||
* | * figlet word -> visualizing a word in the Terminal | ||
* | * FLOSS | ||
* Free Software - | |||
* GNU - | * GNU - | ||
* Linux - | * Linux - | ||
* | * Open Source Software - | ||
* | * pipeline | ||
* 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) | ||
* | |||
* TTY - | |||
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 20: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