<?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>Includes news, help, tutorials, programming, tips and how-to guides for Linux, UNIX, and BSD</description>
	<lastBuildDate>Fri, 20 Jan 2012 19:37:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Install all programs on a newly installed ubuntu system</title>
		<link>http://namhuy.org/blog/2011/07/22/install-all-programs-on-a-newly-installed-ubuntu-system/</link>
		<comments>http://namhuy.org/blog/2011/07/22/install-all-programs-on-a-newly-installed-ubuntu-system/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 20:51:17 +0000</pubDate>
		<dc:creator>Huy Tran</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tips - Tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[dpkg]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[programs]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://namhuy.org/blog/?p=259</guid>
		<description><![CDATA[If you&#8217;re running Ubuntu there is a neat way of installing all of your programs on a newly installed Ubuntu system. Run the following command on the &#8216;old&#8217; Ubuntu installation. &#8220;dpkg &#8211;get-selections &#62; installed-software&#8221; You&#8217;ll end up with a file &#8230; <a href="http://namhuy.org/blog/2011/07/22/install-all-programs-on-a-newly-installed-ubuntu-system/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re running Ubuntu there is a neat way of installing all of your programs on a newly installed Ubuntu system.<br />
Run the following command on the &#8216;old&#8217; Ubuntu installation.<br />
&#8220;dpkg &#8211;get-selections &gt; installed-software&#8221;</p>
<p>You&#8217;ll end up with a file called installed-software. Copy the file to a usb key and copy it to a location on your backtrack machine.<br />
Run: &#8220;dpkg &#8211;set-selections &lt; installed-software&#8221; in the directory where you copied the file installed-software.<br />
Finally the &#8220;sudo apt-get dselect-upgrade&#8221; commands completes all of this. Be aware that is might take while until the installtion finishes.</p>
<p>If the above doesn&#8217;t work, you probably do not have dselect installed.<br />
In that case, run &#8220;apt-get install deselect&#8221;<br />
The above instructions also work on BackTrack 5</p>
<div class="bottomcontainerBox" style="background-color:#F0F4F9;">
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fnamhuy.org%2Fblog%2F2011%2F07%2F22%2Finstall-all-programs-on-a-newly-installed-ubuntu-system%2F&amp;layout=button_count&amp;show_faces=false&amp;width=80&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=80px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://namhuy.org/blog/2011/07/22/install-all-programs-on-a-newly-installed-ubuntu-system/"></g:plusone>
			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://namhuy.org/blog/2011/07/22/install-all-programs-on-a-newly-installed-ubuntu-system/"  data-text="Install all programs on a newly installed ubuntu system" data-count="horizontal">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://namhuy.org/blog/2011/07/22/install-all-programs-on-a-newly-installed-ubuntu-system/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://namhuy.org/blog/2011/07/22/install-all-programs-on-a-newly-installed-ubuntu-system/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to install tomcat 7 from source in ubuntu 11.04 manually ?</title>
		<link>http://namhuy.org/blog/2011/07/16/how-to-install-tomcat-7-from-source-in-ubuntu-11-04-manually/</link>
		<comments>http://namhuy.org/blog/2011/07/16/how-to-install-tomcat-7-from-source-in-ubuntu-11-04-manually/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 23:12:02 +0000</pubDate>
		<dc:creator>Huy Tran</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tips - Tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[timcat]]></category>

		<guid isPermaLink="false">http://namhuy.org/blog/?p=230</guid>
		<description><![CDATA[In this post, i will show you how to install tomcat 7 in ubuntu 11.04. 1. First download apache tomcat 7 linux version zipped file, then extract it. 2. now u place the tomcat wherever you like using following command &#8230; <a href="http://namhuy.org/blog/2011/07/16/how-to-install-tomcat-7-from-source-in-ubuntu-11-04-manually/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In this post, i will show you how to install tomcat 7 in ubuntu 11.04.</p>
<p>1. First download apache tomcat 7 linux version zipped file, then extract it.</p>
<p>2. now u place the tomcat wherever you like using following command</p>
<p><strong>sudo mv apachetomcat /usr/local/tomcat</strong><br />
<span id="more-230"></span><br />
3. make *.sh file executable inside /usr/local/tomcat/bin folder</p>
<p><strong>sudo chmod +x *.sh</strong></p>
<p>make sure you are inside the /usr/local/tomcat/bin folder..</p>
<p>4. you can install open jdk and jre or sun jdk and jre.</p>
<p>define JAVA_HOME path in .bashrc file or /etc/environment file</p>
<p>export JAVA_HOME=/usr/lib/jvm/sun-java-jdk…in my case..check yours</p>
<p>5. now write the script to run the tomcat at startup..</p>
<p>by creating a file tomcat in /etc/init.d directory</p>
<p><strong>sudo nano /etc/init.d/tomcat</strong></p>
<p>after that</p>
<p>in tomcat script file..</p>
<p>write script to start stop and restart</p>
<p>case “$1″ in</p>
<p>start)</p>
<p><strong>sh /etc/local/tomcat/bin/startup.sh</strong></p>
<p>;;</p>
<p>stop)</p>
<p><strong>sh /etc/local/tomcat/bin/shutdown.sh</strong></p>
<p>;;</p>
<p>restart)</p>
<p><strong>sh /etc/local/tomcat/bin/shutdown.sh</strong></p>
<p><strong>sh /etc/local/tomcat/bin/startup.sh</strong></p>
<p>;;</p>
<p><strong>esac</strong></p>
<p><strong>exit 0</strong></p>
<p>6. to run this tomcat script at startup, you can run this script in rc.local script which runs at startup or rc0 which is run at rebooting or rc6 which runs at shutdown..</p>
<p>for automatic handling by ubuntu,you can run following command</p>
<p><strong>sudo update-rc.d tomcat defaults</strong></p>
<p>it may show some warning message like LSB ..but you can ignore it because it is just a comment to write in any script in standard pattern.</p>
<p>reboot you computer or just login logout, you are ready to run your apache tomcat 7..</p>
<p><strong>issue:: http://localhost:8080</strong></p>
<p>for manager and host manager application of tomcat 7, you need to write following code..</p>
<p><strong>sudo nano /usr/local/tomcat/conf/tomcat-users.xml</strong></p>
<p>That’s all done..</p>
<p>For check..some commands can be useful..</p>
<p><strong>echo $JAVA_HOME</strong></p>
<p><strong>sudo update-alternatives –config java</strong></p>
<p><strong>sudo update-alternatives –config javac</strong></p>
<div class="bottomcontainerBox" style="background-color:#F0F4F9;">
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fnamhuy.org%2Fblog%2F2011%2F07%2F16%2Fhow-to-install-tomcat-7-from-source-in-ubuntu-11-04-manually%2F&amp;layout=button_count&amp;show_faces=false&amp;width=80&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=80px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://namhuy.org/blog/2011/07/16/how-to-install-tomcat-7-from-source-in-ubuntu-11-04-manually/"></g:plusone>
			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://namhuy.org/blog/2011/07/16/how-to-install-tomcat-7-from-source-in-ubuntu-11-04-manually/"  data-text="How to install tomcat 7 from source in ubuntu 11.04 manually ?" data-count="horizontal">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://namhuy.org/blog/2011/07/16/how-to-install-tomcat-7-from-source-in-ubuntu-11-04-manually/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://namhuy.org/blog/2011/07/16/how-to-install-tomcat-7-from-source-in-ubuntu-11-04-manually/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto install PlayOnLinux in Karmic-Jaunty-Intrepid-Hardy</title>
		<link>http://namhuy.org/blog/2010/09/30/howto-install-playonlinux-in-karmic-jaunty-intrepid-hardy/</link>
		<comments>http://namhuy.org/blog/2010/09/30/howto-install-playonlinux-in-karmic-jaunty-intrepid-hardy/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 07:13:32 +0000</pubDate>
		<dc:creator>Huy Tran</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips - Tricks]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[intrepid]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[playonlinux]]></category>

		<guid isPermaLink="false">http://namhuy.org/blog/?p=163</guid>
		<description><![CDATA[What are PlayOnLinux&#8217;s features? Here is a non-exhaustive list of the interesting points to know: * You don&#8217;t have to own a Windows® license to use PlayOnLinux. * PlayOnLinux is based on Wine, and so profits from all its possibilities &#8230; <a href="http://namhuy.org/blog/2010/09/30/howto-install-playonlinux-in-karmic-jaunty-intrepid-hardy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>What are PlayOnLinux&#8217;s features?</p>
<p>Here is a non-exhaustive list of the interesting points to know:</p>
<p>* You don&#8217;t have to own a Windows® license to use PlayOnLinux.<br />
* PlayOnLinux is based on Wine, and so profits from all its possibilities yet it keeps the user away from its complexity while exploiting some of its advanced functions.<br />
* PlayOnLinux is a free software.<br />
* PlayOnLinux uses Bash and Python</p>
<p>Nevertheless, PlayOnLinux has some defects, as every piece of software:</p>
<p>* Occasional performances decrease (image may be less fluid and graphics less detailed).<br />
* Not all games are supported. Nevertheless, you can use our manual installation module.</p>
<p>Install PlayOnLinux in Jaunty/Intrepid/Hardy</p>
<p><strong><em>Method 1 (Using repository)</em></strong></p>
<p>For Karmic Users</p>
<p>First you need to add the PlayOnLinux repository using the following command</p>
<p><strong>sudo wget http://deb.playonlinux.com/playonlinux_karmic.list -O /etc/apt/sources.list.d/playonlinux.list</strong></p>
<p>Update source list</p>
<p><strong>sudo apt-get update</strong></p>
<p>Install PlayOnLinux using the following command</p>
<p><strong>sudo apt-get install playonlinux</strong></p>
<p>For Jaunty Users</p>
<p>First you need to add the PlayOnLinux repository using the following command</p>
<p><strong>sudo wget http://deb.playonlinux.com/playonlinux_jaunty.list -O /etc/apt/sources.list.d/playonlinux.list</strong></p>
<p>Update source list</p>
<p><strong>sudo apt-get update</strong></p>
<p>Install PlayOnLinux using the following command</p>
<p><strong>sudo apt-get install playonlinux</strong></p>
<p>For Intrepid Users</p>
<p>First you need to add the PlayOnLinux repository using the following command</p>
<p><strong>sudo wget http://deb.playonlinux.com/playonlinux_intrepid.list -O /etc/apt/sources.list.d/playonlinux.list</strong></p>
<p>Update source list</p>
<p><strong>sudo apt-get update</strong></p>
<p>Install PlayOnLinux using the following command</p>
<p><strong>sudo apt-get install playonlinux</strong></p>
<p>For Hardy Users</p>
<p>First you need to add the PlayOnLinux repository using the following command</p>
<p><strong>sudo wget http://deb.playonlinux.com/playonlinux_hardy.list -O /etc/apt/sources.list.d/playonlinux.list</strong></p>
<p>Update source list</p>
<p><strong>sudo apt-get update</strong></p>
<p>Install PlayOnLinux using the following command</p>
<p><strong>sudo apt-get install playonlinux</strong></p>
<p><em><strong>Method 2 (Using .deb File)</strong></em></p>
<p>Download .deb file from here</p>
<p>Install .deb package using the following command</p>
<p><strong>sudo dpkg -i PlayOnLinux_3.7.deb</strong></p>
<p>If you want to know more about how to use check the o<a href="http://www.playonlinux.com/en/page-2-Documentation.html" target="_blank">fficial documentation</a></p>
<div class="bottomcontainerBox" style="background-color:#F0F4F9;">
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fnamhuy.org%2Fblog%2F2010%2F09%2F30%2Fhowto-install-playonlinux-in-karmic-jaunty-intrepid-hardy%2F&amp;layout=button_count&amp;show_faces=false&amp;width=80&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=80px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://namhuy.org/blog/2010/09/30/howto-install-playonlinux-in-karmic-jaunty-intrepid-hardy/"></g:plusone>
			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://namhuy.org/blog/2010/09/30/howto-install-playonlinux-in-karmic-jaunty-intrepid-hardy/"  data-text="Howto install PlayOnLinux in Karmic-Jaunty-Intrepid-Hardy" data-count="horizontal">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://namhuy.org/blog/2010/09/30/howto-install-playonlinux-in-karmic-jaunty-intrepid-hardy/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://namhuy.org/blog/2010/09/30/howto-install-playonlinux-in-karmic-jaunty-intrepid-hardy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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. Tweet]]></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>
<div class="bottomcontainerBox" style="background-color:#F0F4F9;">
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fnamhuy.org%2Fblog%2F2008%2F09%2F27%2Fubuntu-linux-how-to-install-flash-player-for-firefox%2F&amp;layout=button_count&amp;show_faces=false&amp;width=80&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=80px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://namhuy.org/blog/2008/09/27/ubuntu-linux-how-to-install-flash-player-for-firefox/"></g:plusone>
			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://namhuy.org/blog/2008/09/27/ubuntu-linux-how-to-install-flash-player-for-firefox/"  data-text="Ubuntu Linux: How to Install Flash Player for firefox" data-count="horizontal">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://namhuy.org/blog/2008/09/27/ubuntu-linux-how-to-install-flash-player-for-firefox/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></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>
<div class="bottomcontainerBox" style="background-color:#F0F4F9;">
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fnamhuy.org%2Fblog%2F2008%2F02%2F05%2Fcvs-server-on-ubuntu%2F&amp;layout=button_count&amp;show_faces=false&amp;width=80&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=80px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://namhuy.org/blog/2008/02/05/cvs-server-on-ubuntu/"></g:plusone>
			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://namhuy.org/blog/2008/02/05/cvs-server-on-ubuntu/"  data-text="CVS server on Ubuntu" data-count="horizontal">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://namhuy.org/blog/2008/02/05/cvs-server-on-ubuntu/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></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[Nmap is a utility for network exploration or security auditing. It supports ping scanning (determine which hosts are up), many port scanning techniques, version detection (determine service protocols and application versions listening behind ports), and TCP/IP fingerprinting (remote host OS &#8230; <a href="http://namhuy.org/blog/2007/08/16/how-to-install-nmap-into-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Nmap is a utility for network exploration or security auditing. It supports ping scanning (determine which hosts are up), many port scanning techniques, version detection (determine service protocols and application versions listening behind ports), and TCP/IP fingerprinting (remote host OS or device identification). Nmap also offers flexible target and port specification, decoy/stealth scanning, sunRPC scanning, and more. Most Unix and Windows platforms are supported in both GUI and commandline modes. Several popular handheld devices are also supported, including the Sharp Zaurus and the iPAQ.</p>
<p>open a terminal and enter:</p>
<p><strong>apt-get install nmap</strong></p>
<p>how to use nmap:</p>
<p><strong>sudo nmap domainname</strong> (or IP address) is the most simple syntax to scan the open ports on the remote system. The other switches are used for more selective scans.</p>
<p><strong><span style="text-decoration: underline;">Command Line</span></strong><br />
How to use it</p>
<p>Nmap has lots of options, so we are going to focus on only some of them.</p>
<p><strong>sudo nmap -sS -O 127.0.0.1</strong><br />
-sS<br />
TCP SYN scan<br />
-O<br />
Enable Operating System detection</p>
<p><strong>sudo nmap -sU 127.0.0.1</strong><br />
-sU<br />
UDP ports scan</p>
<p><strong>sudo nmap -sS -O -p 20-25 127.0.0.1</strong><br />
-sS<br />
TCP SYN scan<br />
-p 20-25<br />
Scan on ports 20 to 25</p>
<p><strong>sudo nmap -sS -F 127.0.0.1</strong><br />
-sS<br />
TCP SYN scan<br />
-F<br />
Fast (limited port) scan</p>
<p>you can check the long <a href="http://www.go2linux.org/nmap-man-page" target="_blank">nmap man page</a></p>
<div class="bottomcontainerBox" style="background-color:#F0F4F9;">
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fnamhuy.org%2Fblog%2F2007%2F08%2F16%2Fhow-to-install-nmap-into-ubuntu%2F&amp;layout=button_count&amp;show_faces=false&amp;width=80&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=80px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://namhuy.org/blog/2007/08/16/how-to-install-nmap-into-ubuntu/"></g:plusone>
			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://namhuy.org/blog/2007/08/16/how-to-install-nmap-into-ubuntu/"  data-text="How to install nmap into ubuntu" data-count="horizontal">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://namhuy.org/blog/2007/08/16/how-to-install-nmap-into-ubuntu/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://namhuy.org/blog/2007/08/16/how-to-install-nmap-into-ubuntu/feed/</wfw:commentRss>
		<slash:comments>3</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>
<div class="bottomcontainerBox" style="background-color:#F0F4F9;">
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fnamhuy.org%2Fblog%2F2007%2F07%2F30%2Fhowto-firefox-and-the-realplayer-plugin-in-ubuntu-edgy-eft%2F&amp;layout=button_count&amp;show_faces=false&amp;width=80&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=80px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://namhuy.org/blog/2007/07/30/howto-firefox-and-the-realplayer-plugin-in-ubuntu-edgy-eft/"></g:plusone>
			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://namhuy.org/blog/2007/07/30/howto-firefox-and-the-realplayer-plugin-in-ubuntu-edgy-eft/"  data-text="HOWTO: Firefox and the RealPlayer Plugin in Ubuntu Edgy Eft" data-count="horizontal">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://namhuy.org/blog/2007/07/30/howto-firefox-and-the-realplayer-plugin-in-ubuntu-edgy-eft/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></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>

<!-- Dynamic page generated in 0.346 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-04 18:20:48 -->
<!-- Compression = gzip -->
