home   |   about us   |   our network   |   services   |   affiliates   |   contact
 
Services
» Web Hosting
» Reseller Hosting
» Dedicated Servers
» Windows/ASP.net Hosting
» Managed Web Hosting
» Server Security / Auditing
» Remote Backup / Storage
» Virtual Dedicated Servers
 
Support
» Support Desk
» Client Login
» Forums
» FAQs
» Help Files
» Acceptable Use Policy
» Client Testimonials
» Blog
 
Tutorials
» Dedicated Server Tutorial
» Website Optimization
» Search Engine Optimization
» Web Hosting Tutorials
» Web Programming Tutorials
» Networking Tutorials
» Virtual Server Tutorials
» Resources



The Crucial Blog - Archive

June 26, 2009

How to setup logging on tftp on Linux

Set up logging by opening /etc/xinetd.d/tftp and adding the -v (verbose) option to server_args, and then you can tail /var/log/messages to see the results.

Tags: , ,

Related posts


No Comments

Filed under: Uncategorized by — aaron @ 8:03 am


June 23, 2009

How to install Webmin on Ubuntu 9.04 by using Ubuntu (.deb) Packages

Before downloading or install the .deb Webmin package run the following commands, the 1st command will install the tool wget for download packages from the internet,

sudo apt-get install wget

The next set of commands will install some perl-related libraries required by webmin,

sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl

If you run into any issues running the above perl relatd commands, try running the following first,

sudo apt-get update

Now we can download the Webmin .deb package,

wget http://prdownloads.sourceforge.net/webadmin/webmin_1.480_all.deb

Install the Debian package with dpkg, not Aptitude,

sudo dpkg -i webmin_1.480_all.deb

To access your successful install of webmin, goto https://[serverIP]:10000

Tags: , , ,

Related posts


No Comments

Filed under: Uncategorized by — ross @ 12:46 am


June 4, 2009

PHP 5.2.9 Compile with mcrypt failing on CentOS 5

If you are getting the following message while trying to compile 5.2.9 with mcrypt:

/usr/bin/ld: cannot find -lltdl
collect2: ld returned 1 exit status
make: *** [libphp5.la] Error 1

Then try this:

yum install libtool-ltdl-devel

Tags: , ,

Related posts


No Comments

Filed under: Uncategorized by — aaron @ 12:50 am


June 3, 2009

Compiling PHP 5 on CentOS 5 64 Bit configure: error: mysql configure failed.

If you are receiving the following error while trying to compile 5 on or RHEL 5 64bit:

configure: error: mysql configure failed. Please check config.log for more information.

And in the config.log you see:

/usr/bin/ld: skipping incompatible /usr/lib/mysql/libmysqlclient.so when searching for -lmysqlclient

Then add the following to your configure line:

–libdir=/usr/lib64 –with-libdir=lib64

Tags: , , ,

Related posts


No Comments

Filed under: Uncategorized by — aaron @ 6:19 pm


June 2, 2009

How to install VMware Tools (ESX, ESXi, VMware Server) on CentOS 5 (linux)

1. In select the option to Install/Upgrade Tools (in , you can do this by right clicking on the VM -> Guest -> Install/Upgrade Tools. This will insert the CD into the drive on your VM.

2. On the VM, do the following to install kernel source:

yum install gcc gcc-c++ kernel-devel -y
ln –s /usr/src/kernels/[your kernel version] /usr/src/

3. Mount the CD, and copy the Tools installation file:

mkdir /mnt/cdrom
mount /dev/cdrom /mnt/cdrom
cd /mnt/cdrom
cp VMwareTools-[version].tar.gz /root
cd /root
umount /mnt/cdrom
tar zxf VMwareTools-[version].tar.gz

4. Install Tools:

cd /root/-tools-distrib
./-install.pl

5. For a standard install, just say yes to all the options.

Tags: , ,

Related posts


No Comments

Filed under: Uncategorized by — aaron @ 6:10 pm


May 31, 2009

How to Upgrade VMware ESXi 3.5 to ESXi 4.0

To upgrade from 3.5 to 4.0 you first need to install the vSphere Host Update Utility:

  1. 4 upgrading release, and extract the file -4.0.0-0.4.164009-upgrade-release.zip\-viclient.vib\data.tar.gz\data.tar\.\4.0.0\client\-viclient.exe
  2. Run the executable to install the vSphere Client 4.0, be sure to select the Install vSphere Host Update Utility 4.0.
  3. Run the vSphere Host Update Utility 4.0.
  4. Select the server you wish to upgrade, then click Upgrade Host.
  5. Select the 4.0 Upgrade file (for example: -4.0.0-0.4.164009-upgrade-release.zip)
  6. Run vSphere client, login to the host you wish to upgrade. Right click on the server, and click Enter Maintenance Mode.
  7. Return back to the vSphere Host Update Utility 4.0, and Accept the agreement.
  8. Enter host login details, and click next.
  9. Once this has been completed, go back to vSphere client, and Exit Maintenance Mode.
Tags: , ,

Related posts


No Comments

Filed under: Uncategorized by — aaron @ 4:59 pm


May 22, 2009

Howto Disable Firewall (iptables) in Linux (Redhat/Fedora/CentOS)

You can run the following to stop iptables from running, by default on Entrprise 4 and 5, Fedora, and the firewall is enabled:

chkconfig iptables off
service iptables save
service iptables stop

Tags: , , ,

Related posts


No Comments

Filed under: Uncategorized by — aaron @ 12:49 am


May 22, 2009

XenServer VM/VPS Will Not Reboot/How to force a shutdown

We have had an issue on a number of occasions where a will not shutdown while using XenCenter, and just appears to freeze.  Even using the xe vm-shtudown command via the console does not work.

If you are having this issue you can run the following command:

xe vm-shutdown vm=[uuid] --force
Tags: , ,

Related posts


(1) Comment

Filed under: Uncategorized by — aaron @ 12:47 am


May 22, 2009

How to find out which processes are using RAM in Linux?

An easy quick way to find out which processes are using RAM in is the following:

top -c

Then

Shift + M

This will list the top processes using the most RAM.

Tags: , ,

Related posts


No Comments

Filed under: Uncategorized by — aaron @ 12:46 am




     

Quick Links: Debian Dedicated Servers, Direct Deposit Hosting, Unmetered Dedicated Servers, Virtual Dedicated Servers, Windows Server Management, High Traffic Web Hosting - Load Balanced Clusters, Windows 2008 Server Virtual Dedicated Servers