How To Install Exchange 2013 On Windows Server 2012 Step by Step

This guide provides basic steps for installing the necessary Windows Server 2012 operating system prerequisites for the Microsoft Exchange 2013 Mailbox and Client Access server roles on a single Windows 2012 Server. This guide comes with comprehensive functional components that are required to deploy Exchange 2013 and based on practical design principles that have been… Read More »

The mcrypt extension is missing. Please check your PHP configuration.

After logging in to phpmyadmin, I ecountered the following error message at the foot of the page: The mcrypt extension is missing. Please check your PHP configuration. Solution that worked for me was to action the following: gs2# apt-get install php5-mcrypt gs2# ln -s /etc/php5/conf.d/mcrypt.ini /etc/php5/mods-available/mcrypt.ini gs2# php5enmod mcrypt gs2# service nginx reload gs2# service… Read More »

How to Configure DNS Forwarders in Windows Server 2012 R2

How to Configure DNS Forwarders in Windows Server 2012 R2 To configure a DNS server to use forwarders using the Windows Server 2012 R2 1.Open DNS Manager. 2.In the console tree, click the applicable DNS server. 3.On the Action menu, click Properties. 4.On the Forwarders tab, under DNS domain, click a domain name. 5.Under Selected… Read More »

How to enable bios virtualization on Dell T110 II Server

How to enable bios virtualization on Dell T110 II Server At bootup – wait and see F2 to configure settings and press F2 on your keyboard. Using the down arrow key – go to Processor Settings – press Enter – go to Virtualization Technology – press Space to enable. Press ESC – ESC – go… Read More »

Cannot view a SharePoint Services 3.0 Web site

You receive the following error message when you try to visit a Windows SharePoint Services 3.0 Web site: Could not load file or assembly ‘Microsoft.Office.DataParts, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c’ or one of its dependencies. The system cannot find the file specified. Resolution: You need To restart IIS services. In IIS Manager, right-click the local computer, point… Read More »

Error 800: Unable to establish connection

When computers both internally and remotely try to VPN into my server that is running Windows Server 2003 R2 Enterprise Edition, they receive VPN Error 800: The remote connection was not made because the attempted VPN tunnels failed. Your windows Server 2003 R2 use to work 100% without any technical problems, and you have not changed… Read More »

Why do you need Windows Server 2012?

The Microsoft Windows Server platform has been powering businesses both large and small for over a decade. Building on this substantial legacy, Microsoft now offers Windows Server 2012 – a groundbreaking server solution that provides hundreds of new features and enhancements. Windows Server 2012 also provides what is quite possibly the most advanced set of… Read More »

How to find computer model and serial number

How to find computer model and serial number Please type the following at command prompt to retrieve the computer model and serial number: C:\Users\sibanda>wmic csproduct get name && wmic bios get serialnumber

Problem Updating WordPress, Themes and Plugins

You are trying to Update WordPress CMS, Themes and Plugins to the latest Version on Ubuntu 13.04 Web Server, and you encounter an error messages similar to the following: To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials,… Read More »