<?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; server</title>
	<atom:link href="http://namhuy.org/blog/tag/server/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>Set Ubuntu Server Time through Terminal</title>
		<link>http://namhuy.org/blog/2011/08/30/set-ubuntu-server-time-through-terminal/</link>
		<comments>http://namhuy.org/blog/2011/08/30/set-ubuntu-server-time-through-terminal/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 04:38:14 +0000</pubDate>
		<dc:creator>Huy Tran</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tips - Tricks]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[time zone]]></category>

		<guid isPermaLink="false">http://namhuy.org/blog/?p=304</guid>
		<description><![CDATA[Get the current server time by just typing “date” in the terminal. Install Time Zone 1 $sudo aptitude install tzdata 2 $dpkg-reconfigure tzdata 3 $sudo vim /etc/ntp.conf Add NTP server 1 driftfile /var/lib/ntp/ntp.drift 2 server 0.pool.ntp.org 3 server 1.pool.ntp.org 4 &#8230; <a href="http://namhuy.org/blog/2011/08/30/set-ubuntu-server-time-through-terminal/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Get the current server time by just typing “date” in the terminal.</p>
<p>Install Time Zone<br />
1 $sudo aptitude install tzdata<br />
2 $dpkg-reconfigure tzdata<br />
3 $sudo vim /etc/ntp.conf</p>
<p>Add NTP server<br />
1 driftfile /var/lib/ntp/ntp.drift<br />
2 server 0.pool.ntp.org<br />
3 server 1.pool.ntp.org<br />
4 server 2.pool.ntp.org<br />
5 server pool.ntp.org</p>
<p>Manually update the time by “$sudo ntpdate pool.ntp.org”</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%2F08%2F30%2Fset-ubuntu-server-time-through-terminal%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/08/30/set-ubuntu-server-time-through-terminal/"></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/08/30/set-ubuntu-server-time-through-terminal/"  data-text="Set Ubuntu Server Time through Terminal" 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/08/30/set-ubuntu-server-time-through-terminal/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://namhuy.org/blog/2011/08/30/set-ubuntu-server-time-through-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure HTTP(WEB) Server in RHEL5</title>
		<link>http://namhuy.org/blog/2010/09/21/configure-httpweb-server-in-rhel5/</link>
		<comments>http://namhuy.org/blog/2010/09/21/configure-httpweb-server-in-rhel5/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 17:50:22 +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[http]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://namhuy.org/blog/?p=129</guid>
		<description><![CDATA[Configure HTTP Server in RHEL5 1. To Configure HTTP Server, We should check httpd package installed or -&#62; To check , #rpm qa httpd* and press enter, if it is installed following line will show, httpd-2.2.3-11.el5 httpd-manual-2.2.3-11.el5 2.Then, go to this &#8230; <a href="http://namhuy.org/blog/2010/09/21/configure-httpweb-server-in-rhel5/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Configure HTTP Server in RHEL5</strong></p>
<p>1. To Configure HTTP Server, We should check httpd package installed or</p>
<p>-&gt; To check , #rpm qa httpd* and press enter, if it is installed following line will show,</p>
<p>httpd-2.2.3-11.el5</p>
<p>httpd-manual-2.2.3-11.el5</p>
<p>2.Then, go to this path (/etc/httpd/conf), and open the configuration file called httpd.conf by using vi editor</p>
<p>#vi httpd.conf</p>
<p>3. come to bottom of file , then write script for documnt root folder</p>
<p>systax will be like this,</p>
<p>DocumentRoot /var/www/html/</p>
<p>servername localhost.localdomain.com</p>
<p>For Example</p>
<p>DocumentRoot /var/www/html/ -&gt; this where you saved your html file</p>
<p>ServerName localhost.localdomain.com -&gt; this is your webserver full name ex, linux.fedora.com</p>
<p>4.then save the fileby using :wq command</p>
<p>5. then start the httpd service by using thus command</p>
<p>#service httpd start</p>
<p>the service will start</p>
<p>6.Then , to check service is on or off normally when service start it will automatically on , if it is off by using this command</p>
<p>#chkconfig httpd on</p>
<p>to view ,</p>
<p>#chkconfig –list on ,then service willbe on.</p>
<p>7. Now. Create on html fileunder /var/www/html/ by using vi editor and save through :wq command.</p>
<p>for example ,</p>
<p>#vi hello.html</p>
<p>to check , open mozill browser and enter http://full domain name/webpage name</p>
<p>ex, http://192.168.1.1/hello.html</p>
<p>now it will show what you written in hello html file.</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%2F21%2Fconfigure-httpweb-server-in-rhel5%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/21/configure-httpweb-server-in-rhel5/"></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/21/configure-httpweb-server-in-rhel5/"  data-text="Configure HTTP(WEB) Server in RHEL5" 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/21/configure-httpweb-server-in-rhel5/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://namhuy.org/blog/2010/09/21/configure-httpweb-server-in-rhel5/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>
	</channel>
</rss>

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