If java is blocking VNC and you can’t access VNC in SolusVM, and you don’t want to change the settings of your OS to allow Java based VNC, then follow this tutorial and you will be able to access your VPS VNC without modifying your JAVA Security. Now we need to install a VNC Viewer. […]
How to install Softaculous?
Type this following command in your SSH Client(Putty or PenguiNet) cd /usr/local/cpanel/whostmgr/docroot/cgi wget -N http://www.softaculous.com/ins/addon_softaculous.phpchmod 755 addon_softaculous.php Now go to:WHM(Root) >> Plugins >> Softaculous – Instant InstallsIf you can’t do this then please create a Ticket
How to Install Windows 2008 R2 (Starting)
How to Install Windows 2008 R2 In this tutorial we will demonstrate to you the installation procedure for Windows 2008 R2 Operating System. To make things easier for you, we have automated the entire installation process. Now you will only need to start the installation and then set a password for the Windows OS. Step […]
How to Install Webmin on CentOS
# cd /usr/local/ # wget http://prdownloads.sourceforge.net/webadmin/webmin-1.510.tar.gz (for latest version check http://www.webmin.com/download.html ) Untar webmin file. # tar zxvf webmin-1.510.tar.gz or if your system not support this command then try this command for untar webmin file. # gunzip webmin-1.510.tar.gz# tar xvf webmin-1.510.tar.gz Now go to webmin directory type # cd /usr/local/webmin-1.510 # ./setup.sh […]