Skip to content

Instantly share code, notes, and snippets.

@vi7
Last active March 9, 2022 12:31
Show Gist options
  • Save vi7/4a3f801f39fc481e2fada00a69f278dd to your computer and use it in GitHub Desktop.
Save vi7/4a3f801f39fc481e2fada00a69f278dd to your computer and use it in GitHub Desktop.
DevOps basics

DevOps topics

  • Linux command line basics:
    • navigating through directory tree
    • opening text files (logs)
    • checking CPU/Memory/Disk usage
    • checking network ports
    • services (stopping, starting, checking status)
  • Docker and containers overview (what is it and what it is used for)
  • CI/CD overview (what is it and what it is used for, examples of CI servers)
  • Configuration management tools overview
  • Git basics
    • what is it and why it is needed
    • basic Git commands
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment