<?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>technoblogical.com</title>
	<atom:link href="http://technoblogical.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://technoblogical.com</link>
	<description>Technological Blog</description>
	<lastBuildDate>Thu, 11 Feb 2010 09:57:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>manage a RODC</title>
		<link>http://technoblogical.com/2010/02/11/manage-a-rodc/</link>
		<comments>http://technoblogical.com/2010/02/11/manage-a-rodc/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 09:56:21 +0000</pubDate>
		<dc:creator>technoblogical</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[domain controller]]></category>
		<category><![CDATA[Flexible single master operation]]></category>
		<category><![CDATA[Identity management systems]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[Technology_Internet]]></category>
		<category><![CDATA[WAN]]></category>
		<category><![CDATA[wide area network]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://technoblogical.com/2010/02/11/627/</guid>
		<description><![CDATA[manage a RODC

This is a video about how to manage a RODC (read only domain controller). A read only domain controller will cache credentials (passwords) so that you don&#8217;t have to waste WAN (wide area network) bandwidth for authentication purposes. It is possible to populate the RODC records manually. Also, when you delete the read [...]]]></description>
			<content:encoded><![CDATA[<p><strong>manage a RODC</strong><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://youtube.com/v/pNExPwNsJTo" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://youtube.com/v/pNExPwNsJTo"></embed></object><br />
This is a video about how to manage a RODC (read only domain controller). A read only domain controller will cache credentials (passwords) so that you don&#8217;t have to waste WAN (wide area network) bandwidth for authentication purposes. It is possible to populate the RODC records manually. Also, when you delete the read only domain controller from the Active Directory domain, it is possible to reset all users and computer passwords stored on the RODC. RODC is a feature only available in Microsoft Windows Server 2008 and requires a functional domain level of Server 2003. It a feature mainly designed for a branch office</p>
]]></content:encoded>
			<wfw:commentRss>http://technoblogical.com/2010/02/11/manage-a-rodc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>install a RODC</title>
		<link>http://technoblogical.com/2010/02/10/install-a-rodc/</link>
		<comments>http://technoblogical.com/2010/02/10/install-a-rodc/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 17:09:03 +0000</pubDate>
		<dc:creator>technoblogical</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[domain controller]]></category>
		<category><![CDATA[Identity management systems]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Technology_Internet]]></category>
		<category><![CDATA[WAN]]></category>
		<category><![CDATA[wide area network]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://technoblogical.com/2010/02/10/624/</guid>
		<description><![CDATA[install a RODC

This is a video about how to install a Read Only Domain Controller (RODC). A RODC stores a copy of Active Directory in a branch office. It will cache authentication credentials in an effort to reduce WAN (wide area network) traffic or bandwidth. You may control who may approve or deny who may [...]]]></description>
			<content:encoded><![CDATA[<p><strong>install a RODC</strong><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://youtube.com/v/eKFTw0eM_bk" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://youtube.com/v/eKFTw0eM_bk"></embed></object><br />
This is a video about how to install a Read Only Domain Controller (RODC). A RODC stores a copy of Active Directory in a branch office. It will cache authentication credentials in an effort to reduce WAN (wide area network) traffic or bandwidth. You may control who may approve or deny who may or may not cache their credentials (passwords) on the RODC. It is a feature available on Microsoft Windows Server 2008 only and requires a server 2003 functional domain. Any machine running Server 2003 must have a command (adprep /rodcPrep) run on them to prepare them for a domain or forest that contains a read only domain controller.</p>
<p>Commands used:<br />
dcpromo<br />
d:\support\adprep\adprep /forestPrep<br />
d:\support\adprep\adprep /rodcPrep</p>
]]></content:encoded>
			<wfw:commentRss>http://technoblogical.com/2010/02/10/install-a-rodc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>audit account logon events</title>
		<link>http://technoblogical.com/2010/01/25/audit-account-logon-events/</link>
		<comments>http://technoblogical.com/2010/01/25/audit-account-logon-events/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 19:11:10 +0000</pubDate>
		<dc:creator>technoblogical</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[Microsoft Vista]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Technology_Internet]]></category>
		<category><![CDATA[Windows 2000]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://technoblogical.com/2010/01/25/621/</guid>
		<description><![CDATA[audit account logon events

This is a video about auditing account logon events. It records successful and failed account log on events to a Microsoft Windows server 2008 domain. In an Active Directory environment, these events will be recorded to the domain controllers event viewer and must be viewed there. This feature is available on Server [...]]]></description>
			<content:encoded><![CDATA[<p><strong>audit account logon events</strong><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://youtube.com/v/n8IDynVTya0" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://youtube.com/v/n8IDynVTya0"></embed></object><br />
This is a video about auditing account logon events. It records successful and failed account log on events to a Microsoft Windows server 2008 domain. In an Active Directory environment, these events will be recorded to the domain controllers event viewer and must be viewed there. This feature is available on Server 2008, 2003, and 2000. You may also enact these policies on Windows 2000, XP, Vista, or 7, if they are a member of the domain. If they are not members of a domain, you may record them locally, but remember they must be viewed locally.</p>
]]></content:encoded>
			<wfw:commentRss>http://technoblogical.com/2010/01/25/audit-account-logon-events/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Password Settings Object</title>
		<link>http://technoblogical.com/2010/01/18/password-settings-object/</link>
		<comments>http://technoblogical.com/2010/01/18/password-settings-object/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 05:21:33 +0000</pubDate>
		<dc:creator>technoblogical</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[domain controller]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Organizational Unit]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[PSOs]]></category>
		<category><![CDATA[Technology_Internet]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://technoblogical.com/2010/01/18/614/</guid>
		<description><![CDATA[
A PSO is a password policy that is available in a Microsoft Windows Server 2008 Domain Controller. It is more granular than Active Directory group policy because it is applied to a particular user or group. Group Policy Objects (GPO) sre applied to an entire organizational unit (OU). You may try to apply several PSOs [...]]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://youtube.com/v/kmShKNZ83e4" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://youtube.com/v/kmShKNZ83e4"></embed></object><br />
A PSO is a password policy that is available in a Microsoft Windows Server 2008 Domain Controller. It is more granular than Active Directory group policy because it is applied to a particular user or group. Group Policy Objects (GPO) sre applied to an entire organizational unit (OU). You may try to apply several PSOs to a person, but one will take precedence. The one with the lowest number will be the policy applied. To use the features in this video, you must promote your domain to a Server 2008 level.</p>
]]></content:encoded>
			<wfw:commentRss>http://technoblogical.com/2010/01/18/password-settings-object/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>control passwords in group policy</title>
		<link>http://technoblogical.com/2010/01/11/control-passwords-in-group-policy/</link>
		<comments>http://technoblogical.com/2010/01/11/control-passwords-in-group-policy/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 17:19:44 +0000</pubDate>
		<dc:creator>technoblogical</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[Cryptographic software]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[Entertainment_Culture]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Corporation]]></category>
		<category><![CDATA[Microsoft Vista]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[Password cracking]]></category>
		<category><![CDATA[Password strength]]></category>
		<category><![CDATA[Technology_Internet]]></category>
		<category><![CDATA[Windows NT]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://technoblogical.com/2010/01/11/609/</guid>
		<description><![CDATA[control passwords in group policy

This is a short video about how to create password policies in a Server 2008 Active Directory domain. The policies are already configured, but this shows how to modify them. You can also use similar methods in Microsoft Windows Server 2003 and 2000 Server. Similar settings are also available in local [...]]]></description>
			<content:encoded><![CDATA[<p><strong>control passwords in group policy</strong><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://youtube.com/v/HMujfYQj5TM" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://youtube.com/v/HMujfYQj5TM"></embed></object><br />
This is a short video about how to create password policies in a Server 2008 Active Directory domain. The policies are already configured, but this shows how to modify them. You can also use similar methods in Microsoft Windows Server 2003 and 2000 Server. Similar settings are also available in local group policy in an Microsoft Management Console (MMC). You can set these policies locally on Microsoft Windows 7, Vista, XP, or 2000.</p>
<p>The policies are located at&#8230;<br />
Computer Configuration / Policies / Windows Settings / Security Settings / Account Policies / Password Policy</p>
<p>The six settings are&#8230;<br />
Enforce Password History<br />
Maximum password age<br />
Minimum password age<br />
Minimum password length<br />
Password must meet complexity requirements<br />
Store passwords using reversible encryption</p>
]]></content:encoded>
			<wfw:commentRss>http://technoblogical.com/2010/01/11/control-passwords-in-group-policy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote Assistance</title>
		<link>http://technoblogical.com/2009/12/21/604/</link>
		<comments>http://technoblogical.com/2009/12/21/604/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 19:26:50 +0000</pubDate>
		<dc:creator>technoblogical</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Environment]]></category>
		<category><![CDATA[Features new to Windows XP]]></category>
		<category><![CDATA[Groupware]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Corporation]]></category>
		<category><![CDATA[Remote desktop]]></category>
		<category><![CDATA[Remote desktop software]]></category>
		<category><![CDATA[Technology_Internet]]></category>
		<category><![CDATA[Windows Remote Assistance]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://technoblogical.com/2009/12/21/604/</guid>
		<description><![CDATA[Remote Assistance

This is a video on how to use remote assistance. It&#8217;s a program built into windows. Unlike remote desktop, it allows the person you are helping to see the screen at the same time. remote desktop will lock out local users. XP was the first version of windows to have remote assistance. Every version [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Remote Assistance</strong><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://youtube.com/v/smHo7xibYms" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://youtube.com/v/smHo7xibYms"></embed></object><br />
This is a video on how to use remote assistance. It&#8217;s a program built into windows. Unlike remote desktop, it allows the person you are helping to see the screen at the same time. remote desktop will lock out local users. XP was the first version of windows to have remote assistance. Every version since has had a copy of remote assistance. It will incorporate with Microsoft email programs to make it easier or you can save it as a file and then use your own email program to send the file. &amp; also has a feature called Easy Connect, but that doesn&#8217;t always work.</p>
]]></content:encoded>
			<wfw:commentRss>http://technoblogical.com/2009/12/21/604/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Connection Sharing</title>
		<link>http://technoblogical.com/2009/12/21/internet-connection-sharing/</link>
		<comments>http://technoblogical.com/2009/12/21/internet-connection-sharing/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 05:23:33 +0000</pubDate>
		<dc:creator>technoblogical</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[crossover cable]]></category>
		<category><![CDATA[Direct cable connection]]></category>
		<category><![CDATA[Dynamic Host Configuration Protocol]]></category>
		<category><![CDATA[Gateway]]></category>
		<category><![CDATA[internet connection]]></category>
		<category><![CDATA[Internet Connection Sharing]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Corporation]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Microsoft Windows 2000]]></category>
		<category><![CDATA[Technology_Internet]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 2000]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://technoblogical.com/2009/12/21/577/</guid>
		<description><![CDATA[Internet Connection Sharing

Internet Connection Sharing is a way to share your internet connection for other computers. It requires two network cards on your computer. It also requires a crossover cable or a switch/hub between your network cards. You can use this if you have to pay for an internet connection. With ICS two or more [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Internet Connection Sharing</strong><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://youtube.com/v/ifDyMaWC0Mk" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://youtube.com/v/ifDyMaWC0Mk"></embed></object><br />
Internet Connection Sharing is a way to share your internet connection for other computers. It requires two network cards on your computer. It also requires a crossover cable or a switch/hub between your network cards. You can use this if you have to pay for an internet connection. With ICS two or more people can connect while only paying for one. You can also use this to make a machine as a gateway for your office. However, complications arise if you are running a Windows Active Directory domain or already have a DHCP server. This feature is available on Microsoft Windows 2000, xp, vista, 7, server 2000, 2003, 2008.</p>
]]></content:encoded>
			<wfw:commentRss>http://technoblogical.com/2009/12/21/internet-connection-sharing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sun VirtualBox Windows 7 install part 3</title>
		<link>http://technoblogical.com/2009/12/21/sun-virtualbox-windows-7-install-part-3/</link>
		<comments>http://technoblogical.com/2009/12/21/sun-virtualbox-windows-7-install-part-3/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 05:23:06 +0000</pubDate>
		<dc:creator>technoblogical</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[Cross-platform software]]></category>
		<category><![CDATA[http://VirtualBox.org]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[Intel Corporation]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Corporation]]></category>
		<category><![CDATA[Microsoft Virtual PC]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Sun xVM]]></category>
		<category><![CDATA[Technology_Internet]]></category>
		<category><![CDATA[Virtual machines]]></category>
		<category><![CDATA[Virtual PC]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[virtualization software]]></category>
		<category><![CDATA[X86 virtualization]]></category>

		<guid isPermaLink="false">http://technoblogical.com/2009/12/21/576/</guid>
		<description><![CDATA[Sun VirtualBox Windows 7 install part 3

This is a video about how to install Windows 7 on VirtualBox. VirtualBox is virtualization software available for Microsoft Windows, Intel Macs and Linux machines. It&#8217;s made to run on a desktop as it does not have the features required for a production environment. The good thing is that [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Sun VirtualBox Windows 7 install part 3</strong><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://youtube.com/v/g252vRpXUNs" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://youtube.com/v/g252vRpXUNs"></embed></object><br />
This is a video about how to install Windows 7 on VirtualBox. VirtualBox is virtualization software available for Microsoft Windows, Intel Macs and Linux machines. It&#8217;s made to run on a desktop as it does not have the features required for a production environment. The good thing is that you can run it on your machine with relatively little changes to your host machine. If you are a Mac or Linux Person, you can use it to run Windows. If you are a Windows Person, you can use it to run Linux since Linux does not run well on Virtual PC. VirtualBox is available from Sun at http://VirtualBox.org</p>
]]></content:encoded>
			<wfw:commentRss>http://technoblogical.com/2009/12/21/sun-virtualbox-windows-7-install-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sun VirtualBox Windows 7 install part 2</title>
		<link>http://technoblogical.com/2009/12/21/sun-virtualbox-windows-7-install-part-2/</link>
		<comments>http://technoblogical.com/2009/12/21/sun-virtualbox-windows-7-install-part-2/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 05:22:01 +0000</pubDate>
		<dc:creator>technoblogical</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[Cross-platform software]]></category>
		<category><![CDATA[http://VirtualBox.org]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[Intel Corporation]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Corporation]]></category>
		<category><![CDATA[Microsoft Virtual PC]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Sun xVM]]></category>
		<category><![CDATA[Technology_Internet]]></category>
		<category><![CDATA[Virtual machines]]></category>
		<category><![CDATA[Virtual PC]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[virtualization software]]></category>
		<category><![CDATA[X86 virtualization]]></category>

		<guid isPermaLink="false">http://technoblogical.com/2009/12/21/575/</guid>
		<description><![CDATA[Sun VirtualBox Windows 7 install part 2

This is a video about how to install Windows 7 on VirtualBox. VirtualBox is virtualization software available for Microsoft Windows, Intel Macs and Linux machines. It&#8217;s made to run on a desktop as it does not have the features required for a production environment. The good thing is that [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Sun VirtualBox Windows 7 install part 2</strong><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://youtube.com/v/prH5_yqJ3ec" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://youtube.com/v/prH5_yqJ3ec"></embed></object><br />
This is a video about how to install Windows 7 on VirtualBox. VirtualBox is virtualization software available for Microsoft Windows, Intel Macs and Linux machines. It&#8217;s made to run on a desktop as it does not have the features required for a production environment. The good thing is that you can run it on your machine with relatively little changes to your host machine. If you are a Mac or Linux Person, you can use it to run Windows. If you are a Windows Person, you can use it to run Linux since Linux does not run well on Virtual PC. VirtualBox is available from Sun at http://VirtualBox.org</p>
]]></content:encoded>
			<wfw:commentRss>http://technoblogical.com/2009/12/21/sun-virtualbox-windows-7-install-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sun VirtualBox Windows 7 install part 1</title>
		<link>http://technoblogical.com/2009/12/21/sun-virtualbox-windows-7-install-part-1/</link>
		<comments>http://technoblogical.com/2009/12/21/sun-virtualbox-windows-7-install-part-1/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 05:21:42 +0000</pubDate>
		<dc:creator>technoblogical</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[Cross-platform software]]></category>
		<category><![CDATA[http://VirtualBox.org]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[Intel Corporation]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Corporation]]></category>
		<category><![CDATA[Microsoft Virtual PC]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Sun xVM]]></category>
		<category><![CDATA[Technology_Internet]]></category>
		<category><![CDATA[Virtual machines]]></category>
		<category><![CDATA[Virtual PC]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[virtualization software]]></category>
		<category><![CDATA[X86 virtualization]]></category>

		<guid isPermaLink="false">http://technoblogical.com/2009/12/21/574/</guid>
		<description><![CDATA[Sun VirtualBox Windows 7 install part 1

This is a video about how to install Windows 7 on VirtualBox. VirtualBox is virtualization software available for Microsoft Windows, Intel Macs and Linux machines. It&#8217;s made to run on a desktop as it does not have the features required for a production environment. The good thing is that [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Sun VirtualBox Windows 7 install part 1</strong><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://youtube.com/v/1AjOR4H9njk" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://youtube.com/v/1AjOR4H9njk"></embed></object><br />
This is a video about how to install Windows 7 on VirtualBox. VirtualBox is virtualization software available for Microsoft Windows, Intel Macs and Linux machines. It&#8217;s made to run on a desktop as it does not have the features required for a production environment. The good thing is that you can run it on your machine with relatively little changes to your host machine. If you are a Mac or Linux Person, you can use it to run Windows. If you are a Windows Person, you can use it to run Linux since Linux does not run well on Virtual PC. VirtualBox is available from Sun at http://VirtualBox.org</p>
]]></content:encoded>
			<wfw:commentRss>http://technoblogical.com/2009/12/21/sun-virtualbox-windows-7-install-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
