ORA-12154 Error
Conversational AI: The Unprecedented Rise of ChatGPT and Its Disruptive Impact on the Tech Industry
Title: Conversational AI: The Unprecedented Rise of ChatGPT and Its Disruptive Impact on the Tech Industry
HP Application Lifecycle Management (ALM) 12.5 installation:
Before you install ALM 12.5, please verify that you meet at least following system requirements, these are from HP: ALM Server-Side Hardware Requirements The following table lists the minimum hardware requirements for installing ALM on a server machine: CPU Windows: Quad Core AMD64 processor or equivalent x86-compatible processor Linux: Quad Core AMD64 processor or equivalent […]
When I switched to MacBook from Window laptop
It’s been a while since I let go of my windows laptop and officially started using the MacBook. I am going to explain how it all worked out and what all thought process it took to make me this decision.I have been a Microsoft fan and have been using more than 15 products from Windows […]
How to setup Active Directory (AD) In Windows Server 2019
Windows Server 2019 is the newest server operating system released by Microsoft. In this tutorial I will go through step by step on how to install the Active Directory ( AD ) role on Windows Server 2019. If you are setting up the server for production is recommended to set a static IP address on the server […]
Extending a disk volume by using PowerShell- Windows server 2016
To extend the disk volume using powershell is pretty simple, Provided that you have admin access on VM and you know how much size is available on the disk for extension, here is how you would do it. Start Windows PowerShell in elivated mode (Run As Administrator): Enter the following command to resize the volume […]
Static website hosting in Azure Storage
Today we will learn about hosting any static website in azure, for me it’s the cheapest solution. You can serve static content (HTML, CSS, JavaScript, and image files) directly from a storage container named $web. Hosting your content in Azure Storage enables you to use serverless architectures that include Azure Functions and other Platform as a service (PaaS) […]
Extending a VM disk size in Hyper-v
We are going to looks at very simple process of extending the disk for a virtual machine. This Is one of the most common scenarios for any IT support staff. Starting in Windows Server® 2012 R2, Hyper-V provides you with the ability to resize a virtual hard disk while the virtual machine is still running. Let’s take a […]