File transfer process through VPS
It is one of the most basic thing you will need to perform is to transfer all your files from your VPS to your local machine or from local machine to VPS. To do this task there are many programs that you can use to copy your files between your local computer and your VPS. [...]
Install HyperVM on Server
How to install HyperVM?
By following the below steps you can easily install Hyper VM on your server:-
In this article I will explain you how to install HyperVM on 2 levels Master Configuration and Slave Configuration using the below scripts.
Note: You will have to run all these Scripts form the root.
Master Configuration for HyperVM:
#!/bin/sh
if ! [ [...]
Error while connecting to MySQL
Error while connecting to MySQL. Failover enacted.
Generally, you will get this error when Perl modules of database are outdated and if it is not installed properly. By following the below commands you can install them easily on your VPS:-
root@server [~]# perl -MCPAN -e shell
cpan> install Bundle::CPAN
cpan> reload cpan
cpan> install HTTP:ateate
cpan> install HTTP:Date
cpan> install Net::AIM::Connection
cpan> install [...]
Unblock IP on Linux VPS
By using the steps/commands given below you can easily Unblock the IP’s through CSF Firewall:-
1) First of all you will need to login into the VPS via SSH root access.
2) Now go to the path of APF firewall. that is :
/etc/csf
3) Edit the file csf.deny.
vi csf.deny
4) Once you edit the file csf.deny then after that [...]
Optimize Windows VPS
By following the tips given below you can Optimize your Windows VPS running on Virtuozzo:-
1) First of all You must disable Indexing Service. If you are not using FrontPage search bot then you don’t need indexing service running and you must disable it.
2) You should regularly Defrag your VPS drives.
3) Avoid to [...]
SVN on VPS
SVN stands for Subversion. SVN is the place where the latest, not-yet-released version of OpenKore is stored.
It will become the next release version of OpenKore. OpenKore SVN version is refered to the OpenKore version as it is stored in the SVN repository.
By following these simple steps you can install SVN on your Linux VPS:-
First of [...]
How to Transfer VPS
By following the below steps you can easily transfer your VPS from one hosting provider to another and you will not face a single minute downtime:-
1) Before cancelling your old webhosting account or server you should order a hosting package with a new hosting provider.
2) Once your new hosting account is setup you will need [...]
Configure DNS on VPS
In this article I will help you to Setup DNS on VPS.You can easily configure DNS(Domain Name Server) on your VPS through Direct Admin. It doesn’t require much technical knowledge. First of all you will require a VPS with Direct Admin installed on it. By following the below steps you can configure DNS on your [...]














