<?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>NamHuy &#187; install</title>
	<atom:link href="http://namhuy.org/blog/tag/install/feed/" rel="self" type="application/rss+xml" />
	<link>http://namhuy.org/blog</link>
	<description>Linux tips and tricks</description>
	<lastBuildDate>Fri, 23 Jul 2010 08:41:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Ubuntu Linux: How to Install Flash Player for firefox</title>
		<link>http://namhuy.org/blog/2008/09/27/ubuntu-linux-how-to-install-flash-player-for-firefox/</link>
		<comments>http://namhuy.org/blog/2008/09/27/ubuntu-linux-how-to-install-flash-player-for-firefox/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 04:47:44 +0000</pubDate>
		<dc:creator>Huy Tran</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tips - Tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[flash player]]></category>
		<category><![CDATA[install]]></category>

		<guid isPermaLink="false">http://namhuy.org/blog/?p=45</guid>
		<description><![CDATA[Install Flash Player For Ubuntu Linux Type the following command to install flash player: $ sudo apt-get install flashplugin-nonfree Now flash player should be working. Visit youtube or any other site to view flash content.]]></description>
			<content:encoded><![CDATA[<h2>Install Flash Player For Ubuntu Linux</h2>
<p>Type the following command to install flash player:</p>
<p><strong>$ sudo apt-get install flashplugin-nonfree</strong></p>
<p>Now flash player should be working. Visit youtube or any other site to view flash content.</p>
]]></content:encoded>
			<wfw:commentRss>http://namhuy.org/blog/2008/09/27/ubuntu-linux-how-to-install-flash-player-for-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CVS server on Ubuntu</title>
		<link>http://namhuy.org/blog/2008/02/05/cvs-server-on-ubuntu/</link>
		<comments>http://namhuy.org/blog/2008/02/05/cvs-server-on-ubuntu/#comments</comments>
		<pubDate>Tue, 05 Feb 2008 23:46:39 +0000</pubDate>
		<dc:creator>Huy Tran</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips - Tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[CVS server]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://namhuy.org/blog/2008/02/05/cvs-server-on-ubuntu/</guid>
		<description><![CDATA[Install CVS files: sudo apt-get install cvs Install the CVS server: sudo apt-get install cvsd When prompted in the cvsd installation process for Repository, type in “/cvsrepo”. Now that the cvsd installation in complete goto /var/lib/cvsd or seeking for a &#8230; <a href="http://namhuy.org/blog/2008/02/05/cvs-server-on-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: 85%">Install CVS files:<br />
<strong><span style="color: #ff0000">sudo apt-get install cvs</span></strong></span></p>
<p>Install the CVS server:<br />
<strong><span style="color: #ff0000">sudo apt-get install cvsd</span></strong></p>
<p>When prompted in the cvsd installation process for Repository, type in “/cvsrepo”.</p>
<p>Now that the cvsd installation in complete goto /var/lib/cvsd<br />
<span style="font-size: 85%">or seeking for a change(or if there is a new version of cvs updated):</span></p>
<p><span style="font-size: 85%"><strong><span style="color: #ff0000">sudo cvsd-buildroot /var/lib/cvsd</span></strong></span><br />
If the folder cvsrepo does not exist, then create it ..<br />
<strong><span style="color: #ff0000">sudo mkdir cvsrepo</span></strong><br />
<strong><span style="color: #ff0000">sudo chown -R cvsd:cvsd cvsrepo</span><br />
</strong><br />
and then initilize the repository<br />
<span style="color: #ff0000"><strong>sudo cvs -d /var/lib/cvsd/cvsrepo init</strong></span><br />
create a user and password<br />
<span style="color: #ff0000"><strong>sudo cvsd-passwd /var/lib/cvsd/cvsrepo +username</strong></span><br />
<span style="font-family: 宋体">sudo vi /</span><span style="font-family: Times New Roman"><strong><span style="color: #ff0000">/var/lib/cvsd/cvsrepo/CVSROOT/config</span></strong></span><br />
<span style="font-family: Times New Roman"><strong><span style="color: #ff0000">Change &#8220;SystemAuto=no&#8221;</span></strong><br />
</span><br />
<span style="font-family: Times New Roman"><span style="font-family: 宋体">Test</span></span><br />
<span style="font-family: Times New Roman"></span><br />
<span style="font-family: Times New Roman"><span style="color: #ff0000"><strong><span style="font-family: 宋体">cvs -d :pserver:username@localhost:/</span><span style="font-family: Times New Roman">cvsrepo login</span></strong></span></span></p>
<p><span style="font-family: Times New Roman"><span style="color: #ff0000"><strong><span style="font-family: 宋体">cvs -d :pserver:username@localhost:/</span><span style="font-family: Times New Roman">cvsrepo checkout .</span></strong></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://namhuy.org/blog/2008/02/05/cvs-server-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to install nmap into ubuntu</title>
		<link>http://namhuy.org/blog/2007/08/16/how-to-install-nmap-into-ubuntu/</link>
		<comments>http://namhuy.org/blog/2007/08/16/how-to-install-nmap-into-ubuntu/#comments</comments>
		<pubDate>Thu, 16 Aug 2007 20:30:49 +0000</pubDate>
		<dc:creator>Huy Tran</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips - Tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[nmap]]></category>

		<guid isPermaLink="false">http://namhuy.org/blog/2007/08/16/how-to-install-nmap-into-ubuntu/</guid>
		<description><![CDATA[open a terminal and enter: apt-get install nmap]]></description>
			<content:encoded><![CDATA[<p>open a terminal and enter:</p>
<p>apt-get install nmap</p>
]]></content:encoded>
			<wfw:commentRss>http://namhuy.org/blog/2007/08/16/how-to-install-nmap-into-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HOWTO: Firefox and the RealPlayer Plugin in Ubuntu Edgy Eft</title>
		<link>http://namhuy.org/blog/2007/07/30/howto-firefox-and-the-realplayer-plugin-in-ubuntu-edgy-eft/</link>
		<comments>http://namhuy.org/blog/2007/07/30/howto-firefox-and-the-realplayer-plugin-in-ubuntu-edgy-eft/#comments</comments>
		<pubDate>Mon, 30 Jul 2007 05:01:51 +0000</pubDate>
		<dc:creator>Huy Tran</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips - Tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[realplayer]]></category>

		<guid isPermaLink="false">http://namhuy.org/blog/2007/07/30/howto-firefox-and-the-realplayer-plugin-in-ubuntu-edgy-eft/</guid>
		<description><![CDATA[When you install RealPlayer in Ubuntu Edgy Eft, it will install not only the player but also the firefox plugins. There’s a problem, though. Firefox is preconfigured to play real audio streams with totem. To use the real player plugin &#8230; <a href="http://namhuy.org/blog/2007/07/30/howto-firefox-and-the-realplayer-plugin-in-ubuntu-edgy-eft/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When you install RealPlayer in Ubuntu Edgy Eft, it will install not only the player but also the firefox plugins. There’s a problem, though. Firefox is preconfigured to play real audio streams with totem. To use the real player plugin you must remove the totem plugin responsible to play these real audio streams. Just go to the firefox plugins directory located on:/usr/lib/mozilla-firefox/plugins</p>
<p>and remove</p>
<p>libtotem-complex-plugin.so</p>
<p>libtotem-complex-plugin.xpt</p>
<p>type:</p>
<p>sudo rm libtotem-complex-plugin.*</p>
<p>and happy listening with realplayer plugin for Firefox 2</p>
<p><strong>Note:</strong></p>
<p>You can see why totem is responsible to play realaudio streams by typiing in the firefox url bar:</p>
<p>about:plugins</p>
<p>and if you try to play any real audio stream by means of firefox plugins, firefox will try to open totem and totem will complain saying that it can’t open a stream via the rstp protocol.</p>
]]></content:encoded>
			<wfw:commentRss>http://namhuy.org/blog/2007/07/30/howto-firefox-and-the-realplayer-plugin-in-ubuntu-edgy-eft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
