<?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>Todd Smith Org &#187; Windows Administration</title>
	<atom:link href="http://www.toddsmith.org/wordpress/category/windows-administration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.toddsmith.org/wordpress</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 28 Nov 2012 10:14:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>NetBotz (RackBotz) 310 SNMP OIDs</title>
		<link>http://www.toddsmith.org/wordpress/windows-administration/netbotz-rackbotz-310-snmp-oids/</link>
		<comments>http://www.toddsmith.org/wordpress/windows-administration/netbotz-rackbotz-310-snmp-oids/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 07:46:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Network Monitoring]]></category>
		<category><![CDATA[Windows Administration]]></category>

		<guid isPermaLink="false">http://www.toddsmith.org/wordpress/?p=199</guid>
		<description><![CDATA[SNMP OIDs TEMP .1.3.6.1.4.1.5528.30.10.1.0 HUMIDITY .1.3.6.1.4.1.5528.30.10.2.0 AIR FLOW .1.3.6.1.4.1.5528.30.10.3.0 AUDIO .1.3.6.1.4.1.5528.30.10.4.0 DOOR AJAR .1.3.6.1.4.1.5528.30.10.5.0 HOSTNAME .1.3.6.1.4.1.5528.50.1.0 DOMAIN .1.3.6.1.4.1.5528.50.2.0 SMTP SERVER .1.3.6.1.4.1.5528.50.8.0 SERIAL NUMBER .1.3.6.1.4.1.5528.50.17.0 SYSLOG ADDRESS .1.3.6.1.4.1.5528.50.54.0]]></description>
			<content:encoded><![CDATA[<h3>SNMP OIDs</h3>
<table>
<tr>
<td>TEMP</td>
<td>.1.3.6.1.4.1.5528.30.10.1.0</td>
</tr>
<tr>
<td>HUMIDITY</td>
<td>.1.3.6.1.4.1.5528.30.10.2.0</td>
</tr>
<tr>
<td>AIR FLOW</td>
<td>.1.3.6.1.4.1.5528.30.10.3.0</td>
</tr>
<tr>
<td>AUDIO</td>
<td>.1.3.6.1.4.1.5528.30.10.4.0</td>
</tr>
<tr>
<td>DOOR AJAR</td>
<td>.1.3.6.1.4.1.5528.30.10.5.0</td>
</tr>
<tr>
<td>HOSTNAME</td>
<td>.1.3.6.1.4.1.5528.50.1.0</td>
</tr>
<tr>
<td>DOMAIN</td>
<td>.1.3.6.1.4.1.5528.50.2.0</td>
</tr>
<tr>
<td>SMTP SERVER</td>
<td>.1.3.6.1.4.1.5528.50.8.0</td>
</tr>
<tr>
<td>SERIAL NUMBER</td>
<td>.1.3.6.1.4.1.5528.50.17.0</td>
</tr>
<tr>
<td>SYSLOG ADDRESS</td>
<td>.1.3.6.1.4.1.5528.50.54.0</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.toddsmith.org/wordpress/windows-administration/netbotz-rackbotz-310-snmp-oids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Run Windows Application on Desktop from Cygwin SSHD</title>
		<link>http://www.toddsmith.org/wordpress/windows-administration/run-windows-application-on-desktop-from-cygwin-sshd/</link>
		<comments>http://www.toddsmith.org/wordpress/windows-administration/run-windows-application-on-desktop-from-cygwin-sshd/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 10:47:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Network Monitoring]]></category>
		<category><![CDATA[Windows Administration]]></category>

		<guid isPermaLink="false">http://www.toddsmith.org/wordpress/?p=175</guid>
		<description><![CDATA[Tags: Nagios, Nexus Director, Event handler, Windows, Cygwin, OpenSSH I needed to run a program via SSHD on Windows 1) Run Cygwin Installer from www.cygwin.com 2) Install OpenSSH, OpenSSL, vi 3) Double click Cygwin on desktop chmod +r /etc/passwd /etc/group find /var -type d -exec chmod -v 755 {} \; ssh-host-config net start sshd 4) [...]]]></description>
			<content:encoded><![CDATA[<p>Tags: Nagios, Nexus Director, Event handler, Windows, Cygwin, OpenSSH</p>
<p>I needed to run a program via SSHD on Windows</p>
<p>1) Run Cygwin Installer from www.cygwin.com</p>
<p>2) Install OpenSSH, OpenSSL, vi</p>
<p>3) Double click Cygwin on desktop</p>
<pre>
chmod +r /etc/passwd /etc/group
find /var -type d -exec chmod -v 755 {} \;
ssh-host-config
net start sshd
</pre>
<p>4) Open your Windows Control Panel &#8211;> Administrative Tools &#8211;> Services, find the &#8220;CYGWIN sshd&#8221; item. Right click on it and choose &#8220;Properties&#8221;. Click on the second tab (Log On), and choose &#8220;Allow service to interact with desktop&#8221;, then click &#8220;OK&#8221; to save the change.</p>
<p>5) Restart SSHD</p>
<pre>
net stop sshd
net start sshd
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.toddsmith.org/wordpress/windows-administration/run-windows-application-on-desktop-from-cygwin-sshd/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
