<?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>windowsnerd.com &#187; OS</title>
	<atom:link href="http://windowsnerd.com/category/os/feed/" rel="self" type="application/rss+xml" />
	<link>http://windowsnerd.com</link>
	<description>Admin</description>
	<lastBuildDate>Fri, 25 Jun 2010 04:42:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>iphone vs droid &#8211; missing the point, you want the best ladder to your cloud</title>
		<link>http://windowsnerd.com/2010/06/24/iphone-vs-droid-missing-the-point-you-want-the-best-ladder-to-your-cloud/</link>
		<comments>http://windowsnerd.com/2010/06/24/iphone-vs-droid-missing-the-point-you-want-the-best-ladder-to-your-cloud/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 04:17:24 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[droid vs iphone]]></category>
		<category><![CDATA[ladder to the cloud]]></category>

		<guid isPermaLink="false">http://windowsnerd.com/?p=497</guid>
		<description><![CDATA[iphone vs droid - missing the point, you want the best ladder to your cloud]]></description>
			<content:encoded><![CDATA[<p>Thats about it. if you are an iwork ilife ifanbois, the only phone for you is an iphone. If you love google apps like me, get a droid. You want the best ladder up to your cloud. Both have more apps than you can shake a stick at. Can you really filter through 80,000 apps available on the google phone? Do you really care if 60% of droid apps are free? No, you want your ladder to your cloud.</p>
<p>Unless you have HIPAA, PHIPA, SOX, CISSP, work for DoD, or just a company who values privacy. Then you get a Blackberry and download the right apps. There should be no such thing as an iphone or droid at a company who has security requirements. Please tell me I&#8217;m wrong with citations of how an iphone or droid is fully compliant with FIPS140-2 and is listed on the appropriate NIST site so I can show my attorney. Then I will snuggle up in my happy google cloud or let my coworkers get all happy in their iphone cloud.</p>
<p>I do envy you people who are arguing about megapixels and screen size. Not becuase your petty arguments have merit, just because I want the happy ladder instead of the Escher staircase.</p>
<p>One side note- I still challenge anyone to show me an iphone app with a real business use for me that can&#8217;t be replicated by blackberry or droid. So far it doesn&#8217;t exist. I think these are all fairly equal platforms and just flavors, not fat vs carbs.</p>
]]></content:encoded>
			<wfw:commentRss>http://windowsnerd.com/2010/06/24/iphone-vs-droid-missing-the-point-you-want-the-best-ladder-to-your-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows and OSSEC ipsec blocks</title>
		<link>http://windowsnerd.com/2010/02/17/windows-and-ossec-ipsec-blocks/</link>
		<comments>http://windowsnerd.com/2010/02/17/windows-and-ossec-ipsec-blocks/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 02:33:31 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[ossec]]></category>

		<guid isPermaLink="false">http://windowsnerd.com/?p=435</guid>
		<description><![CDATA[Today I started toying with the idea of using OSSEC active response in Windows. My goal is to block a whole IP, you can do port or traffic type as you wish, if anyone wants that let me know.  The first piece of work to share: netsh ipsec static add policy description=&#8221;ossec block list&#8221; netsh [...]]]></description>
			<content:encoded><![CDATA[<p>Today I started toying with the idea of using OSSEC active response in Windows. My goal is to block a whole IP, you can do port or traffic type as you wish, if anyone wants that let me know.  The first piece of work to share:</p>
<p>netsh ipsec static add policy description=&#8221;ossec block list&#8221;</p>
<p>netsh ipsec static add filter filterlist=&#8221;ossecfilter&#8221; srcaddr= 69.89.20.50 dstaddr=me protocol=tcp mirrored=yes</p>
<p>netsh ipsec static add rule policy=&#8221;ossec&#8221; filterlist=&#8221;ossecfilter&#8221; filteraction=block desc=&#8221;list of ips to block&#8221;</p>
<p>netsh ipsec static set policy assign=y</p>
<p>This blocks windowsnerd.com</p>
<p>Add another entry for slashdot. Ipsec doesn&#8217;t like having an empty entry so leave an addy in there to seed it for a delete in another step:</p>
<p>netsh ipsec static add filter filterlist=&#8221;ossecfilter&#8221; srcaddr= 216.34.181.45 dstaddr=me protocol=tcp mirrored=yes</p>
<p>Now if you open the ipsec MMC, you will see an applied ipsec policy, crack it open and you will see both entries for each IP.</p>
<p>Try going to windowsnerd.com, slashdot.com and another page. The first two will not work. All traffic has been blocked</p>
<p>Unblock -</p>
<p>netsh ipsec static delete filter filterlist=&#8221;ossecfilter&#8221; srcaddr= 69.89.20.50 dstaddr=me protocol=tcp mirrored=yes</p>
<p>Repeat &#8211; now you can block and unblock by running the static add and static delete command over and over. It will update the policy you created in the first step. Not quite as cool as adding to hosts.deny and firewall, but the same end result.</p>
<p>This example is for use on an application like OSSEC. If you desire, you can specify per port, IP addy, DNS name, whatever you want.</p>
]]></content:encoded>
			<wfw:commentRss>http://windowsnerd.com/2010/02/17/windows-and-ossec-ipsec-blocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac tablet prediction &#8211; wild crazy one including OS11</title>
		<link>http://windowsnerd.com/2010/01/10/mac-tablet-prediction-wild-crazy-one-including-os11/</link>
		<comments>http://windowsnerd.com/2010/01/10/mac-tablet-prediction-wild-crazy-one-including-os11/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 03:45:51 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[prediction]]></category>

		<guid isPermaLink="false">http://windowsnerd.com/?p=418</guid>
		<description><![CDATA[Ok so this one is out there. Apple is on top of its game. Macland has to know that Chrome will destroy the teeny userbase OSx has within the next 2 years. Most people use the web. Thats it. Web apps. My mom, my cousin, most of my employees. They all use the web. At [...]]]></description>
			<content:encoded><![CDATA[<p>Ok so this one is out there. Apple is on top of its game. Macland has to know that Chrome will destroy the teeny userbase OSx has within the next 2 years. Most people use the web. Thats it. Web apps. My mom, my cousin, most of my employees. They all use the web. At the university we tracked applications across 1400 lab computers. Even 3-7 years ago it was 99% web browser. More netbooks will be sold at the ATT/Verizon store. They will become disposable.</p>
<p>Why is it taking so long for the Apple tablet to come out? It is getting beat over and over again. The Nvidia tablet, Dell slate, old school dell xt, oqo gear. Apple does things for good reasons.They are waiting for a a perfect storm of ideas. Small light touchscreen tech is maturing this year. Battery life is better with atoms and SSDs. And-</p>
<p>I&#8217;m guessing the Apple tablet is running a thinned down OSX. Probably named OS 11. It will be super lightweight, just some wireless drivers, graphics, small fast storage. Exactly what the standard cookie cutter Chrome OS machine will be later this year. All the manufacturers are ramping up on the touch screen slate. Apple will be fashionably late as usual (like on the current lack of security patches,) and dazzle us with some overpriced gadget. As always, I won&#8217;t buy one because I can&#8217;t afford the lack of bang for bucks. But if someone gives me a toy that cool I&#8217;ll be ever so happy.</p>
<p>Where does this leave me? Errr ummmm&#8230; Yipes. MS has been working on their own cloud for a long time. I wonder if it will arrive in time before the google hurricane.</p>
<p>So there is my crazy prediction for 2010. Apple iSlate or whatever is running a ChromeOS style OS, on near netbook hardware, and sold at Verizon with cell service. If they don&#8217;t have a light OS, goodbye Apple, and welcome google vs MS for the next cold war.</p>
]]></content:encoded>
			<wfw:commentRss>http://windowsnerd.com/2010/01/10/mac-tablet-prediction-wild-crazy-one-including-os11/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Set ossec to monitor mysql logs on red hat (not log ossec in mysql)</title>
		<link>http://windowsnerd.com/2009/09/18/set-ossec-to-monitor-mysql-logs-on-redhat/</link>
		<comments>http://windowsnerd.com/2009/09/18/set-ossec-to-monitor-mysql-logs-on-redhat/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 21:19:00 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://windowsnerd.com/?p=376</guid>
		<description><![CDATA[How to configure ossec to monitor mysql logs... not putting your logs into mysql.]]></description>
			<content:encoded><![CDATA[<p>Ossec is super. I was having a hard time googling this so I read the stupid configs and figured it out. Edit your ossec.conf file, add to the &lt;!&#8211; files to monitor section-</p>
<p>&lt;localfile&gt;</p>
<p>&lt;log_format&gt;mysql_log&lt;/log_format&gt;</p>
<p>&lt;location&gt;/var/log/<em>yourlogfile.log</em>&lt;/location&gt;</p>
<p>&lt;/localfile&gt;</p>
<p>Restart ossec and it should start reading your mysql logs now. Anyone have additional rules to add in for mysql?</p>
]]></content:encoded>
			<wfw:commentRss>http://windowsnerd.com/2009/09/18/set-ossec-to-monitor-mysql-logs-on-redhat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Updates can learn a lot from Linux</title>
		<link>http://windowsnerd.com/2009/08/25/windows-updates-can-learn-a-lot-from-linux/</link>
		<comments>http://windowsnerd.com/2009/08/25/windows-updates-can-learn-a-lot-from-linux/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 16:57:05 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://windowsnerd.com/?p=363</guid>
		<description><![CDATA[Windows patch management needs to be a little more like Linux]]></description>
			<content:encoded><![CDATA[<p>Here is a great linux idea that windows should follow:</p>
<p><img class="alignleft size-full wp-image-366" title="ubuntupdateslistssh" src="http://windowsnerd.com/wp-content/uploads/2009/08/ubuntupdateslistssh1.JPG" alt="ubuntupdateslistssh" width="616" height="161" /></p>
<p>After an SSH into a new Ubuntu machine, you can see that there are patches available. And not just Ubuntu patches, for all the packages you have installed.</p>
<p>Dear Microsoft: I wish that at the login screen to Windows, in all that empty space, you have a box that says:</p>
<p>XXX programs can be updated. XXX are security updates</p>
<p>XXX drivers can be updated. XXX drivers address critical issues</p>
<p>Once this is done, I would like to see Microsoft leading a charge to develop a central patch distribution service like Linux does so well. Manufacturers would be responsible for updating and uploading their latest into the system. The default action would be to install updates as a manufacturer releases them. Settings would allow you to download and notify, notify only or ignore. At that point we add to the login screen-</p>
<p>XXX 3rd party programs can be updated. XXX are security updates</p>
<p>I think it will be a pain in the ass to set up. But not as much of a pain in the ass as users who refuse to update java, flash, quicktime, acrobat and everything else out there.</p>
]]></content:encoded>
			<wfw:commentRss>http://windowsnerd.com/2009/08/25/windows-updates-can-learn-a-lot-from-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time to get antivirus for your Mac</title>
		<link>http://windowsnerd.com/2009/07/25/time-to-get-antivirus-for-your-mac/</link>
		<comments>http://windowsnerd.com/2009/07/25/time-to-get-antivirus-for-your-mac/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 21:17:12 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[antivirus/spyware]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://windowsnerd.com/?p=370</guid>
		<description><![CDATA[Yup, people ask me if they need it, I&#8217;m saying get it now. Time to provide the antivirus vendors with a little cash to develop your AV just before you need it more. Which is later this week to next year.]]></description>
			<content:encoded><![CDATA[<p>Yup, people ask me if they need it, I&#8217;m saying get it now. Time to provide the antivirus vendors with a little cash to develop your AV just before you need it more. Which is later this week to next year.</p>
]]></content:encoded>
			<wfw:commentRss>http://windowsnerd.com/2009/07/25/time-to-get-antivirus-for-your-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic linux commands</title>
		<link>http://windowsnerd.com/2009/07/14/basic-linux-commands/</link>
		<comments>http://windowsnerd.com/2009/07/14/basic-linux-commands/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 15:04:49 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://windowsnerd.com/?p=316</guid>
		<description><![CDATA[cat /etc/redhat-release - check the version of Red Hat running on your machine]]></description>
			<content:encoded><![CDATA[<p>cat /etc/redhat-release - check the version of Red Hat running on your machine</p>
]]></content:encoded>
			<wfw:commentRss>http://windowsnerd.com/2009/07/14/basic-linux-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dell Vostro 1400 blue screens on windows update after clean install</title>
		<link>http://windowsnerd.com/2009/05/09/dell-vostro-1400-blue-screens-on-windows-update-after-clean-install/</link>
		<comments>http://windowsnerd.com/2009/05/09/dell-vostro-1400-blue-screens-on-windows-update-after-clean-install/#comments</comments>
		<pubDate>Sat, 09 May 2009 09:18:15 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[Hardware Info]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[OS]]></category>

		<guid isPermaLink="false">http://windowsnerd.com/?p=265</guid>
		<description><![CDATA[vostro 1400 blue screens windows update, AHCI]]></description>
			<content:encoded><![CDATA[<p>Just reinstalled Vista Ultimate off the Dell disc. Fresh happy clean install, then let it update and KABOOOM! Blue screen. The problem is in the Intel chipset/matrix drivers. The easiest way to fix it is:</p>
<p>Go in the BIOS</p>
<p>Disable Flash cache</p>
<p>Switch from AHCI to ATA disk mode</p>
<p>save and reboot</p>
<p>This will unbluescreeen, allow you to update all of your patches, then go grab all the latest drivers and firmware from <a title="http://support.dell.com" href="http://support.dell.com" target="_blank">Dell Support. </a></p>
<p>Linux does this too on certain machines/chipsets. Man it is a pain when they switch interfaces, the OS guys take years to recover.</p>
]]></content:encoded>
			<wfw:commentRss>http://windowsnerd.com/2009/05/09/dell-vostro-1400-blue-screens-on-windows-update-after-clean-install/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mac vs win-PC article on PCworld nails some good points</title>
		<link>http://windowsnerd.com/2009/04/28/mac-vs-pc-article-on-pcworld-nails-some-good-points/</link>
		<comments>http://windowsnerd.com/2009/04/28/mac-vs-pc-article-on-pcworld-nails-some-good-points/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 01:35:13 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[Mindless Blather]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[prediction]]></category>

		<guid isPermaLink="false">http://windowsnerd.com/?p=232</guid>
		<description><![CDATA[Priceless- http://www.pcworld.com/article/163836/eight_reasons_your_next_computer_should_be_a_pc.html There are many many other reasons the cycle won&#8217;t be broken. Macs are cool, just not going to dominate. Home users tend to buy what they have at work. Mac refuses to support old OS and software choices. Too many businesses get stuck in a rut where they run an old Windows OS [...]]]></description>
			<content:encoded><![CDATA[<p>Priceless-</p>
<p><a title="http://www.pcworld.com/article/163836/eight_reasons_your_next_computer_should_be_a_pc.html" href="http://www.pcworld.com/article/163836/eight_reasons_your_next_computer_should_be_a_pc.html" target="_blank">http://www.pcworld.com/article/163836/eight_reasons_your_next_computer_should_be_a_pc.html</a></p>
<p>There are many many other reasons the cycle won&#8217;t be broken. Macs are cool, just not going to dominate.</p>
<p>Home users tend to buy what they have at work. Mac refuses to support old OS and software choices. Too many businesses get stuck in a rut where they run an old Windows OS because of an old application. Can&#8217;t do that on a mac. They want a low renewal and replacement age.</p>
<p>This can be seen in so many ways. Hardware that breaks a lot. Not ever easy to maintain. Even the G5 tower had impossible to remove processors despite their incredibly high failure rate. Wasn&#8217;t the G5 tower supposed to be all easy to swap things in and out of? pshaw. Macs are created to be as disposable as possible. Cracking all the imacs open has always sucked. The CRT monitors were always having huge issues. The mac air overheats. Just check the apple forums. Same problems, same chinese innards, different sticker. </p>
<p>Mac is a closed system. Which is why it works well. It should as it is written/built by Apple(still amazing considering the amount of code for any OS.) They are getting close to the thin line between monopoly and cool small competitor. A closed system can&#8217;t survive with a large market share because law suits will force them to stop being a monopoly. No more scuttling mac clone vendors, software has to be supported longer, programs from 3rd parties cause kernel panics. Viruses and spyware runs rampant on OS&#8217;s that have too many 3rd party applications not conrolled by the MAC. Not a pc I want to own. I like the low market share closed system macs I own now. They don&#8217;t crash too often, have more patches than raggedy ann, but look good and keep clickin. Security through obscurity rocks. </p>
<p>Mac can&#8217;t possibly keep the insane stock price can they? I hate when a stock is overvalued because it is trendy to own vs performing. Here are today&#8217;s numbers to compare-</p>
<p> </p>
<div id="attachment_234" class="wp-caption alignnone" style="width: 457px"><img class="size-full wp-image-234" title="macstock" src="http://windowsnerd.com/wp-content/uploads/2009/04/macstock.jpg" alt="todays numbers" width="447" height="91" /><p class="wp-caption-text">top 2 rows are today, dividends are bunk from me looking on google quick.</p></div>
<p>yeah dividends are hard to predict right now, but go google it yourself. still more than 0 for the last 3. I don&#8217;t have any stock at $100 a share that doesn&#8217;t pay. </p>
<p>Overall my psychic prediction is this- Mac can not have a large market share and still be Mac. If they get big, you will see malware, crashes, clones, and windows running on mac hardware. OR you will still see rabid mac fans supporting a small company that popularizes cool tech. Notice I didn&#8217;t say innovates, creates, invents.</p>
]]></content:encoded>
			<wfw:commentRss>http://windowsnerd.com/2009/04/28/mac-vs-pc-article-on-pcworld-nails-some-good-points/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft fails to deliver Windows 7 beta&#8230; surprised?</title>
		<link>http://windowsnerd.com/2009/01/13/microsoft-fails-to-deliver-windows-7-beta-surprised/</link>
		<comments>http://windowsnerd.com/2009/01/13/microsoft-fails-to-deliver-windows-7-beta-surprised/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 01:22:19 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[OS]]></category>

		<guid isPermaLink="false">http://windowsnerd.com/?p=171</guid>
		<description><![CDATA[I would like to offer M$ a bargain. Call me before you launch something and ask what I think you need to prepare&#8230; Offering Windows 7 beta isos at 2.2GB a piece? I&#8217;d say you better have a ton of akamai servers out there if you are still refusing to do the logical thing and [...]]]></description>
			<content:encoded><![CDATA[<p>I would like to offer M$ a bargain. Call me before you launch something and ask what I think you need to prepare&#8230; Offering Windows 7 beta isos at 2.2GB a piece? I&#8217;d say you better have a ton of akamai servers out there if you are still refusing to do the logical thing and use bittorrent. You can politicize torrents all you want, but they work and MS doesn&#8217;t. Transition to a new product that works better than Vista isn&#8217;t starting off so good. One would think after 4 days I waited long enough to try again. Nope.</p>
<p>This is not a setback that will keep me from using windows. I just think it is pretty funny and I&#8217;m still all ancy to get a real copy from MS instead of my current torrented version. See? Here is a little screenshot from their silly failure of a download client:</p>
<div id="attachment_172" class="wp-caption alignnone" style="width: 310px"><a href="http://windowsnerd.com/wp-content/uploads/2009/01/windows-7-snafu-downloading2.jpg"><img class="size-medium wp-image-172" title="windows-7-snafu-downloading2" src="http://windowsnerd.com/wp-content/uploads/2009/01/windows-7-snafu-downloading2-300x178.jpg" alt="windows 7 beta failure to download" width="300" height="178" /></a><p class="wp-caption-text">windows 7 beta failure to download</p></div>
]]></content:encoded>
			<wfw:commentRss>http://windowsnerd.com/2009/01/13/microsoft-fails-to-deliver-windows-7-beta-surprised/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
