DevOps Servers & OS

12345678910111213141516171819202122232425262728293031323334353637383940
Across
  1. 4. Related to continuous deployment is continuous ______
  2. 6. Distributions can differ in terms of hardware and _____ support
  3. 10. One goal of DevOps is to create one long ______
  4. 12. Required during both development and deployment
  5. 13. In general, with the GPL, companies make money off of _____, not the IP of their code
  6. 15. Getting all the changes to work with each other is called code _______
  7. 17. BSD, SunOS, Solaris, are operating systems for a ______
  8. 26. A smartphone operating system based on BSD Unix
  9. 27. CD is the acronym for this
  10. 28. The part of Linux that manages hardware, runs a program, provides security
  11. 29. The second, much-improved version of WSL
  12. 30. Linux is easy to optimize for ____
  13. 33. One difference between Linux distributions is the ______ of update/releases
  14. 35. The aim of WSL is _____ Linux compatibility
  15. 36. Parts of operation are often ______
  16. 37. When integrating changes takes more time than developing solution, often leads to infrequent integration, it can be referred to as integration ____
  17. 39. One GPL issue is that it cannot just be used in ______ code
  18. 40. A Unix from Berkeley that includes a kernel and a distribution
Down
  1. 1. The ____ Software Movement
  2. 2. One thing commercial Linux distributions offer is _____, both technical and legal
  3. 3. Easy in Linux to only include _____ packages
  4. 4. One important aspect of package management is _____ handling
  5. 5. There may be ____ reasons for manual operations
  6. 7. For DevOps, any issues with the Linux _____ are not a concern
  7. 8. A server that was very expensive to purchase and operate, so company's typically had only one
  8. 9. CI is an acronym for this
  9. 11. The name of the GNU project kernel
  10. 14. Debian, Slackware, Gentoo, are examples of a _______-based Linux distribution
  11. 16. The name of Andrew Tanenbaum's operating system that Linux used at first
  12. 18. Fedora, Ubuntu, are examples of a _______-based Linux distribution
  13. 19. An open-source license, _____ License
  14. 20. The GNU freedom to run the program for any purpose
  15. 21. OS/360 was an operating system for a ______
  16. 22. The ____ Project provides many utilities, including bash, gcc, and emacs
  17. 23. A GNU/Linux desktop environment
  18. 24. If you wanted to use a Linux distribution on Windows, you would be using the
  19. 25. Instead of a "copyright", the GPL has a "______"
  20. 31. The GNU freedom to improve the program, and release your improvements to the public, so that the whole community benefits
  21. 32. Distributions can differ in terms of ______ management
  22. 34. A smartphone operating system based on LInux
  23. 38. A license based on the GPL used for function libraries, e.g., GNU C Library