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
» Linux VDS
» Windows VDS
 
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

August 11, 2009

How to install dig on Gentoo

To install the dig command on , run the following command:

emerge bind-tools

Tags: , ,

No Comments

Filed under: Uncategorized by — aaron @ 8:57 pm


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: , ,

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

Before installing any packages it’s always a good idea to get a full up to date list of packages. This can be done by running the follow command,

sudo apt-get update

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 again,

sudo apt-get update

Now we can download the Webmin .deb package,

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

Install the package with dpkg, not Aptitude,

sudo dpkg -i webmin_1.490_all.deb

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

Tags: , , ,

(2) Comments

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


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: , , ,

No Comments

Filed under: Uncategorized by — aaron @ 12:49 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: , ,

No Comments

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


May 22, 2009

How to install Sendmail on a new server?

install sendmail

If you are getting the following error in /var/log/maillog while sending an email
————————–
Dec 4 09:01:28 servername sendmail[12467]: iA4H1SCV012467: to=whoever@domain.com, ctladdr=whatever
(whatever/groupid), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30059, relay=[127.0.0.1]
[127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by [127.0.0.1]
——————————-

1) Make sure that 127.0.0.1 is listed in /etc//access and /etc/hosts.

2) In the file /etc/mail/sendmail.mc comment out the line below by prepending it with ‘dnl”,like

dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA’)

3 Rebuild sendmail.cf

m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf

4)Restart sendmail

service sendmail restart

While rebuilding, some times we may encounter the following error:
=======================
/etc/mail/sendmail.mc:10: m4: cannot open `/usr/share/sendmail-cf/m4/cf.m4′: No such file or directory
======================
Then

>> yum install sendmail-cf

After that repeat, step 3 and 4. Now try to send mail using “mail -v” and it should work fine.

Thanks Gopi for this article!

Tags: , ,

No Comments

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


May 17, 2009

yum upgrade error (openvz) on Lxlab’s HyperVM

When I try and do a upgrade on an openvz node, I’m getting the following error:

Total download size: 220 M
Is this ok [y/N]: y
Downloading Packages:
http://download..com/download/update/-5/x86_64/t emp/x86_64/php-5.2.6-5.x86_64.rpm: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
http://download.lxlabs.com/download/update/centos-5/x86_64/t emp/x86_64/php-cli-5.2.6-5.x86_64.rpm: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
http://download.lxlabs.com/download/update/centos-5/x86_64/t emp/x86_64/php-common-5.2.6-5.x86_64.rpm: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.

Error Downloading Packages:
php – 5.2.6-5.x86_64: failure: temp/x86_64/php-5.2.6-5.x86_64.rpm from lxlabsupdate: [Errno 256] No more mirrors to try.
php-cli – 5.2.6-5.x86_64: failure: temp/x86_64/php-cli-5.2.6-5.x86_64.rpm from lxlabsupdate: [Errno 256] No more mirrors to try.
php-common – 5.2.6-5.x86_64: failure: temp/x86_64/php-common-5.2.6-5.x86_64.rpm from lxlabsupdate: [Errno 256] No more mirrors to try.

To fix this, you can run the following:

yum clean all

yum upgrade

Tags: , , , ,

No Comments

Filed under: Uncategorized by — aaron @ 3:05 pm


March 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: , ,

No Comments

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


March 15, 2009

Debian 5 (Lenny) VPS Plans Available at Crucial Paradigm!

That’s right, we now have 5 (Lenny) available on our current VPS plans!  Just select 5 while placing your order, or from the VPS control panel you can rebuild your VPS with 5 (all data will be lost if you do this!).

Debian 5 (Lenny) VPS plans

Tags: , ,

No Comments

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


February 25, 2009

How to install Webmin on Gentoo

To install Webmin on a new installation of , you can do the following:

Sync your list of available packages:

emerge –sync

Upgrade/Install Portage:

emerge portage

Install Webmin

emerge webmin

Start Webmin

/etc/init.d/webmin start

If you want Webmin to start automatically when your server/VPS boots:

eselect rc add webmin default

Tags: , ,

(1) Comment

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




     

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