<?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>TechVirtuoso &#187; IT Technology</title>
	<atom:link href="http://techvirtuoso.com/articles/it-technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://techvirtuoso.com</link>
	<description>Enterprise technology for and by those who live it.</description>
	<lastBuildDate>Fri, 30 Jul 2010 03:00:21 +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>Two great tools for the low/no budget sysadmin</title>
		<link>http://techvirtuoso.com/2010/04/07/two-great-tools-for-the-lowno-budget-sysadmin/</link>
		<comments>http://techvirtuoso.com/2010/04/07/two-great-tools-for-the-lowno-budget-sysadmin/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 15:30:11 +0000</pubDate>
		<dc:creator>Michael Stanclift</dc:creator>
				<category><![CDATA[IT Technology]]></category>

		<guid isPermaLink="false">http://techvirtuoso.com/?p=815</guid>
		<description><![CDATA[We all know how in our struggling economy, finding effective tools that help us do our jobs, and not breaking our shrinking budgets, is getting harder and harder. A fellow in Ireland by the name of Dan Cunningham (his website is here, follow him on Twitter here), who just happened to post in post in the [...]]]></description>
			<content:encoded><![CDATA[<p>We all know how in our struggling economy, finding effective tools that help us do our jobs, and not breaking our shrinking budgets, is getting harder and harder. A fellow in Ireland by the name of Dan Cunningham (<a href="http://dcunningham.net/">his website is here</a>, <a href="http://twitter.com/sintaxasn">follow him on Twitter here</a>), who just happened to post in post in the comments of our previous articles, has written two very excellent looking tools for the low/no budget systems administrator. Both of these will be going straight into production in my office ASAP.</p>
<p><em>Dan also has some useful tools for encoding video content on his blog, both of which are worth taking a look at.</em></p>
<p><strong>Workstation Migration Assistant</strong></p>
<p><img class="alignright size-large wp-image-816" title="wma_main" src="http://techvirtuoso.com/wp-content/uploads/2009/12/wma_main-378x246.png" alt="wma_main" width="378" height="246" />The Workstation Migration Assistant is a visual wrapper for Microsoft’s User State Migration Tool, designed to simplify the capture / restore process for your end-users, and at the same time being highly configurable so that it can be customised to suit your organisations needs.</p>
<p>Some of it’s features include:</p>
<ul>
<li>Migrate via a pre-defined network storage location, external USB drive, or user-specified location. USB drive detection is automatic, and you can decide whether drives below a certain size are ignored (ie, memory sticks)</li>
<li>Optional Hard Disk Health Check will run a CHKDSK prior to capture and fix errors if any are found</li>
<li>Optional Encryption using a pre-defined company encryption key, or per-user customised encryption (for highly sensitive data that can’t be stored on a server without being encrypted)</li>
<li>Use different configurations for “XP Only” (XP &gt; XP) migrations via Standard (XP &gt; Vista and Vista &gt; Vista)</li>
<li>Automatically run pre and post-capture / restore scripts and programs (very useful to further configure machine settings)</li>
<li>Migrate domain only accounts, or domain and local</li>
<li>Automatically exclude certain domain or local accounts from the migration</li>
<li>Automatically send log files to an e-mail address via SMTP after the migration</li>
<li>On-screen status during every stage of the migration, including ETA</li>
<li>Option to limit migrations to a certain size, i.e. if over 20GB of data to backup, then fail and inform user. This is also overridable</li>
<li>Automatic checks for USMT installation and optional download</li>
<li>Command-line automation</li>
</ul>
<p>It requires .NET Framework 2.0 on both the capture and target machines | <a href="http://dcunningham.net/sysadmin-tools/migration-assistant/">Download</a></p>
<p><strong>Software Compliance Tool</strong></p>
<p><a rel="attachment wp-att-1094" href="http://techvirtuoso.com/2010/04/07/two-great-tools-for-the-lowno-budget-sysadmin/sct_main/"><img class="alignright size-large wp-image-1094" title="sct_main" src="http://techvirtuoso.com/wp-content/uploads/2010/02/sct_main-431x246.png" alt="" width="431" height="246" /></a>The Software Compliance Tool is a small application designed to reduce the overhead in managing unwanted applications in a business environment. While Windows Vista and Windows 7 have made a lot of headway in easing reduced user rights into the Enterprise, it’s still very common that Local Administrator rights are given to end users. The reasoning for this is usually to work around application compatibility (both external and in-house). However, this introduces the ability for end users to install whatever they want on their computers, including games, peer-to-peer software and security vulnerable applications. It is the company’s responsibility to ensure that copyrights are not infringed, and that their network is secure.</p>
<p>The Software Compliance Tool will try to automatically remove any applications which are contained on your custom-built “blacklisted applications” policy.</p>
<p>Some of the features include:</p>
<ul>
<li>Can automatically remove most Windows Installer (MSI) based installations</li>
<li>Uninstall Strings for non MSI-based installs can be supplemented with switches (ie, “/S” for silent)</li>
<li>Blacklist allows partial name matches (ie, “Mozilla” will blacklist all Mozilla applications)</li>
<li>Blacklist allows version matches (ie, allow all versions greater than v1.6.5, remove all previous versions)</li>
<li>Blacklist, but allow exclusions based on Active Directory Users or Groups</li>
<li>Blacklist policy is encrypted to prevent tampering or reading by users</li>
<li>AD Exclusions list is cached and encrypted, to allow running SCT off-domain</li>
<li>Simple SQL logging to allow tracking of policy breaches (and potentially further action for repeated breaches)</li>
<li>Extremely fast execution. Can be run from your Active Director login scripts</li>
</ul>
<p>It requires .NET 3.5 to run, and must be run as a local administrator to successfully uninstall applications. | <a href="http://dcunningham.net/sysadmin-tools/software-compliance-tool/">Download</a></p>
<p><em><br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/techvirtuoso.com/p=815</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Virtual PBXs, are they the future?</title>
		<link>http://techvirtuoso.com/2010/03/11/virtual-pbxs-are-they-the-future/</link>
		<comments>http://techvirtuoso.com/2010/03/11/virtual-pbxs-are-they-the-future/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 05:23:14 +0000</pubDate>
		<dc:creator>Frank Owen</dc:creator>
				<category><![CDATA[IT Technology]]></category>
		<category><![CDATA[Telecom]]></category>
		<category><![CDATA[PBX]]></category>
		<category><![CDATA[Ring Central]]></category>
		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://techvirtuoso.com/?p=1058</guid>
		<description><![CDATA[Phone Systems have evolved over the last 10 years.  With the death of the traditional PBX and the new VoIP movement businesses have more reasons to upgrade and more feature sets to choose from.  I previously managed the IT department for a small company that relied heavily on the phone system.
They purchased a (at the [...]]]></description>
			<content:encoded><![CDATA[<p>Phone Systems have evolved over the last 10 years.  With the death of the traditional PBX and the new VoIP movement businesses have more reasons to upgrade and more feature sets to choose from.  I previously managed the IT department for a small company that relied heavily on the phone system.</p>
<p>They purchased a (at the time) a state of the art system and spent a big chunk of change thinking it would last them forever.  Fast Forward 10 years and that same system that cost them hundreds of thousands of dollars is now worth 30K (if they found a sucker on the street) and they were spending thousands of dollars every month on maintenance for the ancient piece of equipment sitting on the wall.  They were stuck with a dinosaur and were quickly falling behind their competitors.</p>
<p><span id="more-1058"></span>At the time they had four options.</p>
<ol>
<li>Invest a significant amount of money into a upgraded phone system</li>
<li>Move to a &#8220;Virtual PBX&#8221; a fairly new type of phone service, mainly used for home based businesses</li>
<li>Stick with the Dinosaur they know and continue to fall behind their  competition</li>
<li>Move to a unproven, unknown &#8220;Hosted&#8221; solution.</li>
</ol>
<p>Looking back I believe they should have chosen the Virtual PBX option.  This would have allowed them to take advantage of the new features coming to market as well as keeping their costs down and without replacing equipment.  It also would have allowed them to keep ahead of the game by taking advantage of the new features as they come to market instead of waiting for upgrades to a proprietary phone system.</p>
<p>These Virtual PBX systems have come a long way since I first started to research them.  I have been given a 90 day free evaluation of the new Mobile service by <a href="http://www.ringcentral.com/aff/toll-free-numbersb50p_3.html?bmid=IVYWORLDWIDE&amp;OID=IVYMOB50P3" target="_blank">RingCentral</a> and I am impressed at the progress these services have made.  They allow small companies to get the services provided by a enterprise class phone switch without making the large investment up front.</p>
<p>Do you think Virtual PBXs are the route of the future?  How would this technology help your company?</p>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/techvirtuoso.com/p=1058</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Intel 8-Core Nehalem-EX coming this March</title>
		<link>http://techvirtuoso.com/2010/03/08/intel-8-core-nehalem-ex-coming-this-march/</link>
		<comments>http://techvirtuoso.com/2010/03/08/intel-8-core-nehalem-ex-coming-this-march/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 21:31:20 +0000</pubDate>
		<dc:creator>Tim Davis</dc:creator>
				<category><![CDATA[IT Technology]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[core]]></category>
		<category><![CDATA[cpu]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[nehalem]]></category>

		<guid isPermaLink="false">http://techvirtuoso.com/?p=1011</guid>
		<description><![CDATA[Is 4 Cores of raw physical processing power not enough for you? Do you often find your servers bogged down from never ending number crunching?
Never fear, Intel hears your cries for extreme power. Intel is readying it&#8217;s launch of Nehalem-EX processors for this month. The new processors will boast 8-cores, 16 threads and support for [...]]]></description>
			<content:encoded><![CDATA[<p>Is 4 Cores of raw physical processing power not enough for you? Do you often find your servers bogged down from never ending number crunching?</p>
<p>Never fear, Intel hears your cries for extreme power. Intel is readying it&#8217;s launch of Nehalem-EX processors for <strong>this month.</strong> The new processors will boast 8-cores, 16 threads and support for up to 8 processor sockets on a single board.</p>
<p><span id="more-1011"></span>The Intel announcement states:</p>
<ul>
<li>45nm process</li>
<li>8-cores per CPU</li>
<li>16 threads per CPU</li>
<li>Up to 8 sockets</li>
<li>QPI Architecture with four links</li>
<li>24MB of shared cache</li>
<li>Memory controller integration</li>
<li>Turbo Boost Technology</li>
<li>9 times the memory bandwidth of current Xeon 7400&#8217;s</li>
<li>16 memory slots per physical processor</li>
<li>2.3 billion transistors</li>
</ul>
<p style="text-align: center;"><a rel="attachment wp-att-1019" href="http://techvirtuoso.com/2010/03/08/intel-8-core-nehalem-ex-coming-this-march/nehalem_ex/"><img class="aligncenter size-full wp-image-1019" style="border: 0pt none;" src="http://techvirtuoso.com/wp-content/uploads/2010/03/Nehalem_EX.jpg" alt="" width="585" height="428" /></a></p>
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/techvirtuoso.com/p=1011</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Not everything made by Cisco is made of gold</title>
		<link>http://techvirtuoso.com/2010/03/08/not-everything-made-by-cisco-is-made-of-gold/</link>
		<comments>http://techvirtuoso.com/2010/03/08/not-everything-made-by-cisco-is-made-of-gold/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 20:14:36 +0000</pubDate>
		<dc:creator>Jake Sonelly</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[IT Technology]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[asa]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[linksys]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://techvirtuoso.com/?p=1005</guid>
		<description><![CDATA[The scenario:  You’ve found yourself working at a company that is  experiencing phenomenal growth.  The employees have actually decupled  in the past year and show no signs of slowing in the near future (on  this note, when was the last time you saw the “decupled”  in print?). You have inherited a [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a rel="attachment wp-att-1014" href="http://techvirtuoso.com/2010/03/08/not-everything-made-by-cisco-is-made-of-gold/newciscologo/"><img class="alignright size-medium wp-image-1014" style="margin-right: 10px; margin-left: 10px; border: 0pt none;" title="NewCiscologo" src="http://techvirtuoso.com/wp-content/uploads/2010/03/NewCiscologo-136x80.png" alt="" width="136" height="80" /></a>The scenario</strong>:  You’ve found yourself working at a company that is  experiencing phenomenal growth.  The employees have actually decupled  in the past year and show no signs of slowing in the near future (on  this note, when was the last time you saw the “<a href="http://www.merriam-webster.com/dictionary/decuple" target="_blank">decupled</a>”  in print?). You have inherited a network that is truly a  Frankensteinian creation that not even the original architects  understand any more.  You have noticed that you neither have a working  firewall nor a decent VPN system, though Cisco VPN is used by a handful  of key employees to connect to a Cisco 1800 series router.  The IP  scheme for the organization, which spans three sites, is using the  192.x.x.x address space. You wish to straighten everything out with a  minimum of downtime and as seamless as possible for the end-users.  What  do you do?</p>
<p>Well, instead of telling you what to do, allow me to tell you what  not to do.  Not just that, let me drill into your collective skulls what  not to do.  Are you ready?  Here it comes:</p>
<p>Do not, and this is  key, so write it down… do <span style="text-decoration: underline;"><em>not</em></span> buy a <a href="http://www.cisco.com/cisco/web/solutions/small_business/products/security/SA_500/index.html" target="_blank">Cisco SA 500</a> series device.</p>
<p><span id="more-1005"></span>Did you get all that down?  Now, I know some of you are thinking,  “Wait a minute there, sir!  Cisco makes excellent business systems!  I  am shocked at your lack of understanding!”  For those of you saying  that, you have probably used something like the <a href="http://www.cisco.com/en/US/prod/collateral/vpndevc/ps6032/ps6094/ps6120/prod_brochure0900aecd80402e36.html" target="_blank">Cisco ASA 5505</a> to wrangle your network and think Cisco  walks on water.  It&#8217;s okay&#8230; until recently I was one of you.  I’m here  to tell you that putting the SA 500 in the same category as the ASA 5505  is akin to putting your child’s refrigerator “art” in the same category  as the Mona Lisa (sorry, moms).</p>
<p>Here’s the lowdown on this “Security Appliance” that will be the  bane of your existence.   First, the unit is essentially and enhanced  and rebranded Linksys product <a href="http://bmighty.informationweek.com/blog/main/archives/2009/09/cisco_refreshes.html" target="_blank">meant for small businesses</a>.  Now, I like that Cisco  bought Linksys when it comes to home and small business products and up  until meeting this hardware from hell, I had thought the merger would  never go wrong. So what is so wrong with something like this?  Well, if  you like certain features like a command-line interface, support for any  VPN client other the Linksys (whoops, I mean, “Cisco”) QuickVPN and  other things you&#8217;ve come to expect from a Cisco device, than you’ll  understand the issue I have with this product.</p>
<p>Second, the price points for these units are right up there with the  vastly superior ASA 5505.  You’re paying the same price for this <a href="http://www.time.com/time/specials/2007/article/0,28804,1658545_1658533_1658529,00.html" target="_blank">Yugo</a> of a device as you would for one equaling a  Camaro.  Why would someone in their right mind do something like this?   Let me tell you how someone could be misguided into purchasing this  unit.  Unlike the ASA 5505, the SA 500 allows you to integrate <a href="http://www.verisign.com/authentication/enterprise-authentication/enterprise-otp/" target="_blank">Verisign’s One-Time Password</a> service for VPN  access.  Now, I understand how OTP is a good thing, but for a  medium-sized company, I’ve found tying <a href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00806de37e.shtml" target="_blank">VPN access to AD Authentication (using IAS)</a> is not a  bad alternative (especially if you’re using <a href="http://technet.microsoft.com/en-us/library/dd277328.aspx" target="_blank">best security practices</a> and least user access).</p>
<p>So, let’s say you are okay with the lack of Cisco VPN support and  you’re young, so you love purely web-based GUI interfaces (This is you  if you&#8217;ve ever thought &#8220;Command line&#8230; what is this, 1985?&#8221;).  What  other issues would you run into?  Well, for one, the SA 500 doesn’t allow  you to activate support for QuickVPN unless you’re on a 10.x.x.x  network.  So, you know, you would have to redo your entire corporate IP  scheme.  If that isn’t doing it for you, keep in mind that there is a  big difference between Cisco VPN and Linksys/Cisco QuickVPN:</p>
<div style="padding-left: 30px;"><strong>Cisco VPN</strong>: VPN client creates  a virtual interface on your computer. This allows you to route traffic  to the tunnel and get an IP address from the host.  This also allows for  name translation via internal DNS and other features.</p>
<p><strong>QuickVPN</strong>: VPN client only encrypts the traffic to the other  end. It does not use a virtual interface. You will only have your local  IP address when connected (this means if the user happens to share the  same IP scheme as the host, they can&#8217;t connect).  Also, QuickVPN tunnels  do not pass NetBIOS broadcast packets, meaning there is no name  translation without Host-file editing.</p>
</div>
<p>The SA 500 still looking that great to you?  Remember that  since there is no CLI, you’ll be unable to simply copy the config from  your old Cisco Switch over to your new model, so there will be  considerable downtime.  This will be far from seamless and, I would  expect, cause massive amounts of user headache.</p>
<p>So, if you’re going to be buying a new Cisco device, and your  company has more than 10 &#8211; 20 users… do everyone a favor and purchase a  Cisco ASA 5505, everyone will thank you.  Now then, I need to get back to  trying to hammer this square peg into this round hole here.</p>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/techvirtuoso.com/p=1005</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>KVM over IP; coming to a Desktop/Laptop near you!</title>
		<link>http://techvirtuoso.com/2010/02/04/kvm-over-ip-coming-to-a-desktoplaptop-near-you/</link>
		<comments>http://techvirtuoso.com/2010/02/04/kvm-over-ip-coming-to-a-desktoplaptop-near-you/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 04:58:01 +0000</pubDate>
		<dc:creator>Frank Owen</dc:creator>
				<category><![CDATA[IT Technology]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[KVM over IP]]></category>
		<category><![CDATA[RealVNC]]></category>

		<guid isPermaLink="false">http://techvirtuoso.com/?p=825</guid>
		<description><![CDATA[
Today I saw a tweet from @DellServerGeek about a new technology that Intel has developed in partnership with RealVNC for the new Intel vPro 2010 series chips.   This amazing technology will allow IT Support to be able to connect to a machine, even when the machine can&#8217;t boot and resolve the users issue without [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="Intel" src="http://www.neowin.net/images/news/logos/353699747.png" alt="" width="80" height="55" /></p>
<p>Today I saw a tweet from <a title="@DellServerGeek" href="http://twitter.com/DellServerGeek" target="_blank">@DellServerGeek</a> about a new technology that Intel has developed in partnership with RealVNC for the new Intel vPro 2010 series chips.   This amazing technology will allow IT Support to be able to connect to a machine, even when the machine can&#8217;t boot and resolve the users issue without the need for a technician to be sent out on site.  This KVM over IP technology has been around for some time in the server realm with DRAC cards from Dell or Lights-out boards from HP but I believe this is the first time it has been tried on Desktop/Laptop machines.</p>
<p>This new technology will not only allow the remote technician to take control of the machine but also will give the technician the option to turn the machine on or off remotely as well as rebooting the machine when it does not respond to keyboard or mouse gestures.  You can also use the IDE Redirection option to remotely boot to a cd or image.</p>
<p>Check out the <a title="http://www.realvnc.com/products/viewerplus/" href="http://www.realvnc.com/products/viewerplus/" target="_blank">RealVNC</a> site for videos and more detailed information!</p>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/techvirtuoso.com/p=825</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access Denied: Giving users local administrator permissions on their machine?</title>
		<link>http://techvirtuoso.com/2009/12/08/access-denied-giving-users-local-administrator-permissions-on-their-machine/</link>
		<comments>http://techvirtuoso.com/2009/12/08/access-denied-giving-users-local-administrator-permissions-on-their-machine/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 14:56:36 +0000</pubDate>
		<dc:creator>Michael Stanclift</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[IT Technology]]></category>

		<guid isPermaLink="false">http://techvirtuoso.com/?p=813</guid>
		<description><![CDATA[A recent email discussion over a education security listserv got me thinking about the topic of giving users administrator rights to their local machines. This is a common discussion that comes up about once every month or so, when ever someone new joins the group. The discussion usually starts by asking for methods of removing [...]]]></description>
			<content:encoded><![CDATA[<p>A recent email discussion over a education security listserv got me thinking about the topic of giving users administrator rights to their local machines. This is a common discussion that comes up about once every month or so, when ever someone new joins the group. The discussion usually starts by asking for methods of removing administrator access in environments where rights have already been given, and then nosedives into a long discussion about the ethical and practical reasoning behind it.</p>
<p>There seems to be two schools of throught about all of this.</p>
<ol>
<li>Lock the user out of everything that would prevent malware from being installed or the user installing software they&#8217;re not suppose to, at the expense of user frustration and IT time spent approving and installing software requested by users.<br />
<em>Basically, the users are stupid and cannot be trusted. IT will have to monitor them.</em></li>
<li>Give the user access to everything and let them install whatever they want, at the expense of user frustration and IT time spent removing software they&#8217;re not suppose to have and malware that have been installed as a result.<br />
<em>Basically, trust the users and clean up after their messes when they don&#8217;t understand what they&#8217;re doing.</em></li>
</ol>
<p>In an educational setting, specifically in higher education, you have a lot of competing interests. You&#8217;re a business, selling a product (education) and have to compete with other businesses (schools) to gain more customers (students) &#8212; therefore, security like what you&#8217;d have at any enterprise is necessary. However, you have a group of highly educated and often times very ego-centric individuals called faculty that feel they have a right to gain access to anything and everything in order for them to independently do their job without interruption from IT, or having to ask them for assistance. I would imagine it&#8217;s something like working with engineers, but in this case 95% of the people have no idea how to use a computer. Last but not least, the university is an ISP, providing Internet access to students and employees on their personal machines. But that&#8217;s a topic for a future entry.</p>
<p>The idea that users need administrative access to their computer or that they somehow have a right to it is wrong in my opinion. When I go into my office, I have services provided to me by other departments on campus that I do not have full control over. If I need a light bulb replaced in my office, do I have a key to go do it myself or do I just call Physical Plant and have them come over? Sure it&#8217;d be faster and probably easier for plant to just go take care of it myself. Just because you can give someone full access to a machine, and they&#8217;re used to it at home, doesn&#8217;t mean they should have that access at work.</p>
<p>I have full access to the thermostat at home (well, I take that back&#8230; my wife does&#8230; I&#8217;m just a user there too) but I can&#8217;t just go adjusting the HVAC system at work how I want.</p>
<p>We make as much software as possible that we&#8217;ve pre approved user-installable through Group Policy Software Deployment and soon though System Center once we have that up and running. Our staff maintains a repository of approved software installs that require us to do it, so when the user cannot do it themselves it only takes us a few minutes. If a user walks up to our support center, we can usually get the software installed on their laptop right away. We&#8217;ve given our Help Desk very easy to use remote access software and can usually get stuff installed for them within 24 hours, if not as soon as they call in or email.</p>
<p>Does malware still get installed on systems where users lack administrative access? Yes. Which brings me to another point.</p>
<p>You also need to look at the amount of damage that can be done in the time period where a user with administrative access disables anti-virus to install something, or even where the AV client doesn&#8217;t detect it and the user isn&#8217;t aware enough to see what has happened. A few years ago, the malware was about annoying the user or deleting files, but as it has changed to becoming a security breach where data can be stolen often without the user even seeing they&#8217;ve been infected.</p>
<p>My wife works for a multinational accounting services firm, where she and her co-workers have access to information that would probably make any hacker wet their pants with excitement. Yet, they have administrative access to their company issued laptops, since they spend most of their time outside of the corporate office. In one case, she told me where one of her co-workers went weeks with a system she knew was infected with porn-popups, yet was &#8220;too busy&#8221; to do anything about it, like take it into the office and let IT look at the system. Did she know better? Despite required company IT education and training, probably not. Did my wife? You betcha.</p>
<p>That infection may have been harmless, or just designed to generate traffic to your friendly neighborhood porn site, but would the next one be so lucky? Sure, you may put good AV on systems and monitor them daily, but they can&#8217;t catch everything. It seems like we should be fighting to do everything in our power to prevent this from happening, even if it means it&#8217;s more difficult for the user and IT. The risk of not doing so outweighs the easy of use.</p>
<p>Do your users have administrative rights? Why or why not?</p>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/techvirtuoso.com/p=813</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Catchalls, On Behalf of and Google Apps</title>
		<link>http://techvirtuoso.com/2009/12/08/catchalls-on-behalf-of-and-google-apps/</link>
		<comments>http://techvirtuoso.com/2009/12/08/catchalls-on-behalf-of-and-google-apps/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 14:22:10 +0000</pubDate>
		<dc:creator>Frank Owen</dc:creator>
				<category><![CDATA[IT Technology]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Google Apps]]></category>

		<guid isPermaLink="false">http://techvirtuoso.com/?p=804</guid>
		<description><![CDATA[As most of you know for quite some time I have been looking for a way to consolidate multiple email accounts in one nice interface.  I run a small business and have many email accounts that go directly to me.  It would be nice if I were able to log into one web based email service [...]]]></description>
			<content:encoded><![CDATA[<div class="mceTemp"><img class="alignright" title="Google Apps" src="http://training.figleaf.com/Courses/images/google-apps-logo.jpg" alt="" width="200" height="130" />As most of you know for quite some time I have been looking for a way to consolidate multiple email accounts in one nice interface.  I run a small business and have many email accounts that go directly to me.  It would be nice if I were able to log into one web based email service and be able to read/respond the emails from these accounts in one centralized location.  Every service I tried there was a downfall of some kind.  I really liked Google&#8217;s email solutions but they had one draw back; the <a title="On Behalf Of" href="http://www.google.com/support/forum/p/Google+Apps/thread?tid=0fa6853441dcbf18&amp;hl=en" target="_blank">on behalf of</a> annoyance that has bugged many Google mail users since they started to allow users to send email from a different email address.</div>
<p>I got an early Christmas present in July when someone pointed me to this <a title="blog post" href="http://googleappsupdates.blogspot.com/2009/07/send-emails-from-another-address.html" target="_blank">blog post</a> on Google Apps blog.  FINALLY they have setup a work around for the &#8220;on behalf of&#8221; problem.  I immediately started to go through in my head how this was all going to work.  I did a Google Search on setting up Google Apps to see what other users were doing and I found an article about a completely different approach to managing emails.  Users are setting up a domain on Google Apps and setting their main email as the catchall for the domain.  Brilliant!  Now, when I sign up on a website I use <a href="mailto:thewebsitename@mydomainname.com">thewebsitename@mydomainname.com</a> and can have my filters automatically tag the emails coming in.  Also, if the website sells my information or gets hacked and I start getting spam I can blackhole the email account and decrease the amount of spam I receive on a daily basis to almost nothing.</p>
<p>Catchalls have been around for sometime and I am surprised over time other users haven&#8217;t figured out the benefits of using a catchall email account with a domain like I have setup in this situation.  This is a great setup for any user or a small business who wants to look like more than a one man shop.</p>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/techvirtuoso.com/p=804</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KVM over IP and a Bad Demo</title>
		<link>http://techvirtuoso.com/2009/11/26/kvm-over-ip-and-a-bad-demo/</link>
		<comments>http://techvirtuoso.com/2009/11/26/kvm-over-ip-and-a-bad-demo/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 22:45:23 +0000</pubDate>
		<dc:creator>Frank Owen</dc:creator>
				<category><![CDATA[IT Technology]]></category>
		<category><![CDATA[Aten]]></category>
		<category><![CDATA[Avocent]]></category>
		<category><![CDATA[Bad Demos]]></category>
		<category><![CDATA[Belkin]]></category>
		<category><![CDATA[KVM over IP]]></category>
		<category><![CDATA[Switched PDU]]></category>

		<guid isPermaLink="false">http://techvirtuoso.com/?p=781</guid>
		<description><![CDATA[We are going through a major Avaya upgrade at work.  Since we are moving to VoIP we are making changes to our network as well as some of the infrastructure to prepare for the upgrades.  We have a bit left over from the budget so we are trying to fit a KVM over IP solution [...]]]></description>
			<content:encoded><![CDATA[<p>We are going through a major Avaya upgrade at work.  Since we are moving to VoIP we are making changes to our network as well as some of the infrastructure to prepare for the upgrades.  We have a bit left over from the budget so we are trying to fit a KVM over IP solution into the current budgeted numbers and I can tell you it has been pretty challenging.</p>
<p>I have previously used the Startech KVM over IP product as well as one of their switched PDU&#8217;s and I was not impressed.  The pricing fit into our budget but I didn’t want to buy crappy equipment jut because it fit into our price range.  After looking through the CDW website I found a solution from Aten that I liked so I contacted my CDW rep to schedule a demo.  He also said I should look at a Belkin solution and a Avocent solution all within the budget.</p>
<p>In the mean time Belkin had a demo available on their web site.  I signed up for the demo and it worked pretty well but I was hoping for a more robust solution so I waited for the Aten demo to be setup.</p>
<p>The Aten demo started off like most demos, with a power point presentation written word by word by a sales representative.   The technician that was supposed to be joining the call was running late and after the sales rep. finished his power point, he hunted down the technician and got him on the phone.  The technician shared their screen and logged into one of their units.  He jumped around a lot and the connection between him and the KVM device was severed twice during the 20 minute demo.  He claimed it was network issues at his local site and nothing to do with the Aten equipment.</p>
<p>After the warm and fuzzy feeling disappeared after seeing the bad Aten demo I asked my CDW rep to get a representative from Avocent on the phone.  We scheduled a demo with Avocent and everything went very well.  I was very impressed with their product and everything worked the way it should.</p>
<p>I figured I would end this post with a little bit of advice to any sales representatives reading this.  If someone asks for a demo of your product this is your chance to close the deal.  Make sure everyone is on time, you don&#8217;t just read directly from a power point AND when it comes time to show your product it actually works.  I would say if you could only choose one of these points to excel at&#8230; the last one is the most important.</p>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/techvirtuoso.com/p=781</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Android road warrior has phone, ISO connectivity</title>
		<link>http://techvirtuoso.com/2009/11/23/android-road-warrior/</link>
		<comments>http://techvirtuoso.com/2009/11/23/android-road-warrior/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 14:42:33 +0000</pubDate>
		<dc:creator>Shane Pitman</dc:creator>
				<category><![CDATA[IT Technology]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Apps]]></category>
		<category><![CDATA[PdaNet]]></category>
		<category><![CDATA[sprint]]></category>

		<guid isPermaLink="false">http://techvirtuoso.com/?p=785</guid>
		<description><![CDATA[As I stated in my previous post, I have left the world of BlackBerry and Microsoft Exchange behind and transitioned my e-mail, calendar, contacts, and mobile platform to Google Apps and Android. Doing so was no small decision, as my &#8220;day job&#8221; requires that I have access to all of these items and that they [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://techvirtuoso.com/wp-content/uploads/2009/11/junefabrics.jpg"><img class="alignright size-full wp-image-790" title="junefabrics" src="http://techvirtuoso.com/wp-content/uploads/2009/11/junefabrics.jpg" alt="junefabrics" width="250" height="100" /></a>As <a href="http://techvirtuoso.com/2009/11/20/goodbye-rim-microsoft-hello-android-google-apps/" target="_blank">I stated in my previous post</a>, I have left the world of BlackBerry and Microsoft Exchange behind and transitioned my e-mail, calendar, contacts, and mobile platform to Google Apps and Android. Doing so was no small decision, as my &#8220;day job&#8221; requires that I have access to all of these items and that they work in unison with each other, my desktop, my laptop, and that I have access to my data anywhere at any time.</p>
<p>I own an IT consulting firm, and as you can imagine, that means that I am not always in the office, and don&#8217;t always have connectivity available. With my BlackBerry, it was as simple as loading the Sprint SmartView software on my laptop (similar applications are provided by most carriers) and using my BlackBerry&#8217;s data connection. However, SmartView doesn&#8217;t work with the Samsung Moment, and <a href="http://community.sprint.com/baw/community/sprintblogs/chat-with-buzz/blog/2009/10/29/david-owens-chat-transcript--1029#__highlight&amp;id16=David+Owens" target="_blank">Sprint has made the (poor) decision to do away with tethering</a> or &#8220;Phone-As-Modem&#8221; options on their Simply Everything plans which are required plans for their smartphones. I speculate that their reason for doing away with tethering is an effort to drive customers to the increasing number of mobile broadband devices that they carry, including the new Novatel MiFi 2200 router, but I&#8217;ll save that gripe for another post.</p>
<p><span id="more-785"></span>So it seems that all is lost, I can no longer tether my phone to my laptop to use the data connection, and that&#8217;s a deal breaker. Weighing my options, door number one, I stay with BlackBerry and keep on trucking, but that&#8217;s not going to be a long term solution as Sprint will eventually drop tethering from my account. Door number two, I buy another device with another data plan, and I&#8217;m good to go. But why? Why should I have to fork out the money for another device, have something else to carry around, power, charge, and pay a monthly fee to use when I have a perfectly capable connection hanging on my belt, that I&#8217;ve been using for over a year, especially when I know full well that the only reason Sprint is making this change is to try to dig deeper into the pockets of smartphone carrying business professionals. Sprint, I&#8217;m still not against you, but I found door number three and I&#8217;m taking it (yes, it&#8217;s a line from National treasure).</p>
<p>One of the great things about the Android platform is the Android Market and the incredible amount of software that is available, more often than not, for free. One of these applications is <a href="http://www.junefabrics.com/index.php" target="_blank">June Fabrics PdaNet</a>, a tethering application that is available for several platforms, including Android. Setup is painless on both the phone and the PC, but useage is a little different than what I was used to. The most noticeable difference, which I&#8217;ve already hinted at, is that you actually install PdaNet on both the phone and the PC that you wish to use it with. Once installed on both, you connect the phone to the PC via USB or bluetooth (Android 2.0 required for bluetooth tethering on the Android platform), launch the application on your phone and enable your connection method, right click the PdaNet tray icon on your PC, and select Connect.</p>
<p>That&#8217;s it, you are now using your phone&#8217;s data connection on your PC. PdaNet is one of the many applications available on the Android Market that provides a paid version and a &#8220;lite&#8221; or free version. The paid version gives you full use of your data connection, while the free version restricts you to http web access only. If you&#8217;re on the go as much as I am, you&#8217;re going to want the full version. The good news is that it&#8217;s cheap, $29.00 one time. I was paying an extra $15 a month for tethering when Sprint offered it.</p>
<p>This was one of the most crucial obstacles to overcome in order for me to be able to transition to the Android platform as a mobile business professional. Next time I&#8217;ll discuss some of the other applications and tools that I have found to make Android <em>the</em> platform for business now and in the near future.</p>
<p><img id="myFxSearchImg" style="border: medium none ; position: absolute; z-index: 2147483647; opacity: 0.6; display: none;" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAADsElEQVR4nK2VTW9VVRSGn33OPgWpYLARbKWhQlCHTogoSkjEkQwclEQcNJEwlfgD/AM6NBo1xjhx5LyJ0cYEDHGkJqhtBGKUpm3SFii3vb2956wPB/t+9raEgSs52fuus89613rftdcNH8/c9q9++oe/Vzb5P+3McyNcfm2CcPj9af9w6gwjTwzvethx3Bx3x8xwd1wNM8dMcTNUHTfFLPnX6nVmZpeIYwf3cWD/PhbrvlPkblAzVFurKS6GmmGqqComaS+qmBoTI0Ncu3mXuGvWnrJ+ZSxweDgnkHf8ndVTdbiT3M7cQp2Z31dRTecHAfqydp4ejhwazh6Zezfnu98E1WIQwB3crEuJ2Y45PBTAQUVR9X4At66AppoEVO1Q8sgAOKJJjw6Am6OquDmvHskZ3R87gW+vlHz98zpmiqphkkRVbQtsfPTOC30lJKFbFTgp83bWh7Zx/uX1B6w3hI3NkkZTqEpBRDBRzG2AQHcwcYwEkOGkTERREbLQ/8HxJwuW7zdYrzfZ2iopy4qqEspKaDYravVm33k1R91Q69FA1VBRzFIVvXbx5AgXT44A8MWP81yfu0utIR2aVK3vfCnGrcUNxp8a7gKYKiLCvY2SUvo/aNtnM3e49ucK9S3p0aDdaT0UAVsKi2tVi6IWwNL9JvdqTdihaz79/l+u/rHMxmaJVMLkS2OoKKLWacdeE3IsSxctc2D5Qcl6vUlVVgNt+fkPPcFFmTw1xruvT7SCd7nuVhDQvECzJH90h0azRKoKFRkAmP5lKTWAGRdefoZL554FQNUxB92WvYeA5UN4PtSqwB2phKqsqMpBgAunRhFR3j49zuU3jnX8k6fHEQKXzh1jbmGDuYU6s4t1rt6socUeLLZHhYO2AHSHmzt19ihTZ48O8Hzl/AmunD/BjTvrvPfNX3hWsNpwJCvwYm+ngug4UilSCSq6k8YPtxDwfA+WRawIWFbgscDiULcCEaWqBFOlrLazurupOSHLqGnEKJAY8TwBEHumqUirAjNm52vEPPRV4p01XXMPAQhUBjcWm9QZwijwokgAeYHlHYA06KR1cT6ZvoV56pDUJQEjw0KeaMgj1hPEY4vz2A4eW0/e1qA7KtQdsxTYAG0H3iG4xyK1Y+xm7XmEPOJZDiENzLi2WZHngeOjj2Pe+sMg4GRYyLAsx7ME4FnsyTD9pr0PEc8zPGRAwKXBkYOPEd96cZRvf11g9MDe7e3R4Z4Q+vyEnn3P4t0XzK/W+ODN5/kPfRLewAJVEQ0AAAAASUVORK5CYII%3D" alt="" width="24" height="24" /></p>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/techvirtuoso.com/p=785</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Goodbye RIM, Microsoft, hello Android, Google Apps</title>
		<link>http://techvirtuoso.com/2009/11/20/goodbye-rim-microsoft-hello-android-google-apps/</link>
		<comments>http://techvirtuoso.com/2009/11/20/goodbye-rim-microsoft-hello-android-google-apps/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 06:07:10 +0000</pubDate>
		<dc:creator>Shane Pitman</dc:creator>
				<category><![CDATA[IT Technology]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[htc]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[rim]]></category>
		<category><![CDATA[samsung]]></category>
		<category><![CDATA[smartphone]]></category>
		<category><![CDATA[sprint]]></category>

		<guid isPermaLink="false">http://techvirtuoso.com/?p=764</guid>
		<description><![CDATA[Those of you who know me, know that I have been an avid BlackBerry proponent for many years. I held fast to the opinion that BlackBerry coupled with Microsoft Exchange was the solution for business mobile communications. Be it BlackBerry Enterprise Server or Microsoft ActiveSync, I held steadfast in my opinion that nothing could perform [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://techvirtuoso.com/wp-content/uploads/2009/11/android.gif"><img class="alignright size-large wp-image-766" title="android" src="http://techvirtuoso.com/wp-content/uploads/2009/11/android-127x127-custom.gif" alt="android" width="127" height="127" /></a>Those of you who know me, know that I have been an avid BlackBerry proponent for many years. I held fast to the opinion that BlackBerry coupled with Microsoft Exchange was <em>the</em> solution for business mobile communications. Be it BlackBerry Enterprise Server or Microsoft ActiveSync, I held steadfast in my opinion that nothing could perform as well or better in maintaining perfect harmony between my desktop, my laptop, my phone, and anywhere access to my information. I am here to say, that era has ended. A moment of silence, please. Now that the mourning is over, let me tell you the changes I&#8217;ve made, how, and why.</p>
<p>First, let me say that I had not been looking to leave the BlackBerry/Exchange family, but I <em>was</em> holding out for a full screen BlackBerry with a physical keyboard, a slider if you will. Those of you who follow mobile devices closely, especially those who follow BlackBerry hardware, are well aware of the numerous design concept drawings, mock-ups, etc. of a BlackBerry slider that have been floating around for at least a year. Never revealing just exactly when we would see such a device, RIM has only been willing to confirm that several design options have been considered. This secrecy is nothing unusual among device manufacturers, but the lack of information and an opportunity provided by a competitor presents a precarious position, and, in this case, caused a long time RIM fan to jump ship.</p>
<p><span id="more-764"></span>One of my fellow TechVirtuoso staffers, Eric Iles, made the move to the Palm Pre when it first came out earlier this year. He had several problems with the device that caused him to go through a few of the phones before getting one that seemed to work without issues. Even though Eric finally worked through the issues he was having with the phone and seemed to finally have a working unit, he still wasn&#8217;t happy with the device, or the lack of applications available. Eric ended up switching to the HTC Hero, Sprint&#8217;s first offering on Google&#8217;s Android platform. I visited the local Sprint store several times and played around with the Hero. I really liked the look and feel of Android, and HTC&#8217;s custom Sense UI is very aesthetically appealing. The only thing I couldn&#8217;t get used to, and it turned out to be a deal breaker for me, no physical keyboard. This wasn&#8217;t a huge surprise for me. I have never liked typing on <em>any</em> touchscreen phone. My daughter has a Samsung Instinct, I hate it. I&#8217;ve used friends iPhones, hate them too. I have big fingers, and no matter how much I &#8220;train&#8221; the phones, I always seem to spend more time hitting backspace than I want. So, the HTC Hero was a no go for me. Then along came Polly, err&#8230; Moment.</p>
<p>Having told Eric that I couldn&#8217;t get used to the on screen keyboard, he directed me to a Sprint press release announcing the Samsung Moment, a slider Android based phone, that was due out on November 1st. Monday, November 2nd, I was at the Sprint store. Having gotten my hands on the HTC Hero several times, and having read as much online as I could, I was somewhat familiar with the overall functions of the Android OS. I was more interested in how the Samsung Moment felt, how the keyboard worked, and whether or not I would be able to type on it reliably. I spent about 20 minutes looking over the Moment, and decided to make the jump, and just to make sure I saw it through and wouldn&#8217;t have a crutch to fall back on, I let Sprint buyback my BlackBerry Curve. I was going Android.</p>
<p>Once the transactions were complete, the new phone configured, my next concern was getting my e-mail, calendar, contacts, etc. setup on my new phone. I ran my own Exchange server and my own BlackBerry Enterprise Server, and was considering setting up ActiveSync and just moving forward. Once again, Eric offered up a suggestion, that I should take a look at Google Apps, and moving my e-mail and letting Google host it. Our TechVirtuoso e-mail is Google hosted, as was our e-mail at our previous venture, and we&#8217;ve had nothing but positive results with it. After I thought about it for a day or two, I thought, why not. It takes the responsibility off of me, it will simplify the unison of data between my devices, and if I don&#8217;t like it, it&#8217;s easy enough to switch it back. Back, don&#8217;t think that&#8217;s a direction I&#8217;ll be taking.</p>
<p>Signing up for Google Apps Standard (free) Edition is simple, and in doing so, provides the opportunity to try Google Apps Premier free for 30 days. This is key, because Google Apps Premier gives you access to Google&#8217;s migration tools which provide you with easy solutions for migrating your existing data from another server, such as a Microsoft Exchange Server. So, I signed up for my Google Apps Standard account and registered for the free 30 day trial of Google Apps Premier, setup the Exchange migration to pull my existing contacts, calendar, e-mail, etc. from my Microsoft Exchange Server, and let it run overnight. The next morning the transfer was complete, and I canceled my 30 day trial of Google Apps Premier, reverting my account to Google Apps Standard. I now have all of my mail, contacts, calendar, etc. transferred over to my new Google hosted e-mail service, it&#8217;s automatically synchronized on my phone, my laptop, any PC for that matter, as I just log into my account via the web and there it is, wherever I am.</p>
<p>This is where I start experimenting with the Android platform, and finding out for myself just how useful and business friendly it is. I&#8217;ll save those thoughts for my next post, so stay tuned!</p>
<p><img id="myFxSearchImg" style="border: medium none; position: absolute; z-index: 2147483647; opacity: 0.6; display: none;" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAADsElEQVR4nK2VTW9VVRSGn33OPgWpYLARbKWhQlCHTogoSkjEkQwclEQcNJEwlfgD/AM6NBo1xjhx5LyJ0cYEDHGkJqhtBGKUpm3SFii3vb2956wPB/t+9raEgSs52fuus89613rftdcNH8/c9q9++oe/Vzb5P+3McyNcfm2CcPj9af9w6gwjTwzvethx3Bx3x8xwd1wNM8dMcTNUHTfFLPnX6nVmZpeIYwf3cWD/PhbrvlPkblAzVFurKS6GmmGqqComaS+qmBoTI0Ncu3mXuGvWnrJ+ZSxweDgnkHf8ndVTdbiT3M7cQp2Z31dRTecHAfqydp4ejhwazh6Zezfnu98E1WIQwB3crEuJ2Y45PBTAQUVR9X4At66AppoEVO1Q8sgAOKJJjw6Am6OquDmvHskZ3R87gW+vlHz98zpmiqphkkRVbQtsfPTOC30lJKFbFTgp83bWh7Zx/uX1B6w3hI3NkkZTqEpBRDBRzG2AQHcwcYwEkOGkTERREbLQ/8HxJwuW7zdYrzfZ2iopy4qqEspKaDYravVm33k1R91Q69FA1VBRzFIVvXbx5AgXT44A8MWP81yfu0utIR2aVK3vfCnGrcUNxp8a7gKYKiLCvY2SUvo/aNtnM3e49ucK9S3p0aDdaT0UAVsKi2tVi6IWwNL9JvdqTdihaz79/l+u/rHMxmaJVMLkS2OoKKLWacdeE3IsSxctc2D5Qcl6vUlVVgNt+fkPPcFFmTw1xruvT7SCd7nuVhDQvECzJH90h0azRKoKFRkAmP5lKTWAGRdefoZL554FQNUxB92WvYeA5UN4PtSqwB2phKqsqMpBgAunRhFR3j49zuU3jnX8k6fHEQKXzh1jbmGDuYU6s4t1rt6socUeLLZHhYO2AHSHmzt19ihTZ48O8Hzl/AmunD/BjTvrvPfNX3hWsNpwJCvwYm+ngug4UilSCSq6k8YPtxDwfA+WRawIWFbgscDiULcCEaWqBFOlrLazurupOSHLqGnEKJAY8TwBEHumqUirAjNm52vEPPRV4p01XXMPAQhUBjcWm9QZwijwokgAeYHlHYA06KR1cT6ZvoV56pDUJQEjw0KeaMgj1hPEY4vz2A4eW0/e1qA7KtQdsxTYAG0H3iG4xyK1Y+xm7XmEPOJZDiENzLi2WZHngeOjj2Pe+sMg4GRYyLAsx7ME4FnsyTD9pr0PEc8zPGRAwKXBkYOPEd96cZRvf11g9MDe7e3R4Z4Q+vyEnn3P4t0XzK/W+ODN5/kPfRLewAJVEQ0AAAAASUVORK5CYII%3D" alt="" width="24" height="24" /></p>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/techvirtuoso.com/p=764</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
