
SolusVM login links
A lot of people get their root log in for their new SolusVM VPS and forget about the tools that are available in the SolusVM client area. Here is the SSL and standard VPS log in links. The log in Continue Reading
Making Linux Easier
A lot of people get their root log in for their new SolusVM VPS and forget about the tools that are available in the SolusVM client area. Here is the SSL and standard VPS log in links. The log in Continue Reading
Fixing already provisioned VMs What about VMs already provisioned? First, the container must be powered off, then issue the vzctl set “VMID” –quotaugidlimit 1000 –save. Note that “VMID” is a placeholder for the container ID. Then start the container and Continue Reading
Some people call this rooting a server. Basically if you lost your root password and need to get int this is your only option. You will need to be in front for the server or with a KVN plugged in. Continue Reading
If just doing a general YUM update does not update your Cloud Linux you are not alone. In fact sometimes the LVE manager never installs at all. Don’t worry though, it’s just one line of code and about 5 minutes Continue Reading
It’s three steps: wget http://repo.cloudlinux.com/cloudlinux/sources/cln/cldeploy sh cldeploy -i reboot
How to install new package: 1) yum install governor-mysql –enablerepo=cloudlinux-updates-testing 2) /usr/share/lve/dbgovernor/mysqlgovernor.py –install For upgrading to MySQL 5.5(for example), you should to do: 1) /usr/share/lve/dbgovernor/db-select-mysql –mysql-version=mysql55 2) /usr/share/lve/dbgovernor/db-select-mysql –install-now 3) You will need cPanel to rebuild php through easyapache next Continue Reading
Most of the files are in the etc folder. Don’t forget the main dns zone folder: /var/named/
Set up networking: vi /etc/sysconfig/network-scripts/ifcfg-eth0 hit “i” to insert text. Make the file look like this: DEVICE=”eth0″ HWADDR=”leave the same” NM_CONTROLLED=”yes” ONBOOT=”yes” IPADDR=66.249.*.* BOOTPROTO=none NETMASK=255.255.255.* GATEWAY=66.249.*.* DNS1=66.249.*.* DNS2=66.249.*.* DNS3=66.249.*.* USRCTL=yes Then click the esc key Then click control : Then Continue Reading
To install CPanel over Centos minimal 6 you need to get some basic packages. You can easily grab those with YUM here is the package command to get Centos Minimal install ready for CPanel. yum groupinstall base
kill -s 9 [PID] Also try it without the -s if it won’t go.