Introduction NSClient++ is a monitoring agent/daemon for Windows systems that works with Nagios. This service allows Nagios to gather the performance metrics Prerequisites Implementation Step 1: Download NSClient from the below link on the Windows server https://sourceforge.net/projects/nscplus/ Step 2: Start the installation process. Click on next Step 3: Click on the… Continue Reading How to install and configure NSClient to monitor the Windows server on Nagios

Introduction MSSQL is an open-source, relational database management system (RDBMS) based on structured query language (SQL). MSSQL is available on all major operating systems, including Windows, Linux, and Solaris. It is free to use for individuals and non-production environments under the GNU General Public License; however, if used commercially, a… Continue Reading How to reset the ‘sa’ user password of a Microsoft SQL Server instance on a Windows server with Plesk

1) Download and install the IIS from the below URL. https://www.iis.net/downloads/microsoft/url-rewrite 2) Select the website you want to apply redirection to, then double-click URL Rewrite. 3) Click Add Rule(s) 4) Select Blank rule in the Inbound rules section, then click the OK button. 5) Give your redirect an easy-to-remember name.… Continue Reading Redirect HTTP to HTTPS with Windows IIS 10

How to Enable Hardware Virtualisation on Windows 10 machine Date: 19-06-2021 Step 1: Reboot your computer and login to BIOS mode. Normally, BIOS settings can be accessed using the function keys (F1, F2, F3, F10, or F12) during boot. Some computers are using ESC or Delete key to login BIOS… Continue Reading How to Enable Hardware Virtualization on Windows 10 machine

How to enable and disable startup apps in Windows 10 Date: 12-06-2021 Step 1: Right-click the Start button and select Task Manager then select the Startup tab.Note: If you don’t see the Startup tab, select More details in Task Manager. Step 2: Select the app you want to Enable to run it at system startup or Disable it… Continue Reading How to enable and disable startup apps in Windows 10

Wildcard SSL allows you to secure an unlimited number of subdomains on a single certificate. It’s a great solution for anyone who hosts or manages multiple sites or pages that exist on the same domain. The one-time cost of the certificate covers you for additional subdomains you may add in… Continue Reading Installing wildcard SSL in windows which you are already using in Linux

Download the latest Windows ACME Simple (WACS) ZIP file from the Github releases page, https://github.com/PKISharp/win-acme/releases. 2. Next extract the zip file to a folder of your choice. I am placing it in C:\inetpub\letsencrypt folder. 3. Right click on wacs.exe and select Run as Administrator to start the Windows ACME Simple… Continue Reading How to install a Let’s Encrypt SSL cert on Microsoft IIS

 How to Connect MySQL Database Remotely using Codeigniter Date : 08/10/2019 Introduction You can connect remote database with other for development in codeigniter project development. There are few things have to checked to connect remote database for your codeigniter project. The checks are summarised in the following. Enter valid details… Continue Reading How to Connect MySQL Database Remotely using Codeigniter

UPLOAD FILE Using CODEIGNITER FRAMEWORK Date posted :03/04/2019 Most importantly, in this tutorial we are going to upload the file using PHP- codeigniter framework. It has upload library for upload the file. pre-requesties 1)However create a uploads directory at the project root to store files. 2)After that, we need to… Continue Reading UPLOAD FILE USING CODEIGNITER FRAMEWORK

Create contact form with php Date posted : 13/02/2019 In this post we will explain how to create the contact form with php. Customer will contact the website owner using this contact form. Step 1: Create the contact form using the following code. Step 2: Create the send_form_email and paste… Continue Reading Create contact form with php