Learning Horizon | For Learners

ASP.NET, SQL SERVER, JQUERY,JAVASCRIPT, WEBSPHERE

Monday, 3 August 2020

03 Aug

How To Check Lock Waits On IBM DB2 Database

Few days ago we received a complaint of slowness on one of our application so I have to check lock waits on IBM DB2. In this tutorial we will learn how to check lock waits on IBM DB2. What are Lock Waits ? Lock waits happen when a transaction or query wants to obtain a lock on resources such as database tables but that...

Sunday, 29 December 2019

29 Dec

Cannot Bind Multiple Parameters To Request Content | WebApi

I was working on one of my projects last week and stuck in a problem. I was trying to pass a class object and List of a class object to the Asp.Net Web API controller from my Jquery Ajax method (maybe you also encounter it while working with Angular and ASP.NET MVC or any other technology). After some research, I got...

Thursday, 24 October 2019

24 Oct

How To Install/Uninstall Apache Using Ansible PlayBook

Today we will learn how to install/uninstall Apache using ansible playbook on Linux or AIX machines. The most widely used web server in the world is the Apache HTTP server which provides pretty powerful features including extensive integration and media support as well. We’ve used RedHat Enterprise Linux 8 for our...

Wednesday, 23 October 2019

23 Oct

Create, Delete, Lock & Unlock Users In IBM AIX Using Ansible Playbook

Automation through ansible is gaining a lot of popularity among System Administratros because managing multiple server machines manually has become a very hectic task.Ansible comes with many handy modules out of which today we will look at ansible user module and try to learn about how to manage i.e. create or delete...

Monday, 23 September 2019

23 Sep

Install Ansible On Redhat Linux 7 System Offline

I have given a task in the team to automate some of the daily operational tasks so that we can increase productivity of the team and department. After some research on google I’ve found ansible. Today, we will learn about how to install ansible on redhat 7 Linux offline (without internet). This tutorial is for all of...
Page 1 of 91239Next