<?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>Virtual Impressions</title>
	<atom:link href="http://www.virtualimpressions.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.virtualimpressions.com</link>
	<description>Quality Technology Solutions</description>
	<lastBuildDate>Tue, 14 Feb 2012 01:35:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Zimbra Account Export / Import from Command Line</title>
		<link>http://www.virtualimpressions.com/717/zimbra-account-export-import-from-command-line/</link>
		<comments>http://www.virtualimpressions.com/717/zimbra-account-export-import-from-command-line/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 14:49:38 +0000</pubDate>
		<dc:creator>Dave Stahr</dc:creator>
				<category><![CDATA[Tech Notes]]></category>

		<guid isPermaLink="false">http://www.virtualimpressions.com/?p=717</guid>
		<description><![CDATA[Zimbra has a fantastically useful built in system for exporting an entire mailbox, including the contents of the entire e-mail inbox, calendar, address book and briefcase ready to be imported on another Zimbra server either via the web interface or using zmmailbox from the command line. This makes migrating mailboxes between separate Zimbra installations incredibly [...]]]></description>
			<content:encoded><![CDATA[<p>Zimbra has a fantastically useful built in system for exporting an entire mailbox, including the contents of the entire e-mail inbox, calendar, address book and briefcase ready to be imported on another Zimbra server either via the web interface or using zmmailbox from the command line. This makes migrating mailboxes between separate Zimbra installations incredibly easy.</p>
<p>You can export a chosen mailbox from the source Zimbra server with:</p>
<blockquote><p>zmmailbox -z -m user@test.com getRestURL “//?fmt=tgz” &gt; /tmp/user_test.com.tar.gz</p></blockquote>
<p>And then import it into the destination server with:</p>
<blockquote><p>zmmailbox -z -m user@test.com postRestURL “//?fmt=tgz&amp;resolve=reset” /tmp/user_test.com.tar.gz</p></blockquote>
<p>You need to make sure that the target account exists before attempting to import the archive on the destination server. Using the “reset” resolve method will ensure that everything is wiped from the target account before importing from the archive.</p>
<p>Simply replace “tgz” with “zip” in order to chose between the two archive formats when importing and exporting, making sure to use the right one on the import!</p>
<p>If you want to download a copy of an account from your browser, just visit the appropriate URL (e.g. http://mail.test.com/home/user/?fmt=tgz where “user” is the account’s username) or use the nice Import/Export GUI in the Zimbra preferences tab, which also gives you the option to upload and import an archive.</p>
<p>The Zimbra preference interface to the export function also allows you to easily specify advanced settings such as date ranges, search filters or limiting the export to a certain data type such as calendar items.</p>
<p>The one problem with Zimbra’s import/export system is that user settings such as signatures and mail filters which are stored in an account’s LDAP attributes aren’t included in the exported data. It’s easy enough to manually move signatures between servers, but anything more than a couple of mail filters can be tedious to manually re-create.</p>
<p>Luckily, you can get the information you need from the zimbraMailSieveScript attribute for a chosen account using the zmprov command line utility:</p>
<blockquote><p>zmprov ga user@test.com zimbraMailSieveScript</p></blockquote>
<p>This should give you something a copy of your mail filter rules in the sieve format, for example:</p>
<blockquote><p>require ["fileinto", "reject", "tag", "flag"];</p>
<p># No Reply<br />
if anyof (header :contains ["to"] “noreply@test.com”) {<br />
fileinto “Inbox/No Reply”;<br />
stop;<br />
}</p></blockquote>
<p>You can then easily re-import this into LDAP on the destination server by placing single quotes around the result and using “zmprov ma”:</p>
<blockquote><p>zmprov ma user@test.com zimbraMailSieveScript ‘require ["fileinto", "reject", "tag", "flag"];</p>
<p># No Reply<br />
if anyof (header :contains ["to"] “noreply@test.com”) {<br />
fileinto “Inbox/No Reply”;<br />
stop;<br />
}’</p></blockquote>
<p>You can of course apply the same technique to other account details if you wish, you just need to know the appropriate LDAP attribute, such as zimbraPrefMailSignatureHTML for your signature or zimbraPrefOutOfOfficeReply for your out of office auto reply.</p>
<p>&nbsp;</p>
<p>Credit:</p>
<p><a href="http://new.spheron1.co.uk/2011/06/27/zimbra-mailbox-importexport-and-migration-of-e-mail-filter-rules/">http://new.spheron1.co.uk/2011/06/27/zimbra-mailbox-importexport-and-migration-of-e-mail-filter-rules/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualimpressions.com/717/zimbra-account-export-import-from-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Canon ir4570 Printer Network Configuration</title>
		<link>http://www.virtualimpressions.com/679/canon-ir4570-printer-network-configuration/</link>
		<comments>http://www.virtualimpressions.com/679/canon-ir4570-printer-network-configuration/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 17:15:06 +0000</pubDate>
		<dc:creator>Dave Stahr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.virtualimpressions.com/?p=679</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.virtualimpressions.com/679/canon-ir4570-printer-network-configuration/"><em>Click here to view the embedded video.</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualimpressions.com/679/canon-ir4570-printer-network-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix the problem caused by malware hiding all program folders</title>
		<link>http://www.virtualimpressions.com/675/fix-the-problem-caused-by-malware-hiding-all-program-folders/</link>
		<comments>http://www.virtualimpressions.com/675/fix-the-problem-caused-by-malware-hiding-all-program-folders/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 16:21:00 +0000</pubDate>
		<dc:creator>verle</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.virtualimpressions.com/?p=675</guid>
		<description><![CDATA[Run this program to unhide the hidden folders. unhide]]></description>
			<content:encoded><![CDATA[<p>Run this program to unhide the hidden folders.</p>
<p><a href="http://www.virtualimpressions.com/wp-content/uploads/2011/11/unhide.exe">unhide</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualimpressions.com/675/fix-the-problem-caused-by-malware-hiding-all-program-folders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix MySQL Replication after Master crashes</title>
		<link>http://www.virtualimpressions.com/658/fix-mysql-replication-after-master-crashes/</link>
		<comments>http://www.virtualimpressions.com/658/fix-mysql-replication-after-master-crashes/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 13:12:45 +0000</pubDate>
		<dc:creator>Dave Stahr</dc:creator>
				<category><![CDATA[Tech Notes]]></category>

		<guid isPermaLink="false">http://www.virtualimpressions.com/?p=658</guid>
		<description><![CDATA[During a recent power hit, our master MySQL database went down.  It came back up, but the slaves did not recover the synchronization.  One slave is local and also went down in the power hit, the other is remote and didn&#8217;t ever go down.  Both, however, had the same symptoms &#8211; their master log file [...]]]></description>
			<content:encoded><![CDATA[<p>During a recent power hit, our master MySQL database went down.  It came back up, but the slaves did not recover the synchronization.  One slave is local and also went down in the power hit, the other is remote and didn&#8217;t ever go down.  Both, however, had the same symptoms &#8211; their master log file was that of the master at the point of power failure.  After some Googling and finding several potential fixes, I found a new one, and it worked perfectly.  On both slaves, I simply hopped on the MySQL CLI and typed:</p>
<div>
<pre>MYSQL&gt; <strong>stop slave; SET GLOBAL SQL_SLAVE_SKIP_COUNTER = 1; START SLAVE;</strong></pre>
<p>They sync&#8217;d right up.</p>
</div>
<form id="form_61092f4ded_13" action="http://waterlovinghead.com/MysqlReplication/grabcode" method="post"></form>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualimpressions.com/658/fix-mysql-replication-after-master-crashes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Fix svchost.exe using 100% CPU / Memory Leak</title>
		<link>http://www.virtualimpressions.com/640/how-to-fix-svchost-exe-using-100-cpu-memory-leak/</link>
		<comments>http://www.virtualimpressions.com/640/how-to-fix-svchost-exe-using-100-cpu-memory-leak/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 12:49:59 +0000</pubDate>
		<dc:creator>Dave Stahr</dc:creator>
				<category><![CDATA[Computer Repair]]></category>

		<guid isPermaLink="false">http://www.virtualimpressions.com/?p=640</guid>
		<description><![CDATA[Credit: Bryce Whitty http://www.technibble.com/how-to-fix-svchost-using-100-cpu-memory-leak/ &#160; As a computer technician, here is a problem I have been coming across more and more. About 30secs to 1 minute after booting into Windows the computer starts lagging heavily. When CTRL+ALT+DEL is pressed it shows that svchost.exe is using up maximum CPU resources and only occurs when Automatic Updates [...]]]></description>
			<content:encoded><![CDATA[<p>Credit: Bryce Whitty</p>
<p><a href="http://www.technibble.com/how-to-fix-svchost-using-100-cpu-memory-leak/">http://www.technibble.com/how-to-fix-svchost-using-100-cpu-memory-leak/</a></p>
<p>&nbsp;</p>
<p>As a computer technician, here is a problem I have been coming across more and more. About 30secs to 1 minute after booting into Windows the computer starts lagging heavily. When CTRL+ALT+DEL is pressed it shows that svchost.exe is using up maximum CPU resources and only occurs when Automatic Updates is enabled. Microsoft has recognized this problem and has released a patch. However, on all computers I have worked on with this problem, the Microsoft patches don’t fix the problem. This is a guide on how to fix this problem with svchost using maximum CPU.</p>
<p>First of all, to identify if you have this problem you need to press CTRL+ALT+DEL all at the same time, go to the “Processes Tab” and then press “Mem Usage”. If you have this svchost.exe memory leak bug after about 1 minute you will see that the amount of memory usage svchost.exe uses will keep increasing until CPU becomes 99 or 100%. Below is an example of what this looks like:</p>
<p><img src="http://www.technibble.com/articlecontent/2007/06/svchostleak.jpg" alt="svchost.exe memory leak shown in Windows Task Manager" /></p>
<p><strong>How to stop svchost.exe using up 100% system resources (Windows XP Only):<br />
</strong></p>
<p>&nbsp;</p>
<ul>
<li>Visit the Microsoft website and Download Windows Update v3 <a href="http://www.virtualimpressions.com/wp-content/uploads/2011/10/windowsupdateagent30-x86.exe">WindowsUpdateAgent30-x86.exe</a> and save it to your C:\ drive</li>
<li>Download this file <a href="http://www.virtualimpressions.com/wp-content/uploads/2011/10/fix_svchost-bat.txt">fix_svchost.bat</a> <strong>(right click and choose save as..)</strong>and save it to your C:\ drive as fix_svchost.bat.  (rename the file)</li>
<li>Download this file <a href="http://www.virtualimpressions.com/wp-content/uploads/2011/10/WindowsXP-KB927891-v3-x86-ENU.exe">WindowsXP-KB927891.exe</a> and save it to your C:\ drive</li>
<li>Reboot the computer and log in to Windows XP in safe mode. To do this, press F8 just before the WindowsXP logo shows up during boot and press up to choose “Safe Mode”</li>
<li>Once Windows has loaded and you have the option of which user account to use, log on as “Administrator”.</li>
<li>Click Start &gt; Run, choose the Browse button and find the fix_svchost.bat file you saved before, press Open, then OK.</li>
<li>A black screen will pop up and white text will scroll past. Wait for this process to finish as it could take several minutes. It will close itself when its finished.</li>
<li>Once the black screen disappears, Click Start &gt; Run, choose the Browse button and find the WindowsUpdateAgent30-x86.exe file you saved before, press Open, then OK. Follow the prompts as it installs.</li>
<li>When Windows Update Agent finishes installing, Click Start &gt; Run, choose the Browse button and find the WindowsXP-KB927891.exe file you saved before, press Open, then OK. Follow the prompts as it installs.</li>
<li>Reboot the computer</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualimpressions.com/640/how-to-fix-svchost-exe-using-100-cpu-memory-leak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mikrotik RB751</title>
		<link>http://www.virtualimpressions.com/630/mikrotik-rb751/</link>
		<comments>http://www.virtualimpressions.com/630/mikrotik-rb751/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 15:56:55 +0000</pubDate>
		<dc:creator>Dave Stahr</dc:creator>
				<category><![CDATA[Hardware Reviews]]></category>

		<guid isPermaLink="false">http://www.virtualimpressions.com/?p=630</guid>
		<description><![CDATA[Here&#8217;s the new RB751 &#8211; Mikrotik&#8217;s latest desktop wireless router.  I&#8217;m comparing it to the also recently released RB750. &#160; &#160; And just for reference here&#8217;s the configuration script that would be run: #&#124; ether1 is renamed to ether1-gateway #&#124; DHCP client and masquerade is set on ether1-gateway #&#124; ether2 is renamed to ether2-master-local and [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the new RB751 &#8211; Mikrotik&#8217;s latest desktop wireless router.  I&#8217;m comparing it to the also recently released RB750.</p>
<div id="attachment_632" class="wp-caption aligncenter" style="width: 610px"><img class="size-full wp-image-632" title="compare-box-rb750" src="http://www.virtualimpressions.com/wp-content/uploads/2011/10/compare-box-rb750.jpg" alt="" width="600" height="565" /><p class="wp-caption-text">It was a bit smaller than I thought it would be -- a good thing.</p></div>
<div id="attachment_634" class="wp-caption aligncenter" style="width: 610px"><img class="size-full wp-image-634" title="compare-size-rb750" src="http://www.virtualimpressions.com/wp-content/uploads/2011/10/compare-size-rb750.jpg" alt="" width="600" height="761" /><p class="wp-caption-text">Here&#39;s an overhead view comparing the RB750 and the RB751.</p></div>
<div id="attachment_633" class="wp-caption aligncenter" style="width: 610px"><img class="size-full wp-image-633" title="compare-ports-rb750" src="http://www.virtualimpressions.com/wp-content/uploads/2011/10/compare-ports-rb750.jpg" alt="" width="600" height="361" /><p class="wp-caption-text">Rear ports - identical to the RB750</p></div>
<p>&nbsp;</p>
<div id="attachment_635" class="wp-caption aligncenter" style="width: 610px"><img class="size-full wp-image-635" title="usb" src="http://www.virtualimpressions.com/wp-content/uploads/2011/10/usb.jpg" alt="" width="600" height="468" /><p class="wp-caption-text">I&#39;m interested to see what the USB port is all about</p></div>
<div id="attachment_631" class="wp-caption aligncenter" style="width: 610px"><img class="size-full wp-image-631" title="antenna" src="http://www.virtualimpressions.com/wp-content/uploads/2011/10/antenna.jpg" alt="" width="600" height="690" /><p class="wp-caption-text">There&#39;s an optional antenna port - presumably adding an actual antenna would be beneficial.</p></div>
<div id="attachment_637" class="wp-caption aligncenter" style="width: 474px"><img class="size-full wp-image-637" title="script-popup" src="http://www.virtualimpressions.com/wp-content/uploads/2011/10/script-popup.jpg" alt="" width="464" height="344" /><p class="wp-caption-text">This is the popup dialog window for the &quot;do you want this config&quot; when first logging in to the RB751.</p></div>
<p>&nbsp;</p>
<p><span class="Apple-style-span" style="font-family: Consolas, Monaco, monospace; font-size: 12px; line-height: 18px; white-space: pre;">And just for reference here&#8217;s the configuration script that would be run:</span></p>
<pre>#| ether1 is renamed to ether1-gateway
#| DHCP client and masquerade is set on ether1-gateway
#| ether2 is renamed to ether2-master-local and configured as switch master port for ether3-ether5
#| ether2-master-local and wlan1 are bridged
#| wireless is set as access point in 2412MHz using both chains and extension channel enabled.
#| IP address 192.168.88.1/24 and DHCP server is set on bridge interface
#| DHCP servers address pool is 192.168.88.10-192.168.88.254

:global action;
:local dhcpEnabled 0;
:local wirelessEnabled 0;

#check for wireless and dhcp packages
:if ([:len [/system package find name="dhcp" !disabled]] != 0) do={
	:set dhcpEnabled 1;
}
:if ([:len [/system package find name="wireless" !disabled]] != 0) do={
	:set wirelessEnabled 1;
}

#-------------------------------------------------------------------------------
# Apply configuration.
# these commands are executed after installation or configuration reset
#-------------------------------------------------------------------------------
:if ($action = "apply") do={
# wait for interfaces
	:while ([/interface ethernet find] = "") do={ :delay 1s; };
	:if ( $wirelessEnabled = 1) do={
# wait for wireless
		:local count 0;
		:while ([/interface wireless find] = "") do={
			:set count ($count +1);
			:if ($count = 60) do={
				:log warning "DefConf: Unable to find wireless interface";
				/ip address add address=192.168.88.1/24 interface=ether1;
				/quit
			}
			:delay 1s;
		};
		/interface wireless set wlan1 mode=ap-bridge band=2ghz-b/g/n ht-txchains=0,1 ht-rxchains=0,1 \
			disabled=no country=no_country_set wireless-protocol=any
		/interface wireless set wlan1 channel-width=20/40mhz-ht-above ;
	}

	/interface set ether1 name="ether1-gateway";
	:if ( $dhcpEnabled = 1) do={
		/ip dhcp-client add interface=ether1-gateway disabled=no comment="default configuration";
	}

	/interface {
		set ether2 name=ether2-master-local;
		set ether3 name=ether3-slave-local;
		set ether4 name=ether4-slave-local;
		set ether5 name=ether5-slave-local;
	}
	/interface ethernet {
		set ether3-slave-local master-port=ether2-master-local;
		set ether4-slave-local master-port=ether2-master-local;
		set ether5-slave-local master-port=ether2-master-local;
	}

	/interface bridge
		add name=bridge-local disabled=no auto-mac=no protocol-mode=rstp;
	:local bMACIsSet 0;
	:foreach k in=[/interface find] do={
		:local tmpPortName [/interface get $k name];
		:if (!($tmpPortName~"bridge"  || $tmpPortName~"ether1"|| $tmpPortName~"slave")) do={
			:if ($bMACIsSet = 0) do={
				:if ([/interface get $k type] = "ether") do={
					/interface bridge set "bridge-local" admin-mac=[/interface ethernet get $tmpPortName mac-address];
					:set bMACIsSet 1;
				}
			}
			/interface bridge port
				add bridge=bridge-local interface=$tmpPortName;
		}
	}

	/ip address add address=192.168.88.1/24 interface=bridge-local comment="default configuration";
	:if ($dhcpEnabled = 1) do={
		/ip pool add name="default-dhcp" ranges=192.168.88.10-192.168.88.254;
		/ip dhcp-server
			add name=default address-pool="default-dhcp" interface=bridge-local disabled=no;
		/ip dhcp-server network
			add address=192.168.88.0/24 gateway=192.168.88.1 dns-server=192.168.88.1 comment="default configuration";
	}
	/ip firewall {
		filter add chain=input action=accept protocol=icmp comment="default configuration"
		filter add chain=input action=accept connection-state=established comment="default configuration"
		filter add chain=input action=accept connection-state=related comment="default configuration"
		filter add chain=input action=drop in-interface=ether1-gateway comment="default configuration"
		nat add chain=srcnat out-interface=ether1-gateway action=masquerade comment="default configuration"
	}
	/tool mac-server remove [find];
	/tool mac-server mac-winbox disable [find];
	:foreach k in=[/interface find] do={
		:local tmpName [/interface get $k name];
		:if (!($tmpName~"ether1")) do={
			/tool mac-server add interface=$tmpName disabled=no;
			/tool mac-server mac-winbox add interface=$tmpName disabled=no;
		}
	}
	/ip neighbor discovery set [find name="ether1-gateway"] discover=no
	/ip dns {
		set allow-remote-requests=yes
		static add name=router address=192.168.88.1
	}

}

#-------------------------------------------------------------------------------
# Revert configuration.
# these commands are executed if user requests to remove default configuration
#-------------------------------------------------------------------------------
:if ($action = "revert") do={
# remove wan port protection
	/ip firewall {
		:local o [nat find comment="default configuration"]
		:if ([:len $o] != 0) do={ nat remove $o }
		:local o [filter find comment="default configuration"]
		:if ([:len $o] != 0) do={ filter remove $o }
	}
	/tool mac-server remove [find]
	/tool mac-server add interface=all disabled=no
	/tool mac-server mac-winbox remove [find interface!=all]
	/tool mac-server mac-winbox set [find] disabled=no
# reset wan ports;
	/ip neighbor discovery set [find name="ether1-gateway"] discover=yes
	/interface set "ether1-gateway" name=ether1;
	:if ($dhcpEnabled = 1) do={
		:local o [/ip dhcp-server network find comment="default configuration"]
		:if ([:len $o] != 0) do={ /ip dhcp-server network remove $o }
		:local o [/ip dhcp-server find name="default" address-pool="default-dhcp" interface="bridge-local" !disabled]
		:if ([:len $o] != 0) do={ /ip dhcp-server remove $o }
		/ip pool {
			:local o [find name="default-dhcp" ranges=192.168.88.10-192.168.88.254]
			:if ([:len $o] != 0) do={ remove $o }
		}
		:local o [/ip dhcp-client find comment="default configuration"]
		:if ([:len $o] != 0) do={ /ip dhcp-client remove $o }
	}
	/ip dns {
		set allow-remote-requests=no
		:local o [static find name=router address=192.168.88.1]
		:if ([:len $o] != 0) do={ static remove $o }
	}
	/ip address {
		:local o [find comment="default configuration"]
		:if ([:len $o] != 0) do={ remove $o }
	}
# remove switch
	/interface set ether2-master-local name=ether2;
	/interface ethernet set ether3-slave-local master-port=none;
	/interface set ether3-slave-local name=ether3;
	/interface ethernet set ether4-slave-local master-port=none;
	/interface set ether4-slave-local name=ether4;
	/interface ethernet set ether5-slave-local master-port=none;
	/interface set ether5-slave-local name=ether5;
	/interface bridge port remove [find bridge="bridge-local"]
	/interface bridge remove [find name="bridge-local"]
	:if ($wirelessEnabled = 1) do={
		/interface set [find name~"wlan1"] name=wlan1
		/interface wireless reset-configuration wlan1
	}

}</pre>
<pre></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualimpressions.com/630/mikrotik-rb751/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Scotty McCreary Meets Josh Turner</title>
		<link>http://www.virtualimpressions.com/492/scotty-mccreary-meets-josh-turner/</link>
		<comments>http://www.virtualimpressions.com/492/scotty-mccreary-meets-josh-turner/#comments</comments>
		<pubDate>Tue, 17 May 2011 14:51:19 +0000</pubDate>
		<dc:creator>Dave Stahr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.virtualimpressions.com/?p=492</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.virtualimpressions.com/492/scotty-mccreary-meets-josh-turner/"><em>Click here to view the embedded video.</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualimpressions.com/492/scotty-mccreary-meets-josh-turner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server Maintenance</title>
		<link>http://www.virtualimpressions.com/387/server-maintenance-2/</link>
		<comments>http://www.virtualimpressions.com/387/server-maintenance-2/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 03:49:43 +0000</pubDate>
		<dc:creator>Dave Stahr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.virtualimpressions.com/?p=387</guid>
		<description><![CDATA[Our web servers are currently offline for maintenance. [EDIT: I realized I didn't post again when they were back up.  They were back up shortly after taking them down!!]]]></description>
			<content:encoded><![CDATA[<p>Our web servers are currently offline for maintenance.</p>
<p>[EDIT: I realized I didn't post again when they were back up.  They were back up shortly after taking them down!!]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualimpressions.com/387/server-maintenance-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server Maintenance (Dec 3)</title>
		<link>http://www.virtualimpressions.com/368/server-maintenance/</link>
		<comments>http://www.virtualimpressions.com/368/server-maintenance/#comments</comments>
		<pubDate>Fri, 03 Dec 2010 17:04:49 +0000</pubDate>
		<dc:creator>Dave Stahr</dc:creator>
				<category><![CDATA[Tech Notes]]></category>

		<guid isPermaLink="false">http://www.virtualimpressions.com/?p=368</guid>
		<description><![CDATA[It around 11:45am today we will be moving our last remaining web server to our new host. If your website is down, it should be back up by 12:30pm (central time). We apologize for the inconvenience, but a hard move and brief outage is more favorable than deploying a second server because of the savings [...]]]></description>
			<content:encoded><![CDATA[<p>It around 11:45am today we will be moving our last remaining web server to our new host.  If your website is down, it should be back up by 12:30pm (central time).</p>
<p>We apologize for the inconvenience, but a hard move and brief outage is more favorable than deploying a second server because of the savings of cost and labor efforts.</p>
<p>Thank you for your patience!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualimpressions.com/368/server-maintenance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Out of Office Fri Nov 5th</title>
		<link>http://www.virtualimpressions.com/326/out-of-office-fri-nov-5th/</link>
		<comments>http://www.virtualimpressions.com/326/out-of-office-fri-nov-5th/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 14:48:50 +0000</pubDate>
		<dc:creator>Dave Stahr</dc:creator>
				<category><![CDATA[Out of Office]]></category>

		<guid isPermaLink="false">http://www.virtualimpressions.com/?p=326</guid>
		<description><![CDATA[I&#8217;ll be out the office all day today. Please leave voicemail or send me an email, I will reply to you when I return. Sorry for the inconvenience!]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll be out the office all day today.  Please leave voicemail or send me an email, I will reply to you when I return.  Sorry for the inconvenience!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualimpressions.com/326/out-of-office-fri-nov-5th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

