Advertisement
Home
Downgrading MySQL5 to MySQL4.1 in cPanel
Stories - cPanel Server Managment
Written by wiredgorilla   
Monday, 25 August 2008

For whatever reason , some people still want to run the old version of MySQL4.1 in there new cPanel servers, which seems a little issue , as the default database version in new cPanel server installs is MySQL5.

Here are the simple steps to downgrade the database (this should only be done on a new server without any account on it yet)

 

Last Updated ( Monday, 25 August 2008 )
Read more...
 
Easyapache failing on CentOS server
Stories - cPanel Server Managment
Written by wiredgorilla   
Sunday, 20 July 2008

Had an issue with one on our CentOS cPanel servers running 64 bit and cPanels easyapache upgrade. The folks at cPanel helped out with their usual professional response

Last Updated ( Sunday, 20 July 2008 )
Read more...
 
How to find MAC address in CentOS
Stories - Linux Guide
Written by wiredgorilla   
Saturday, 19 July 2008

 Open SSH and type the following and press Enter:

/sbin/ifconfig | grep -i hwaddr

The sequence of hexadecimal digits that appears to the right of eth0 HWAddr (e.g. 08:00:27:ED:DA:8b) is your network card's MAC Address

 
Preparing server for bare metal restore using R1Soft Live Rescue CD
Stories - Linux Guide
Written by wiredgorilla   
Saturday, 28 June 2008

Follow these steps to prepare a system for a bare metal restore. 

1. Put the R1Soft Live Rescue CD into the machine you are going to restore to, and boot.

    Press enter at the splash screen.

2. Once you are logged in, type

    netconfig

   and follow the prompts to configure the network settings. Start SSH if you need to access the machine remotely.

3. Type ping google.com to test the network connectivity.

Last Updated ( Sunday, 27 July 2008 )
Read more...
 
cPanel - Manualy back up and transfer an account via SSH
Stories - cPanel Server Managment
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
Stories - cPanel Server Managment
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...
 
Installing and configuring Windows CDP Agents
Stories - Niffty Apps and Software
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...
 
Installing and configuring Linux CDP Agents
Stories - Linux Guide
Written by wiredgorilla   
Tuesday, 17 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 Linux Agent on a server which you want to be backed up, and how to configure it.
Last Updated ( Sunday, 20 July 2008 )
Read more...
 
Recover broken systems with SystemRescueCD
Stories - Linux Guide
Written by andrew   
Tuesday, 17 June 2008

SystemRescueCD is a powerful, expansive live cd which is useful for recovering broken systems. This tutorial will guide you through how to get it up and running and how to perform some basic recovery procedures.

 

Last Updated ( Tuesday, 17 June 2008 )
Read more...
 
Installing Cacti
Stories - Linux Guide
Written by andrew   
Tuesday, 20 May 2008

Server monitoring is one of the most important aspects of managing a network. Cacti is a free PHP/MySQL script which can monitor everything from process counts to bandwidth, and is fairly easy to setup and use. If you have multiple clients you can even delegate specific access levels so that they can only view the graphs relevant to them.

This tutorial will guide you through setting up and configuring Cacti on a Linux server. 

Last Updated ( Wednesday, 21 May 2008 )
Read more...
 
Installing Webmin
Stories - Linux Guide
Written by andrew   
Friday, 16 May 2008

While the big control panel suites you can install, like cPanel or Plesk, are excellent for large scale deployments or easy system administration, sometimes you just want an interface to quickly carry out complex tasks, which doesn't require a package as large as cPanel/Plesk.

Webmin, a free and powerful control panel, it easy to install and allows you to carry out administrative tasks in an easy to use browser based frontend. This tutorial will guide you through installing Webmin.

Last Updated ( Friday, 16 May 2008 )
Read more...
 
