hamidgasmi / training.computerscience.os.linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux OS:

Encryption:

File management:

Network:

Security:

System (OS):

Process
  • Every process has 3 communication channels attached to it
  • Standard In (STDIN): communicate information into the process (E.g. from CLI to the process)
  • Standard Out (STDOUT): communicate information out the process (E.g. from the process to the CLI)
  • Standard In (STDERR: communicate errors out the process

Tools:

ArgoUML - Source: https://gist.github.com/henriquemoody/3362789
Emacs - Source for how to install yaml mode for emacs: https://github.com/yoshiki/yaml-mode

About


Languages

Language:Shell 100.0%