Thursday, November 28, 2013

Windows Screen / Desktop Rotated / flipped

Windows Screen or Desktop Rotation fix


Is your windows screen rotated or flipped to one side or to upside down,

The solution is:
Hold Ctrl + Alt + UP key

Problem Fixed.



Saturday, November 23, 2013

"nginx" in Parallels Panel



Enabling NGINX in Parallels Panel

If you are trying to activate NGINX in Parallels panel, you might come at the scenario that it can't be enabled, and may say that teh service is not installed.

Well here is what you have to do.
Log in to the server through ssh, and run the following two commands.
cd /usr/local/psa/admin/bin/
./autoinstaller --select-release-current --install-component nginx

Then go to Server-> Services Management in the Prallels Panel,  and you can now start the nginx.

Note: Mannuall installation of nginx must be removed before using the above commands.