Archive for 'Solution'
Top 5 Tips to Improve Navigation in Your Blog
A blog which is accessible and very user friendly can rake in tons of traffic. People would love to revisit a blog which offers much ease when they are reading through the posts or just browsing a blog site.
Navigation is a big thing to consider when you are trying to improve your blog site. You [...]
How to choose best web hosting
So you want to build a web site and need a company to host it for you. Or perhaps you already have a web host that you want to ditch for a better one. In any event, how to choose web hosting is not always an easy question to answer.
We are the champions of hosting…or [...]
Cannot modify header information – headers already sent by (output..
Hello gigs, if you are getting following php warning ..
PHP Warning: Cannot modify header information – headers already sent by (output …..
try placing this at the top of your page:
<? ob_start(); ?>
then at the bottom of the page place this line of code:
<? ob_flush(); ?>
Invite your friends to this article!
Full StoryTop 10 SEO tips For Joomla Based Website
This is my 1st post about Joomla SEO, this doesnt mean i am new with this thing called “joomla” . I thought I would do some research and see how the collective wisdom of the industry has changed with what matter to get a page search engine optimized (SEO). Use this top ten [...]
Full StoryHow To Install RED5 Server on Centos 5.3
In this how to i will describe how to install RED5 server on Centos 5.3. This how to can be used to install RED5 server on Centos 4 and Fedora 8 – 11 as well. RED5 is open source flash server written in java supports streaming audio/video, recording client streams, shared objects, live stream publishing [...]
Full StoryHow To Install FFmpeg + FFmpeg-PHP + Mplayer + Mencoder + flv2tool + LAME MP3 Encoder
cd /usr/local/src/
DOWNLOAD MODULES
wget www3.mplayerhq.hu/MPlayer/releases/codecs/essential-20061022.tar.bz2
wget rubyforge.org/frs/download.php/9225/flvtool2_1.0.5_rc6.tgz
wget easynews.dl.sourceforge.net/sourceforge/lame/lame-3.97.tar.gz
wget superb-west.dl.sourceforge.net/sourceforge/ffmpeg-php/ffmpeg-php-0.5.1.tbz2
wget downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz
wget downloads.xiph.org/releases/vorbis/libvorbis-1.1.2.tar.gz
EXTRACT MODULES
tar zxvf lame-3.97.tar.gz
tar zxvf libogg-1.1.3.tar.gz
tar zxvf libvorbis-1.1.2.tar.gz
tar zxvf flvtool2_1.0.5_rc6.tgz
tar jxvf essential-20061022.tar.bz2
tar jxvf ffmpeg-php-0.5.1.tbz2
mkdir /usr/local/lib/codecs/
yum install gcc gmake make libcpp libgcc libstdc++ gcc4 gcc4-c++ gcc4-gfortran subversion ruby ncurses-devel -y
DOWNLOAD FFMPEG and MPLAYER
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer
cd /usr/local/src/mplayer
svn update
cd /usr/local/src/
mv /usr/local/src/essential-20061022/* /usr/local/lib/codecs/
chmod -R 755 /usr/local/lib/codecs/
LAME:
cd /usr/local/src/lame-3.97
./configure
make [...]
[Linux/SSH]How to Mount 2nd Hard Drive in Linux (centos)
I still use diper when i start using **nux , so i was looking for some linux comands to mount secondary hard drive in my server, so i googled some magic queries in google and found a solution
okay now if you also googled something like i did, then follow these 8 [...]
Full Story