search
top

Running and Installing .NET Core SDK 2 On Fedora 28

Introduction As part of the continuing effort to port .NET Core to other OSes, Microsoft has made .NET Core available on Linux. Being the geek that I am I have to try to get it to run on Linux, more specifically Fedora 28. In this post we will cover exactly how to accomplish it. Installing First thing is to download the latest... read more

How To Install SCOM 2012 R2 Agent on Solaris 10 x86

Recently our company has been deploying Microsoft SCOM 2012 R2 in our environment. Installation on Solaris 10 x86 proved to be an issue. This post Create the service account and group (opsmgrsvc is our service account) id and set the password. You can use an auto generated UID, For our purposes we choose 21053. # groupadd -g 21053 opsmgrsvc # useradd -u 21053 -g opsmgrsvc -c “SCOM Service... read more

top