Skip to content

Instantly share code, notes, and snippets.

@orb71
orb71 / CMS_CMDB.md
Created October 29, 2025 06:06 — forked from cecil/CMS_CMDB.md
ITIL templates

Configuration Management System (CMS)/ Configuration Management Database (CMDB)

The Configuration Management System (CMS) is a set of tools and data that is used for collecting, storing, managing, updating, analyzing and presenting data about all configuration items and their relationships. A CMS may manage more than one physical Configuration Management Databases (CMDB). Its underlying structure is defined by the Configuration Model, a logical model of the IT organization’s service assets. The CMS is used to store information on all Configuration Items (CIs) under the control of Configuration Management. CIs can be of various types: the CMS almost always covers services and IT infrastructure, but might also cover other item types like policies, project documentation, employees, suppliers, etc.

Configuration Model and CI Types

@orb71
orb71 / gist_to_github_repo.md
Created February 16, 2021 05:58 — forked from ishu3101/gist_to_github_repo.md
Transfer a gist to a GitHub repository

Transfer a gist to a GitHub repository

clone the gist

git clone https://gist.github.com/ishu3101/6fb35afd237e42ef25f9

rename the directory

mv 6fb35afd237e42ef25f9 ConvertTo-Markdown

change the working directory to the newly renamed directory

cd ConvertTo-Markdown