<?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>Hackstacks &#187; Tutorials</title>
	<atom:link href="http://www.hackstacks.com/tag/tutorials/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hackstacks.com</link>
	<description>My Digital Life</description>
	<lastBuildDate>Fri, 03 Feb 2012 12:42:05 +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>What is NTP? How To Configure It On Your Domain Controller?</title>
		<link>http://www.hackstacks.com/what-is-ntp-how-to-configure-it-on-your-domain-controller/609</link>
		<comments>http://www.hackstacks.com/what-is-ntp-how-to-configure-it-on-your-domain-controller/609#comments</comments>
		<pubDate>Sun, 18 Jul 2010 18:10:00 +0000</pubDate>
		<dc:creator>Renjith</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.hackstacks.com/what-is-ntp-how-to-configure-it-on-your-domain-controller/609</guid>
		<description><![CDATA[What is NTP (Network Time Protocol)? NTP is a protocol which helps to computers to... <a class="meta-more" href="http://www.hackstacks.com/what-is-ntp-how-to-configure-it-on-your-domain-controller/609">more <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<h5><img class="alignnone" style="display: inline; border: 0pt none; margin-top: 20px; margin-bottom: 20px;" title="NTPServer time" src="http://www.hackstacks.com/wp-content/uploads/2010/07/NTPServertime_thumb.jpg" alt="NTPServer time" width="278" height="230" border="0" /></h5>
<h5 style="text-align: justify;">What is NTP (Network Time Protocol)?</h5>
<p style="text-align: justify;">NTP is a protocol which helps to computers to synchronize the time to a standard time. It uses UDP on port 123 as its transport layer. NTP uses <strong>Marzullo&#8217;s algorithm </strong>and providing 200 microseconds accuracy on a lan network. NTP is designed to resist the effects of variable latency. NTP is knows as one of the very old Internet protocols. It was firstly designed by <strong>Dave Mills </strong>and he still maintains it. The current NTP version is 4.</p>
<h5 style="text-align: justify;">Why NTP is essential in corporate networks?</h5>
<p style="text-align: justify;">When you are in an environment where the timestamps plays a major role in the business, it is very essential so that the time will be accurate in every device on the network. Devices such as Routers, Servers, Time recording machines (User login machines) and workstations. If the time on the router is not accurate, while you troubleshoot a router problem it will be uneasy while you examine the router logs as it will not be in proper time stamp.</p>
<p>NTP Official Website <a href="http://www.ntp.org/">http://www.ntp.org/</a></p>
<h5>Here are the standard NTP servers hosted from ntp.org</h5>
<div>
<table width="390" border="5" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td valign="top" width="200">Area</td>
<td valign="top" width="180">Host Name</td>
</tr>
<tr>
<td valign="top" width="200">Worldwide</td>
<td valign="top" width="180"><a href="http://www.pool.ntp.org/zone/@">pool.ntp.org</a></td>
</tr>
<tr>
<td valign="top" width="200">Asia</td>
<td valign="top" width="180"><a href="http://www.pool.ntp.org/zone/asia">asia.pool.ntp.org</a></td>
</tr>
<tr>
<td valign="top" width="200">Europe</td>
<td valign="top" width="180"><a href="http://www.pool.ntp.org/zone/europe">europe.pool.ntp.org</a></td>
</tr>
<tr>
<td valign="top" width="200">North America</td>
<td valign="top" width="180"><a href="http://www.pool.ntp.org/zone/north-america">north-america.pool.ntp.org</a></td>
</tr>
<tr>
<td valign="top" width="200">Oceania</td>
<td valign="top" width="180"><a href="http://www.pool.ntp.org/zone/oceania">oceania.pool.ntp.org</a></td>
</tr>
<tr>
<td valign="top" width="200">South America</td>
<td valign="top" width="180"><a href="http://www.pool.ntp.org/zone/south-america">south-america.pool.ntp.org</a></td>
</tr>
</tbody>
</table>
</div>
<h5>Configuration</h5>
<p>On a Domain network it is advised that the NTP should be configured on the Domain Controller so that the clients which are getting authenticated from the DC will get synchronized with the time on the DC.</p>
<p>1. Open the Registry on the DC and navigate to <strong>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\W32Time\Parameters</strong></p>
<p><img style="border-width: 0px; display: inline;" title="W32Time" src="http://www.hackstacks.com/wp-content/uploads/2010/07/W32Time.jpg" alt="W32Time" width="609" height="216" border="0" /></p>
<p>2. On the right hand side you will see <strong>NTPServer. </strong>Double click on that to edit the key.</p>
<p>3. Now replace “time.windows.com,0&#215;9” with “pool.ntp.org.0&#215;9” ( pool.ntp.org is provided by the Ntp.org)</p>
<p><img style="display: inline; border-width: 0px;" title="NtpServer" src="http://www.hackstacks.com/wp-content/uploads/2010/07/NtpServer.jpg" alt="NtpServer" width="394" height="175" border="0" /></p>
<p>4. Now open up the Command Prompt windows and execute the following commands to restart the time server on the DC.</p>
<p><strong>net stop w32time</strong></p>
<p><strong>net start w32time</strong></p>
<p>There are many free time servers are available. Even your local ISP will have one, so make sure you configure with the relevant time server according to your area.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackstacks.com/what-is-ntp-how-to-configure-it-on-your-domain-controller/609/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix a ManageEngine ServiceDesk showing a blank page in Vista</title>
		<link>http://www.hackstacks.com/service-desk-showing-blank-pages-in-vista/189</link>
		<comments>http://www.hackstacks.com/service-desk-showing-blank-pages-in-vista/189#comments</comments>
		<pubDate>Fri, 20 Nov 2009 06:21:06 +0000</pubDate>
		<dc:creator>Renjith</dc:creator>
				<category><![CDATA[Quick Tip]]></category>
		<category><![CDATA[MangeEngine]]></category>
		<category><![CDATA[Trouble shooting]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Tweak]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.hackstacks.com/?p=189</guid>
		<description><![CDATA[I know many of the people are not aware about ManageEngine. So let me concise... <a class="meta-more" href="http://www.hackstacks.com/service-desk-showing-blank-pages-in-vista/189">more <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-191 alignleft" style="margin-left: 8px; margin-right: 8px; margin-top: 5px; margin-bottom: 5px;" title="Service Desk" src="http://www.hackstacks.com/wp-content/uploads/2009/11/servicedesk.jpg" alt="Service Desk" width="348" height="172" />I know many of the people are not aware about ManageEngine. So let me concise you what is it all about and we will learn a workaround to fix a ManageEngine problem in your Vista enterprise network.</p>
<p>ManageEngine Is generally a complete ITIL enabled helpdesk application which can be accessed using the internet browser from a single point.  They provide integrated Request management (Trouble Ticketing), Asset management, Purchase order management, Contract Management, Self-Service Portal, and Knowledge Base. Apart from this you can integrate an extra module for Remote Desktop support which is called Desktop Central and also this Software has the add on feature for a centralized software deployment tool something like Windows Software update Service(WSUS). The Asset scan will search everything in an Enterprise network and keep the record for every Workstations, Servers, Routers, Switches, Printers, and Scanners  later you can use it for a Remote Desktop, Asset inventory, Audit the history of an asset, Track the asset ownership. So that’s all about MangeEngine in a nutshell.<span id="more-189"></span></p>
<p><img class="alignnone size-full wp-image-190" title="ManageEngine" src="http://www.hackstacks.com/wp-content/uploads/2009/11/workflow.gif" alt="ManageEngine" width="502" height="258" /></p>
<p>Lately we experience a problem in our Enterprise network which is mixed OS environment having Windows XP and Vista for workstations. I believe ManegeEngine was not coded well for Vista because often it was displaying blank pages. As it could be a problem related to ActiveX  and tried enabling all the required activex in IE but it was in vain. After all the great effort we received the workaround from MangeEngine.</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 497px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">•<span style="white-space: pre;"> </span>Click Start&gt; Run</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 497px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">•<span style="white-space: pre;"> </span>Type in secpol.msc</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 497px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">•<span style="white-space: pre;"> </span>That will bring you to Vista&#8217;s security policy system. Once you are there Navigate to  Local Policies &gt; Security Options and then find &#8220;Network Security: LAN Manager authentication level”</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 497px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">•<span style="white-space: pre;"> </span>Double click on it and change the setting from &#8220;Send NTLMv2 response only&#8221; to &#8220;Send LM &amp; NTLM &#8212; use NTLMv2 session security if negotiated.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 497px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">•<span style="white-space: pre;"> </span>Finally restart the computer and try to access the ServiceDesk!</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 497px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">•<span style="white-space: pre;"> </span>You can deploy this as a group policy in your network if you have many vista desktops</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 497px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">This will be applied to Windows Vista, Windows Server 2008, Windows 7</div>
<p>•<span style="white-space: pre;"> </span>Click Start&gt; Run</p>
<p>•<span style="white-space: pre;"> </span>Type in secpol.msc</p>
<p>•<span style="white-space: pre;"> </span>That will bring you to Vista&#8217;s security policy system. Once you are there Navigate to  Local Policies &gt; Security Options and then find &#8220;Network Security: LAN Manager authentication level”</p>
<p>•<span style="white-space: pre;"> </span>Double click on it and change the setting from &#8220;Send NTLMv2 response only&#8221; to &#8220;Send LM &amp; NTLM &#8212; use NTLMv2 session security if negotiated.</p>
<p>•<span style="white-space: pre;"> </span>Finally restart the computer and try to access the ServiceDesk!</p>
<p>•<span style="white-space: pre;"> </span>You can deploy this as a group policy in your network if you have many vista desktops</p>
<p><strong>This can be applied to Windows Vista, Windows Server 2008, Windows 7</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackstacks.com/service-desk-showing-blank-pages-in-vista/189/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is your Computer uptime?</title>
		<link>http://www.hackstacks.com/what-is-your-computer-uptime/84</link>
		<comments>http://www.hackstacks.com/what-is-your-computer-uptime/84#comments</comments>
		<pubDate>Fri, 15 May 2009 05:34:54 +0000</pubDate>
		<dc:creator>Renjith</dc:creator>
				<category><![CDATA[Quick Tip]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.hackstacks.com/what-is-your-computer-uptime/84</guid>
		<description><![CDATA[How Long Has Your System Been Running? Here&#8217;s how you verify system uptime: Click Start... <a class="meta-more" href="http://www.hackstacks.com/what-is-your-computer-uptime/84">more <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p>How Long Has Your System Been Running? Here&#8217;s how you verify system uptime:</p>
<p>Click Start | Run and type cmd to open a command prompt.<br />
At the prompt, type systeminfo</p>
<p>Scroll down the list of information to the line that says System Up Time.</p>
<p>Displayed will be the days, hours, minutes and seconds on how long the system has been up.</p>
<p>Note that this command only works in XP Pro, not in XP Home. You can, however, type net statistics workstation at the prompt in Home. The first line will tell you the day and time that the system came online.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackstacks.com/what-is-your-computer-uptime/84/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

