<?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>Noynim IT Solutions of Denver, Colorado</title>
	<atom:link href="http://www.noynim.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.noynim.com</link>
	<description>Denver Computer Support</description>
	<lastBuildDate>Tue, 31 Aug 2010 13:51:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SSL certificate errors/mismatch in outlook 2007</title>
		<link>http://www.noynim.com/2010/08/31/ssl-certificate-errorsmismatch-in-outlook-2007/</link>
		<comments>http://www.noynim.com/2010/08/31/ssl-certificate-errorsmismatch-in-outlook-2007/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 13:51:31 +0000</pubDate>
		<dc:creator>Noynim IT Solutions</dc:creator>
				<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://www.noynim.com/?p=284</guid>
		<description><![CDATA[SSL certificate errors/mismatch in outlook 2007.  Backend is SBS Small Business Server 2008 running exchange 2007.  SSL certificate mismatch/errors often happen after setting up a trusted SSL certificate.

Most of your commands will be in the Exchange Management Shell so open that up.  First command you will need to run is:
]]></description>
			<content:encoded><![CDATA[<p>SSL certificate errors/mismatch in outlook 2007.  Backend is SBS Small Business Server 2008 running exchange 2007.  SSL certificate mismatch/errors often happen after setting up a trusted SSL certificate.</p>
<p>Most of your commands will be in the Exchange Management Shell so open that up.  First command you will need to run is:</p>
<p>Get-WebServicesVirtualDirectory | Select name, *url* |fl</p>
<p>Which will output something like this:</p>
<p>Name                 : EWS (SBS Web Applications)</p>
<p>InternalNLBBypassUrl : https://site.domain.local/EWS/Exchange.asmx</p>
<p>InternalUrl          : https://mail.site.com/ews/exchange.asmx</p>
<p>ExternalUrl          : <a href="https://external.site.com/EWS/Exchange.asmx">https://external.site.com/EWS/Exchange.asmx</a></p>
<p>In my case I registered mail.site.com and the mismatch was with external.site.com.  above is my final product as only InternalUrl needed to be changed.  I didn’t mess around with ExternalUrl as the issue is fixed now. One you run the above command you will need to take note of everything after Name (EWS (SBS Web Applications)).</p>
<p>You will then need to run some commands.  Please reference the following Microsoft article:</p>
<p><a href="http://support.microsoft.com/kb/940726/en-us">http://support.microsoft.com/kb/940726/en-us</a></p>
<p><var>CAS_Server_Name = your registered url or internal server name, I didn’t find that it mattered.</var></p>
<p><var>Note that the KB article is intended for regular exchange and not SBS 2008 so my commands have some modifications.  In a nutshell we need to substitute Default Web Site with SBS Web Applications.</var><em></em></p>
<p>below are the commands that I used based on this article:</p>
<p><strong>Set-ClientAccessServer -Identity <var>site.domain.local</var> -AutodiscoverServiceInternalUri https://mail.contoso.com/autodiscover/autodiscover.xml</strong></p>
<p><strong>Set-WebServicesVirtualDirectory -Identity &#8220;EWS (SBS Web Applications)&#8221; -InternalUrl https://mail.site.com/ews/exchange.asmx</strong></p>
<p><strong>Set-OABVirtualDirectory -Identity &#8220;oab (SBS Web Applications)&#8221; -InternalUrl https://mail.site.com/oab</strong></p>
<p><strong>Set-UMVirtualDirectory -Identity &#8220;unifiedmessaging (SBS Web Applications)&#8221; -InternalUrl https://<var>mail</var>.site.com/unifiedmessaging/service.asmx</strong></p>
<p>Once you run the above commands you can continue on step 6 of the referenced MS KB article.</p>
<p>After I completed this I noticed that a send and receive did not complete successfully.  I got to about 97% and received the following error:</p>
<p>task microsoft exchange reported error (0&#215;8004010f) the operation failed. an object cannot be found</p>
<p>to fix this error you need to make sure you are managing a forward zone for your domain, in this case site.com.  for my internal users I needed mail.site.com to resolve to the internal IP address of my server.  I noticed the internal IP wasn’t set so I changed this value.  Once that was completed everything worked like a charm.</p>
<p>Hope this helps, please comment if you need anything else.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noynim.com/2010/08/31/ssl-certificate-errorsmismatch-in-outlook-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrating Windows 2003 Standard to Windows Small Business Server (SBS) 2008 standard.</title>
		<link>http://www.noynim.com/2010/05/23/migrating-windows-2003-standard-to-windows-small-business-server-sbs-2008-standard/</link>
		<comments>http://www.noynim.com/2010/05/23/migrating-windows-2003-standard-to-windows-small-business-server-sbs-2008-standard/#comments</comments>
		<pubDate>Sun, 23 May 2010 23:18:08 +0000</pubDate>
		<dc:creator>Noynim IT Solutions</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.noynim.com/?p=280</guid>
		<description><![CDATA[Migrating Windows 2003 Standard to Windows Small Business Server (SBS) 2008 standard.

 Run a full backup on your MS 2003 standard server

Make sure your domain has been  promoted to domain functional level and forest function level of Windows Server 2003. 
To upgrade open up Active Directory Domains  and Trustes
Right click Active Directory Domains and Trusts and click Raise Forest Functional Level]]></description>
			<content:encoded><![CDATA[<p>Migrating Windows 2003 Standard to Windows Small Business Server (SBS) 2008 standard.</p>
<p> Run a full backup on your MS 2003 standard server</p>
<ol>
<li>Make sure your domain has been  promoted to domain functional level and forest function level of Windows Server 2003.
<ol>
<li>To upgrade open up Active Directory Domains  and Trustes</li>
<li>Right click Active Directory Domains and Trusts and click Raise Forest Functional Level</li>
</ol>
</li>
</ol>
<p>                                    i.      Upgrade to windows server 2003</p>
<p>                                    ii.      This will upgrade your forest</p>
<ol>
<li>Now right click your domain and click raise domain functional level</li>
</ol>
<p>                                     i.      Upgrade to windows server 2003</p>
<p>                                    ii.      This will upgrade your domain</p>
<ol>
<li>To verify everything is setup properly open up Active Directory Users and Computers</li>
<li>Right click your domain and go to properties</li>
</ol>
<p>                                     i.      Both domain and forest functional levels should have windows server 2003 underneath them</p>
<ol>
<li>Check event viewer and make sure there are no errors, especially dns or replication errors</li>
<li>Stick in SBS 2008 disk 1 DVD into the Windows 2003 Standard server (source server)
<ol>
<li>Open up a command prompt</li>
<li>Change directories to cdrom drive\tools\adprep</li>
<li>Run “adprep /forestprep”</li>
</ol>
</li>
</ol>
<p>                                      i.      Let this complete and make sure everything is successful</p>
<ol>
<li>Run “adprep /domainprep”</li>
</ol>
<p>                                        i.      Let this complete and make sure everything is successful</p>
<ol>
<li>Run “adprep /domainprep gpprep”</li>
</ol>
<p>                                        i.      Usually this wont run because the above commands did the trick</p>
<ol>
<li>Now open execute cdrom drive \tools\sourcetool.msi (this is a gui)
<ol>
<li>Install the migration program</li>
<li>After you install it run the wizard</li>
</ol>
</li>
<li>Now you will need to create an answer file
<ol>
<li>You can now follow the SBS 2003 to SBS 2008 migration guide provided by Microsoft.</li>
<li>This document is located here: <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=52b7ea63-78af-4a96-811e-284f5c1de13b&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyID=52b7ea63-78af-4a96-811e-284f5c1de13b&amp;displaylang=en</a></li>
<li>I started on page 17, but you are welcome to start at page 1</li>
</ol>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.noynim.com/2010/05/23/migrating-windows-2003-standard-to-windows-small-business-server-sbs-2008-standard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook</title>
		<link>http://www.noynim.com/2010/04/02/facebook/</link>
		<comments>http://www.noynim.com/2010/04/02/facebook/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 23:45:51 +0000</pubDate>
		<dc:creator>Noynim IT Solutions</dc:creator>
				<category><![CDATA[Social Networking]]></category>

		<guid isPermaLink="false">http://www.noynim.com/?p=277</guid>
		<description><![CDATA[Social networking is spreading like wild fire.  People are replacing traditional communication with social networking sites like facebook.  While this is great for people to stay in touch it poses a big security risk.  We are noticing that many people are posting way too much information on facebook.  Did you know that once you upload a picture to facebook you no longer own the rights?  Facebook can use your photos on their site exclusively without any further notice to you. ]]></description>
			<content:encoded><![CDATA[<h2>Facebook and Security</h2>
<p>Social networking is spreading like wild fire.  People are replacing traditional communication with social networking sites like facebook.  While this is great for people to stay in touch it poses a big security risk.  We are noticing that many people are posting way too much information on facebook.  Did you know that once you upload a picture to facebook you no longer own the rights?  Facebook can use your photos on their site exclusively without any further notice to you. </p>
<p>Using privacy features on facebook does not always work.  There have been mistakes on facebook which cause people’s profile to be publically available.  This means that Google could cache your information which will remain on the internet forever.  Google and many other companies store everything indefinitely and have no delete options.</p>
<p>Whenever you post something on facebook keep in mind that everyone is watching.  Do not put anything up you don’t want your mom to see.  Also do not put anything that could cause current or future harm.  Criminals are getting very tech savvy and use various web sites to plan their attack.  That means that you should not advertise to the whole world you are leaving for a vacation for a week (you could come home to an empty house). </p>
<p>Being the top computer security company in Denver NOYNIM is here to help.  Please visit our website for more security information or call us at 720.524.8616 if you want to get secure.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noynim.com/2010/04/02/facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Security Tools/Data Recovery</title>
		<link>http://www.noynim.com/2010/03/19/security-toolsdata-recovery/</link>
		<comments>http://www.noynim.com/2010/03/19/security-toolsdata-recovery/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 05:37:02 +0000</pubDate>
		<dc:creator>Noynim IT Solutions</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.noynim.com/dev/?p=57</guid>
		<description><![CDATA[PhotoRec is file data recovery software designed to recover lost files including video, documents and archives from Hard Disks and CDRom and lost pictures (thus, its ‘Photo Recovery’ name) from digital camera memory. PhotoRec ignores the filesystem and goes after the underlying data, so it will still work even if your media’s filesystem has been severely damaged or re-formatted.]]></description>
			<content:encoded><![CDATA[<h2>Photorec</h2>
<p>PhotoRec is file data recovery software  designed to recover lost files including video, documents and archives  from Hard Disks and CDRom and lost pictures (thus, its ‘Photo Recovery’  name) from digital camera memory. PhotoRec ignores the filesystem and  goes after the underlying data, so it will still work even if your  media’s filesystem has been severely damaged or re-formatted.</p>
<p>PhotoRec is free, this open source  multi-platform application is distributed under GNU Public License.  PhotoRec is a companion program to TestDisk, an app for recovering lost  partitions on a wide variety of filesystems and making non-bootable  disks bootable again.</p>
<p><a href="http://www.cgsecurity.org/wiki/PhotoRec">http://www.cgsecurity.org/wiki/PhotoRec</a></p>
<h2>Partedmagic</h2>
<p>Parted Magic is a Linux LiveCD/USB/PXE with  its elemental purpose being to partition hard drives and is not designed  to be a “Rescue CD” nor is it based on another Distribution.</p>
<p>Optimized at approximately 45MB, the Parted  Magic OS employs core programs of GParted and Parted to handle  partitioning tasks with ease, while featuring other useful programs  (e.g. Partition Image, TestDisk, fdisk, sfdisk, dd, ddrescue, etc.) and  an excellent set of documentation to benefit the user. An extensive  collection of fileystem tools are also included, as Parted Magic  supports the following: ext2, ext3, ext4, fat16, fat32, hfs, hfs+, jfs,  linux-swap, ntfs, reiserfs, reiser4, and xfs.</p>
<p>The latest version is updated with: Linux  2.6.24.3, Parted 1.8.8, ntfsprogs-2.0.0, ntfs-3g-1.2506, and  GParted-0.3.7.</p>
<p>Parted Magic uses Busybox for basic Unix  commands and networking, the Dropbear SSH server and client, and Firefox  to surf the web.</p>
<p>The current Xserver is xorg-server-1.4.0.90 with  the following drivers: apm, ark, ati, chips, cirrus, cyrix, glint,  i128, i740, i810, mga, neomagic, nv, r128, riva128, radeon, rendition,  s3, s3virge, savage, siliconmotion, sis, tdfx, tga, trident, tseng,  vesa, vmware, and voodoo.</p>
<p>The mini Xserver, Xvesa, is also available.</p>
<h2>TestDisk</h2>
<p>TestDisk is a powerful free data recovery  software! It was primarily designed to help recover lost partitions  and/or make non-booting disks bootable again when these symptoms are  caused by faulty software, certain types of viruses or human error (such  as accidentally deleting a Partition Table). Partition table recovery  using TestDisk is really easy.</p>
<h2>Foremost</h2>
<p>Foremost is a console program to recover  files based on their headers, footers, and internal data structures.  This process is commonly referred to as data carving. Foremost can work  on image files, such as those generated by dd, Safeback, Encase, etc, or  directly on a drive. The headers and footers can be specified by a  configuration file or you can use command line switches to specify  built-in file types. These built-in types look at the data structures of  a given file format allowing for a more reliable and faster recovery.</p>
<h2>Scalpel</h2>
<p>Scalpel is a fast file carver that reads a  database of header and footer definitions and extracts matching files  from a set of image files or raw device files. Scalpel is  filesystem-independent and will carve files from FATx, NTFS, ext2/3, or  raw partitions. It is useful for both digital forensics investigation  and file recovery. Scalpel resulted from a complete rewrite of foremost  0.69, a popular open source file carver, to enhance performance and  decrease memory usage.</p>
<h2>The Sleuth Kit</h2>
<p>The Sleuth Kit (previously known as TASK) is  a collection of UNIX-based command line file and volume system forensic  analysis tools. The file system tools allow you to examine file systems  of a suspect computer in a non-intrusive fashion. Because the tools do  not rely on the operating system to process the file systems, deleted  and hidden content is shown.</p>
<p>The volume system (media management) tools allow  you to examine the layout of disks and other media. The Sleuth Kit  supports DOS partitions, BSD partitions (disk labels), Mac partitions,  Sun slices (Volume Table of Contents), and GPT disks. With these tools,  you can identify where partitions are located and extract them so that  they can be analyzed with file system analysis tools.</p>
<p>When performing a complete analysis of a system,  we all know that command line tools can become tedious. The Autopsy  Forensic Browser is a graphical interface to the tools in The Sleuth  Kit, which allows you to more easily conduct an investigation. Autopsy  provides case management, image integrity, keyword searching, and other  automated operations.</p>
<h2>PartitionSupport.com</h2>
<p>Provides a host of functions for recovering data  from damaged file systems of all kinds <a href="http://www.partitionsupport.com/utilities.htm">http://www.partitionsupport.com/utilities.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.noynim.com/2010/03/19/security-toolsdata-recovery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Issues with WSUS after dcpromo</title>
		<link>http://www.noynim.com/2009/12/27/issues-with-wsus-after-dcpromo/</link>
		<comments>http://www.noynim.com/2009/12/27/issues-with-wsus-after-dcpromo/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 05:59:12 +0000</pubDate>
		<dc:creator>Noynim IT Solutions</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.noynim.com/dev/?p=74</guid>
		<description><![CDATA[If you already have a wsus on server 2003 you will probably have issues after you run a dcpromo on that box.  you will notice that you cant uninstall wsus or windows internal database.  To fix the issue follow the following steps:]]></description>
			<content:encoded><![CDATA[<p>If you already have a wsus on server 2003 you will probably have issues after you run a dcpromo on that box.  you will notice that you cant uninstall wsus or windows internal database.  To fix the issue follow the following steps:</p>
<p>To uninstall windows internal database you will need to do the following:</p>
<p>1) HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server<br />
Edit the “InstalledInstances” value and remove “MICROSOFT##SSEE”</p>
<p>2) Remove the “MICROSOFT##SSEE” subkey under<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server</p>
<p>3) Remove the “MSSQL.2005″ subkey under<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server</p>
<p>4) Rename the following folder:<br />
\%Windir%\SYSMSI\SSEE\MSSQL.2005\MSSQL\Data to \%Windir%\SYSMSI\SSEE\MSSQL.2005\MSSQL\Data.old</p>
<p>After you are done with this step, try to uninstall windows internal database, it should work.</p>
<p>Now that you have windows internal database uninstalled, we will need to uninstall wsus 3.0</p>
<p>You will need to do the following:</p>
<p>Go to:</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Update Services\Server\Setup]</p>
<p>Change the value for “wYukonInstalled” from 1 to 0</p>
<p>After you do this you will need to uninstall wsus, this is done by clicking the same file you use to install wsus. </p>
<p>After you do this you should be able to install wsus 3.0</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noynim.com/2009/12/27/issues-with-wsus-after-dcpromo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server 2008 x64bit Not Installing on VMWare esxi 4</title>
		<link>http://www.noynim.com/2009/12/22/server-2008-x64bit-not-installing-on-vmware-esxi-4/</link>
		<comments>http://www.noynim.com/2009/12/22/server-2008-x64bit-not-installing-on-vmware-esxi-4/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 05:52:14 +0000</pubDate>
		<dc:creator>Noynim IT Solutions</dc:creator>
				<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.noynim.com/dev/?p=72</guid>
		<description><![CDATA[If you get errors when installing x64 bit OS’ you will need to enable the virtualization mode inside the bios of the physical box. This is what Dell calls it, some vendors are different.]]></description>
			<content:encoded><![CDATA[<p>If you get errors when installing x64 bit OS’ you will need to enable the virtualization mode inside the bios of the physical box. This is what Dell calls it, some vendors are different.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noynim.com/2009/12/22/server-2008-x64bit-not-installing-on-vmware-esxi-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disabling Apache Directory Browsing</title>
		<link>http://www.noynim.com/2009/12/19/disabling-apache-directory-browsing/</link>
		<comments>http://www.noynim.com/2009/12/19/disabling-apache-directory-browsing/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 05:09:55 +0000</pubDate>
		<dc:creator>Noynim IT Solutions</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://www.noynim.com/dev/?p=33</guid>
		<description><![CDATA[Disabling directory browsing on apache2. First thing you will need to go is browse into the following  directory:]]></description>
			<content:encoded><![CDATA[<p>Disabling directory browsing on apache2. First thing you will need to go is browse into the following  directory:</p>
<p>/etc/apache2/sites-available</p>
<p>Once you are in there,  edit the default site (vi default):</p>
<p>Under virtualhost, you will see a &lt;Directory /&gt; and the next  line should be Options followed by +FollowSymLinks</p>
<p>Next,  -Indexes so it should look something like this:</p>
<p><VirtualHost 192.168.0.1:80><br />
        DocumentRoot /var/www/<br />
        CustomLog /var/log/apache2/access.log common<br />
        ServerName 192.168.0.1<br />
        <Directory /><br />
                Options +FollowSymLinks -Indexes<br />
                AllowOverride none<br />
        </Directory><br />
</VirtualHost></p>
<p>After this, make sure to restart apache2:</p>
<p>/etc/init.d/apache2 restart</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noynim.com/2009/12/19/disabling-apache-directory-browsing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sniffing Snoop on Netscreen/Juniper Firewalls</title>
		<link>http://www.noynim.com/2009/12/19/sniffing-snoop-netscreen-firewalls/</link>
		<comments>http://www.noynim.com/2009/12/19/sniffing-snoop-netscreen-firewalls/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 05:06:59 +0000</pubDate>
		<dc:creator>Noynim IT Solutions</dc:creator>
				<category><![CDATA[Juniper Netscreen]]></category>
		<category><![CDATA[firewalls]]></category>
		<category><![CDATA[juniper]]></category>
		<category><![CDATA[netscreen]]></category>
		<category><![CDATA[sniffing]]></category>
		<category><![CDATA[snoop]]></category>

		<guid isPermaLink="false">http://www.noynim.com/dev/?p=31</guid>
		<description><![CDATA[If you want to sniff traffic on a juniper netscreen firewall you will need to use the snoop command. The best thing to do is the following:]]></description>
			<content:encoded><![CDATA[<p>If you want to sniff traffic on a juniper netscreen firewall you will need to use the snoop command. The best thing to do is the following:</p>
<p>Filter out what you want to look for.   If you want to filter out anything coming and going into 192.168.0.1 you will need to do the following:</p>
<p>Snoop filter IP 192.168.0.1</p>
<p>Once you turn on the filter, you will need to enable snoop which is done by just typing in snoop.</p>
<p>After you generate the traffic you will use the get dbuf command to view it.</p>
<p>One dbuf command that i like is ‘get dbuf stream’.  If you want to see other commands just issue a ? after the command.  For example, you can issue ‘get dbuf ?’ which will show the following:</p>
<p>computer repair Denver-&gt; get dbuf ?<br />
info                 show debug buffer info<br />
mem                  show debug buffer memory content<br />
stream               show debug buffer stream</p>
<p>So, to recap you can issue the following commands to sniff and view traffic for 192.168.0.1 (both incoming and outgoing)</p>
<p>snoop filter ip 192.168.0.1<br />
snoop<br />
get dbuf stream</p>
<p>Once you are done, you can issue ’snoop off’ to turn the sniffing off.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noynim.com/2009/12/19/sniffing-snoop-netscreen-firewalls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Flash Error Fix</title>
		<link>http://www.noynim.com/2009/05/11/adobe-flash-error-fix/</link>
		<comments>http://www.noynim.com/2009/05/11/adobe-flash-error-fix/#comments</comments>
		<pubDate>Mon, 11 May 2009 05:50:13 +0000</pubDate>
		<dc:creator>Noynim IT Solutions</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[adobe]]></category>

		<guid isPermaLink="false">http://www.noynim.com/dev/?p=70</guid>
		<description><![CDATA[If you get the following message in C:\WINDOWS\system32\Macromed\Flash\install.log]]></description>
			<content:encoded><![CDATA[<p>If you get the following message in C:\WINDOWS\system32\Macromed\Flash\install.log</p>
<p>MessageBox: 12582960,”Failed to install.<br />
For troubleshooting tips, please see http://www.adobe.com/go/tn_19166″</p>
<p>Do the following:</p>
<p>Download SubInACL by going to:</p>
<p>http://www.microsoft.com/downloads/details.aspx?FamilyID=E8BA3E56-D8FE-4A91-93CF-ED6985E3927B&#038;displaylang=en</p>
<p>Once you have this installed create a file named “reset.cmd” You can use notepad to create this file, but make sure its not a text file.</p>
<p>In the file add the following:</p>
<p>cd “C:\Program Files\Windows Resource Kits\Tools”<br />
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f<br />
subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f<br />
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f<br />
subinacl /subdirectories %SystemDrive% /grant=administrators=f<br />
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=system=f<br />
subinacl /subkeyreg HKEY_CURRENT_USER /grant=system=f<br />
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=system=f<br />
subinacl /subdirectories %SystemDrive% /grant=system=f</p>
<p>Execute reset.cmd and let this run; this should allow you to install adobe flash. You might notice some errors but ignore them as they do not really matter.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noynim.com/2009/05/11/adobe-flash-error-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Errors Installing Adobe Flash</title>
		<link>http://www.noynim.com/2009/05/11/errors-installing-adobe-flash/</link>
		<comments>http://www.noynim.com/2009/05/11/errors-installing-adobe-flash/#comments</comments>
		<pubDate>Mon, 11 May 2009 05:47:10 +0000</pubDate>
		<dc:creator>Noynim IT Solutions</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[application errors]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.noynim.com/dev/?p=68</guid>
		<description><![CDATA[While attempting to install Adobe Flash, if you get the following message: MessageBox: 12582960, ”Failed to install. For troubleshooting tips, please see http://www.adobe.com/go/tn_19166″]]></description>
			<content:encoded><![CDATA[<p>While attempting to install Adobe Flash, if you get the following message:</p>
<p>MessageBox: 12582960,”Failed to install.<br />
For troubleshooting tips, please see http://www.adobe.com/go/tn_19166″</p>
<p>Do the following:</p>
<p>Download SubInACL by going to:</p>
<p>http://www.microsoft.com/downloads/details.aspx?FamilyID=E8BA3E56-D8FE-4A91-93CF-ED6985E3927B&amp;displaylang=en</p>
<p>Once you have this installed create a file named “reset.cmd”  You can use notepad to create this file, but make sure its not a text file.</p>
<p>In the file, add the following:</p>
<p>cd “C:\Program Files\Windows Resource Kits\Tools”<br />
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f<br />
subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f<br />
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f<br />
subinacl /subdirectories %SystemDrive% /grant=administrators=f<br />
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=system=f<br />
subinacl /subkeyreg HKEY_CURRENT_USER /grant=system=f<br />
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=system=f<br />
subinacl /subdirectories %SystemDrive% /grant=system=f</p>
<p>Let this run and then it should allow you to install Adobe Flash.  You may notice some errors but ignore them, as they don&#8217;t really matter.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noynim.com/2009/05/11/errors-installing-adobe-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
