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: 398
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: 515
Change default server page on DirectAdmin server
Replace index file in this location
/var/www/html/
Views: 1205
Change Timezone and set time & date for CentOS
Change Timezone
cd /usr/share/zoneinfo/Asia/
cp /etc/localtime /etc/localtime-ori
cp...
Views: 1499
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: 290
check CPU(s) information
cat /proc/cpuinfo
Views: 644
Check Linux memory being used
To check memory allocation maps
cat /proc/meminfo
To check process memory usage by...
Views: 647
Convert Cpanel Backup to DirectAdmin Backup
This scripts convert Cpanel backup file to DirectAdmin backup file for restore purpose.
Login to...
Views: 1803
CPanel and Cpanel DNSONLY Installation Instructions
CPanel now uses a universal install script which can be found athttp://layer1.cpanel.net/. You...
Views: 1035
Create FTP user without shell
login as root
nano /etc/shells
add a line to the list "/bin/nologin"...
Views: 402
Database UTF-8 Support Not Enabled - How to enable
Run this from phpmyadmin
ALTER DATABASE `vtiger` DEFAULT CHARACTER SET utf8 COLLATE...
Views: 939
Display Xen info
xm info
Views: 325
Do you have Apache Tomcat installed
Unfortunately we do not support TomCat yet in a shared environment. However may help you to...
Views: 314
How to install "locate" with yum
yum install mlocate
Views: 1173
How to remove yum Caches
Run this command to remove all of the packages held in the caches:
su -c 'yum clean packages'...
Views: 668
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: 366
Hypervm installation instruction
Once the server is ready (configured with LVM) login as root and issue the following commands:...
Views: 1205
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: 1525
Install Awstats on Directadmin Server
Integrated awstats into DirectAdmin.It's a global on/off swtich, and not a per domain setup....
Views: 1568
Install PHP4 on CentOS 5.5 VPS
1. Install Apache
yum install httpd
2. Install Mysql
yum install mysql mysql-server...
Views: 1103
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: 643
Manage Mysql Database with command line
Create Database with command line
mysql -u root -pmysql> CREATE DATABASE...
Views: 828
Net Install CentOS
Malaysia OS Mirror: http://centos.ipserverone.com/centos/5.5/os/x86_64/
Views: 496
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: 1141
Quota not running on DirectAdmin
When create account with DirectAdmin, it return with quota not set up.
nano /etc/fstab
# Device...
Views: 1302
Secure Mysql command line
/usr/bin/mysql_secure_installation
Views: 419
Tar and untar directory
To tar and gunzip directory
tar -pczf backup.tar.gz directoryname/
To untar and unzip directory...
Views: 378
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: 1869
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: 286
What is the URL to virtuozzo
https://===yourserverIP===:4643
Views: 511
Where is the datacenter VPS located?
Windows VPS is located at
Colo4Dallas Taxes US
BlueSquare UK
Linux VPS is...
Views: 592
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: 306
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: 718
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: 1682
Yum fail to update python on x86_64 server
==============stuff ommitted==========then======= .. File...
Views: 838
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: 929
yum update conflicts with lxcenter
When you do a yum update, you getting error similar to this
Transaction Check Error: file...
Views: 1861
Yum update errors - Invalid boolean
This is the error when doing yum update
---Options Error: Error parsing 'gpgcheck': invalid...
Views: 1264
Powered by WHMCompleteSolution