1
1

notes.txt 588 B

123456789101112131415161718192021
  1. multiplexer(mux) - allows multiple people to use the same TTY
  2. (we did this with screen and also opened up different windows)
  3. VNC is technically multiplexer
  4. needs to handle multiple input and output
  5. google docs is an example of multiplexer
  6. when using screen (ctrl+a) + ? will show shortcuts
  7. command to show the network connections
  8. ss -taln
  9. apache is the most commonly used
  10. common convention for gogs pages is to use git.domain.com
  11. can have many websites hosted from one domain
  12. can add diff websites into DNS with same domain
  13. apache was default for port 80 on the domain for gogs