How to install Vesta Control panel ? 1. Connect to your server as root via SSH ssh root@your.server-name 2. Download installation script curl -O http://vestacp.com/pub/vst-install.sh 3. Run it bash vst-install.sh The Vesta Control panel can be installed on a RHEL, CentOS, Debian and Ubuntu server. For a smooth installation you will need clean system “minimal […]
See MoreCategory: Hostripples Featured
WordPress : Fatal Error with Cannot redeclare get_avatar url()
This error generally caused by the Theme when you update the wordpress version to 4.2 because the theme is not yet compatible with version. Here is two solution to resolve it : 1 ) You can manually disable the theme on your website by using FTP client or login to your cPanel ==> File Manager […]
See MoreHow to Enable TUN/TAP Module in OpenVZ ?
OpenVZ supports VPN inside a container via kernel TUN/TAP module and device. To allow VPS #101 to use the TUN/TAP device the following should be done: #101 – VPSÂ id. Replace #101 with your VPS id. Make sure the tun module has already loaded on the Node. [root@Node /]#Â lsmod | grep tun If not […]
See More
You must be logged in to post a comment.