<?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>My Blog It &#187; OS</title>
	<atom:link href="http://myblogit.net/category/software/os/feed/" rel="self" type="application/rss+xml" />
	<link>http://myblogit.net</link>
	<description>We are WordPress junkies</description>
	<lastBuildDate>Mon, 11 Apr 2011 20:57:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Vista Crashed last week</title>
		<link>http://myblogit.net/2007/07/03/vista-crashed-last-week/</link>
		<comments>http://myblogit.net/2007/07/03/vista-crashed-last-week/#comments</comments>
		<pubDate>Tue, 03 Jul 2007 01:33:28 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://myblogit.net/2007/07/03/vista-crashed-last-week/</guid>
		<description><![CDATA[My system crashed last week; a years ago this would have been a nightmare for me. Not this time. The last time this happened to me, it took me weeks to get everything back to normal. Even then I still lost a lot of work. It only took me a few hours to recover from [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">My system crashed last week; a years ago this would have been a nightmare for me. Not this time. The last time this happened to me, it took me weeks to get everything back to normal. Even then I still lost a lot of work.</p>
<p class="MsoNormal"><o:p> </o:p>It only took me a few hours to recover from this would have been nightmare. Let me share with you how I did it.</p>
<p>Browser: I use <a href="http://www.mozilla.com/en-US/firefox/">FireFox,</a> the best browser there ever was. There are several ways to backup your FireFox data. Here what I use:</p>
<p class="MsoNormal"><o:p> </o:p><span></span>    <a href="http://www.google.com/tools/firefox/browsersync/">Google sync</a> &#8211; It&#8217;s a new tool from Google. Basically it&#8217;s meant to be used for users who use FireFox on more than one computer. It backs up your favorites, cookies, usernames &amp; password pairs, and your history on their servers. Every time you load FireFox it reloads all that data for you.</p>
<p class="MsoNormal"><span></span><st1:street w:st="on"><st1:address w:st="on">    Thumb Drive</st1:address></st1:street>: I have copy of FireFox portable on a thumb drive that I use when I&#8217;m away from my computers. It allows me to use my friends and clients computers without missing a beat. I also have Google Sync installed within this browser.</p>
<p><span></span>   <a href="http://ed.mullen.home.comcast.net/Mozilla/displays_passwords_in_browser.html"> JavaScript Password Hack</a>: I found this little script about a year ago. It will export all your passwords for you. The only reason I use this is because Google Sync will not save any passwords used on a secure server. (https://). PS right click <a href="http://ed.mullen.home.comcast.net/Mozilla/displays_passwords_in_browser.html">here</a> and save file as to your desktop. Then open the file from your desktop.</p>
<p class="MsoNormal"><o:p> </o:p><span></span>    External Hard Drive: I have a number if external hard drives. I mainly use these for movies and music. But I also have Window copy my entire user directory to one of them every night.</p>
<p class="MsoNormal"><o:p> </o:p><span>     </span>Network File Server: I have an <a href="http://www.ubuntu.com/">Ubuntu</a> file server on my network. I double all my backups here too. You can&#8217;t trust just one external hard drive; they do fail at some point.</p>
<p class="MsoNormal"><o:p> </o:p>As far as programs go I have a big Ziploc bag that I keep all the software that I have on cd. I don&#8217;t have to rummage around the entire house to find all those cds.</p>
<p class="MsoNormal"><o:p> </o:p>The software I need to download I have bookmarked in a tabs folder, within FireFox.</p>
<p class="MsoNormal"><o:p> </o:p>I&#8217;m sure you use different ways to protect yourself from data loss. I have listed<span>  </span>just what I use myself. I would love to here how you do it.</p>
<img src="http://myblogit.net/?ak_action=api_record_view&id=50&type=feed" alt="" />

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://myblogit.net/2007/07/03/vista-crashed-last-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4 Steps to Apache with virtual host on Windows</title>
		<link>http://myblogit.net/2007/06/26/4-steps-to-apache-with-virtual-host-on-windows/</link>
		<comments>http://myblogit.net/2007/06/26/4-steps-to-apache-with-virtual-host-on-windows/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 02:52:29 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[XAMPP]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://myblogit.net/2007/06/26/4-steps-to-apache-with-virtual-host-on-windows/</guid>
		<description><![CDATA[A common question that seems to come up often is; how do I setup virtual host on apache. I’m going to show you how to do this on apache running on windows. It really is very simple. I&#8217;m going to show you how you can do this in 5 minutes, and just 4 steps. Before [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>A common question that seems to come up often is; how do I setup virtual host on apache. I’m going to show you how to do this on apache running on windows. It really is very simple.</p>
<p>I&#8217;m going to show you how you can do this in 5 minutes, and just 4 steps. Before we start you will need to download a fresh copy of <a href="http://www.apachefriends.org/en/xampp-windows.html#646" target="_blank">XAMPP Lite</a>. Once downloaded, unzip the file. You do not need to install this it will run right out of the extracted directory. See if you can do this in 5 minutes. Post your results in the comment section below. Let&#8217;s get started:</p>
<p><span id="more-39"></span></p>
<p><strong>Step 1 adding host name to windows</strong></p>
<p>You will need to open your windows host file. Depending on your version of windows, this file will be located in different locations. Here is the list of where your host file will be:</p>
<p>Windows 3.1/95/98/ME:<br />
c:\windows\hosts</p>
<p>Windows NT/2000/XP Pro:<br />
c:\winnt\system32\drivers\etc\hosts or c:\windows\system32\drivers\etc\hosts</p>
<p>Windows XP Home:<br />
c:\windows\system32\drivers\etc\hosts</p>
<p>Windows Vista:<br />
C:\Windows\System32\Drivers\etc\hosts</p>
<p>Open the file with notepad. If your using Vista you&#8217;ll need to run notepad as administrator. Just left click on the notepad icon and click run as administrator in the drop down menu.</p>
<p>Now add this to the bottom of the file</p>
<p>127.0.0.1 wordpress<br />
127.0.0.1 websitebaker</p>
<p>The number to the right is your computers default ip address. In most cases the number should be the same as I have listed here. The words are the virtual host name. In this case I am adding 2 new hostname, wordpress, for my WordPress directory, and websitebaker for my Website Baker directory.</p>
<p>Save the file. Make sure notepad doesn&#8217;t append .txt to the file. That&#8217;s it for step 1, see easy so far.</p>
<p><strong>Step 2 Edit the httpd-vhosts.conf</strong></p>
<p>Open the httpd-vhosts.conf file with notepad. You will find it in xampplite\apache\conf\extra. Copy and paste the following code at the end of the file.</p>
<p>&lt;VirtualHost *:80&gt;<br />
DocumentRoot /xampplite/htdocs<br />
ServerName localhost<br />
&lt;Directory /&gt;<br />
Options FollowSymLinks<br />
AllowOverride All<br />
&lt;/Directory&gt;<br />
&lt;/VirtualHost&gt;</p>
<p>&lt;VirtualHost *:80&gt;<br />
ServerName websitebaker<br />
DocumentRoot /xampplite/htdocs/websitebaker<br />
&lt;Directory /&gt;<br />
Options FollowSymLinks<br />
AllowOverride All<br />
&lt;/Directory&gt;<br />
&lt;Directory /xampplite/htdocs/websitebaker&gt;<br />
Options Indexes FollowSymLinks<br />
AllowOverride All<br />
Order allow,deny<br />
Allow from all<br />
&lt;/Directory&gt;<br />
&lt;/VirtualHost&gt;</p>
<p>&lt;VirtualHost *:80&gt;<br />
ServerName wordpress<br />
DocumentRoot /xampplite/htdocs/wordpress<br />
&lt;Directory /&gt;<br />
Options FollowSymLinks<br />
AllowOverride All<br />
&lt;/Directory&gt;<br />
&lt;Directory /xampplite/htdocs/wordpress&gt;<br />
Options Indexes FollowSymLinks<br />
AllowOverride All<br />
Order allow,deny<br />
Allow from all<br />
&lt;/Directory&gt;<br />
&lt;/VirtualHost&gt;</p>
<p>Now scroll back up and un-comment this line:<br />
#NameVirtualHost *:80 (toward the top)</p>
<p>To look like this:<br />
NameVirtualHost *:80</p>
<p>Save the file and create the 2 directories (wordpress &amp; websitebaker) in your htdocs directory.</p>
<p><strong>Step 3 Start Apache and test it.</strong></p>
<p>go to \xampplite directory and click on xampp-control.exe and  click the start button next to apache,</p>
<p>Watch for errors. If apache reports no errors then give your virtual host a try http://wordpress/</p>
<p>I hope you had fun, please comment your experience.</p>
<p><strong>Step 4  (Okay, now I can count, with a little help from <a href="http://www.pement.org/">Eric</a>)<br />
</strong></p>
<p>Tell us about your experience by commenting bellow, and enjoy your XAMPP server.</p>
<img src="http://myblogit.net/?ak_action=api_record_view&id=39&type=feed" alt="" />

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://myblogit.net/2007/06/26/4-steps-to-apache-with-virtual-host-on-windows/feed/</wfw:commentRss>
		<slash:comments>47</slash:comments>
		</item>
		<item>
		<title>Safari 3 running on Windows</title>
		<link>http://myblogit.net/2007/06/13/safari-3-running-on-windows/</link>
		<comments>http://myblogit.net/2007/06/13/safari-3-running-on-windows/#comments</comments>
		<pubDate>Wed, 13 Jun 2007 01:00:20 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[OS]]></category>

		<guid isPermaLink="false">http://myblogit.net/2007/06/13/safari-3-running-on-windows/</guid>
		<description><![CDATA[But I still love Firefox No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/Q8cBMhZTUGk"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/Q8cBMhZTUGk" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p>But I still love Firefox</p>
<img src="http://myblogit.net/?ak_action=api_record_view&id=19&type=feed" alt="" />

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://myblogit.net/2007/06/13/safari-3-running-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ReactOS. A Windows OS? Part 2</title>
		<link>http://myblogit.net/2007/04/27/reactos-a-windows-os-part-2/</link>
		<comments>http://myblogit.net/2007/04/27/reactos-a-windows-os-part-2/#comments</comments>
		<pubDate>Fri, 27 Apr 2007 02:57:43 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[OS]]></category>

		<guid isPermaLink="false">http://myblogit.net/2007/04/27/reactos-a-windows-os-part-2/</guid>
		<description><![CDATA[So I decided to give it a try.I download the live CD, and I burn the ISO. I first tried it on my notebook, although it did not go very well, it went better than all my other attempts.after booting the life CD, I momentarily saw the desktop. Then as if my screen was in [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>So I decided to give it a try.I download the live CD, and I burn the ISO.  I first tried it on my notebook, although it did not go very well, it went better than all my other attempts.after booting the life CD, I momentarily saw the desktop.  Then as if my screen was in Etch-a-Sketch, a vertical line raced across my screen, leaving only a blue screen.</p>
<p>I was excited to see the desktop, if only for a moment.  I attempted to reboot again.  I rebooted four times.  All with the same result.  So I continue trying to boot other computers, none of my attempt worked.</p>
<p>With all my attempts, with a live CD.  My notebook seem to be the best candidate for install.  So I downloaded the install CD and ran on my notebook.  I guess I shouldn&#8217;t have been surprised when it did not work.</p>
<p>After reading the comments from one of my readers, I realized that this OS was not meant for the normal everyday user.  Although I should note that the designers are still at a beta stage.  My hope is that at some point, the software will be usable for the end user.  But after reading from their website, I fear they will never finish.</p>
<p>The reason I say this, is because they seem to be chasing Microsoft.  It looks as if though they are planning to develop a Vista version before.  They have finished with XP.</p>
<p>After spending some time on the Internet researching and chatting, it seems the only users are those developing the software itself or those developing drivers.</p>
<p>I really hope that in the future, this OS will be available and usable to the general public.  I wish the developers the best of luck.</p>
<p>As always, I welcome all comments on the subject.</p>
<img src="http://myblogit.net/?ak_action=api_record_view&id=11&type=feed" alt="" />

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://myblogit.net/2007/04/27/reactos-a-windows-os-part-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>ReactOS. A Windows OS?</title>
		<link>http://myblogit.net/2007/04/25/reactos-a-windows-os/</link>
		<comments>http://myblogit.net/2007/04/25/reactos-a-windows-os/#comments</comments>
		<pubDate>Wed, 25 Apr 2007 21:09:22 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[OS]]></category>

		<guid isPermaLink="false">http://myblogit.net/2007/04/25/reactos-a-windows-os/</guid>
		<description><![CDATA[I just found this OS and wanted to share it. I have not played with it yet but will soon. The website claims that the OS is Windows XP compatible. Meaning it can run software made for winxp. Here is a screen shot: Check it out: ReactOS I also noticed after a brief Firefox works, [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I just found this OS and wanted to share it. I have not played with it yet but will soon. The website claims that the OS is  Windows XP compatible. Meaning it can run software made for winxp.</p>
<p>Here is a screen shot:</p>
<p><img src="http://myblogit.net/wp-content/uploads/2007/04/shell_02.jpg" alt="ReactOS" height="337" width="431" /></p>
<p>Check it out: <a href="http://www.reactos.org/en/index.html" target="_blank">ReactOS</a></p>
<p>I also noticed after a brief Firefox works, but does so very slow&#8230;.</p>
<p>If you try it please post a comment telling of your experience.</p>
<img src="http://myblogit.net/?ak_action=api_record_view&id=9&type=feed" alt="" />

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://myblogit.net/2007/04/25/reactos-a-windows-os/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

