How to Solve Application Error in Windows vzpp

Error : “Application Error The server encountered an internal error or misconfiguration.” Solution : This is usually caused by VPS hitting its memory parameters , the QOS alerts can be checked from vzmc/pmc to confirm this. A temporary solution would be restart the the vps to release the memory resource. You want to fix it permanent […]

See More

How to enable key based authentication

Enable key based authentication 1. Generating Keys Key generator is available with Putty to generate private and public keys. You can download PuttyGen from here, download Putty.Gen. 1.1 Open PuttyGen and click on Generate button to create your keys. 1.2 Generate randomness to create keys. The key passphrase option enables additional security. 1.3 Save private […]

See More

How to remove Active Directory Accounts !!!

PowerShell is a powerful scripting environment for Windows which can be used for this type of maintenance but first you all you need to install the Active Directory Powershell tools: 1. Click Start -> All Programs -> Accessories -> Windows PowerShell -> Windows PowerShell 2. At the command prompt type: Import-Module ActiveDirectory 3. Once the […]

See More