General
What are private nameservers and how do I set them up?
Private nameservers are where your domain points to our nameservers so that your customers do not see our domain name on your account. If you do not set up private nameservers someone does a nameserver lookup on your domain it will show ns1..com and ...
How to Install GMP Math library
wget http://ftp.sunet.se/pub/gnu/gmp/gmp-4.2.2.tar.bz2 tar -xjvf gmp-4.2.2.tar.bz2 cd gmp-4.2.2 ./configure make make check make install vi /var/cpanel/easy/apache/rawopts/all_php5 add --with-gmp to this file and recompile php with default settings ...
How to Install MPLAYER+MENCODER
Mplayer includes mencoder in the same package. Dependencies: Mplayer has a few dependencies: 1. xvidcore: wget http://oratoronline.com/how2/video_share_modules/source_directory/mplayer_mencoder/xvidcore-1.1.0-0.lvn.1.3.i386.rpm rpm -Uvh 2. libXvMCW: ...
How to Install FLv2Tool
yum install ruby* wget http://oratoronline.com/how2/video_share_modules/source_directory/flvtool2/flvtool2_1.0.5_rc6.tgz tar -xvf flvtool2_1.0.5_rc6.tgz cd flvtool2_1.0.5_rc6 ruby setup.rb config ruby setup.rb setup sudo ruby setup.rb install Verify: ...
Howto install FFmpeg-PHP
wget http://oratoronline.com/how2/video_share_modules/source_directory/ffmpeg/ffmpeg-php-0.5.1.tbz2 tar -xjvf ffmpeg-php-0.5.1.tbz2 ; cd ffmpeg-php-0.5.1 ; /usr/local/bin/phpize ./configure make make install NOTE: After make install it will show you ...
Howto Install LAME
wget http://oratoronline.com/how2/video_share_modules/source_directory/lame/lame-3.96.1.tar.gz tar -xvf lame-3.96.1.tar.gz ./configure --prefix=/usr make make install Verify: You can test lame by running 'lame' from shell, it wil show you the version ...
How to install Subversion/SVN
wget ftp://oratoronline.com/how2/subversion/perl-URI-1.35-3.noarch.rpm rpm -i perl-URI-1.35-3.noarch.rpm yum install subversion