Deploy to EC2 using AWS Code Deploy and CodePipeline.

By | December 4, 2022

In this article, we will go through the Continuous deployment of the source code on the EC2 instances which are under AutoScaling using the AWS native services, CodeDeploy and CodePipeline. Generally, it’s not straightforward to deploy the new releases in the servers which are dynamic and can be added or destroyed anytime. CodeDeploy fulfills the… Read More »

How to fix 404 Page not found error in WordPress.

By | February 20, 2022

Recently When I was restoring my website from the backup, I ran into a problem where all the posts started failing with the error 404 page not found. 404 page not found usually means that the server can’t find the request made by the user. This usually is nothing to do with the server problem,… Read More »

Active Directory Partitions

By | November 7, 2020

Microsoft Active Directory as a whole is huge. There are many interconnected mechanisms run in order to let AD do what it does. There are many things in Active Directory which runs in background and we rarely come across it. Active Directory Partitions are one of them. AD Partitions basically arrange and segregate the data… Read More »

Error: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter

By | October 8, 2020

Recently VirtualBox released it’s latest version – 6.1.14 r140239 (Qt5.6.2). In this users are facing network card related issue which restricts their VMs to power on. The similar issue was with earlier versions of VirtualBox too, but in current version, it’s frequent. We are getting following error when we are using “Host-Only” network configuration: Failed… Read More »

Deep dive into NTFS permission

By | September 27, 2020

I am sure you are well aware of ACL (Access Control List). The access on any file or folder is controlled by ACL. Means, if we want that specific user can only access, or having specific level of access on any folder or file, that can be controlled by ACL. The same in Windows Server/Workstation… Read More »