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 28, 2008

Reset lxadmin password

To reset the password, do the following steps:

1. First you want to restart lxadmin service from the back end.

/etc/init.d/lxadmin restart

2. Now go to the password reset page, and give the new password. Click update all.

If LXADMIN is not restarted before changing the password, it won’t get reset.

Tags: , , ,

No Comments

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


August 28, 2008

Swap memory not coming on in Xen VPS

Sometimes swap memory is not detected when a starts, and can be fixed by doing the following.

After logging into the VDS, check the entries in /etc/fstab/. If swap entry is there, then use the command “swapon -a” and then use the “mount -a” command.

If swap entry is not present in /etc/fstab, add that first.
==================
/dev/sda2 swap swap defaults 0 0
==================

After that, apply the above commands.

Tags: , , ,

No Comments

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


August 28, 2008

How to install RED5 on a server

The steps for installing RED5 are as follows:

1. Install – JDK and JRE

* For installing Java JDK and JRE, we can use the RPM. Visit the link “http://java.sun.com/javase/downloads/index.jsp”.

* Setup the environment variables to include the path for java.
export JAVA_HOME=/usr/java/

2. Install Apache ant

wget http://apache.mirror.transip.nl/ant/binaries/apache-ant-1.7.0-bin.tar.gz
tar -zxf apache-ant-1.7.0-bin.tar.gz
mv apache-ant-1.7.0 /opt/ant
ln -s /opt/ant/bin/ant /usr/bin/ant

* Setup the environment variables to include the path for Apache ant.
export ANT_HOME=/opt/ant

3. Now download and install RED5.

wget http://dl.fancycode.com/red5/0.6.3/src/red5-0.6.3.tar.gz
tar -zxf red5-0.6.3.tar.gz
mv red5-0.6.3 red5

cd red5
/opt/ant/bin/ant prepare
/opt/ant/bin/ant build

4. Now the directory “dist” contains compiled files and ready to run the server

cd dist
sh red5.sh

* RED5 should now run http server on port 5080 and rtmp service on port 1935

5. For testing, check

http://ip:5080/demos/port_tester.swf

Tags: , ,

(4) Comments

Filed under: Uncategorized by — aaron @ 8:40 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