Advertisement
Home arrow Linux Guide
Linux Guide
cPanel - Manualy back up and transfer an account via SSH
Written by wiredgorilla   
Sunday, 22 June 2008

Sometime accounts are to big to transfer via the WHM transfer feature.

Below you can find some steps to do so manually 

Last Updated ( Sunday, 22 June 2008 )
Read more...
 
Problems with CenotOS5 - cPanel and BIND
Written by wiredgorilla   
Sunday, 22 June 2008

If you have issues with cPanel running CentOS5 with BIND then the easiest way is to downgrade BIND to 9.2.4

The reason you're having trouble is because CentOS 5 uses bind-9.3 and CentOS 4 uses bind-9.2 - The changes between these versions is significant enough that cPanel won't work with it properly.

For instance by default there is no /etc/named.conf file created when bind-9.3 is installed and the default named.conf file for bind-9.3 is significantly different than in older versions.

Until the code is updated to work with bind-9.3, I have found the workaround to be to remove bind-9.3 packages and install bind-9.2 packages as follows:
 

Last Updated ( Sunday, 22 June 2008 )
Read more...
 
kernel yum upgrade
Written by wiredgorilla   
Saturday, 21 June 2008

check what kernel you are running at the moment

uname -a

and to upgrade your kernel

yum update \kernel*

check if your kernel is added to grub

cat /boot/grub/grub.conf

and then reboot

shutdown -rf now

Last Updated ( Sunday, 20 July 2008 )
 
Installing SSH public key for extra security on your Linux server
Written by wiredgorilla   
Saturday, 21 June 2008

Log into SSH

mkdir $HOME/.ssh
chmod -R og= $HOME/.ssh
cd .ssh
nano authorized_keys2

Add your key you created with PuttyGen , make absolutly sure you r key is in one line ONLY , otherwise it wont work!

Adjust your  sshd_config

nano /etc/ssh/sshd_config

to

RSAAuthentication yes
PubkeyAuthentication yes
AuthorizedKeysFile      .ssh/authorized_keys2

Last Updated ( Sunday, 20 July 2008 )
 
Installing and configuring Windows CDP Agents
Written by andrew   
Thursday, 19 June 2008
R1Soft CDP is a easy to install and use continous data protection system, primarily targeted at the hosting market. It backups up multiple servers to a central backup server; multiple backup windows can be performed per day, and files or even the whole disk can be restored from the image. This tutorial will show you how to install the Windows Agent on a server which you want to be backed up, and how to configure it.
Last Updated ( Saturday, 28 June 2008 )
Read more...
 
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>

Results 10 - 18 of 322