notes.txt 954 B

1234567891011121314151617181920212223242526
  1. multiplexer(mux) - allows multiple people to use the same TTY
  2. (we did this with screen and also opened up different windows)
  3. when using screen (ctrl+a) + ? will show shortcuts
  4. needs to handle, either multiple input/output from/to a singular input/output
  5. - google docs is an example of multiplexer
  6. - VNC is technically multiplexer
  7. command to show the network connections
  8. ss -taln
  9. apache is the most commonly used web server
  10. iis - internet information services from microsoft is another web server
  11. nginx - another commonly used web server
  12. common convention for software developers for their repository pages is to use git.domain.com
  13. webpages are usually just a file or a folder
  14. can have many websites hosted from one domain
  15. a website has to have at least one domain, but can have multiple subdomains.
  16. apache was default for port 80 on the domain for gogs
  17. used a2enmod, enabled modphp, enabled modproxy, a2ensite to configure site config files