27 Apr 2020

How To Install Apache Tomcat 9 on CentOS/RHEL 8

Apache Tomcat is an open-source Java HTTP web server developed by the Apache Foundation. Apache Tomcat 9 is the latest version available for the installation of the Tomcat web server. Tomcat is one of the most widely
16 Apr 2020

How To Reset Root User Password In CentOS/RHEL 8

Sometimes, system administrator forgets the root password and end up with a requirement to reset the root password. You can recover the password without any additional tool. This article provides you step by step instruction to recover/reset
15 Apr 2020

How to Install CentOS 8 with Screenshot

CentOS 8 is now released for productions use. CentOS 8 kernel version is now 4.18. The new version of CentOS 8 comes with new and exciting features. Installation of CentOS 8 is similar to the earlier versions
15 Apr 2020

Basic Commands to Manage WebSite/AppPool in IIS

In this article, we will learn the most useful and powerful command-line tool, AppCmd, for publishing or hosting a website on IIS. Using the AppCmd tool, we can host static as well as a dynamic website (ASP.NET
15 Apr 2020

Create CSR for SSL Certificate on Windows Servers

A CSR stands for “Certificate Signing Request”. A CSR is a small, encoded text file containing information about the organization and the domain you wish to secure. It is usually generated on the server where the certificate
14 Apr 2020

How to Create a WebSite/AppPool in IIS using Command Line

IIS is formerly known for “Internet Information Services.” IIS is a web server software created by Microsoft for windows server. As a system administrator, we know that to manage IIS is easy from GUI. A few times
12 Apr 2020

RHEL 8 Released – Check Out New Features

Red Hat Enterprise Linux 8 (RHEL 8) is now released for productions use. Red Hat Enterprise Linux (RHEL) 8 official announced on May 7, 2019. RHEL 8 kernel version is now 4.18. It is based on fedora
11 Apr 2020

How to install Check_mk Agent in CentOS 6/7/8

Now we will add a Linux host (CentOS/RHEL 6/7/8), To add any Linux host to Check_MK we require to install Check_mk Agent. Check_mk agent package can be downloaded from OMD instance or ChecK_MK Server from URL: http://server_IP/techoismmonitor/check_mk/agents/
10 Apr 2020

Adding a Check_MK Agent in Windows Host

Now we will add a Windows host machine to Check_mk, to do this download agent setup from omd server or check_MK server http://<Server-IP>/techoismmonitor/check_mk/agents/ http://172.20.10.8/techoismmonitor/check_mk/agents/windows This article will help you to install check_mk agent in Windows Host. Step
10 Apr 2020

How to Install IIS on Windows Server 2012 R2 & Windows Server 2016

We’ve already seen how you can install IIS (Internet Information Services) on Windows 8 and Windows 10. Now, we’ll see how you can install IIS on a Windows server to host your website for production purposes. Useful