The process cannot access the file because it is being used by another process (Exception from HRESULT: 0x80070020)

Cannot restart Website. The process cannot access the file because it is being used by another process (Exception from HRESULT: 0x80070020). Did you face this error during website starting in IIS....


How to Change SSH Port ?

If you want to change default SSH ( Secure Shell ) Port, so you need to access your server as root user. Default port of SSH is 22 but you can change is by editing SSH configuration...


Crystal Reports runtime (x86, x64, or Itanium) required Error

An error has occurred while attempting to load the Crystal Reports runtime. Either the Crystal Reports registry key permissions are insufficient, or the Crystal Reports runtime is not installed...


Disable IE Enhanced Security In Windows Server 2012 R2

In this post we will show you the steps to disable IE enhanced security in windows server 2012 R2. Microsoft Internet Explorer's Enhanced Security Configuration is by defaulty enabled on your server....


Redirect one domain to another domain

You can set up a URL redirect to forward your domain (e.g., www.yourdomain.com) to any destination page of your choice. There are many methods to redirect if you using cpanel and plesk panel so there...


Unable to take backup of MSSQL database: Operating system error 5(Access is denied) in Plesk

Cannot open backup device 'C:\\Program Files (x86)\\Parallels\\Plesk\\Backup\\yourdomainname.com\\databases\\yourdomainname-182\\123'. Operating system error 5(Access is denied.). BACKUP DATABASE is...


How start / stop service in Centos 7 ?

We assume that you are familiar with command line. You can use following commands. To check status of apache systemctl status httpd.service To start apache systemctl start httpd.service To Stop apache...


How to install cPanel in Centos 7

First We need to know about cPanel cPanel is a control panel that allows users to manage servers through a Graphical User interface instead of the command line. You can easily manage your Websites...


How to Block Country by Using CSF ?

Config Server Firewall is known as CSF. This is most popular firewall for linux to secure your server. It comes with many useful features, You can manage CSF by command line or control panel. From...


SSL (Secure Sockets Layer) Certificate

SSL (Secure Sockets Layer) is a standard security technology for establishing an encrypted connection between a server and a client—typically a web server (website) and a browser; or a mail server...