Tutorials October 23, 2019
Learning Ansible from the ground up.
Ansible (As defined by wikipedia) is an open-source software provisioning, configuration management, and application-deployment tool. It runs on many Unix-like systems, and can con…
Troubleshooting January 18, 2017
SCOM 2016 - Linux Agent Deployment “Signed certificate verification operation was not successful”
Today, while trying to add my linux servers to my new SCOM 2016 environment, I ran into an interesting issue. When deploying the agent to my CentOS 6.8 server, all was going fine,…
Tutorials October 30, 2014
Install VMware Tools on CentOS 6.5
This article briefly describes the process of installing the VMWare tools on CentOS 6.5. It is important that you install VMware Tools in the guest operating system because the VM …
Troubleshooting October 18, 2014
CentOS 6.5 Installation fails – “Unable to read package metadata.”
So in the past few weeks I have been studying to take the RHCSA, and in my studies have been using both RHEL 6.5 at work, and CentOS 6.5 as a playground environment at home. (Since…
Tutorials January 2, 2014
Install LAMP server in CentOS 6.4
LAMP is a acronym for Linux, Apache, MySQL and PHP. In this very first tutorial on my blog, I will walk through the steps on how to install LAMP server in CentOS 6.4. For the sake…