<?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>LINUX MAGAZINES &#187; News</title>
	<atom:link href="http://linuxmagazines.com/category/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxmagazines.com</link>
	<description>LINUX MAGAZINES: Open Source News, Articles and Reviews</description>
	<lastBuildDate>Sat, 04 Feb 2012 17:40:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Host Your Own Domain, Website and Webserver</title>
		<link>http://linuxmagazines.com/host-your-own-domain-website-and-webserver/</link>
		<comments>http://linuxmagazines.com/host-your-own-domain-website-and-webserver/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 21:12:51 +0000</pubDate>
		<dc:creator>reco</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://linuxmagazines.com/?p=1563</guid>
		<description><![CDATA[You don’t have to spend a dime to keep a domain bound to your IP.  This is perfect for the home user who just wants a gallery or homepage.  It’s even good for someone who has a weblog or enthusiast site.]]></description>
			<content:encoded><![CDATA[<p>I have a problem with facebook, myspace, and other social networking websites out there.  The problem is when I upload my data to their webservers….I don’t own it anymore.  They do.  And they can do whatever they want with it once it is there.</p>
<p>With this in mind, I’d rather setup <a title="status.net aka laconi.ca" href="http://status.net/" target="_blank">my own twitter using Status.net</a> or <a title="Pligg" href="http://www.pligg.com/" target="_blank">my own digg using Pligg</a>.  But I’d do it on MY OWN SERVER.  That way, any content I upload is MINE.  It doesn’t reside on some server in California or DC and get <a title="YOU BE THE STAR! Without Knowledge" href="http://www.wired.com/epicenter/2008/01/facebook-ads-ma/" target="_blank">recycled to advertisements</a>.</p>
<p>I like to control my own stuff.  I don’t like to be cut out of the loop.  If you’re like me, then you’ll want to host your own domain, website and webserver so that your friends/family/shrink can quickly and easily connect up to see new photos, find out the latest family developments, and understand why you wear tinfoil hats every Thursday after 4pm.</p>
<p>Normally, to host your own webpage you would need to spend around 7  bucks to purchase a domain.  Next you would need a hosting plan that usually runs around 3-15 dollars per month to serve up your web pages.</p>
<p>What most don’t realize is that you can skip these steps all together…you don’t need to get <a title="Dedicated Hosting" href="http://www.hosting.com/dedicatedservershosting/" target="_blank">dedicated hosting</a> (this blog is hosted on dedicated  hosting…but started out in my apartment!) to serve pages up to your friends and family.  You absolutely do not need  to get domain name services through a provider.  You can even host your  own webserver using a dialup connection (that’s right…I said dialup)  although. I don’t recommend it (but I’ve done it using 56.6kbps).</p>
<p>Why would you want to do this?  The answer might be to stay connected to  friends and family…perhaps install a gallery so that your  grandparents can see pics of your new dog/car/tinfoil hat.  Sure, you  could waste my time with MyWaste..er..space and facebook and be barraged daily by  advertisers and solicitors and be inundated with the minutiae of what all your friends had to eat for the day …or you could roll your own web host,  install a gallery or website, and provide media to your friends and  family without costing yourself a dime.  That’s right, <strong>NO COST</strong> (except time spent getting it running).  Just remember, your website  might not survive a digging or slashdotting if you run it yourself.   Keep that in mind <img class="wp-smiley" src="http://linux-blog.org/wp-includes/images/smilies/icon_smile.gif" alt=":)" /> So without more chatter, let’s get to the meat  and potatoes of things:</p>
<p><strong><span>Meat and Potatoes</span></strong></p>
<p>If you have Cable or DSL at home (not a business account) you have something called a <span>dynamic</span> connection.  Dynamic connection means that it can change every once in a while.  DSL and cable ISP’s purchase blocks of IP Addresses in the dynamic range so that they can keep consumers separate from businesses.  It’s also easier for them to manage dynamic pools of people than to have to remember static connections that don’t change for everyone.</p>
<p>Because of this problem…an ever changing connection for you at home…web servers and websites do not do very well.  The reason for this is because when you visit a website on a dynamic connection one day, it might be different the next day.  In order for visitors of a website to find you each and every single time, you need a “domain” or web name that points back to the address (IP Address) your internet service provider changes on a whim.  You’ll also need an update service to update your website each time your ISP decides to change things on you.</p>
<p>Believe it or not, there are free services out there to do that for you.  You just have to be willing to do a little extra work in the beginning to set things up.  You can also do this without spending 20-40 bucks a month on DNS service.</p>
<p>I’ll divide this up into 2 sections.  The first will deal with Linux hosting.   The second, Windows hosting.  This is only something that I’ve found easy to  do and the price is just right (it’s free).  The only thing that I  recommend is a dedicated internet connection (cable, DSL) but even this  is not necessary as dialup can be used.  I recommend that you use the  Linux way of doing things since it is more secure and doesn’t require a  restart every time you patch it.</p>
<p><em>*note: I’m assuming that you aren’t behind a firewall/proxy of any  kind and that your ISP doesn’t block port 80 traffic.  If your ISP  blocks port 80, see the appendix at the end of this article.</em></p>
<p><strong><span>LINUX</span></strong></p>
<p><strong> </strong>No matter what version of Linux you run, chances are that  you’ll be able to install the apache webserver.  This is good news as  over half the websites of the world are run by apache. I’m not going to address the specifics of how to set  up your apache…only how to get it a fixed address without buying a  domain.  So, you have your html or php pages located into your webservers public  directory…good…whatever application you have is installed on your server.  Now, how to resolve your IP…lets say it  is…25.24.4.166 (for our example) and you want it to have a  host.name.com to bind to.  Easy to resolve.  Go to <a href="http://www.no-ip.com/index.php" target="_blank">http://www.no-ip.com/index.ph</a><a href="http://www.no-ip.com/index.php">p</a> and sign up.  You can  get a site from noip that is like yourname.theirdomain.com/.net/.info.   They have cool names like sytes.net and servebeer.org…even  workisboring.com.  Other services like <a title="dyndns.org" href="http://dyndns.org" target="_blank">dyndns.org</a> also exist and provide the free service as well.</p>
<p>You’ll be able to choose your own top level name…for instance,  Ithink.dnsiskinky.com could be your new domain name.  Next download a  client from the download tab: <a href="https://www.no-ip.com/downloads.php" target="_blank">https://www.no-ip.com/downloads.php</a></p>
<p>The linux client is a tar.gz source and is simple to install. Follow the  instructions when installing.  You may have to install compilation  tools (devel packages like GCC) to install the client.  You now are the  proud owner of yoursite.theirsite.com and your IP will ALWAYS update (as  long as noip.com is up) each time you log on/sign on/beam up or  whatever it is you do.</p>
<p>How does this help you?  Well, if you’re like me, you have a dynamic  IP address.  If you connect to the internet via cable, dialup, or  dsl…you also have a dynamic IP address.  Dynamic means that it will  change from time to time without warning.  So by binding  yoursite.theirsite.com to your IP address…you don’t ever have to worry  about what IP address you have anymore.  Instead, you’ll always be able  to connect using yoursite.theirsite.com.  You can host a webserver  using Apache and a virtual host in this style as well (look for another  how-to on this subject later) so that everyone can visit a shiny website  at yoursite.theirsite.com.</p>
<p>Now you can give your friends/family/dog walker/mailman the address to your new webserver…maybe it’s Ithink.dnsiskinky.com like we used in the example above.  Now when they visit that address in their web browser, your application or web page displays for them.  You also get bragging rights at being the most technical friend/relative/dog walker client/household that everyone knows.  Now let’s cover Windows.</p>
<p><img title="More..." src="http://linux-blog.org/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /></p>
<p><strong><span>WINDOWS</span></strong></p>
<p><strong> </strong>First you need a free and clear webserver since one is not  included by default with windows. You can <a href="http://httpd.apache.org/download.cgi" target="_blank">download  Apache</a> for this as well OR try the <a href="http://abyss.sourceforge.net/" target="_blank">Abyss Webserver</a>.</p>
<p>Interestingly enough, Abyss is also free!  I ran it while my linux  machine was being worked on (bad hard disk…it was a Quantum 200MB  drive from 1913…had to upgrade) and it worked just great off of  Windows XP.  Download that puppy and install it.  Make sure you read all  of the documentation and familiarize yourself with how Abyss does  business.</p>
<p>The next step…getting a hostname… is even easier than the linux  method because you don’t have to manually install the noip client…they  have a windows installer.  Go to <a href="http://www.no-ip.com/index.php" target="_blank">http://www.no-ip.com/index.php</a> and sign up.  Choose the domain name you would like (see above examples  in Linux section).  Next, download the noip client from the download  tab: <a href="https://www.no-ip.com/downloads.php" target="_blank">https://www.no-ip.com/downloads.php</a> but this time choose the windows client.  From there, you’ll be able to  install this with a simple double click.  Fill in all of your  information (pretty self explanatory) and make sure that it will run  with each time you sign on.  You’re set! Your IP will now resolve to the  yourchoice.theirhostname.com</p>
<p><span><strong>CONCLUSION</strong></span></p>
<p><span><strong> </strong></span>You don’t have to spend a dime to keep a domain bound  to your IP.  This is perfect for the home user who just wants a gallery  or homepage.  It’s even good for someone who has a weblog or enthusiast  site.  It’s good for someone who wants to be able to find their files and music…setup Jinzora and stream all your music library to yourself anywhere you are!  Setup Amahi and have access to all the goodness it brings.</p>
<p>Please remember, this wouldn’t be good for a business to have.  You will probably violate your ISP’s terms and conditions for using their connection if you tried to run a business this way.</p>
<p>It’s always good form to put a link of the stuff you are using on  your website to direct traffic back to your software provider.  When I  used noip, I included a noip link on my main page and also an abyss  webserver icon as well.  It’s just good form and some companies/software  providers necessitate the use of their logo or a link on sites that use  their software/code.  Just be a nice person and give a linkback to  them.  Good luck! Have fun!</p>
<p>Also, please note that having hosted my own webserver for quite  some time (circa 2001) I’ve found Linux and Apache as a combination to  be more secure, faster, and more stable than any webserver I’ve hosted  on the Windows Platform. I included information on Windows mainly to  introduce you to the concept of free and open source software. If you  thought getting a webserver for free was great, think about getting a  whole operating system! Give it a try, you don’t even have to install it  (use a <a href="http://en.wikipedia.org/wiki/Live_CD">Live CD</a>).</p>
<p><strong><span>APPENDIX</span></strong></p>
<p>If your ISP blocks port 80 traffic, your webserver won’t work.   Before deciding that your ISP is blocking however, make sure your  firewall has the appropriate rules to allow incoming traffic.  You can  do a quick add to IPTABLES in the following manner:</p>
<pre>iptables -A INPUT -p tcp --dport 80 -j ACCEPT</pre>
<pre>iptables -A INPUT -j DROP</pre>
<p>If you’ve opened up the appropriate ports and things still don’t  work, it will be safe to say that you’ve determined the ISP is blocking  port 80.  How you can get around this conundrum is to switch the  listening port on the webserver to a different one and redirect traffic  there.</p>
<ol>
<li><a href="http://www.no-ip.com/support/guides/web_servers/isp_block_port_80.html">See  how to do this for IIS Webservers</a></li>
<li><a href="http://httpd.apache.org/docs/2.0/mod/mpm_common.html#listen">See  how to do this for Apache Webservers</a> (normally in  /etc/apache2/httpd.conf but your distro may vary.)</li>
<li><a href="http://www.aprelium.com/abyssws/faq.html#A1-2">See how to do  this for Abyss Webservers</a></li>
</ol>
<p>If you still have problems, drop me a line in the comments section.   I may not be able to answer all questions but I can most likely get you  to a person/place/thing that can.  Have fun and thanks for reading!</p>
<p><a rel="bookmark" href="http://linux-blog.org/host-your-own-domain-website-and-webserver/">Host Your Own Domain, Website and Webserver</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on February 13, 2010.</p>
<p>Related posts:</p>
<ol>
<li><a title="Permanent Link: Self Musings" rel="bookmark" href="http://linux-blog.org/self-musings/">Self Musings</a> <small>With Yet Another Linux Blog silently turning 4 years old&#8230;</small></li>
</ol>
<p>Related posts brought to you by <a href="http://mitcho.com/code/yarpp/">Yet Another Related Posts Plugin</a>.</p>
<p><a href="http://feedads.g.doubleclick.net/~a/MHVinnovvAVpdecz1WcWTm_LlFQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/MHVinnovvAVpdecz1WcWTm_LlFQ/0/di" border="0" alt="" /></a><br />
<a href="http://feedads.g.doubleclick.net/~a/MHVinnovvAVpdecz1WcWTm_LlFQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/MHVinnovvAVpdecz1WcWTm_LlFQ/1/di" border="0" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxmagazines.com/host-your-own-domain-website-and-webserver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photoshop on Linux</title>
		<link>http://linuxmagazines.com/photoshop-on-linux/</link>
		<comments>http://linuxmagazines.com/photoshop-on-linux/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 20:55:33 +0000</pubDate>
		<dc:creator>Chin Wong</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://linuxmagazines.com/?p=1479</guid>
		<description><![CDATA[CAN you run Adobe Photoshop on Linux? Many Web designers, graphic artists and bloggers might consider the answer to this question crucial when considering a shift from Windows. Years of speculation and wishful thinking have not yielded a Linux version from Adobe, nor does one look likely to come anytime soon. But as they are often wont to do, users have taken matters into their own hands, using free and open-source software called Wine to run Windows programs  including Photoshop  in Linux.]]></description>
			<content:encoded><![CDATA[<p>CAN you run Adobe Photoshop on Linux?</p>
<p>Many Web designers, graphic artists and bloggers might consider the answer to this question crucial when considering a shift from Windows.</p>
<p>After all, while there are many excellent open-source alternatives to common office and multimedia applications, the defacto graphics program on Linux, the unfortunately-named Gimp, hobbles a generation or two behind the market-leading Photoshop, which is available only for Windows and Mac OS X.</p>
<p>Years of speculation and wishful thinking have not yielded a Linux version from Adobe, nor does one look likely to come anytime soon.</p>
<p>As they are often wont to do, users have taken matters into their own hands, using free and open-source software called Wine to run Windows programs &#8211; including Photoshop &#8211; in Linux.</p>
<p>A group of hackers began the Wine project in 1993 as a way to run Windows 3.1 programs on Linux. Over the years, Wine has been expanded to include programs running under later versions of Windows, including 95, 98, 2000 and XP.</p>
<p>Wine, short for &#8220;Wine Is Not an Emulator,&#8221; is software that translates Windows commands into their equivalent in Linux or Unix.</p>
<p>While the project is more than a decade old, Wine is still under testing, with the latest beta version being 0.9.18.</p>
<p>&#8220;Wine is still under development, and it is not yet suitable for general use,&#8221; the official Web site (<a rel="nofollow" href="http://www.winehq.com" target="_new">http://www.winehq.com</a>) says. &#8220;Nevertheless, many people find it useful in running a growing number of Windows programs.&#8221;</p>
<p>Intrigued by the possibilities, I did some research and found a 2003 article in eWeek about how Walt Disney&#8217;s animation unit and two other competing studios jointly funded a project with CodeWeavers, the leading corporate backer of Wine, to develop a solution that would allow them to run Photoshop on Linux.</p>
<p>The project cost Disney less than $15,000, but saved it more than $50,000 a year in Windows licenses, eWeek reported. At the same time, CodeWeavers was able to incorporate the technology into Wine and its commercial version, CrossOver Office.</p>
<p>A quick check with the Wine Web site showed that Photoshop was indeed among the 4,398 Windows applications that would run under Wine.</p>
<p>Setting up Wine and using it isn&#8217;t rocket science, but it&#8217;s probably complicated enough to intimidate the typical Windows user.</p>
<p>I downloaded Wine (using the Synaptic Package Manager in Ubuntu Linux) then configured it by using the winecfg utility (type &#8220;winecfg&#8221; in the Terminal command line). Doing this the first time creates a fake &#8220;Drive C&#8221; in the hidden .wine directory of your home folder. This is where Wine installs all Windows programs.</p>
<p>To install a Windows program, pop in the install CD and type this into the command line:</p>
<p>wine /media/cdrom0/setup.exe</p>
<p>The Windows installer will come up and install the program.<br />
Theoretically, to run the program, you&#8217;d type the following:</p>
<p>wine &#8220;C:Program FilesAdobePhotoshop 7.0Photoshop.exe&#8221;</p>
<p>Sadly, this did not work. Further research showed I needed to tell Wine which dynamic link library or DLL file to use. This line from an Ubuntu forum does the job:</p>
<p>WINEDLLOVERRIDES=wintab32=n wine &#8220;C:Program FilesAdobePhotoshop 7.0Photoshop.exe&#8221;</p>
<p>To save myself some typing, I created a script that executes the command when I click on an icon.</p>
<p>So how does running Photoshop in Linux measure up?</p>
<p>In general, I was pleasantly surprised by the program&#8217;s responsiveness. There was none of the sluggishness that I expected and most of the features I use heavily work.</p>
<p>There are some major caveats, however.</p>
<p>1) Right-click menus do not work. In fact, they can lock up the program. This is a pain, because I&#8217;m used to right-clicking on items in the Layers palette to manipulate them. Fortunately, there is a work-around for this, using the menu bar at the top of the window.</p>
<p>2) Resizing the Layers palette will also crash the program.</p>
<p>3) Alt-clicking on an area does not work for the Clone tool. Instead, you must hold down the Shift key while doing the Alt-click.</p>
<p>4) The Tools and other palettes will remain on screen even when you minimize Photoshop.</p>
<p>These are pretty serious problems because you could lose a lot of work. On the other hand, if you&#8217;re careful to avoid these pitfalls and save your work periodically, you ought to be able to run Photoshop productively under Linux.</p>
<p>From Digital Life by Chin Wong</p>
<p><a href="http://www.chinwong.com" target="_new">http://www.chinwong.com</a></p>
<p>Chin Wong has been covering the technology industry since the 1980s, starting as a reporter for Business Day, Southeast Asia&#8217;s first daily business newspaper. He is now a lecturer in journalism at the Ateneo de Manila University in the Philippines and associate editor for the Manila Standard Today. Before that, he also served as technology editor of the Manila Times until October 2004.</p>
<p>Author: <a href="http://EzineArticles.com/?expert=Chin_Wong">Chin Wong</a><br />
Article Source: <a href="http://ezinearticles.com/?Photoshop-on-Linux&amp;id=377048">EzineArticles.com</a><br />
Provided by: <a href="http://hippestphone.com/">Cellphone news</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxmagazines.com/photoshop-on-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows Troubleshooting, Optimizing, Free Applications and More</title>
		<link>http://linuxmagazines.com/windows-troubleshooting-optimizing-free-applications-and-more/</link>
		<comments>http://linuxmagazines.com/windows-troubleshooting-optimizing-free-applications-and-more/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 20:39:23 +0000</pubDate>
		<dc:creator>Randall Carter</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://linuxmagazines.com/?p=1456</guid>
		<description><![CDATA[Some of the most popular issues on the internet today are how to optimize, which is to make Windows perform operations in a more timely manner, and troubleshoot problems encountered in the Windows environment. There are many ways to get more out of your pc including making sure you do maintenance jobs such as defragmenting your hardrives and running spyware and virus checkers on a regular basis. There also are many programs out there that offer to most of this for you, some of which are even free. Some are even so fed up with all of this they have switched over to other Operating system ranging from linux, bsd, and to Apple's Mac platform. My hope is to provide everyone I can with the information to ensure they have as smooth an experience with their computers as possible.]]></description>
			<content:encoded><![CDATA[<p>Some of the best ways to optimize Windows is to just flat out turn off some the useless or unneeded services that run by default on every Windows base install. One such service is the Indexing service included in every install of Windows. it is probably one of the most useless services found running in the background of Windows and that is saying quite a lot if you ask me.</p>
<p>What is does is it indexes files as they are saved to your hard drive so when you search your drives the search can be completed faster. I find that very few people actually use this feature and to top it off I have tried multiple searches with and without this enabled and the difference is none or so small you will never see it if you do use that function. This service will however slow your machine down as every single file will be indexed as you save it to the hard drive. Stopping this service is a very highly encouraged optimization.</p>
<p>On how to stop this service you will need to click the start menu button found in the lower left part of your screen. Once you do that then click computer. You should enter Windows Explorer and be able to see your hard drive(s), any floppy and/or CD/DVD ROM drive(s) among others. Right click your hard drive ( you may have more than one and this needs to be done to each ) and click the properties option at the bottom of the pop up. On this pop up you will see a check box that has &#8220;Index this drive for faster searching&#8221;. Uncheck this box and click apply. This can take a while, but is worth it. While you are on this page you can run disk cleanup to help with stuffed hard drives. This to can take a long time, but will help in long run.</p>
<p>Also while you have this pop up box open you may want to click the tab that says Tools at the top of it. On this new tab you have options to check your disks for errors, which can be helpful at times, and also to defragment your hard drive(s). Defragmenting your hard drive(s) is a common, very basic optimization that many people either forget about or never knew about. All Windows filesystems save files on the disk in clusters that are in sequential order. This is fine as long as you never delete a file, but that isn&#8217;t realistic. Easy way to explain this is to take four files, lets give them names of A, B, and C for simplicity sake. File A takes up 3 spaces on the disk, B is next to it at 2 spaces and C occupies 5 spaces. If you delete file B and then save a new file such as D that would take up 3 spaces, Windows will delete B and fill in its spot with the first 2 parts of D and place the third part after file C. This forces the computer to read the first 2 parts of D and then move over C to read the next part decreasing read times and hurting overall performance of any program using file D. This is called fragmentation and can become a huge problem over the course of years or even months. This is why defragmenting your hard drive(s) is so important to system performance. This process will move all pieces of a file and place them next one another so they can be read much more efficiently.</p>
<p>Troubleshooting Windows can be as easy as using the built in help and support feature in Windows or by using google to search the error message you got so you can find what others have done to correct the issue you are facing. Windows also has a recovery console if you have the original install disk, you just put it in and turn on the computer. Unless your BIOS has been altered it should either boot from the disk or ask you if want to. Each issue has its own way of being solved so a broad troubleshooting guide can not fit in this article.</p>
<p>There are many programs out there that offer a variety of services. Many are free and a few of those actually do what they say they will. Some of the best for some samples of each type are as follows:</p>
<p>SpyWare removal:</p>
<p>SpyBot search and destroy- includes passive protection built into browsers</p>
<p>Ad-Aware-can be used in tandem with Spybot to catch more spy/malware</p>
<p>Virus protectors and scanners:</p>
<p>Avira-usually rated as a close second on free virus protectors and the one I use most often.</p>
<p>AVG-is usually in 3rd place, but has made a strive forward and is closing the gap.</p>
<p>Avast-has been the best free virus protector for a while and is rated better than most and equal to the best paid virus protectors out there.</p>
<p>Office applications:</p>
<p>Openoffice- can save files in Microsoft Office format if that is your thing so less worries on that side, but Sun Microsystems, which produces this free open source software, has been recently bought out by Oracle. This may endanger this project, I advise getting this software while it is still widely available.</p>
<p>Messengers:</p>
<p>Of course the usual of msn, yahoo, etc. etc.</p>
<p>Pidgin-Can be used to connect to all the most popular messenger system around from one program.</p>
<p>Lastly to be discussed here is the operating systems besides Windows. Most Windows converts have went to Apple&#8217;s Operating System which is based off of the same unix kernal that bsd and linux are. I have seen many say Mac has more in common with the BSD OSs than with the linux ones as of late. If you haven&#8217;t tried these operating system I can offer you some guidance here. Make sure you read some literature on each before you attempt to use these as this will save you a lot of headaches, also look at each ones forums and read what problems new users of each one are having as an idea of what you may be facing. Apple has been closing the gap on being able to run the same programs offered to Windows users and much of their software database is actually superior to Windows. I can&#8217;t speak much on BSD as I have not had a lot of time to spend with it, but I can make a few suggestions on the linux side.</p>
<p>Linux has many different distros available, most even have a live CD you can download and burn for free with software like cdburnerxp and boot from. that way you can try out the software before you install to your hard drive. Ubuntu and Fedora are 2 that jump to the front of my mind when I think of linux. Ubuntu has made strides to be more convert friendly than Fedora, but that isn&#8217;t to say Fedora is hard to learn. Both distros have matured alot in last few years and are happy to live next to windows in a dual-boot environment of you so choose. Ubuntu is the more user friendly of the 2 while Fedora is more bleeding edge. I recommend trying both as live cds and making your mind up from there. If they are almost what you are looking for then take a look at <a rel="nofollow" href="http://www.distrowatch.com" target="_new">www.distrowatch.com</a> for links to other just as capable OSs.</p>
<p><a href="http://www.rechelp.com" target="_new">http://www.rechelp.com</a></p>
<p>This is my website I have setup to help others help themselves when it comes enjoying your computers more fully, visit and leave feedback as this will help the site provide more of the content you want to see.</p>
<p>Author: <a href="http://EzineArticles.com/?expert=Randall_Carter">Randall Carter</a><br />
Article Source: <a href="http://ezinearticles.com/?Windows-Troubleshooting,-Optimizing,-Free-Applications-and-More&amp;id=2307961">EzineArticles.com</a><br />
Provided by: <a href="http://instantpot.com/">Smart cooker</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxmagazines.com/windows-troubleshooting-optimizing-free-applications-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

