Plesk VPS Migration for plesk 9 series
Linux/Windows Support,Plesk,1. Upload migration agent and modules to the source server. For example for Parallels Plesk Panel, there are two folders: "/usr/local/psa/PMM/agents/shared" and "/usr/local/psa/PMM/agents/PleskX". Use the command below to copy the...
Read moreHow to identify CPU resource problem?
Linux/Windows Support,vmstat command helps us to determine if a server is running short of CPU resources. First, let us determine the number of CPUs available Linux: $ grep -i processor /proc/cpuinfo...
Read moreFirewall – Reject or Drop a packet
Linux/Windows Support,Firewall Reject or Drop a packet While setting up firewall rules, the biggest question that arises while blocking a packet is, whether to reject or drop that packet. Reject...
Read moreCreate strong passwords in Unix
Linux/Windows Support,openssl command helps in creating strong passwords for user accounts, email addresses, web forms etc. openssl rand 12 -base64 The above command will create a random base 64 encoding string...
Read moreDisplay Info about FreeBSD system
Linux/Windows Support,Display Info about FreeBSD system 1) Determining the Hardware Type/platform: # uname -m 2) Determining machine processor architecture: # uname -p 3) Determining FreeBSD release level: # uname -r 4)...
Read moreCan’t connect to Plesk SQL Server (after updating Plesk admin password)
Linux/Windows Support,Can't connect to Plesk SQL Server (after updating Plesk admin password) Jet engine is configured as Plesk Database Provider by default and Plesk SQL (MySql) service is set to disabled....
Read moreCan’t change administrator email address
Linux/Windows Support,Can't change administrator email address Error : Unable to update administrator information: Error 2 at CMMFile::CMMFile: open file C:\inetpub\vhosts\default\htdocs\index.html: The system cannot find find the file specified. Solution : You...
Read moreUnable to add/remove domain alias in Helm Control Panel
Linux/Windows Support,Unable to add/remove domain alias in Helm Control Panel You could have experienced this error CDomainAlias.DeleteEx 0-xxxxxxxxxx: Unknown error while adding host header: A name contained an invalid character. in...
Read moreAccessing Plesk shows invalid security certificate.
Linux/Windows Support,Accessing Plesk shows invalid security certificate Accessing Plesk Control Panel with https displays the following; mydomain:8443 uses an invalid security certificate. The certificate is not trusted because it is self...
Read moreCreate directory & set permission using a single Linux command
Linux General,Linux/Windows Support,Generaly, we create directory using "mkdir" command and then change it's permissions using "chmod" command. Create directory & set permission using a single Linux command Actually, we can set the...
Read more

