<?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>HiS SlyneSS &#187; Technical Stuff</title>
	<atom:link href="http://hisslyness.com/category/technicalstuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://hisslyness.com</link>
	<description>Adventures In The I.T. Jungle</description>
	<lastBuildDate>Tue, 23 May 2017 15:01:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Windows Server 2008 R2 PDC Synchronize Time with External NTP</title>
		<link>http://hisslyness.com/2017/05/windows-server-2008-r2-pdc-synchronize-time-with-external-ntp/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=windows-server-2008-r2-pdc-synchronize-time-with-external-ntp</link>
		<comments>http://hisslyness.com/2017/05/windows-server-2008-r2-pdc-synchronize-time-with-external-ntp/#comments</comments>
		<pubDate>Mon, 22 May 2017 03:16:28 +0000</pubDate>
		<dc:creator>slyness</dc:creator>
				<category><![CDATA[Technical Stuff]]></category>
		<category><![CDATA[External NTP]]></category>
		<category><![CDATA[Synchronize]]></category>
		<category><![CDATA[Time]]></category>
		<category><![CDATA[Windows Server 2008 R2 PDC]]></category>

		<guid isPermaLink="false">http://hisslyness.com/?p=65</guid>
		<description><![CDATA[<p>1. net stop w32time<br /> 2. w32tm /config /syncfromflags:manual /manualpeerlist:”0.pool.ntp.org, 1.pool.ntp.org, 2.pool.ntp.org”<br /> 3. w32tm /config /reliable:yes<br /> 4. net start w32time<br /> 5. w32tm /query /configuration</p>]]></description>
				<content:encoded><![CDATA[<p>1. net stop w32time<br />
2. w32tm /config /syncfromflags:manual /manualpeerlist:”0.pool.ntp.org, 1.pool.ntp.org, 2.pool.ntp.org”<br />
3. w32tm /config /reliable:yes<br />
4. net start w32time<br />
5. w32tm /query /configuration</p>
]]></content:encoded>
			<wfw:commentRss>http://hisslyness.com/2017/05/windows-server-2008-r2-pdc-synchronize-time-with-external-ntp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Replace vmwp.exe</title>
		<link>http://hisslyness.com/2013/02/replace-vmwp-exe/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=replace-vmwp-exe</link>
		<comments>http://hisslyness.com/2013/02/replace-vmwp-exe/#comments</comments>
		<pubDate>Sun, 17 Feb 2013 08:06:08 +0000</pubDate>
		<dc:creator>slyness</dc:creator>
				<category><![CDATA[Technical Stuff]]></category>

		<guid isPermaLink="false">http://hisslyness.com/?p=43</guid>
		<description><![CDATA[takeown /f C:\Windows\System32\vmwp.exe cacls C:\Windows\System32\vmwp.exe /G YOUR-USER-NAME-HERE:F]]></description>
				<content:encoded><![CDATA[<pre>takeown /f C:\Windows\System32\vmwp.exe</pre>
<pre>cacls C:\Windows\System32\vmwp.exe /G YOUR-USER-NAME-HERE:F</pre>
]]></content:encoded>
			<wfw:commentRss>http://hisslyness.com/2013/02/replace-vmwp-exe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>script to detect or redetect usb devices</title>
		<link>http://hisslyness.com/2011/09/script-to-detect-or-redetect-usb-devices/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=script-to-detect-or-redetect-usb-devices</link>
		<comments>http://hisslyness.com/2011/09/script-to-detect-or-redetect-usb-devices/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 04:31:12 +0000</pubDate>
		<dc:creator>slyness</dc:creator>
				<category><![CDATA[Technical Stuff]]></category>
		<category><![CDATA[311272]]></category>
		<category><![CDATA[detect]]></category>
		<category><![CDATA[devcon]]></category>
		<category><![CDATA[devices]]></category>
		<category><![CDATA[kb311272]]></category>
		<category><![CDATA[redetect]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://hisslyness.com/?p=32</guid>
		<description><![CDATA[<p>&#8220;DevCon&#8221; Great tool from Microsoft.</p> <p>I need a tool that could detect USB devices without haven&#8217;t to physically removal and reinsert the device, in my case, a usb touch screen.</p> <p>http://support.microsoft.com/kb/311272</p> <p>As Microsoft Describes it</p> <p>&#8220;The DevCon utility is a command-line utility that acts as an alternative to Device Manager. Using DevCon, you can enable, [...]]]></description>
				<content:encoded><![CDATA[<p>&#8220;DevCon&#8221; Great tool from Microsoft.</p>
<p>I need a tool that could detect USB devices without haven&#8217;t to physically removal and reinsert the device, in my case, a usb touch screen.</p>
<p>http://support.microsoft.com/kb/311272</p>
<p>As Microsoft Describes it</p>
<p>&#8220;The DevCon utility is a command-line utility that acts as an alternative to Device Manager. Using DevCon, you can enable, disable, restart, update, remove, and query individual devices or groups of devices. DevCon also provides information that is relevant to the driver developer and is not available in Device Manager.</p>
<p>You can use DevCon with Microsoft Windows 2000, Windows XP, and Windows Server 2003. You cannot use DevCon with Windows 95, Windows 98, or Windows Millennium Edition. &#8221;</p>
<p>And the 32bit version with work on the 64bit Windows 7.</p>
<p>HiS SlyneSS</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://hisslyness.com/2011/09/script-to-detect-or-redetect-usb-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mac os x &#8211; boot from another partition</title>
		<link>http://hisslyness.com/2011/06/mac-os-x-boot-from-another-partition/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mac-os-x-boot-from-another-partition</link>
		<comments>http://hisslyness.com/2011/06/mac-os-x-boot-from-another-partition/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 16:07:17 +0000</pubDate>
		<dc:creator>slyness</dc:creator>
				<category><![CDATA[Technical Stuff]]></category>

		<guid isPermaLink="false">http://hisslyness.com/?p=19</guid>
		<description><![CDATA[<p>After installing Boot Camp macbook wanted to boot into Windows everytime.</p> <p>Hold the option key while booting will prompt you to select from the desired partition. Don&#8217;t forget to set your startus disk to the macos partition.</p> <p>HiS SlyneSS</p>]]></description>
				<content:encoded><![CDATA[<p>After installing Boot Camp macbook wanted to boot into Windows everytime.</p>
<p>Hold the option key while booting will prompt you to select from the desired partition. Don&#8217;t forget to set your startus disk to the macos partition.</p>
<p>HiS SlyneSS</p>
]]></content:encoded>
			<wfw:commentRss>http://hisslyness.com/2011/06/mac-os-x-boot-from-another-partition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>to find a string within a file &#8211; linux shell command</title>
		<link>http://hisslyness.com/2011/06/to-find-a-string-within-a-file-linux-shell-command/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=to-find-a-string-within-a-file-linux-shell-command</link>
		<comments>http://hisslyness.com/2011/06/to-find-a-string-within-a-file-linux-shell-command/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 21:08:59 +0000</pubDate>
		<dc:creator>slyness</dc:creator>
				<category><![CDATA[Technical Stuff]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[string]]></category>

		<guid isPermaLink="false">http://hisslyness.com/?p=16</guid>
		<description><![CDATA[<p>grep -r [string] [file]</p> <p>wildcards are permitted &#8220;*&#8221;</p> <p>ex. grep -r &#8220;find string&#8221; *</p>]]></description>
				<content:encoded><![CDATA[<p>grep -r [string] [file]</p>
<p>wildcards are permitted &#8220;*&#8221;</p>
<p>ex. grep -r &#8220;find string&#8221; *</p>
]]></content:encoded>
			<wfw:commentRss>http://hisslyness.com/2011/06/to-find-a-string-within-a-file-linux-shell-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>remove qmail queue</title>
		<link>http://hisslyness.com/2011/06/remove-qmail-queue/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=remove-qmail-queue</link>
		<comments>http://hisslyness.com/2011/06/remove-qmail-queue/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 15:01:55 +0000</pubDate>
		<dc:creator>slyness</dc:creator>
				<category><![CDATA[Technical Stuff]]></category>
		<category><![CDATA[qmail]]></category>
		<category><![CDATA[queue]]></category>
		<category><![CDATA[remove]]></category>

		<guid isPermaLink="false">http://hisslyness.com/?p=10</guid>
		<description><![CDATA[<p>Quick command if you need to remove all emails in your qmail queue</p> <p>qmailctl stop<br /> find /var/qmail/queue/mess -type f -exec rm {} \;<br /> find /var/qmail/queue/info -type f -exec rm {} \;<br /> find /var/qmail/queue/local -type f -exec rm {} \;<br /> find /var/qmail/queue/intd -type f -exec rm {} \;<br /> find /var/qmail/queue/todo -type [...]]]></description>
				<content:encoded><![CDATA[<p>Quick command if you need to remove all emails in your qmail queue</p>
<p>qmailctl stop<br />
find /var/qmail/queue/mess -type f -exec rm {} \;<br />
find /var/qmail/queue/info -type f -exec rm {} \;<br />
find /var/qmail/queue/local -type f -exec rm {} \;<br />
find /var/qmail/queue/intd -type f -exec rm {} \;<br />
find /var/qmail/queue/todo -type f -exec rm {} \;<br />
find /var/qmail/queue/remote -type f -exec rm {} \;<br />
qmailctl start</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://hisslyness.com/2011/06/remove-qmail-queue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
