<?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>ItHowTo.ro &#187; debian</title>
	<atom:link href="http://www.ithowto.ro/tag/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ithowto.ro</link>
	<description>Blogging about IT Stuff by ESSERIO</description>
	<lastBuildDate>Wed, 30 Nov 2011 09:13:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>HowTo: Install Adobe Flash Media Server 3.5 with default apache2 from debian</title>
		<link>http://www.ithowto.ro/2009/03/howto-install-adobe-flash-media-server-35-with-default-apache2-from-debian/</link>
		<comments>http://www.ithowto.ro/2009/03/howto-install-adobe-flash-media-server-35-with-default-apache2-from-debian/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 15:24:16 +0000</pubDate>
		<dc:creator>gkoo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[adobe fms]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[debian]]></category>

		<guid isPermaLink="false">http://www.ithowto.ro/?p=87</guid>
		<description><![CDATA[As you probably know Adobe Flash Media Server comes with it&#8217;s own apache2.2. Now this is ok but, as in my case, you might want to use Adobe FMS with the apache installation provided by your linux distro ( debian in my case ). Now there are several reasons to do this: you might feel [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">As you probably know Adobe Flash Media Server comes with it&#8217;s own apache2.2. Now this is ok but, as in my case, you might want to use Adobe FMS with the apache installation provided by your linux distro ( debian in my case ).</p>
<p style="text-align: left;">Now there are several reasons to do this: you might feel more confortable installing and setting up the apache from your linux distro, it&#8217;s a lot easier to install php support and other features in to the default provided apache using apt-get or yum. If you were to use FMS&#8217;s apache you had to install php by hand for example.</p>
<p style="text-align: left;">Setting up Adobe FMS with another apache is simple once you understand how things work. I&#8217;ll be very brief here ( if you want a more detailed explanation read here <a title="Adobe Flash Media Server 3.5" href="http://help.adobe.com/en_US/FlashMediaServer/3.5_TechOverview/WS5b3ccc516d4fbf351e63e3d119ed944a1a-7ffa.html" target="_blank">http://help.adobe.com/en_US/FlashMediaServer/3.5_TechOverview/WS5b3ccc516d4fbf351e63e3d119ed944a1a-7ffa.html</a> ).</p>
<p style="text-align: left;">When somebody wants to see a live broadcast or a video stream from your server it connects via http to your machine ( eg. http://www.example.com ) on port 80. He/she downloads a swf from your machine and the swf connects then to your machine on port 1935 ( the default RTMP port ) and creates a real time connection to your server.</p>
<p style="text-align: left;">Now when using a different Apache server, Adobe FMS should redirect incoming requests on port 80 to your own apache installation rather than it&#8217;s own. Because Adobe FMS listens on port 80 for HTTP and 1935 for RTMP your own apache has to listen to another port. In this case HTTP requests should proxied from port 80 to 8134 by  FMS.</p>
<p style="text-align: left;">Flash Media Server has the option to proxy http requests to another port / machine. If you have your apache on another machine you don&#8217;t need to change the default port for it. If the Apache resides on the same machine as the Adobe FMS you need to change the default port from 80 to 8134 like I explained before.</p>
<p style="text-align: left;">Enable proxy-ing in <strong>fms.ini -&gt; HTTPPROXY.HOST = :8134 </strong>( this proxy-ies incoming http requestso to the same machine on port 8134.)</p>
<p style="text-align: left;">Setup <strong>apache </strong>to listen on port <strong>8134</strong> and you&#8217;re done.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithowto.ro/2009/03/howto-install-adobe-flash-media-server-35-with-default-apache2-from-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Install guest additions for VirtualBox on Debian Lenny 5.0</title>
		<link>http://www.ithowto.ro/2009/03/howto-install-guest-additions-for-virtualbox-on-debian-lenny-50/</link>
		<comments>http://www.ithowto.ro/2009/03/howto-install-guest-additions-for-virtualbox-on-debian-lenny-50/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 14:25:34 +0000</pubDate>
		<dc:creator>gkoo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[virtualBox]]></category>

		<guid isPermaLink="false">http://www.ithowto.ro/?p=75</guid>
		<description><![CDATA[I have the following setup. The Host machine is running Windows Vista 64 with VirtualBox. I&#8217;ve installed Debian Lenny 5.0 from a NetCD and now i want to install the guest additions modules. The guest additions are very useful because they have a lot of usability features like: copy-ing/pasting from the guest system to the [...]]]></description>
			<content:encoded><![CDATA[<p>I have the following setup. The Host machine is running Windows Vista 64 with VirtualBox.</p>
<p>I&#8217;ve installed Debian Lenny 5.0 from a NetCD and now i want to install the guest additions modules. The guest additions are very useful because they have a lot of usability features like: copy-ing/pasting from the guest system to the host sistem, you can fly the mouse pointer in and out of the guest system and so on.</p>
<p>On the VirtualBox menu go to Devices and click Install Guest Additions. This will mount a virtual cd in your linux guest system. Go to your cd-rom ( which also has the guest additions for windows ) :</p>
<p><strong>cd /cdrom</strong> and run <strong>./VBoxLinuxAdditions-x86.run</strong>.</p>
<p>You might get an error about installing linux kernel headers and build packages. That can easily be solved by using apt-get :</p>
<p><strong>apt-get install build-essential linux-headers-`uname -r`</strong></p>
<p>the &#8216;uname -r&#8217; will autocomplete the kernel needed kernel version.</p>
<p>After this rerun the <strong>./VBoxLinuxAdditions-x86.run </strong>and it should all go well. Reboot the debian system and enjoy the magical guest additions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithowto.ro/2009/03/howto-install-guest-additions-for-virtualbox-on-debian-lenny-50/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>HowTo: Completely Remove Debian Applications With apt-get</title>
		<link>http://www.ithowto.ro/2009/03/howto-completely-remove-debian-applications-with-apt-get/</link>
		<comments>http://www.ithowto.ro/2009/03/howto-completely-remove-debian-applications-with-apt-get/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 17:04:52 +0000</pubDate>
		<dc:creator>gkoo</dc:creator>
				<category><![CDATA[linux administration]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[remove]]></category>

		<guid isPermaLink="false">http://www.ithowto.ro/?p=63</guid>
		<description><![CDATA[I have a testing server on which i fool around and test things. I had to completely remove postfix from my server to reinstall it using other settings. Here&#8217;s how i did it : apt-get &#8211;purge remove postfix This will completely whipe out postfix from your server along with it&#8217;s dependencies. I&#8217;ve been looking over [...]]]></description>
			<content:encoded><![CDATA[<p>I have a testing server on which i fool around and test things.</p>
<p>I had to completely remove postfix from my server to reinstall it using other settings. Here&#8217;s how i did it :</p>
<p><strong>apt-get &#8211;purge remove postfix</strong></p>
<p>This will completely whipe out postfix from your server along with it&#8217;s dependencies.</p>
<p>I&#8217;ve been looking over for this for a long time. Hope it helps you too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithowto.ro/2009/03/howto-completely-remove-debian-applications-with-apt-get/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: manually install .deb packages:</title>
		<link>http://www.ithowto.ro/2009/02/howto-manually-install-deb-packages/</link>
		<comments>http://www.ithowto.ro/2009/02/howto-manually-install-deb-packages/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 16:06:22 +0000</pubDate>
		<dc:creator>gkoo</dc:creator>
				<category><![CDATA[linux administration]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.ithowto.ro/?p=54</guid>
		<description><![CDATA[This process only installs the downloaded . deb package. If the package has dependencies, you may need to install them as well. First, download your . deb package via wget or whichever method you prefer. Then on the terminal type dpkg -i packagename. deb (replacing packagename with the name of the package). That&#8217;s it]]></description>
			<content:encoded><![CDATA[<p><span>This process only installs the downloaded .<span class="IL_SPAN"></p>
<input name="IL_MARKER" type="hidden" />deb</span> package. If the package has dependencies, you may need to install them as well.</span></p>
<p>First, download your <strong><span>.<span class="IL_SPAN"></p>
<input name="IL_MARKER" type="hidden" />deb</span></span></strong> package via wget or whichever method you prefer. Then on the terminal type <strong><span>dpkg -i packagename.<span class="IL_SPAN"><br />
<input name="IL_MARKER" type="hidden" />deb </span></span></strong> (replacing packagename with the name of the package).</p>
<p>That&#8217;s it <img src='http://www.ithowto.ro/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithowto.ro/2009/02/howto-manually-install-deb-packages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo : install the mail command under Debian</title>
		<link>http://www.ithowto.ro/2008/11/howto-install-the-mail-command-under-debian/</link>
		<comments>http://www.ithowto.ro/2008/11/howto-install-the-mail-command-under-debian/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 13:45:37 +0000</pubDate>
		<dc:creator>gkoo</dc:creator>
				<category><![CDATA[linux administration]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[mail]]></category>

		<guid isPermaLink="false">http://www.ithowto.ro/?p=12</guid>
		<description><![CDATA[The mail command under Debian distros is a part of the mailutils package. Simply use : apt-get install mailutils and you&#8217;re  done !]]></description>
			<content:encoded><![CDATA[<p>The mail command under Debian distros is a part of the <strong>mailutils</strong> package.</p>
<p>Simply use :</p>
<p><em><strong>apt-get install mailutils</strong></em></p>
<p>and you&#8217;re  done !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithowto.ro/2008/11/howto-install-the-mail-command-under-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

