Information Technology Service Management (ITSM) Processes.
1) Service Request Management
Focuses on requests and responses for the IT help-desk items. The processes should be established and uniform. To reduce the workload on agents, organization may consider implementing self service options or chat-bots.
2) Service Catalogs
Generally Service Catalogs is a central location/webpage with all the details for contacting the help-desk. It may also contain the self service options and solutions for common problems/issues.
3) Knowledge,Policy and Procedures.
This is the knowledge base which controls the collection, maintenance and distribution of information sharing throughout the organization. It shall include the policies, standards, guidelines and the operating procedures for each process or tasks.
4) Incident Management.
Defines process on how to handle a situation when an incident happens and how to fix the situation in an accelerated and organized manner. The objective is to reduce the impact to the core IT security principles Confidentiality, integrity and Availability.
5) Problem management.
There might be cases where an issue/incident cannot be solved with the existing procedures or incident management. Such cases should be solved and document well, so that when the same situation arises, the staffs can utilize the process.
6) Asset Management.
Tracking and maintaining the inventory. This includes the entire asset lifecycle starts from procurement and until the disposal.
7) Change Management
Any modification to an asset is a change. This core process defines to keep track of the changes made to the assets. Change includes upgrade, configuration change, asset modification etc.
While compiling Rust program in a windows environment, you may encounter the error : linker `link.exe` not found. This is because of the absence of the C++ build tools in your machine. For compiling Rust programs successfully, one of the prerequisites is the installation of the Build Tools for Visual Studio 2019. Download the Visual Studio 2019 Build tools from the Microsoft website. After the download, while installing the Build tools, make sure that you install the required components (highlighted in Yellow) This will download around 1.2GB of required files. Once everything is successfully installed, reboot and re-run your rust program and it will compile successfully. Read More on RUST Hello World Rust Program : Code explained RUST Cargo Package Manager Explained Data Representation in Rust.