Knowledgebase
Portal Home > Knowledgebase > 4. VPS / Virtual Server
The knowledgebase is organized into different categories. Either choose a category from below or search the knowledgebase for the answer to your question.
Search
Articles
Block all IP, but open to certain IP for certain port with iptables
iptables -A INPUT -p tcp --dport 25 -j DROPiptables -A INPUT -p tcp -s 202.162.229.0/24 --dport...
Views: 612
Can I increase my VPS plan without upgrade my package?
No. The only way you increase your RAM is to upgrade the currect package to a higher package. We...
Views: 701
Change default server page on DirectAdmin server
Replace index file in this location
/var/www/html/
Views: 1792
Change Timezone and set time & date for CentOS
Change Timezone
cd /usr/share/zoneinfo/Asia/
cp /etc/localtime /etc/localtime-ori
cp...
Views: 14170
Check CPU for HVM and vitualization support
To check CPU for hvm enable
xm dmesg | grep -i hvm
To check CPU for hvm support
egrep...
Views: 489
check CPU(s) information
cat /proc/cpuinfo
Views: 842
Check Linux memory being used
To check memory allocation maps
cat /proc/meminfo
To check process memory usage by...
Views: 852
Convert Cpanel Backup to DirectAdmin Backup
This scripts convert Cpanel backup file to DirectAdmin backup file for restore purpose.
Login to...
Views: 2994
CPanel and Cpanel DNSONLY Installation Instructions
CPanel now uses a universal install script which can be found athttp://layer1.cpanel.net/. You...
Views: 1650
Create FTP user without shell
login as root
nano /etc/shells
add a line to the list "/bin/nologin"...
Views: 597
Database UTF-8 Support Not Enabled - How to enable
Run this from phpmyadmin
ALTER DATABASE `vtiger` DEFAULT CHARACTER SET utf8 COLLATE...
Views: 2255
Display Xen info
xm info
Views: 520
Do you have Apache Tomcat installed
Unfortunately we do not support TomCat yet in a shared environment. However may help you to...
Views: 476
How to install "locate" with yum
yum install mlocate
Views: 1688
How to remove yum Caches
Run this command to remove all of the packages held in the caches:
su -c 'yum clean packages'...
Views: 905
HVM Fail - Unable to connect to node for port 5901
SSH to serever as root and apply command
brctl show
You will see result similar to this...
Views: 1010
Hypervm installation instruction
Once the server is ready (configured with LVM) login as root and issue the following commands:...
Views: 1760
hypervm-xen-vmlinuz error for when create vps
I added a new slave. I tried to create a new vps with centos 5.x on the new slave. I receive...
Views: 2090
Install Awstats on Directadmin Server
Integrated awstats into DirectAdmin.It's a global on/off swtich, and not a per domain setup....
Views: 2043
Install PHP4 on CentOS 5.5 VPS
1. Install Apache
yum install httpd
2. Install Mysql
yum install mysql mysql-server...
Views: 3155
invalid maildirsize file while change Email quota
Cpanel server:
1. upcp to latest stable 2. run these two commands one after the other: find...
Views: 986
Manage Mysql Database with command line
Create Database with command line
mysql -u root -pmysql> CREATE DATABASE...
Views: 1155
Net Install CentOS
Malaysia OS Mirror: http://centos.ipserverone.com/centos/5.5/os/x86_64/
Views: 741
no_kernel_support_for_xen._boot_into_the_right_kernel []
Edit grub.conf
nano /etc/grub.conf
Change the "default=x" to the xen kernel. Example...
Views: 1671
Quota not running on DirectAdmin
When create account with DirectAdmin, it return with quota not set up.
nano /etc/fstab
# Device...
Views: 1960
Secure Mysql command line
/usr/bin/mysql_secure_installation
Views: 640
Tar and untar directory
To tar and gunzip directory
tar -pczf backup.tar.gz directoryname/
To untar and unzip directory...
Views: 598
VPS error xc_dom_parse_elf_kernel: ELF image has no shstrtab
Receive an error when
Create new VPS or
reboot a vps
Error: (2, 'Invalid kernel',...
Views: 2481
What are the advantages of a VPS ?
VPS gives you the functions and features and of a managed dedicated server but without the price....
Views: 433
What is the URL to virtuozzo
https://===yourserverIP===:4643
Views: 682
Where is the datacenter VPS located?
Windows VPS is located at
Colo4Dallas Taxes US
BlueSquare UK
Linux VPS is...
Views: 781
Why is my VPS constantly crashing?
There are several causes to why you may not be able to access your VPS. Some users often...
Views: 453
yum "Metadata file does not match checksum" problem
Try one of the following:
yum clean all
yum clean metadata
yum update
yum -y remove...
Views: 988
yum fail error: File "/usr/bin/yum", line 29, in ?yummain.user_main(sys.argv[1:], exit_code=True)
I've just rebuilt my VPS using CentOS. I've run "yum update" but it doesn't complete as I get...
Views: 2746
Yum fail to update python on x86_64 server
==============stuff ommitted==========then======= .. File...
Views: 1110
yum update "repository listed more than once"
when I run "yum update" on my VPS (running CentOS), I get these messages
Repository base is...
Views: 2032
yum update conflicts with lxcenter
When you do a yum update, you getting error similar to this
Transaction Check Error: file...
Views: 5185
Yum update errors - Invalid boolean
This is the error when doing yum update
---Options Error: Error parsing 'gpgcheck': invalid...
Views: 2005
Powered by WHMCompleteSolution