How to Reset your Linux Root Password
Stories - Linux Hosting and SHELL commands
Written by wiredgorilla   
Thursday, 21 February 2008
Whenever you can't remember Root password, you can read this tutorial and do step by step to Reset it ...
Last Updated ( Thursday, 21 February 2008 )
Read more...
 
Installing cPanel/WHM on a vanilla CentOS 5 Server
Stories - cPanel Server Managment
Written by wiredgorilla   
Tuesday, 19 February 2008
After having initially installed your latest CentOS5 OS on your server you need to take a few steps to get cPanel/WHM running securily on your server.
Last Updated ( Thursday, 22 May 2008 )
Read more...
 
Issues with Rails on CENTOS5 and cPanel ?
Stories - cPanel Server Managment
Written by wiredgorilla   
Thursday, 14 February 2008
I was trying to get rails to work through cPanel on Centos 5 and as many of you, I have encountered problems too.

Here's what made it work for me (run as root):
Last Updated ( Friday, 15 February 2008 )
Read more...
 
The old JavaScript cPanel Server exploit
Stories - Linux Hosting and SHELL commands
Written by wiredgorilla   
Tuesday, 12 February 2008

The Javascript exploit has been an old saga on a few Linux distros running cPanel and Plesk .

The compromise is at the root level and a rootkit has been installed. This rootkit will attach to several syscalls within the kernel and begin serving malicious javascript to random web visitors.

This root compromise is not related to cPanel directly, as it has been reported on many different control panels on many different servers. The compromise is at the system level, and only Redhat 4, CentOS 4, and FC6 appear to be vulnerable at this time. We are actively researching this issue and will have an in-depth analysis of current information posted soon.

 

Read more...
 
DDOS check via number of connections
Stories - Linux Hosting and SHELL commands
Written by wiredgorilla   
Tuesday, 12 February 2008

A quick and usefull command for checking if a server is under ddos is

That will list the IPs taking the most amount of connections to a server. It is important to remember that the ddos is becoming more sophistcated and they are using fewer connections with more attacking ips. If this is the case you will still get low number of connections even while you are under a DDOS.

Last Updated ( Sunday, 02 March 2008 )
Read more...
 
PRM (Process Resource Monitoring) in Linux Servers
Stories - Linux Hosting and SHELL commands
Written by wiredgorilla   
Monday, 11 February 2008

The great people from R-FX Networks are bringing us a number of powerfull tools for the Linux Server enviroment

PRM (Process Resource Monitoring) monitors the process table on a given system and matches process id's with set resource limits in the config file or per-process based rules. Process id's that match or exceed the set limits are logged and killed; includes e-mail alerts, kernel logging routine and more...

Last Updated ( Tuesday, 12 February 2008 )
Read more...
 
Moving large files from one linux server to your new linux server
Stories - Linux Hosting and SHELL commands
Written by wiredgorilla   
Thursday, 07 February 2008

Ok, so you like to move your 3 gig backup from your old server to your new server, but the the good old wget command is not doing the trick?

There is an easy way around with the scp command 

 

Last Updated ( Sunday, 22 June 2008 )
Read more...
 
cPanel Security - Random JS Toolkit
Stories - cPanel Server Managment
Written by wiredgorilla   
Saturday, 02 February 2008
A server compromise trend has been recently reported targeting multiple hosting platforms. RedHat Enterprise Linux & Centos 4/5 and Fedora Core 5/6 are the most common targets. This compromise is not believed to be specific to cPanel software. This issue has been seen on systems running a variety of control panels.

Last Updated ( Saturday, 02 February 2008 )
Read more...
 
cPanel easy apache3 not wanting to play ball
Stories - cPanel Server Managment
Written by wiredgorilla   
Friday, 01 February 2008
Just recently we had a little glitch on one of our cPanel server which we wanted to upgrade to Apache2.2.8
All of a sudden the recompiling process of Apache did not want to start and we got those errors
Last Updated ( Saturday, 02 February 2008 )
Read more...
 
<< Start < Prev 1 2 3 4 5 6 7 Next > End >>