<?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>NMP Blog</title>
	<atom:link href="http://nmpconsulting.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://nmpconsulting.com/blog</link>
	<description>Solutions to your technology issues.</description>
	<lastBuildDate>Wed, 04 Jan 2012 19:36:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>SQL Injection Attack Spreading</title>
		<link>http://nmpconsulting.com/blog/2012/01/04/sql-injection-attack-spreading/</link>
		<comments>http://nmpconsulting.com/blog/2012/01/04/sql-injection-attack-spreading/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 19:31:55 +0000</pubDate>
		<dc:creator>Rick Shantery</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[lilupophilupop SQL Injection Attack Vulnerability]]></category>

		<guid isPermaLink="false">http://nmpconsulting.com/blog/?p=156</guid>
		<description><![CDATA[Check out this ISC article concerning a new SQL injection attack that is happening to many website running Microsoft SQL Server. http://isc.sans.edu/diary.html?storyid=12127 While using Linux is not a guaranteed protection from this sort of attack, it does show how easy sites can be compromised that don&#8217;t do proper URL filtering.]]></description>
			<content:encoded><![CDATA[<p>Check out this ISC article concerning a new SQL injection attack that is happening to many website running Microsoft SQL Server.</p>
<p><a href="http://isc.sans.edu/diary.html?storyid=12127">http://isc.sans.edu/diary.html?storyid=12127</a></p>
<p>While using Linux is not a guaranteed protection from this sort of attack, it does show how easy sites can be compromised that don&#8217;t do proper URL filtering.</p>
]]></content:encoded>
			<wfw:commentRss>http://nmpconsulting.com/blog/2012/01/04/sql-injection-attack-spreading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AntiVirus 2012 Fallout</title>
		<link>http://nmpconsulting.com/blog/2011/12/20/antivirus-2012-fallout/</link>
		<comments>http://nmpconsulting.com/blog/2011/12/20/antivirus-2012-fallout/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 04:14:40 +0000</pubDate>
		<dc:creator>Rick Shantery</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[malware virus policies permissions]]></category>

		<guid isPermaLink="false">http://nmpconsulting.com/blog/?p=154</guid>
		<description><![CDATA[Often these types of malware not only hide all of your files, but reset file permissions and local policies so that you can&#8217;t do many of the things you need in order to properly operate the computer after it is cleaned. To reset all of the policies and permissions on a computer to their windows [...]]]></description>
			<content:encoded><![CDATA[<p>Often these types of malware not only hide all of your files, but reset file permissions and local policies so that you can&#8217;t do many of the things you need in order to properly operate the computer after it is cleaned.</p>
<p>To reset all of the policies and permissions on a computer to their windows default, execute the following command from the Run prompt or Command prompt:</p>
<p>secedit /configure /cfg %windir%\repair\secsetup.inf /db secsetup.sdb /verbose</p>
<p>It takes a while to run, and be warned, you may lose some customized settings, but you should be able to make changes to the system after that, unless your windows network has group policies that get applied when you login.</p>
]]></content:encoded>
			<wfw:commentRss>http://nmpconsulting.com/blog/2011/12/20/antivirus-2012-fallout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pseudo dynamic memory management in Virtualbox, otherwise know as memory ballooning.</title>
		<link>http://nmpconsulting.com/blog/2011/09/06/pseudo-dynamic-memory-management-in-virtualbox-otherwise-know-as-memory-ballooning/</link>
		<comments>http://nmpconsulting.com/blog/2011/09/06/pseudo-dynamic-memory-management-in-virtualbox-otherwise-know-as-memory-ballooning/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 20:08:40 +0000</pubDate>
		<dc:creator>Dan Hill</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nmpconsulting.com/blog/?p=147</guid>
		<description><![CDATA[After looking for a way to dynamically allocate memory in Virtualbox, I discovered it&#8217;s not technically possible. With that being said, there is a method that Virtualbox calls memory ballooning, due to the way memory is handled, that can serve basically the same purpose. In the documentation, there is a section just for Memory Ballooning.]]></description>
			<content:encoded><![CDATA[<p>After looking for a way to dynamically allocate memory in Virtualbox, I discovered it&#8217;s not technically possible.  With that being said, there is a method that Virtualbox calls memory ballooning, due to the way memory is handled, that can serve basically the same purpose.  In the documentation, there is a section just for <a title="Virtualbox Memory Ballooning" href="http://www.virtualbox.org/manual/ch04.html#guestadd-balloon" target="_blank">Memory Ballooning</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nmpconsulting.com/blog/2011/09/06/pseudo-dynamic-memory-management-in-virtualbox-otherwise-know-as-memory-ballooning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nivo Slider 2.5.2 With Jquery Bug (Flashing Captions)</title>
		<link>http://nmpconsulting.com/blog/2011/08/18/nivo-slider-2-5-2-with-jquery-bug-flashing-captions/</link>
		<comments>http://nmpconsulting.com/blog/2011/08/18/nivo-slider-2-5-2-with-jquery-bug-flashing-captions/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 14:44:55 +0000</pubDate>
		<dc:creator>Chris Sunami</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blinking captions]]></category>
		<category><![CDATA[nivo slider]]></category>

		<guid isPermaLink="false">http://nmpconsulting.com/blog/?p=145</guid>
		<description><![CDATA[I was using a nice new jQuery slider plugin called Nivo Slider when I encountered a bug that caused the captions to flash on and off after the page had been idle for a while.  The effect is very similar to the blinking effect from the old HTML blink tag. The solution I found is [...]]]></description>
			<content:encoded><![CDATA[<p>I was using a nice new jQuery slider plugin called Nivo Slider when I encountered a bug that caused the captions to flash on and off after the page had been idle for a while.  The effect is very similar to the blinking effect from the old HTML blink tag.</p>
<p>The solution I found is this.  If you have the expanded version of the plugin, go to line 108 and change</p>
<p>nivoCaption.fadeOut(settings.animSpeed);</p>
<p>to</p>
<p>nivoCaption.hide();</p>
]]></content:encoded>
			<wfw:commentRss>http://nmpconsulting.com/blog/2011/08/18/nivo-slider-2-5-2-with-jquery-bug-flashing-captions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IMPORTANT COMPUTER SECURITY ALERT!</title>
		<link>http://nmpconsulting.com/blog/2011/03/31/important-computer-security-alert/</link>
		<comments>http://nmpconsulting.com/blog/2011/03/31/important-computer-security-alert/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 16:28:02 +0000</pubDate>
		<dc:creator>Chris Sunami</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[malware-gen]]></category>
		<category><![CDATA[win32:malware-gen]]></category>

		<guid isPermaLink="false">http://nmpconsulting.com/blog/?p=139</guid>
		<description><![CDATA[If you can&#8217;t remove win32:malware-gen this is how we did it. NMP Consulting has encountered an aggressive new variant on the Malware0gen virus.  This new version is extremely difficult to remove. The trickiest thing about this virus is that it creates and implements a seemingly legitimate Windows Service called &#8220;Windows System Express&#8221;.  That service must [...]]]></description>
			<content:encoded><![CDATA[<p>If you can&#8217;t remove win32:malware-gen this is how we did it.</p>
<p>NMP Consulting has encountered an aggressive new variant on the Malware0gen virus.  This new version is extremely difficult to remove.</p>
<p>The trickiest thing about this virus is that it creates and implements a seemingly legitimate Windows Service called &#8220;Windows System Express&#8221;.  That service must first be disabled in order to locate and remove the hidden system file located in the system 32 directory.</p>
<p>If you suspect you are infected with this virus, please call us immediately (614) 358-5814</p>
<p>DETAILS:<br />
The fake Windows Service was called &#8220;Windows System Express&#8221;.  It had a seeming legitimate description having to do with optical scanning.  It continuously generated processes with random filenames with names like &#8220;lib1614.exe&#8221;.  These files were found and removed by the antivirus program, however the program was unable to remove the core file, which was &#8220;wsynelib.exe&#8221; because it was being used by the service.</p>
<p>In order to remove it:<br />
1. Stop service.<br />
2. Search for hidden files in system32.<br />
3. Find wsynelib.exe and  wysyndlib.exe.<br />
4. Remove system and hidden file attributes from those files.<br />
5. Those files can then be removed by the antivirus program.</p>
]]></content:encoded>
			<wfw:commentRss>http://nmpconsulting.com/blog/2011/03/31/important-computer-security-alert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JQuery UI Widget Size</title>
		<link>http://nmpconsulting.com/blog/2010/05/25/jquery-ui-widget-size/</link>
		<comments>http://nmpconsulting.com/blog/2010/05/25/jquery-ui-widget-size/#comments</comments>
		<pubDate>Tue, 25 May 2010 15:18:02 +0000</pubDate>
		<dc:creator>Chris Sunami</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[buttons]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[dialog]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[oversized]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://nmpconsulting.com/blog/?p=135</guid>
		<description><![CDATA[I&#8217;ve become a convert to a new programmers&#8217; tool called JQuery &#8211;a library of user-friendly javascript functions that allow for some very advanced effects that overlay seamlessly over a standard HTML page.  However, I did encounter an issue when using the UI widgets &#8211;a set of effects such as a calendar (date picker) a pop [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve become a convert to a new programmers&#8217; tool called JQuery &#8211;a library of user-friendly javascript functions that allow for some very advanced effects that overlay seamlessly over a standard HTML page.  However, I did encounter an issue when using the UI widgets &#8211;a set of effects such as a calendar (date picker) a pop up dialog box, checkbox buttons and so forth.  The widgets looked great on the demo site, but when I integrated them into my site, they were huge, oversized bulging monsters.</p>
<p>When I found the fix for shrinking them back to the right size it turned out to be pretty easy, but oddly enough I haven&#8217;t seen it mentioned elsewhere, so here it is:</p>
<p>Open the stylesheet for the jQuery theme you are using.  Find</p>
<p>.ui-widget</p>
<p>and add &#8220;font-size:10pt&#8221; to its parameters.  This adds a baseline size to all jquery widgets, and everything else in the style sheet is calculated in relationship to that size.</p>
<p>Just for reference, here&#8217;s what it looks like in theme I&#8217;m currently using, &#8220;Start&#8221;.</p>
<p>/* Component containers<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-*/<br />
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 10pt; }</p>
]]></content:encoded>
			<wfw:commentRss>http://nmpconsulting.com/blog/2010/05/25/jquery-ui-widget-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Your Facebook Privacy Back</title>
		<link>http://nmpconsulting.com/blog/2010/05/18/get-your-facebook-privacy-back/</link>
		<comments>http://nmpconsulting.com/blog/2010/05/18/get-your-facebook-privacy-back/#comments</comments>
		<pubDate>Tue, 18 May 2010 14:45:02 +0000</pubDate>
		<dc:creator>Dan Hill</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nmpconsulting.com/blog/?p=131</guid>
		<description><![CDATA[With all of the news about the the privacy changes at Facebook, the Untangle team has create SaveFace to help you get your privacy set back to more restrictive settings, so that all your information is not available to everyone.  It will set your privacy settings so that only your friends can access your information.  [...]]]></description>
			<content:encoded><![CDATA[<p>With all of the news about the the privacy changes at Facebook, the Untangle team has create <a title="SaveFace" href="http://www.untangle.com/blog/?p=265&amp;utm_source=twitterfeed&amp;utm_medium=facebook" target="_blank">SaveFace</a> to help you get your privacy set back to more restrictive settings, so that all your information is not available to everyone.  It will set your privacy settings so that only your friends can access your information.  It is easy to run and keeping your settings private is generally a good idea.</p>
]]></content:encoded>
			<wfw:commentRss>http://nmpconsulting.com/blog/2010/05/18/get-your-facebook-privacy-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PDF Files have Critical Security Vulnerability</title>
		<link>http://nmpconsulting.com/blog/2010/04/06/pdf-files-have-critical-security-vulnerability/</link>
		<comments>http://nmpconsulting.com/blog/2010/04/06/pdf-files-have-critical-security-vulnerability/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 17:31:20 +0000</pubDate>
		<dc:creator>Rick Shantery</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Virus Protection]]></category>
		<category><![CDATA[PDF Security Vulnerability Bug Fix]]></category>

		<guid isPermaLink="false">http://nmpconsulting.com/blog/2010/04/06/pdf-files-have-critical-security-vulnerability/</guid>
		<description><![CDATA[It was released today on several sites that PDF files, and their corresponding readers have a critical vulnerability that would allow an attacker to compromise a computer, even with many of the normal protections in place that block things such as Javascript. Foxit Reader (NMP Recommended) and Adobe Reader both have fixes for this vulnerability. [...]]]></description>
			<content:encoded><![CDATA[<p>It was released today on several sites that PDF files, and their corresponding readers have a critical vulnerability that would allow an attacker to compromise a computer, even with many of the normal protections in place that block things such as Javascript.</p>
<p>Foxit Reader (NMP Recommended) and Adobe Reader both have fixes for this vulnerability. Go to <a href="http://www.foxitsoftware.com/pdf/reader/">http://www.foxitsoftware.com/pdf/reader/</a> and download and install the latest version.</p>
<p>For Adobe Reader users, make the following preference change:</p>
<p>From the Edit menu go to: Preferences -&gt; Categories -&gt; Trust Manager -&gt; PDF File Attachments and then uncheck &#8216;Allow opening of non-PDF file attachments with external applications.&#8217;</p>
<p>This is a problem that could possibly affect all platforms and Operating Systems, whether Windows, OS X, or Linux.</p>
]]></content:encoded>
			<wfw:commentRss>http://nmpconsulting.com/blog/2010/04/06/pdf-files-have-critical-security-vulnerability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bitdefender Update Causes a Boot Failure for some Windows Users</title>
		<link>http://nmpconsulting.com/blog/2010/03/23/bitdefender-update-causes-a-boot-failure-for-some-windows-users/</link>
		<comments>http://nmpconsulting.com/blog/2010/03/23/bitdefender-update-causes-a-boot-failure-for-some-windows-users/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 20:42:19 +0000</pubDate>
		<dc:creator>Dan Hill</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Virus]]></category>

		<guid isPermaLink="false">http://nmpconsulting.com/blog/?p=124</guid>
		<description><![CDATA[A problem with the Bitfender virus scanner mislabeled Windows system files as viruses and quarantined them.  Therefore, without these files being available during the boot process, the computers fail to boot.  This only seems to affect 64bit versions of Windows and they have made a patch available, which should be installed as soon as possible [...]]]></description>
			<content:encoded><![CDATA[<p>A problem with the Bitfender virus scanner mislabeled Windows system files as viruses and quarantined them.  Therefore, without these files being available during the boot process, the computers fail to boot.  This only seems to affect 64bit versions of Windows and they have made a <a title="Bitdefender_Patch" href="http://www.bitdefender.com/site/KnowledgeBase/consumer/#638" target="_blank">patch available</a>, which should be installed as soon as possible to avoid this issue.  Information on how to <a title="Bitdefender_boot_fix" href="http://www.bitdefender.com/site/KnowledgeBase/consumer/#640" target="_blank">get around the boot problem</a> can be found on their website also.</p>
]]></content:encoded>
			<wfw:commentRss>http://nmpconsulting.com/blog/2010/03/23/bitdefender-update-causes-a-boot-failure-for-some-windows-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Corporate Password Policy</title>
		<link>http://nmpconsulting.com/blog/2010/02/20/corporate-password-policy/</link>
		<comments>http://nmpconsulting.com/blog/2010/02/20/corporate-password-policy/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 20:36:34 +0000</pubDate>
		<dc:creator>rogue</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nmpconsulting.com/blog/2010/02/20/corporate-password-policy/</guid>
		<description><![CDATA[When setting up a office/corporate network environment, users may complain that it is frustrating to have to change their password every so often, or have to come up with difficult passwords. Despise the user&#8217;s arguments, although valid, remember the security risk that it poses. If you have simple passwords, maybe something common that all users [...]]]></description>
			<content:encoded><![CDATA[<p>When setting up a office/corporate network environment, users may complain that it is frustrating to have to change their password every so often, or have to come up with difficult passwords.  Despise the user&#8217;s arguments, although valid, remember the security risk that it poses.  If you have simple passwords, maybe something common that all users share, it&#8217;s easy for unauthorized access into the system.  If someone guesses or gets hold of one user&#8217;s password, it may be possible to guess the rest.  Protect your data and files &#8211; enforce a password policy on your network, with an expiration on passwords.   Use requirements such as at least one capital letter, and a number or special character to increase security.  Your data is YOUR data &#8211; so make sure it&#8217;s safe from prying eyes!</p>
]]></content:encoded>
			<wfw:commentRss>http://nmpconsulting.com/blog/2010/02/20/corporate-password-policy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

