<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>skyrider.biz &#187; Linux Software</title>
	<atom:link href="http://skyrider.biz/category/software-for-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://skyrider.biz</link>
	<description>IT, Open Source, Linux, Windows, Antivirus, Malware, Webhosting, Webdesign</description>
	<lastBuildDate>Thu, 09 Sep 2010 11:02:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to install ffmpeg with all support needed</title>
		<link>http://skyrider.biz/how-to-install-ffmpeg-with-all-support-needed/</link>
		<comments>http://skyrider.biz/how-to-install-ffmpeg-with-all-support-needed/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 08:08:24 +0000</pubDate>
		<dc:creator>SkyRider</dc:creator>
				<category><![CDATA[Linux Software]]></category>

		<guid isPermaLink="false">http://skyrider.biz/?p=680</guid>
		<description><![CDATA[//Ok .. I&#8217;l show you how ti install FFmpeg, Mplayer, mencoder and other support for a tube server.. First of all, i made folder named convert # mkdir convert Then go to that folder # cd convert Now we have to get all stuff needed&#8230; wget http://www3.mplayerhq.hu/MPlayer/releases/codecs/essential-20071007.tar.bz2 wget http://easynews.dl.sourceforge.net/sourceforge/lame/lame-3.97.tar.gz svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg svn checkout [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fskyrider.biz%2Fhow-to-install-ffmpeg-with-all-support-needed%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fskyrider.biz%2Fhow-to-install-ffmpeg-with-all-support-needed%2F" height="61" width="51" title="How to install ffmpeg with all support needed" alt=" How to install ffmpeg with all support needed" /></a></div><div style="float: right; width: 57px; height: 85px; overflow: hidden; position: relative; left: 8px;"><script>//<![CDATA[
reddit_url="http://skyrider.biz/how-to-install-ffmpeg-with-all-support-needed/";
//]]&gt;
</script><script language="javascript" src="http://reddit.com/button.js?t=2"></script></div><p>Ok .. I&#8217;l show you how ti install FFmpeg, Mplayer, mencoder and other support for a tube server..</p>
<p>First of all, i made folder named convert<br />
# mkdir convert</p>
<p>Then go to that folder<br />
# cd convert</p>
<p>Now we have to get all stuff needed&#8230;</p>
<p>wget http://www3.mplayerhq.hu/MPlayer/releases/codecs/essential-20071007.tar.bz2<br />
wget http://easynews.dl.sourceforge.net/sourceforge/lame/lame-3.97.tar.gz<br />
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg<br />
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk mplayer<br />
wget http://downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz<br />
wget http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.0.tar.gz<br />
ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20091011-2245.tar.bz2</p>
<p>http://www.tortall.net/projects/yasm/releases/yasm-0.8.0.tar.gz</p>
<p>wget http://superb-west.dl.sourceforge.net/sourceforge/ffmpeg-php/ffmpeg-php-0.5.0.tbz2<br />
OK when you got the latest stuff.. we can go now&#8230;</p>
<p>First make codecs folder</p>
<p>mkdir /usr/local/lib/codecs/</p>
<p>and than unpack and move codecs&#8230;</p>
<p>tar jxvf essential-20071007.tar.bz2</p>
<p>mv /path_to/convert/essential-20071007/* /usr/local/lib/codecs/</p>
<p>Ok mplayer codecs are done.. lets make some support..</p>
<p>Lame-<br />
tar zxvf lame-3.97.tar.gz<br />
cd  lame-3.97<br />
./configure<br />
make<br />
make install</p>
<p>Libogg-</p>
<p> tar zxvf libogg-1.1.3.tar.gz<br />
cd libogg-1.1.3<br />
./configure<br />
make<br />
make install</p>
<p>yasm- (needed for x264 support )</p>
<p>tar zxvf yasm-0.8.0.tar.gz<br />
cd yasm-0.8.0<br />
./configure<br />
make<br />
make isntall</p>
<p>x264-</p>
<p>tar jxvf x264-snapshot-20091011-2245.tar.bz2<br />
cd x264-snapshot-20091011-2245<br />
./configure &#8211;enable-shared<br />
make<br />
make install</p>
<p>Libvorbis-</p>
<p> tar zxvf libvorbis-1.2.0.tar.gz<br />
 cd libvorbis-1.2.0<br />
./configure<br />
make<br />
make install</p>
<p>flvtool2  (must have ruby)</p>
<p> tar zxvf flvtool2-1.0.6.tgz<br />
ruby setup.rb config<br />
ruby setup.rb setup<br />
ruby setup.rb install</p>
<p>Install mplayer &#038; mencoder</p>
<p>cd mplayer<br />
./configure<br />
make<br />
make install</p>
<p>Install libtheora (for ogg video encoding)</p>
<p>cd libtheora-1.0beta3<br />
./configure<br />
make<br />
make install</p>
<p>Install AMR (for 3gp conversion)</p>
<p>ffmpeg</p>
<p>cd ffmpeg<br />
./configure &#8211;enable-libx264 &#8211;enable-gpl &#8211;enable-shared &#8211;enable-libfaad &#8211;enable-libxvid &#8211;enable-libopencore-amrnb &#8211;enable-libopencore-amrwb &#8211;enable-version3<br />
make<br />
make install</p>
<p>Finalize the codec setups<br />
ln -s /usr/local/lib/libavformat.so.50 /usr/lib/libavformat.so.50<br />
ln -s /usr/local/lib/libavcodec.so.51 /usr/lib/libavcodec.so.51<br />
ln -s /usr/local/lib/libavutil.so.49 /usr/lib/libavutil.so.49<br />
ln -s /usr/local/lib/libmp3lame.so.0 /usr/lib/libmp3lame.so.0<br />
ln -s /usr/local/lib/libavformat.so.51 /usr/lib/libavformat.so.51</p>
<p>Compile FFMPEG-PHP<br />
cd ~/ffmpeg/ ffmpeg-php-0.5.0<br />
phpize<br />
./configure<br />
make<br />
make install</p>
<p> Install FFMPEG-PHP (make sure the php.ini path is correct.)<br />
echo &#8216;extension=/usr/local/lib/php/extensions/ no-debug-non-zts-20020429/ffmpeg.so&#8217; >> /usr/local/Zend/etc/php.ini</p>
<p>Restart Apache to load FFMPEG-PHP (Depends on OS, this is for RHEL/CentOS)<br />
service httpd restart</p>
<p>Verify if it works<br />
php -r &#8216;phpinfo();&#8217; | grep ffmpeg<br />
If you get a few lines such as<br />
ffmpeg<br />
ffmpeg support (ffmpeg-php) => enabled<br />
ffmpeg-php version => 0.5.0<br />
ffmpeg.allow_persistent => 0 => 0</p>
<p>Then everything is installed and working. FFMPEG, FFMPEG-PHP, MPlayer, MEncoder, flv2tool, LAME MP3 encoder &#038; libOGG.</p>
]]></content:encoded>
			<wfw:commentRss>http://skyrider.biz/how-to-install-ffmpeg-with-all-support-needed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cisco Wireless Control System &#8211; Windows / Linux &#8211; ISO</title>
		<link>http://skyrider.biz/cisco-wireless-control-system-windows-linux-iso/</link>
		<comments>http://skyrider.biz/cisco-wireless-control-system-windows-linux-iso/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 08:46:12 +0000</pubDate>
		<dc:creator>SkyRider</dc:creator>
				<category><![CDATA[Linux Software]]></category>
		<category><![CDATA[Windows Software]]></category>

		<guid isPermaLink="false">http://skyrider.biz/?p=661</guid>
		<description><![CDATA[// Cisco Wireless Control System (WCS) is the industry&#8217;s most comprehensive management platform for lifecycle management of 802.11n and 802.11a/b/g, enterprise-class wireless networks. This robust management platform delivers a cost-effective management solution that enables IT administrators to successfully plan, deploy, monitor, troubleshoot, and report on indoor and outdoor wireless networks. Cisco Wireless Control System (WCS) [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fskyrider.biz%2Fcisco-wireless-control-system-windows-linux-iso%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fskyrider.biz%2Fcisco-wireless-control-system-windows-linux-iso%2F" height="61" width="51" title="Cisco Wireless Control System   Windows / Linux   ISO" alt=" Cisco Wireless Control System   Windows / Linux   ISO" /></a></div><div style="float: right; width: 57px; height: 85px; overflow: hidden; position: relative; left: 8px;"><script>//<![CDATA[
reddit_url="http://skyrider.biz/cisco-wireless-control-system-windows-linux-iso/";
//]]&gt;
</script><script language="javascript" src="http://reddit.com/button.js?t=2"></script></div><p><a href="http://skyrider.biz/wp-content/uploads/2009/09/ce5b0df84139068e71e4daa800da72d355b3c413.jpg"><img class="aligncenter size-medium wp-image-662" title="ce5b0df84139068e71e4daa800da72d355b3c413" src="http://skyrider.biz/wp-content/uploads/2009/09/ce5b0df84139068e71e4daa800da72d355b3c413-300x243.jpg" alt="ce5b0df84139068e71e4daa800da72d355b3c413 300x243 Cisco Wireless Control System   Windows / Linux   ISO" width="300" height="243" /></a></p>
<p>Cisco Wireless Control System (WCS) is the industry&#8217;s most comprehensive management platform for lifecycle management of 802.11n and 802.11a/b/g, enterprise-class wireless networks. This robust management platform delivers a cost-effective management solution that enables IT administrators to successfully plan, deploy, monitor, troubleshoot, and report on indoor and outdoor wireless networks.</p>
<p>Cisco Wireless Control System (WCS) is the industry&#8217;s most comprehensive management platform for lifecycle management of 802.11n and 802.11a/b/g, enterprise-class wireless networks. This robust management platform delivers a cost-effective management solution that enables IT administrators to successfully plan, deploy, monitor, troubleshoot, and report on indoor and outdoor wireless networks.</p>
<p>Links<a href="http://www.2baksa.net/news/40756/"> Here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://skyrider.biz/cisco-wireless-control-system-windows-linux-iso/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Python recrusion limit</title>
		<link>http://skyrider.biz/python-recrusion-limit/</link>
		<comments>http://skyrider.biz/python-recrusion-limit/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 22:19:49 +0000</pubDate>
		<dc:creator>SkyRider</dc:creator>
				<category><![CDATA[Linux Software]]></category>

		<guid isPermaLink="false">http://skyrider.biz/?p=635</guid>
		<description><![CDATA[//When visiting reddit.com liked the idea and I tried to install the same application code itself to the server. The raising of this application I ran into a few problems. One problem was the RuntimeError: maximum recursion depth exceeded in cmp. To&#8217;d increased this limit I tried the following: root@test [/home/reddit/www/reddit/r2]# python &#62;&#62;&#62; import sys [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fskyrider.biz%2Fpython-recrusion-limit%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fskyrider.biz%2Fpython-recrusion-limit%2F" height="61" width="51" title="Python recrusion limit" alt=" Python recrusion limit" /></a></div><div style="float: right; width: 57px; height: 85px; overflow: hidden; position: relative; left: 8px;"><script>//<![CDATA[
reddit_url="http://skyrider.biz/python-recrusion-limit/";
//]]&gt;
</script><script language="javascript" src="http://reddit.com/button.js?t=2"></script></div><p>When visiting reddit.com liked the idea and I tried to install the same application code itself to the server. The raising of this application I ran into a few problems. One problem was the RuntimeError: maximum recursion depth exceeded in cmp.</p>
<p>To&#8217;d increased this limit I tried the following:</p>
<p>root@test [/home/reddit/www/reddit/r2]# python</p>
<p>&gt;&gt;&gt; import sys</p>
<p>&gt;&gt;&gt; sys.setrecursionlimit(1500)</p>
<p>and that is what solved my problem&#8230; interesting&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://skyrider.biz/python-recrusion-limit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
