<?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>All Amazing Articles &#187; Computers</title>
	<atom:link href="http://www.allticles.com/category/computers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.allticles.com</link>
	<description>Allticles.com. An ever growing website consists of top quality article colections such as Computer, Technology, Science, Finance, Entertainments, etc.</description>
	<lastBuildDate>Sun, 25 Oct 2009 00:09:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>8 hacks to make Firefox ridiculously fast</title>
		<link>http://www.allticles.com/8-hacks-to-make-firefox-ridiculously-fast/</link>
		<comments>http://www.allticles.com/8-hacks-to-make-firefox-ridiculously-fast/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 15:19:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firefox Hack]]></category>

		<guid isPermaLink="false">http://www.allticles.com/?p=2847</guid>
		<description><![CDATA[Firefox has been outperforming IE in every department for years, and version 3 is speedier than ever.
But tweak the right settings and you could make it faster still, more than doubling your speed in some situations, all for about five minutes work and for the cost of precisely nothing at all. Here&#8217;s what you need [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Firefox has been outperforming IE in every department for years, and version 3 is speedier than ever.</p>
<p style="text-align: justify;">But tweak the right settings and you could make it faster still, more than doubling your speed in some situations, all for about five minutes work and for the cost of precisely nothing at all. Here&#8217;s what you need to do.</p>
<p style="text-align: justify;"><strong>1. Enable pipelining</strong></p>
<p style="text-align: justify;">Browsers are normally very polite, sending a request to a server then waiting for a response before continuing. Pipelining is a more aggressive technique that lets them send multiple requests before any responses are received, often reducing page download times. To enable it, type about:config in the address bar, double-click network.http.pipelining and network.http.proxy.pipelining so their values are set to true, then double-click network.http.pipelining.maxrequests and set this to 8.</p>
<p style="text-align: justify;"><span id="more-2847"></span></p>
<p style="text-align: justify;">Keep in mind that some servers don&#8217;t support pipelining, though, and if you regularly visit a lot of these then the tweak can actually reduce performance. Set network.http.pipelining and network.http.proxy.pipelining to false again if you have any problems.</p>
<p style="text-align: justify;"><strong>2. Render quickly</strong></p>
<p style="text-align: justify;">Large, complex web pages can take a while to download. Firefox doesn&#8217;t want to keep you waiting, so by default will display what it&#8217;s received so far every 0.12 seconds (the &#8220;content notify interval&#8221;). While this helps the browser feel snappy, frequent redraws increase the total page load time, so a longer content notify interval will improve performance.</p>
<p style="text-align: justify;">Type about:config and press [Enter], then right-click (Apple users ctrl-click) somewhere in the window and select New &gt; Integer. Type content.notify.interval as your preference name, click OK, enter 500000 (that&#8217;s five hundred thousand, not fifty thousand) and click OK again.</p>
<p style="text-align: justify;">Right-click again in the window and select New &gt; Boolean. This time create a value called content.notify.ontimer and set it to True to finish the job.</p>
<p style="text-align: justify;"><strong>3. Faster loading</strong></p>
<p style="text-align: justify;">If you haven&#8217;t moved your mouse or touched the keyboard for 0.75 seconds (the content switch threshold) then Firefox enters a low frequency interrupt mode, which means its interface becomes less responsive but your page loads more quickly. Reducing the content switch threshold can improve performance, then, and it only takes a moment.</p>
<p style="text-align: justify;">Type about:config and press [Enter], right-click in the window and select New &gt; Integer. Type content.switch.threshold, click OK, enter 250000 (a quarter of a second) and click OK to finish.</p>
<p style="text-align: justify;"><strong>4. No interruptions</strong></p>
<p style="text-align: justify;">You can take the last step even further by telling Firefox to ignore user interface events altogether until the current page has been downloaded. This is a little drastic as Firefox could remain unresponsive for quite some time, but try this and see how it works for you.</p>
<p style="text-align: justify;">Type about:config, press [Enter], right-click in the window and select New &gt; Boolean. Type content.interrupt.parsing, click OK, set the value to False and click OK.</p>
<p style="text-align: justify;"><strong>5. Block Flash</strong></p>
<p style="text-align: justify;">Intrusive Flash animations are everywhere, popping up over the content you actually want to read and slowing down your browsing. Fortunately there&#8217;s a very easy solution. Install the Flashblock extension (flashblock.mozdev.org) and it&#8217;ll block all Flash applets from loading, so web pages will display much more quickly. And if you discover some Flash content that isn&#8217;t entirely useless, just click its placeholder to download and view the applet as normal.</p>
<p style="text-align: justify;"><strong>6. Increase the cache size</strong></p>
<p style="text-align: justify;">As you browse the web so Firefox stores site images and scripts in a local memory cache, where they can be speedily retrieved if you revisit the same page. If you have plenty of RAM (2 GB of more), leave Firefox running all the time and regularly return to pages then you can improve performance by increasing this cache size. Type about:config and press [Enter], then right-click anywhere in the window and select New &gt; Integer. Type browser.cache.memory.capacity, click OK, enter 65536 and click OK, then restart your browser to get the new, larger cache.</p>
<p style="text-align: justify;"><strong>7. Enable TraceMonkey</strong></p>
<p style="text-align: justify;">TraceMonkey is a new Firefox feature that converts slow Javascript into super-speedy x86 code, and so lets it run some functions anything up to 20 times faster than the current version. It&#8217;s still buggy so isn&#8217;t available in the regular Firefox download yet, but if you&#8217;re willing to risk the odd crash or two then there&#8217;s an easy way to try it out.</p>
<p style="text-align: justify;">Install the latest nightly build (<a href="ftp://ftp.mozilla.org/pub/firefox/nightly/latest-trunk/" target="_blank">ftp://ftp.mozilla.org/pub/firefox/nightly/latest-trunk/</a>), launch it, type about:config in the address bar and press Enter. Type JIT in the filter box, then double-click javascript.options.jit.chrome and javascript.options.jit.content to change their values to true, and that&#8217;s it &#8211; you&#8217;re running the fastest Firefox Javascript engine ever.</p>
<p style="text-align: justify;"><strong>8. Compress data</strong></p>
<p style="text-align: justify;">If you&#8217;ve a slow internet connection then it may feel like you&#8217;ll never get Firefox to perform properly, but that&#8217;s not necessarily true. Install toonel.net (toonel.net) and this clever Java applet will re-route your web traffic through its own server, compressing it at the same time, so there&#8217;s much less to download. And it can even compress JPEGs by allowing you to reduce their quality. This all helps to cut your data transfer, useful if you&#8217;re on a limited 1 GB-per-month account, and can at best double your browsing performance.</p>
<p style="text-align: justify;"><em>By Mike Williams<br />
http://www.techradar.com</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.allticles.com/8-hacks-to-make-firefox-ridiculously-fast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 Computer Hardware Fixes and Upgrades</title>
		<link>http://www.allticles.com/top-10-computer-hardware-fixes-and-upgrades/</link>
		<comments>http://www.allticles.com/top-10-computer-hardware-fixes-and-upgrades/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 14:55:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://www.allticles.com/?p=2840</guid>
		<description><![CDATA[If your desktop or laptop parts have died or seen better days, you&#8217;ve got a friend. All of your Lifehacker editors—and many helpful net denizens—have upgraded or repaired faulty systems, and we&#8217;ve rounded up some of their most helpful tutorials.
 
10. De-bulk your MacBook&#8217;s power cord
For all their design emphasis on elegance and minimalism, MacBooks [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">If your desktop or laptop parts have died or seen better days, you&#8217;ve got a friend. All of your Lifehacker editors—and many helpful net denizens—have upgraded or repaired faulty systems, and we&#8217;ve rounded up some of their most helpful tutorials.</p>
<p style="text-align: justify;"><em> </em></p>
<h3 style="font-size: 120%; margin-top: 20px; text-align: justify;"><a href="http://www.kk.org/cooltools/archives/002790.php" target="_blank">10. De-bulk your MacBook&#8217;s power cord</a></h3>
<p style="text-align: justify;"><img src="http://cache.gawker.com/assets/images/17/2009/08/thumb160x_3d79695b7767cacb9cf2ee0bbe40545b.jpg" alt="" width="158" />For all their design emphasis on elegance and minimalism, MacBooks come with rather bulky power cords that aren&#8217;t easy to coil up and tuck away. Gizmodo editor Brian Lam travels quite a bit with his MacBook Pro and doesn&#8217;t dig the bulk of the cord leading up to the two-prong &#8220;brick,&#8221; so he details the not-so-tough technique of swapping it out for a lighter, more flexible PlayStation cord, which shares the same adapter at the end. (<a href="http://lifehacker.com/5327676/Hack%20Your%20Mac%20Laptop%20Power%20Cord%20-%20MacBook%20-%20Lifehacker" target="_blank">Original post</a>)</p>
<p><span id="more-2840"></span></p>
<h3 style="font-size: 120%; margin-top: 20px; text-align: justify;"><a href="http://lifehacker.com/138665/hack-attack-how-to-install-ram" target="_blank">9. Install your own RAM</a></h3>
<p style="text-align: justify;"><img src="http://cache.gawker.com/assets/images/lifehacker/2009/08/ram_install.jpg" alt="" width="340" />It almost always costs less to buy your own RAM from a reliable source and install it yourself than to let the Lenovos, Dells, HPs, and Apples do it for you, either when you first purchase your system or as an upgrade. On most systems, laptops included, it&#8217;s a beginner-level hardware project to swap out or add on a memory chip. Adam details <a href="http://lifehacker.com/138665/hack-attack-how-to-install-ram">how to install a new stick of RAM in your desktop PC</a> and took us on a <a href="http://lifehacker.com/198396/hack-attack-how-to-install-ram-in-your-mac-and-save-big">video tour of MacBook RAM upgrading</a>. From what this editor has seen, that process is nearly identical on non-Apple laptops: find where the RAM is kept, unscrew a plate, pop the memory sticks in and out at an angle, then re-seat it to be back on one&#8217;s way. Not sure which chips you need to buy? Try the How-To Geek&#8217;s guide to determining <a href="http://www.howtogeek.com/howto/windows-vista/what-kind-of-memory-does-my-computer-have-installed/">what kind of memory your computer has installed</a>.</p>
<h3 style="font-size: 120%; margin-top: 20px; text-align: justify;"><a href="http://lifehacker.com/344766/quiet-that-noisy-hard-drive-with-rubber" target="_blank">8. Quiet a noisy hard drive</a></h3>
<p style="text-align: justify;"><img src="http://cache.gawker.com/assets/images/lifehacker/2009/08/elastic_suspenders.jpg" alt="" width="340" />You don&#8217;t notice the sound of your hard drives when you first boot up a new system, but over time, the hum, whir, and clicking of all those disks and moving parts can become maddening low-level irritants. A lot of the noise is usually caused by the hard drive vibrating against a metal desktop case, which can be <a href="http://lifehacker.com/344766/quiet-that-noisy-hard-drive-with-rubber">eliminated with small rubber inserts</a>, or, for a nearly complete vibration elimination, <a href="http://www.silentpcreview.com/article8-page2.html">suspending the drive from elastic straps</a>. If you&#8217;re rocking a laptop, or looking for other ways of quieting any kind of system, try searching and digging around at <a href="http://silentpcreview.com/">Silent PC Review</a>, <a href="http://endpcnoise.com/">End PC Noise</a>, or check out PC Magazine&#8217;s <a href="http://www.pcmag.com/article2/0,1895,1950230,00.asp">multi-step guide to a quiet PC</a>.</p>
<h3 style="font-size: 120%; margin-top: 20px; text-align: justify;"><a href="http://www.instructables.com/id/EHD4UHG1XDEWUSKWVD/" target="_blank">7. Get good at soldering</a></h3>
<p style="text-align: justify;"><img src="http://cache.gawker.com/assets/images/lifehacker/2009/08/soldering101.jpg" alt="" width="340" />Most DIY gadget projects, and a lot of computer or electronics repairs, require the use of a hot soldering iron, some solder, and occasionally flux. If all that sounds pretty foreign and new to you, Instructables&#8217; guide to basic parts fusing and circuit mending will be worth every minute you spend absorbing it. It&#8217;s packed with good tips and answered beginner questions. Planning to jump into a more advanced, detail-oriented project like the <a href="http://www.ladyada.net/make/mintyboost/">MintyBoost</a>? Aaron&#8217;s Homepage has a guide on <a href="http://www.aaroncake.net/electronics/solder.htm">how to solder on circuit boards</a>. (<a href="http://lifehacker.com/5327676/A%20Beginner%27s%20Guide%20to%20Soldering%20-%20Gadgets%20-%20Lifehacker">Original post</a>)</p>
<h3 style="font-size: 120%; margin-top: 20px; text-align: justify;"><a href="http://lifehacker.com/348653/install-os-x-on-your-hackintosh-pc-no-hacking-required" target="_blank">6. Turn a PC into a Hackintosh</a></h3>
<p style="text-align: justify;"><img src="http://cache.gawker.com/assets/images/lifehacker/2009/08/hacktosh-head.resized.jpg" alt="" width="340" />Getting Apple&#8217;s OS X running on hardware you didn&#8217;t buy from Apple doesn&#8217;t require magic powers, a 128-character secret code, or much more than just the patience to follow a few work-around steps, really. Adam showed us how to take some gear nabbed from NewEgg and assemble it into a &#8220;Hackintosh,&#8221; with greater ease of use than his <a href="http://lifehacker.com/software/hack-attack/build-a-hackintosh-mac-for-under-800-321913.php">first go-round</a>. If you&#8217;ve got a desktop system looking for a few new parts, or you&#8217;d like to try out the Mac world without paying Mac premiums, it makes for a rewarding weekend project.</p>
<h3 style="font-size: 120%; margin-top: 20px; text-align: justify;"><a href="http://lifehacker.com/228626/alpha-geek-how-to-replace-a-dead-power-supply" target="_blank">5. Replace a power supply</a></h3>
<p style="text-align: justify;"><img src="http://cache.gawker.com/assets/images/lifehacker/2009/08/340x_ps1.jpg" alt="" width="340" />Power supplies are not something you want to cheap out on, or hang onto if they&#8217;re on their way out. They&#8217;re often the noisiest component of a desktop system, they&#8217;re fickle, and they can bring down other components if they fritz out. Lifehacker alumnus Rick Broida ran down the basics of unplugging and removing your power supply and re-seating a new one in its place. That answers one half of the equation, but how do you know what PSU to replace it with? Online parts megastore NewEgg offers a convenient <a href="http://educations.newegg.com/tool/psucalc/index.html">Power Supply Calculator</a> that figures out power supply needs from the components already installed. Just as with a house, you can sometimes get by with less than you should, but you don&#8217;t want to find out what happens when you&#8217;re wrong.</p>
<h3 style="font-size: 120%; margin-top: 20px; text-align: justify;"><a href="http://lifehacker.com/137179/hack-attack-how-to-install-a-hard-drive" target="_blank">4. Install a new hard drive</a></h3>
<p style="text-align: justify;"><img src="http://cache.gawker.com/assets/images/lifehacker/2009/08/new_hard_drive.jpg" alt="" width="340" />Every hard drive seems like it will be way, <em>way</em> too big for your uses when you first get it. A few months of willy-nilly downloading later, and you&#8217;re looking for bigger digs for your data. Adam broke down <a href="http://lifehacker.com/137179/hack-attack-how-to-install-a-hard-drive">the desktop installation process</a>, but for the increasing number of folks jamming all their stuff onto laptops, we offer up guides on <a href="http://blogs.chron.com/techblog/archives/2008/08/a_320gb_birthday_installing_a_new_hard_drive_1.html">MacBook upgrades</a> from the Houston Chronicle&#8217;s TechBlog and Popular Mechanics&#8217; <a href="http://www.popularmechanics.com/how_to_central/technology/4206528.html">general laptop hard drive guide</a>. All the techniques, of course, also apply if your drive goes dead and you need to yank it out for a replacement.</p>
<h3 style="font-size: 120%; margin-top: 20px; text-align: justify;"><a href="http://defectivekit.com/2007/02/20/howto-guide-to-replacing-your-laptop-lcd/" target="_blank">3. Replace a busted laptop LCD</a></h3>
<p style="text-align: justify;"><img src="http://cache.gawker.com/assets/images/lifehacker/2009/08/lcd_replacement.jpg" alt="" width="340" />LCD screens are often the second-most expensive component of a laptop, so when they go bad, most folks just swing for a full replacement. If you can find an LCD replacement for your model, though, there&#8217;s a good chance you can save yourself some pretty serious cash, especially if your laptop&#8217;s screen went dark early in its life. The This Is My Defective Kit site runs down a step-by-step process for replacing a faulty display, which is mainly a matter of being careful and not losing very tiny screws. If that sounds a little beyond your powers or patience, you can turn that working-but-not-visible laptop into a <a href="http://lifehacker.com/399215/build-a-headless-laptop-system">headless system</a> that hides away easily. (<a href="http://lifehacker.com/5327676/How%20to%20replace%20a%20laptop%20LCD%20-%20DIY%20-%20Lifehacker">Original post</a>)</p>
<h3 style="font-size: 120%; margin-top: 20px; text-align: justify;"><a href="http://lifehacker.com/158363/hack-attack-how-to-install-a-motherboard-and-cpu" target="_blank">2. Upgrade to a new motherboard and CPU</a></h3>
<p style="text-align: justify;"><img src="http://cache.gawker.com/assets/images/lifehacker/2009/08/340x_close-socket-thumb.jpg" alt="" width="340" />Replacing the other parts of your computer is akin to attaching arms and legs to a Frankenstein&#8217;s system. When you add an entirely new CPU and motherboard to your case, that&#8217;s when you&#8217;ve truly become a mad scientist. Actually, it&#8217;s not all that hard, as Adam demonstrates, and on a system where everything runs well but the brain just needs to move a bit quicker, it&#8217;s a relatively cheap and efficient upgrade—and one that instills a lot of confidence in your computer hardware skills.</p>
<h3 style="font-size: 120%; margin-top: 20px; text-align: justify;"><a href="http://lifehacker.com/5151369/the-first+timers-guide-to-building-a-computer-from-scratch" target="_blank">1. Build a whole computer from scratch</a></h3>
<p style="text-align: justify;"><img src="http://cache.gawker.com/assets/images/lifehacker/2009/08/build_it_yourself.jpg" alt="" width="340" />As Gina notes in her comprehensive run-down of building her own PC, from choosing the parts to (finally) getting to a log-in screen, you don&#8217;t build your own PC because you want to save a whole lot of money (though you can, depending on the build). You build it yourself because you want complete control over the quality and features of every single piece of it, and you learn a heck of a lot about how they operate together. Do yourself a favor, though, and learn from Gina&#8217;s &#8220;several WTF moments&#8221; before giving it a go yourself.</p>
<hr style="text-align: justify;" />
<p style="text-align: justify;">Where do you turn when you&#8217;re looking to fix or replace some hardware? Which hardware projects are worth the time and effort, and which have you left to the pros? Relate your repair tales in the comments, and feel free to offer up other worthwhile hardware links.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.allticles.com/top-10-computer-hardware-fixes-and-upgrades/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft: Pirated Windows 7 Will Still Get Updates</title>
		<link>http://www.allticles.com/microsoft-pirated-windows-7-will-still-get-updates/</link>
		<comments>http://www.allticles.com/microsoft-pirated-windows-7-will-still-get-updates/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 14:51:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.allticles.com/?p=2838</guid>
		<description><![CDATA[Microsoft earlier this week clarified that all versions of Windows, both legitimate and illegitimate, receive security updates – and that policy will carry over to Windows 7.
“There seems to be a myth that Microsoft limits security updates to genuine Windows users,” wrote Microsoft’s Paul Cooke, who works in Windows Client Enterprise Security. “Let me be [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Microsoft earlier this week clarified that all versions of Windows, both legitimate and illegitimate, receive security updates – and that policy will carry over to Windows 7.</p>
<p style="text-align: justify;">“There seems to be a myth that Microsoft limits security updates to genuine Windows users,” wrote Microsoft’s Paul Cooke, who works in Windows Client Enterprise Security. “Let me be clear: all security updates go to all users.”</p>
<p style="text-align: justify;">“Not only do all security updates go to all users&#8217; systems, but non-genuine Windows systems are able to install service packs, update rollups, and important reliability and application compatibility updates,” Cooke continued in the <a href="http://windowsteamblog.com/blogs/windowssecurity/archive/2009/04/27/who-gets-windows-security-updates.aspx" target="_blank">blog entry</a>. “In addition, the users of non-genuine Windows systems can also upgrade a lot of the other software on their computer. For example Internet Explorer 8 has numerous security- oriented features and improvements, and it is available to all users.”</p>
<p style="text-align: justify;"><span id="more-2838"></span></p>
<p style="text-align: justify;">That’s not to say that non-genuine copies of Windows are allowed to run completely free. Certain updates and software may be blocked at Microsoft’s discretion, such as value-adding updates and non-security-related software.</p>
<p style="text-align: justify;">Bootlegged copies of Windows Vista can still access updates through the Windows Update control panel. A non-genuine Windows XP system can only access updates through Automatic Updates, but not through the update websites.</p>
<p style="text-align: justify;">Microsoft said that it won’t be changing this policy for Windows 7, meaning that pirates will still be as protected as legit users. While this might seem a little strange for any software company to provide software support to pirates, keeping even illegal copies patched up is in the interest of the entire computing ecosystem.</p>
<p style="text-align: justify;">While it may be mildly entertaining to laugh at illegal installations of Windows fall at the hands of a computer worm, an epidemic is still an epidemic – especially if it affects legitimate users who simply haven’t applied the current patches or security software.</p>
<p style="text-align: justify;"><em>Source : <a href="http://www.tomshardware.com/" target="_blank">Tom&#8217;s Hardware US</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.allticles.com/microsoft-pirated-windows-7-will-still-get-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best 101 Free Computer Software For Your Daily Use</title>
		<link>http://www.allticles.com/best-101-free-computer-software-for-your-daily-use/</link>
		<comments>http://www.allticles.com/best-101-free-computer-software-for-your-daily-use/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 08:53:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.allticles.com/?p=2835</guid>
		<description><![CDATA[Good things in life do not necessarily cost you a bomb. Below I have compiled a list of the top 100 101 free computer software you can make use of.
Enjoy!
Office Suite

OpenOffice.org – OpenOffice.org is a viable alternative to Microsoft Office – even for professional use. It can do just about anything Office can.
AbiWord – A [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Good things in life do not necessarily cost you a bomb. Below I have compiled a list of the top <span style="text-decoration: line-through;">100</span> 101 free computer software you can make use of.</p>
<p style="text-align: justify;">Enjoy!<br />
<strong>Office Suite</strong></p>
<ol style="text-align: justify;">
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.openoffice.org/');" href="http://www.openoffice.org/" target="_blank">OpenOffice.org</a> – OpenOffice.org is a viable alternative to Microsoft Office – even for professional use. It can do just about anything Office can.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.abisource.com/');" href="http://www.abisource.com/" target="_blank">AbiWord</a> – A lightweight version of Microsoft Office. Simple, straightforward interface; easy to use.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.jarte.com/');" href="http://www.jarte.com/" target="_blank">Jarte</a> – A word processor based on the Microsoft WordPad. It can be run directly from a USB flash drive.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://notepad-plus.sourceforge.net/uk/site.htm');" href="http://notepad-plus.sourceforge.net/uk/site.htm" target="_blank">Notepad++</a> – A free source code editor and Notepad replacement, which supports several programming languages, running under the MS Windows environment.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.editpadpro.com/');" href="http://www.editpadpro.com/" target="_blank">EditPad Lite</a> – A general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor.</li>
<p><span id="more-2835"></span><br />
<strong>Security</strong></p>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.avast.com/eng/avast_4_home.html');" href="http://www.avast.com/eng/avast_4_home.html" target="_blank">avast! 4 Home Edition</a> – A complete antivirus solution that is able to find computer viruses, create and check the integrity of programs installed, test executed programs and opened documents, to test and check email and other functions.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://free.grisoft.com/doc/download-free-anti-virus/us/frt/0');" href="http://free.grisoft.com/doc/download-free-anti-virus/us/frt/0" target="_blank">AVG Anti-Virus</a> – A free security solution that is easy to use, has low system resources, automatic update functionality and ability to protect as files are opened and programs are run.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.personalfirewall.comodo.com/');" href="http://www.personalfirewall.comodo.com/" target="_blank">Comodo Firewall</a> – A free firewall that constantly monitors and defends your PC from internet attacks. It is a fully functional product that comes with continual updates that are free forever!</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.siteadvisor.com');" href="http://www.siteadvisor.com/" target="_blank">McAfee SiteAdvisor</a> – A plugin for Firefox and IE browser that shows safety rating as you browse the Web.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.tenebril.com/consumer/spyware/spycatcher-express.php');" href="http://www.tenebril.com/consumer/spyware/spycatcher-express.php" target="_blank">SpyCatcher Express</a> – A free anti-spyware program that allows novice PC users to remove aggressive spyware, stops next-generation, mutating spyware, blocks reinstallation of aggressive spyware and removes spyware safely and automatically.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.windowsstartup.com/startupmonitor.php');" href="http://www.windowsstartup.com/startupmonitor.php" target="_blank">StartupMonitor</a> – A small monitoring program that keeps a constant eye on your system’s startup entries. When ever a change is made, you will be notified and given a choice to either allow the change or not to change.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.thegreatpuzzle.com/superstorm.php');" href="http://www.thegreatpuzzle.com/superstorm.php" target="_blank">SuperStorm Freeware</a> – This software allows you to hide your confidential files and folders in a wide variety of media files such as pictures, audio, video, executable programs among many other file types.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.microsoft.com/athome/security/spyware/software/default.mspx');" href="http://www.microsoft.com/athome/security/spyware/software/default.mspx" target="_blank">Windows Defender</a> – A free program that helps protect your computer against pop-ups, slow performance, and security threats caused by spyware and other unwanted software.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.trendsecure.com/portal/en-US/tools/security_tools/hijackthis');" href="http://www.trendsecure.com/portal/en-US/tools/security_tools/hijackthis" target="_blank">HijackThis</a> – A malware remove tool that makes a detailed log of what’s going on in your Registry and gives you the opportunity to remove things that might be suspect.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.zonealarm.com/store/content/catalog/products/sku_list_za.jsp');" href="http://www.zonealarm.com/store/content/catalog/products/sku_list_za.jsp" target="_blank">Zone Alarm</a> – This software lets you block uninitiated and unwanted traffic, even while your PC is unattended or while you’re not using your connection.</li>
<p><strong>Desktop management</strong></p>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://desktop.google.com');" href="http://desktop.google.com/" target="_blank">Google desktop</a> – A desktop search application that gives you easy access to information on your computer and from the web.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://us.config.toolbar.yahoo.com/yds');" href="http://us.config.toolbar.yahoo.com/yds" target="_blank">Yahoo Desktop</a> – Yahoo Desktop enables you to search and instantly find information, preview it in its native format, and take action on it immediately.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx');" href="http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx" target="_blank">TweakUI</a> – This software reduces the Windows annoyance without having to meddle with the registry. It gives you access to system settings that are not exposed in the Windows XP default user interface, including mouse settings, Explorer settings, taskbar settings, and more.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://delphistep.cis.si/prettyrun.htm');" href="http://delphistep.cis.si/prettyrun.htm" target="_blank">Pretty run</a> – A small program that can search your start menu, desktop or any other folder for shortcuts.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.roboform.com/');" href="http://www.roboform.com/" target="_blank">RoboForm</a> – RoboForm memorizes and securely stores each user name and password the first time you log into a site, then automatically supplies them when you return.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.autohotkey.com/');" href="http://www.autohotkey.com/" target="_blank">AutoHotkey </a>- This open-source utility can automate almost anything by sending keystrokes and mouse clicks. You can write macros by hand or use the macro recorder. You can also create hotkeys for keyboard, mouse, joystick, and handheld remote controls.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://keepass.info/');" href="http://keepass.info/" target="_blank">Keepass safe</a> – A password manager which helps you to manage your passwords in a secure way. You can put all your passwords in one database, which is locked with one master key or a key-disk.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.mlin.net/Clipomatic.shtml');" href="http://www.mlin.net/Clipomatic.shtml" target="_blank">Clipomatic</a> – A clipboard cache program that remembers what was copied to the clipboard and allows you to retrieve it, even after you’ve copied something else to the clipboard.</li>
<p><strong>Browser</strong></p>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.mozilla.com/firefox/');" href="http://www.mozilla.com/firefox/" target="_blank">Firefox</a> – Firefox includes tons of useful features such as tabbed browsing, built-in and customizable search bars, a built-in RSS reader and a huge library of extensions developed by thousand of developers.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.opera.com/');" href="http://www.opera.com/" target="_blank">Opera</a> – Opera introduces Speed Dial which vastly improves navigation to your favorite sites. In addition, there’s Fraud protection, an anti-phishing detection keeps browsing safe and secure.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.crazybrowser.com/');" href="http://www.crazybrowser.com/" target="_blank">Crazy browser</a> – A browser that allows users to collect tabs into groups and then load an entire group at once. This feature is very useful for research, as you can summon a set of related sites as needed, without manually opening each one.</li>
<p><strong>Fun and Games</strong></p>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.hanovsolutions.com/?prod=alarm');" href="http://www.hanovsolutions.com/?prod=alarm" target="_blank">Banshee Screamer Alarm</a> – A snoozeable alarm clock designed to wake you up. Play MP3s, execute programs, or shut down your computer at the time you set.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://bzflag.org/');" href="http://bzflag.org/" target="_blank">BZFlag</a> – An online multiplayer cross-platform open source 3D tank battle game. It runs on Irix, Linux, BSD, Windows, Mac OS X, and many other platforms. It’s one of the most popular games ever on Silicon Graphics machines.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.conware-pro.com/products/index.php');" href="http://www.conware-pro.com/products/index.php" target="_blank">ConWare IconArt</a> – An easy-to-use icon &amp; cursor editor that allows your to design your own, edit previous icons, create cursors, capture icons from programs and DLL files or import an image for your icon.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://earth.google.com/');" href="http://earth.google.com/" target="_blank">Google Earth</a> – Google Earth combines the power of Google Search with satellite imagery, maps, terrain and 3D buildings to put the world’s geographic information at your fingertips.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://tuxracer.sourceforge.net/index.html');" href="http://tuxracer.sourceforge.net/index.html" target="_blank">Tux Racer</a> – Getting bored and sick of the Windows game? Tux Racer lets you take on the role of Tux the Linux Penguin as he races down steep, snow-covered mountains. Enter cups and compete to win the title!</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.zsnes.com/');" href="http://www.zsnes.com/" target="_blank">ZSNES</a> – A Nintendo emulator on your desktop. ZSNES is built to run on Windows, DOS, Linux and FreeBSD Unix and it is by far the best SNES emulator available.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.stargazing.net/astropc/');" href="http://www.stargazing.net/astropc/" target="_blank">Cartes du Ciel</a> – A sky map that allows you to find out what constellations and planets are visible tonight.</li>
<p><strong>Graphics Editing</strong></p>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.gimp.org/');" href="http://www.gimp.org/" target="_blank">GIMP</a> – A complete image editing software with capabilities not found in any other free software product. It can be used as a simple paint program, an expert-quality photo-retouching program, a mass production image renderer, or an image-format converter.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.getpaint.net/');" href="http://www.getpaint.net/" target="_blank">Paint.net</a> – A free image and photo editing software that features an intuitive and innovative user interface with support for layers, unlimited undo, special effects, and a wide variety of useful and powerful tools.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://sketchup.google.com/');" href="http://sketchup.google.com/" target="_blank">Google sketchup</a> – A powerful yet easy-to-learn 3D software tool that combines a simple, yet robust tool-set with an intelligent drawing system that streamlines and simplifies 3D design.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.irfanview.com/');" href="http://www.irfanview.com/" target="_blank">IrfanView</a> – A fast and compact image viewer/converter that is simple for beginners and powerful for professionals.</li>
<p><strong>Video and Audio</strong></p>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://audacity.sourceforge.net/');" href="http://audacity.sourceforge.net/" target="_blank">Audacity</a> – A complete recording and sound editing software that is available for Mac OS X, Microsoft Windows, GNU/Linux, and other operating systems.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.mediamonkey.com/');" href="http://www.mediamonkey.com/" target="_blank">Media Monkey</a> – A music manager and jukebox for serious music collectors and iPod users. It offers an intelligent tag editor which looks up missing Album Art and track information via Freedb and the Web.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://cdexos.sourceforge.net/');" href="http://cdexos.sourceforge.net/" target="_blank">CDex</a> – An application that records audio tracks from CDs and saves them to a disk as regular WAV files or as encoded sound files.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.apple.com/itunes/');" href="http://www.apple.com/itunes/" target="_blank">iTunes</a> – One of the highest downloaded digital-jukebox software. Comes with the iTunes Music Store that offers music at 99-cents-per-song.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.winamp.com/');" href="http://www.winamp.com/" target="_blank">Winamp</a> – A multimedia player that supports numerous audio and video formats. It also plays streamed video and audio content, both live and recorded, authored worldwide.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.videolan.org/vlc/');" href="http://www.videolan.org/vlc/" target="_blank">VLC</a> – A highly portable multimedia player for various audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, ogg, …) as well as DVDs, VCDs, and various streaming protocols.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.codecguide.com/');" href="http://www.codecguide.com/" target="_blank">QuickTime Alternative</a> – This application let you play QuickTime or Real videos without Apple or Real’s bloated, in-your-face proprietary players.</li>
<p><strong>PDF creator</strong></p>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.primopdf.com/');" href="http://www.primopdf.com/" target="_blank">PrimoPDF</a> – A free tool for high-quality PDF creation, comprising a user-friendly interface that enables printing to PDF from virtually any Windows application.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://sourceforge.net/projects/pdfcreator/');" href="http://sourceforge.net/projects/pdfcreator/" target="_blank">PDF creator</a> – A simple PDF creation tool for those who just want to skip the technical steps and produce a PDF file. If you know how to print, then you know how to use this software.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.dopdf.com/');" href="http://www.dopdf.com/" target="_blank">doPDF</a> – Using doPDF, you can create searchable PDF files from virtually any application. You can search for text within the created PDF file, and search engines will also index the text from the PDF.</li>
<p><strong>Virtual Server</strong></p>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.vmware.com/products/server/');" href="http://www.vmware.com/products/server/" target="_blank">VMware Server</a> – VMware Server installs on any existing server hardware and partitions a physical server into multiple virtual machines by abstracting processor, memory, storage and networking resources, giving you greater hardware utilization and flexibility.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.logmeinhamachi.com');" href="http://www.logmeinhamachi.com/" target="_blank">LogMeIn Hamachi</a> – A VPN that allows you to access your home PC from work (or vice versa) as though you’re sitting right in front of it.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://openvpn.net/');" href="http://openvpn.net/" target="_blank">OpenVPN</a> – OpenVPN is a tried and true VPN solution. It is totally secure and infinitely configurable. You can install and run this software without relying on a third party.</li>
<p><strong>Instant Messaging</strong></p>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://download.live.com/messenger');" href="http://download.live.com/messenger" target="_blank">Windows Live messenger</a> – The next generation MSN Messenger. It comes with everything that were already available in Messenger, and a new i’m Initiative that makes helping your favorite charity as easy as sending an instant message.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.pidgin.im/');" href="http://www.pidgin.im/" target="_blank">Pidgin</a> – A multi-protocol Instant Messaging client that allows you to use all of your IM accounts at once. Pidgin can work with: AIM, Bonjour, Gadu-Gadu, Google Talk, ICQ, IRC, MSN, Yahoo!, MySpaceIM and many more.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.ceruleanstudios.com/');" href="http://www.ceruleanstudios.com/" target="_blank">Trillian</a> – A fully featured, stand-alone, skinnable chat client that supports AIM, ICQ, MSN, Yahoo Messenger, and IRC.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.skype.com');" href="http://www.skype.com/" target="_blank">Skype</a> – A software that enables you to make free calls anywhere in the world.</li>
<p><strong>Download manager</strong></p>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.speedbit.com/');" href="http://www.speedbit.com/" target="_blank">Download Accelerator Plus</a> – A download manager that can enhance your download experience. Features include a search tab, security check for every site and application you download, more speed per connection, resume broken download and preview file when you download.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.internetdownloadmanager.com/');" href="http://www.internetdownloadmanager.com/" target="_blank">Internet download manager</a> – A tool for increasing download speeds by up to 5 times, and for resuming, scheduling, and organizing downloads. The program will resume unfinished downloads due to network problems, or unexpected power outages.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://getright.com/');" href="http://getright.com/" target="_blank">Getright</a> – As a download manager, GetRight supports BitTorrent downloads too. In addition, you can use GetRight to schedule your downloads for later; it can dial your modem (if needed), download the files you want, then hang up or even shut down your computer when it is done.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.downthemall.net/');" href="http://www.downthemall.net/" target="_blank">DownThemAll</a> – A powerful yet easy-to-use Mozilla Firefox extension that adds new advanced download capabilities to your browser.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://flashgot.net/');" href="http://flashgot.net/" target="_blank">Flashgot</a> – A Firefox extension that allows you to handle single and massive downloads using the external download managers of your choice.</li>
<p><strong>File Management</strong></p>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.heidi.ie/eraser/');" href="http://www.heidi.ie/eraser/" target="_blank">Eraser</a> – An advanced security tool for Windows that allows you to completely remove sensitive data from your hard drive by overwriting it several times with carefully selected patterns.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www3.telus.net/mikebike/RESTORATION.html');" href="http://www3.telus.net/mikebike/RESTORATION.html" target="_blank">Restoration</a> – An easy to use and straight forward tool to undelete files that were removed from the recycle bin or directly deleted from within Windows (we were able to recover photos from a Flash card that had been formatted).</li>
<p><strong>Torrent Manager</strong></p>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://azureus.sourceforge.net/index.php');" href="http://azureus.sourceforge.net/index.php" target="_blank">Azureus</a> – A popular torrent manager that allows you to install plug-in and tweak your own settings.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.utorrent.com/');" href="http://www.utorrent.com/" target="_blank">µTorrent</a> – A very, very tiny BitTorrent client that packs enough features into that small package to compete with beefier applications like Azureus.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.bitcomet.com/');" href="http://www.bitcomet.com/" target="_blank">Bitcomet</a> – A bit torrent manager that allows videos files to be previewed while they’re still being downloaded, and there’s a built-in chat tool that lets users chat with other peers in the swarm.</li>
<p><strong>Backup Program</strong></p>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.educ.umu.se/~cobian/cobianbackup.htm');" href="http://www.educ.umu.se/%7Ecobian/cobianbackup.htm" target="_blank">Cobian Backup</a> – A multi-threaded program that can be used to schedule and backup your files and directories from their original location to other directories/drives in the same computer or other computer in your network.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.back4win.com/');" href="http://www.back4win.com/" target="_blank">Back4Win</a> – A backup program that uses industry standard ZIP compression to ensures that your data will be accessible regardless of which PC operating system. Does not have 4Gb and 65535 file limit of other ZIP backup programs.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.runtime.org');" href="http://www.runtime.org/" target="_blank">DriveImage XML</a> – This software allows you to backup logical drives and partitions to image files, browse these images, view and extract files, restore these images to the same or a different drive and copy directly from drive to drive.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://hiteksoftware.com/jaba/data-backup-software.htm');" href="http://hiteksoftware.com/jaba/data-backup-software.htm" target="_blank">JaBackup</a> – JaBackup allows advanced automation features. You can schedule backup tasks by the second or minute, or on a hourly, daily, weekly, or monthly basis.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.xdrive.com');" href="http://www.xdrive.com/" target="_blank">Xdrive Desktop</a> – Xdrive gives you 5GB of online storage space to store and backup your files. The Xdrive desktop software allows you to backup and synchronize your data with the web server with few mouse clicks.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.getgspace.com/');" href="http://www.getgspace.com/" target="_blank">Gmail Space</a> – Use your Gmail account as storage by uploading and downloading files through a browser-based interface.</li>
<p><strong>File Compression</strong></p>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.7-zip.org/');" href="http://www.7-zip.org/" target="_blank">7-zip</a> – This software compresses files in new 7z format with LZMA compression. It supports multi formats, including 7z, ZIP, GZIP, BZIP2 and TAR, RAR, CAB, ISO, ARJ, LZH, CHM, Z, CPIO, RPM, DEB and NSIS.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.winzip.com');" href="http://www.winzip.com/" target="_blank">Winzip</a> – Using WinZip, you can quickly and easily compress and decompress files, folders, and entire folder trees to save storage space and reduce e-mail-transmission time, as well as encrypt and decrypt your sensitive documents.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.see-and-be.com/AutoUnpack/index.php');" href="http://www.see-and-be.com/AutoUnpack/index.php" target="_blank">AutoUnpack</a> – This is designed to unpack your compressed file in a single quick step. You merely point to a folder containing your ZIP or RAR files and choose an output directory. Press one button to start a process that ends with your archive perfectly unpacked, or let the program automatically unpack that directory every set number of minutes.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.extractnow.com');" href="http://www.extractnow.com/" target="_blank">ExtractNow</a> – A simple program allows you to extract more than one archived file at a time, with one click of a button, making extracting files quicker and easier.</li>
<p><strong>System Optimization and Diagnostic Tool</strong></p>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.ccleaner.com');" href="http://www.ccleaner.com/" target="_blank">CCleaner</a> – A system optimization and privacy tool that removes unused files from your system and allowing Windows to run faster and freeing up valuable hard disk space.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.glarysoft.com/spe.html');" href="http://www.glarysoft.com/spe.html" target="_blank">Security Process Explorer</a> – An enhanced task manager, that provides advanced information about programs and processes running on the computer. It displays all the standard information, including file name, directory path, description, CPU usage etc. as well as a unique security risk rating.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.cpuid.com/cpuz.php');" href="http://www.cpuid.com/cpuz.php" target="_blank">CPU-Z</a> – This mini software allows you to find out everything about your computer. You can find information such as processor name and vendor, core stepping and process, processor package, internal and external clocks, clock multiplier, partial overclock detection, and processor features including supported instructions sets.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.javacoolsoftware.com/eulalyzer.html');" href="http://www.javacoolsoftware.com/eulalyzer.html" target="_blank">EULAlyzer</a> – This takes your EULA agreement and analyze it in seconds, and provide a detailed listing of potentially interesting words and phrases. Discover if the software you’re about to install displays pop-up ads, transmits personally identifiable information, uses unique identifiers to track you, or more. It is great for picking out privacy issues.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.microsoft.com/technet/sysinternals/utilities/processexplorer.mspx');" href="http://www.microsoft.com/technet/sysinternals/utilities/processexplorer.mspx" target="_blank">Process Explorer</a> – An advanced process management utility that picks up where Task Manager leaves off. It will show you detailed information about a process including its icon, command-line, full image path, memory statistics, user account, security attributes, and more.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.auslogics.com/en/software/disk-defrag');" href="http://www.auslogics.com/en/software/disk-defrag" target="_blank">Auslogics Disk Defrag</a> – This software was designed to remedy system sluggishness and crashes caused by disk fragmentation. It is fast, simple to easy and what’s more, it is effective.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.iobit.com/iobitsmartdefrag.html');" href="http://www.iobit.com/iobitsmartdefrag.html" target="_blank">SmartDefrag</a> – SmartDefrag boasts a system checker that continually defrags the files that you use the most, and does it without becoming a persistent drag on your system resources. The “Install It and Forget It” feature works automatically and quietly in the background on your computer and it only eats up 14MB of RAM, so it’s possible to run it smoothly on older machines.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.localcooling.com');" href="http://www.localcooling.com/" target="_blank">Local Cooling</a> – Fight global warming from your desktop! Local Cooling automatically optimizes your PC’s power consumption by using a more effective power save mode.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.belarc.com/free_download.html');" href="http://www.belarc.com/free_download.html" target="_blank">Belarc Advisor</a> – Belarc Advisor builds a detailed profile of your installed software and hardware and analyzes elements such as whether antivirus software is up to date, or whether all the security flaws in Windows have been patched.</li>
<p><strong>Email Client</strong></p>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.mozilla.com/en-US/thunderbird/');" href="http://www.mozilla.com/en-US/thunderbird/" target="_blank">Thundrebird</a> – Thunderbird makes e-mailing safer, faster, and easier than ever before with the industry’s best implementations of features, such as intelligent spam filters, a built-in RSS reader, and quick search.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.eudora.com/');" href="http://www.eudora.com/" target="_blank">Eudora</a> – A robust e-mail client whose features include multiple address-book-formatting options and the ability to filter, redirect, and forward mail. It supports QuickTime- and HTML-enriched e-mail, letting you include stylized, formatted text and in-line graphics in your messages.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.opera.com/products/desktop/m2/');" href="http://www.opera.com/products/desktop/m2/" target="_blank">Opera Mail</a> – Opera Mail is integrated with the Opera browser, and lets you send, receive, sort and search your e-mails quicker and easier than with conventional e-mail programs.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://sylpheed.sraoss.jp/en/');" href="http://sylpheed.sraoss.jp/en/" target="_blank">Sylpheed</a> – A surprisingly versatile email client. ‘Surprisingly’ because it has a friendly, easy to use interface to its many useful features.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.poptray.org/');" href="http://www.poptray.org/" target="_blank">PopTray</a> – The premier pop-up mail checker for standard POP3 and IMAP mail accounts, including Gmail, and it can be coaxed to work with HTML-only mail such as Hotmail by following the instructions at the PopTray site.</li>
<p><strong>Photo Organizer</strong></p>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://picasa.google.com/');" href="http://picasa.google.com/" target="_blank">Google Picasa</a> – A free software that helps you locate and organize all the photos on your computer, edit and add effects to your photos with a few simple clicks and share your photos with others through email, prints and on the web.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.xnview.com');" href="http://www.xnview.com/" target="_blank">Xnview</a> – A fast multi-format graphics browser, viewer, and converter. It has an Explorer-like browser that allows quick and simple browsing of directory contents.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.fxfoto.com/');" href="http://www.fxfoto.com/" target="_blank">FxFoto</a> – This software provides a single tool for automatically organizing, enhancing, annotating, e-mailing, printing, uploading, and archiving your digital photos.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.adobe.com/support/downloads/detail.jsp?ftpID=2977');" href="http://www.adobe.com/support/downloads/detail.jsp?ftpID=2977" target="_blank">Adobe Photoshop Album Starter Edition 3.0</a> – This software makes it easy to find, fix, and share your digital photos. Instantly fix photo flaws in just a click or two.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://jalbum.net/');" href="http://jalbum.net/" target="_blank">Jalbum</a> – A gallery software that makes web albums from your digital images.</li>
<p><strong>Video Converter</strong></p>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.koyotesoft.com/indexEn.html');" href="http://www.koyotesoft.com/indexEn.html" target="_blank">Free FLV Converter</a> – This free software let you search youTube and dailyMotion videos without opening your browser and you can even watch the videos using the built-in video player.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.dvdvideosoft.com/products/dvd/Free-Video-to-iPhone-Converter.htm');" href="http://www.dvdvideosoft.com/products/dvd/Free-Video-to-iPhone-Converter.htm" target="_blank">Free Video To iPhone Converter</a> – Convert video files to Apple iPhone MP4 video format. Convert the whole movie or select a partition from the movie to convert (trim video).</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.risnow.com/anyvideoconverter/index.htm');" href="http://www.risnow.com/anyvideoconverter/index.htm" target="_blank">Any Video Converter</a> – An all-in-one video converting freeware with easy-to-use graphical interface, fast converting speed, and excellent video quality.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.jodix.com/');" href="http://www.jodix.com/" target="_blank">iPod Video Converter</a> – Free iPod Video Converter provides an easy and completed way to convert all popular video formats to iPod video.</li>
<p><strong>FTP client</strong></p>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://filezilla-project.org/');" href="http://filezilla-project.org/" target="_blank">Filezilla</a> – A full-featured FTP client that supports Secure FTP, SSL, and other protocols in a slick interface, complete with a tree-structured site manager that lets you store settings for multiple sites.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.smartftp.com');" href="http://www.smartftp.com/" target="_blank">SmartFTP</a> – An FTP client which allows you to transfer files between your local computer and a server on the Internet. SmartFTP offers secure, reliable and efficient transfers that make it a powerful tool.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://fireftp.mozdev.org/');" href="http://fireftp.mozdev.org/" target="_blank">FireFTP</a> – FireFTP turns your browser into an FTP client, with a two-pane file manager for uploading and downloading.</li>
<p><strong>EyeCandy</strong></p>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://widgets.yahoo.com');" href="http://widgets.yahoo.com/" target="_blank">Yahoo Widget</a> – A small, specific applications that you can run on your Windows or Mac OS desktop. You can download tons of useful widget from the widget gallery.</li>
<hr />Thanks to Frank for recommending another free software. Here is it:</p>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.processlibrary.com/processscan/');" href="http://www.processlibrary.com/processscan/" target="_blank">Process Scanner</a> – This application gives you a complete analysis of all the processes running on your PC, along with a risk analysis of each one.</li>
</ol>
<p><span class="authordate">By <a title="Posts by Damien" href="http://maketecheasier.com/author/Damien_Oh/" target="_blank">Damien</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.allticles.com/best-101-free-computer-software-for-your-daily-use/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>28 Coolest Firefox About:Config Tricks</title>
		<link>http://www.allticles.com/28-coolest-firefox-aboutconfig-tricks/</link>
		<comments>http://www.allticles.com/28-coolest-firefox-aboutconfig-tricks/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 08:44:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firefox Tricks]]></category>
		<category><![CDATA[Tricks]]></category>

		<guid isPermaLink="false">http://www.allticles.com/?p=2832</guid>
		<description><![CDATA[You may have installed countless add-on in Firefox to enhance your using experience, but if you want to get the most out of Firefox, you really have to hack your way into the about:config.
The about:config page contains most (if not, all) of Firefox configuration options. It is so far the most effective, and the most [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">You may have installed countless add-on in Firefox to enhance your using experience, but if you want to get the most out of Firefox, you really have to hack your way into the <em>about:config</em>.</p>
<p style="text-align: justify;">The <em>about:config</em> page contains most (if not, all) of Firefox configuration options. It is so far the most effective, and the most powerful way to tweak and enhance your Firefox performance. Here are 28 of the popular tweaks.</p>
<p style="text-align: justify;"><strong>Accessing your <em>about:config</em> page</strong></p>
<p style="text-align: justify;">In your Firefox, type <em>about:config</em> in the address bar.</p>
<p style="text-align: justify;"><img style="border-width: 0px;" src="http://maketecheasier.com/wp-content/uploads/2008/08/about-config.jpg" border="0" alt="about-config" width="480" height="50" /></p>
<p style="text-align: justify;">You will be shown a warning page. Click the “<em>I’ll be careful, I promise!</em>” button to proceed.</p>
<p style="text-align: justify;"><span id="more-2832"></span></p>
<p style="text-align: justify;"><img style="border-width: 0px;" src="http://maketecheasier.com/wp-content/uploads/2008/08/firefox-config-warning.jpg" border="0" alt="firefox-config-warning" width="584" height="191" /></p>
<p style="text-align: justify;">On the main page, you will see a long list of configuration entries. Enter the name of the key you want to update in the “<em>Filter</em>” field. The list will narrow to only the entries that match your keyword as you type.</p>
<p style="text-align: justify;">To modify the value, simply double click on the entry value field and update the entry. That’s all!</p>
<p style="text-align: justify;">Isn’t that simple? Now, let’s get to the tweaking.</p>
<p style="text-align: justify;"><strong>1) Adjust the Smart Location Bar’s Number of Suggestions</strong></p>
<p style="text-align: justify;">In Firefox 3, when you start typing in the location bar, a drop-down list of suggestion URLs will be shown. If you want it to show more than 12 suggestions (12 is the default), you can adjust the <strong><em>browser.urlbar.maxRichResults</em></strong> keys and get it to show the number you want.</p>
<p style="text-align: justify;"><img style="border-width: 0px;" src="http://maketecheasier.com/wp-content/uploads/2008/08/firefox-smart-location.jpg" border="0" alt="firefox-smart-location" width="584" height="197" /></p>
<p style="text-align: justify;">Config name: <em>browser.urlbar.maxRichResults<br />
</em>Default: <em>12</em><br />
Modified value: <em>Set to your desired number of suggestion. If you want to disable it all together, set it to -1</em></p>
<p style="text-align: justify;"><strong>2) Disable the session restore function </strong></p>
<p style="text-align: justify;">Firefox 3 automatically saves your session every 10 secs so that whenever it crashes, it can restore all your tabs. While this is a useful feature, some of you might find it irritating. To disable this function, toggle the value of <strong><em>browser.sessionstore.enabled</em></strong> to <em>False</em></p>
<p style="text-align: justify;"><em>C</em>onfig name: <em>browser.sessionstore.enabled</em><br />
Default: <em>True</em><br />
Modified value: <em>False if you want to disable the session restore function </em></p>
<p style="text-align: justify;"><strong>3) Adjust the Session Restore Saving Frequency</strong></p>
<p style="text-align: justify;">Same as above, if you decided to keep the session restore feature on, but want to reduce the session saving frequency, change the value of <strong><em>browser.sessionstore.interval</em></strong> so that Firefox will save the session at a longer interval.</p>
<p style="text-align: justify;">Config name: <em>browser.sessionstore.interval<br />
</em>Default: <em>10000 (in msecs, equivalent to 10secs)</em><br />
Modified value: <em>Set it to your desired value. 1000 means 1 sec and 60000 means 1 minute. </em></p>
<p style="text-align: justify;"><strong>4) Enable Advanced Color Profile Support</strong></p>
<p style="text-align: justify;">Firefox has this advanced color profile features that display higher image quality. It is not enabled by default as it has a negative effect on the performance of the browser. If you are concern with the image quality rather than the performance, you can activated it via the <strong><em>gfx.color_management.enabled</em></strong> setting</p>
<p style="text-align: justify;">Config name: <em>gfx.color_management.enabled<br />
</em>Default: <em>False</em><br />
Modified value: <em>True (if you want to activate the color profile support feature)</em></p>
<p style="text-align: justify;"><strong>5) Disable Antivirus Scanning</strong></p>
<p style="text-align: justify;">This is mainly for Windows users. By default, Firefox 3 automatically scan the downloaded file with the default anti-virus application to make sure it is free of virus. If you download a big file, it could take a long time for the whole scanning process to complete. To increase the performance of the browser, you might want to consider disabling the anti-virus scanning via the <strong><em>browser.download.manager.scanWhenDone</em></strong> key.</p>
<p style="text-align: justify;">Config name: <em>browser.download.manager.scanWhenDone</em><br />
Default: <em>True</em><br />
Modified value: <em>False (if you want to disable it)</em></p>
<p style="text-align: justify;"><strong>6) Configuring The Scrolling Tabs</strong></p>
<p style="text-align: justify;">When you opened many tabs, Firefox will not keep on reducing the tab width. Instead, it shows a scrolling bar so that the min width (100px) is conserved and you can scroll to find your tabs. If you are those who don’t like the scrolling tab function and prefer Firefox to show all the tabs, regardless how small it is, you can set the value of <strong><em>browser.tabs.tabMinWidth</em></strong> to 0 to disable it. Similarly, if you want Firefox to display more tabs before showing the scrolling button, you can reduce the default value to a lower value, say 75 pixels.</p>
<p style="text-align: justify;"><img style="border-width: 0px;" src="http://maketecheasier.com/wp-content/uploads/2008/08/firefox-scrollingtab.jpg" border="0" alt="Firefox-scrollingtab" width="321" height="74" /></p>
<p style="text-align: justify;">Config name: <em>browser.tabs.tabMinWidth<br />
</em>Default: <em>100</em><br />
Modified value: <em>0 if you want to disable the scrolling functions, other values to set the min width value </em></p>
<p style="text-align: justify;"><strong>7) Show/Disable Close button on Tabs</strong></p>
<p style="text-align: justify;">Some people love to see the <em>Close</em> (the red X) button on every tabs, but some hate it. Whatever is it, you can configure it to your preferences via the <strong><em>browser.tabs.closeButtons</em></strong> setting.</p>
<p style="text-align: justify;"><img style="border-width: 0px;" src="http://maketecheasier.com/wp-content/uploads/2008/08/firefox-tab-close.jpg" border="0" alt="firefox-tab-close" width="584" height="124" /></p>
<p style="text-align: justify;">Config name: <em>browser.tabs.closeButtons<br />
</em>Default: <em>1</em><br />
Modified values:</p>
<ul style="text-align: justify;">
<li><em>0 – display a close button on the active tab only </em></li>
<li><em>1- display close buttons on all tabs </em></li>
<li><em>2- don’t display any close buttons</em></li>
<li><em>3- display a single close button at the end of the tab strip </em></li>
</ul>
<p style="text-align: justify;"><strong> <img src='http://www.allticles.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Extend Scripts Execution Time</strong></p>
<p style="text-align: justify;">In Firefox 3, a script is only given 10 seconds to respond, after which it will issue a unresponsive script warning. If you are hooked on a slow network connection, you might want to increase the script execution time via <strong><em>dom.max_script_run_time</em></strong> to cut down on the frequency of the no script warning.</p>
<p style="text-align: justify;">Config name: <em>dom.max_script_run_time</em><br />
Default:<em>10 (in secs)</em><br />
Modified value: <em>20, or any values greater than 10</em></p>
<p style="text-align: justify;"><strong>9) Handling JavaScript Popups </strong></p>
<p style="text-align: justify;">When you come across a site that executes a javascript open new window function, and if the popup window is without all the usual window features, i.e. <em>back/forward/reload buttons, status bar etc,</em> Firefox will automatically treat it as a popup and will not open it as a new tab. However, if you find this to be a nuisance and wanted to open all new windows in a new tabs, you can specify it via the <strong><em>browser.link.open_newwindow.restriction</em></strong> setting.</p>
<p style="text-align: justify;">Config name: <em>browser.link.open_newwindow.restriction</em><br />
Default: <em>2 – Open all JavaScript windows the same way as you have Firefox handle new windows unless the JavaScript call specifies how to display the window<br />
</em>Modified values:</p>
<ul style="text-align: justify;">
<li><em>0 – open all links as how you have Firefox handle new windows</em></li>
<li><em>1 – do not open any new windows</em></li>
<li><em>2- open all links as how you have Firefox handle new windows unless the Javascript specify how to display the window </em></li>
</ul>
<p style="text-align: justify;"><strong>10) Enable Spell Checking In All Text Fields </strong></p>
<p style="text-align: justify;">The default spell checking function only checks for multi-line text boxes. You can get it to spell-check for single line text box as well.</p>
<p style="text-align: justify;">Config name: <em>layout.spellcheckDefault</em><br />
Default: <em>1 (spell checker for multi-lines text boxes only)</em><br />
Modified values:</p>
<ul style="text-align: justify;">
<li><em>0 – disable the spell checker</em></li>
<li><em>2 – enable the spell checker for all text boxes </em></li>
</ul>
<p style="text-align: justify;"><strong>11) Open Search Box Results In New Tab</strong></p>
<p style="text-align: justify;">When you search using the search box at the top right hand corner of the browser, it will display the search results in the current tab. If you don’t want the search to interfere with your current tab, you can tweak the <strong><em>browser.search.openintab</em></strong> to make it open in a new tab.</p>
<p style="text-align: justify;">Config Name: <em>browser.search.openintab<br />
</em>Default: <em>False</em><br />
Modified value: <em>True (open search box results in new tab)</em></p>
<p style="text-align: justify;"><strong>12) Lower The Physical Memory Used When Minimized</strong></p>
<p style="text-align: justify;">This tweak is mainly for Windows users. When you minimize Firefox, it will send Firefox to your virtual memory and free up your physical memory for other programs to use. Firefox will reduce its physical memory usage, when minimized, to approximately 10MB (give or take some) and when you maximize Firefox it will take back the memory that it needs.</p>
<p style="text-align: justify;">The preference name does not exist and needs to be created.</p>
<p style="text-align: justify;">Right click on the background and select <em>New-&gt;Boolean.</em></p>
<p style="text-align: justify;">Enter the name when prompted: <em>config.trim_on_minimize</em><br />
Enter the values: <em>True</em></p>
<p style="text-align: justify;"><strong>13) Speed up your Firefox</strong></p>
<p style="text-align: justify;">Several tweaks required for this</p>
<p style="text-align: justify;">Config name: <em>network.http.pipelining</em><br />
Default: <em>False</em><br />
Modified value: <em>True</em></p>
<p style="text-align: justify;">Config name: <em>network.http.proxy.pipelining</em><br />
Default: <em>False</em><br />
Modified value: <em>True</em></p>
<p style="text-align: justify;">Config name: <em>network.http.pipelining.maxrequests<br />
</em>Default: <em>4</em><br />
Modified value: <em>any value higher than 4, but not more than 8 </em></p>
<p style="text-align: justify;">Config name: <em>network.http.max-connections</em><br />
Default: <em>30</em><br />
Modified value: <em>96</em></p>
<p style="text-align: justify;">Config name: <em>network.http.max-connections-per-server</em><br />
Default: <em>15</em><br />
Modified value: <em>32</em></p>
<p style="text-align: justify;"><strong>14) Increase/Decrease the Amount of Disk Cache</strong></p>
<p style="text-align: justify;">When a page is loaded, Firefox will cache it into the hard disk so that it doesn’t need to be download again for redisplaying. The bigger the storage size you cater for Firefox, the more pages it can cache.</p>
<p style="text-align: justify;">Before you increase the disk cache size, make sure that <span style="text-decoration: line-through;"><strong><em>browser.cache.disk.enabled</em></strong></span> <strong><em>browser.cache.disk.enable </em></strong>is set to <em>True</em>.</p>
<p style="text-align: justify;">Config name: <em>browser.cache.disk.capacity</em><br />
Default: <em>50000 (in KB)</em><br />
Modified value:</p>
<ul style="text-align: justify;">
<li><em>0 – disable disk caching </em></li>
<li><em>any value lower than 50000 reduces the disk cache </em></li>
<li><em>any value higher than 50000 increases the disk cache.</em></li>
</ul>
<p style="text-align: justify;"><strong>15) Select all text when click on the URL bar</strong></p>
<p style="text-align: justify;">In Windows and Mac, Firefox highlights all text when you click on the URL bar. In Linux, it does not select all the text. Instead, it places the cursor at the insertion point. Regardless which platform you are using, you can now tweak it to either <em>select all</em> or <em>place cursor at insertion point</em>.</p>
<p style="text-align: justify;"><img style="border-width: 0px;" src="http://maketecheasier.com/wp-content/uploads/2008/08/firefox-select-all.jpg" border="0" alt="firefox-select-all" width="445" height="47" /></p>
<p style="text-align: justify;">Config name: <em>browser.urlbar.clickSelectsAll</em><br />
Modified value:</p>
<ul style="text-align: justify;">
<li><em>False – place cursor at insertion point</em></li>
<li><em>True – select all text on click</em></li>
</ul>
<p style="text-align: justify;"><strong>16) Autofill Address in URL Bar</strong></p>
<p style="text-align: justify;">Other than the smart location feature, you can also get your URL bar to autofill the address as you type the URL.</p>
<p style="text-align: justify;"><img style="border-width: 0px;" src="http://maketecheasier.com/wp-content/uploads/2008/08/firefox-autofill.jpg" border="0" alt="firefox-autofill" width="248" height="48" /></p>
<p style="text-align: justify;">Config name: <em>browser.urlbar.autofill</em><br />
Default: <em>False</em><br />
Modified value: <em>True (Have Firefox autofill the address as you type in the URL bar)</em></p>
<p style="text-align: justify;"><strong>17) Same Zoom Level For Every Site</strong></p>
<p style="text-align: justify;">Firefox remembers your zoom preference for each site and set it to your preferences whenever you load the page. If you want the zoom level to be consistent from site to site, you can toggle the value of <strong><em>browser.zoom.siteSpecific</em></strong> from <em>True</em> to <em>False</em>.</p>
<p style="text-align: justify;">Config name: <em>browser.zoom.siteSpecific</em><br />
Default: <em>True</em><br />
Modified value: <em>False (enable same zoom preferences for every sites) </em></p>
<p style="text-align: justify;"><strong>18) Setting your zoom limit</strong></p>
<p style="text-align: justify;">If you find that the max/min zoom level is still not sufficient for your viewing, you can change the zoom limit to suit your viewing habits.</p>
<p style="text-align: justify;">Config name: <em>zoom.maxPercent</em><br />
Default: <em>300 (percent)</em><br />
Modified value: <em>any value higher than 300</em></p>
<p style="text-align: justify;">Config name: <em>zoom.minPercent</em><br />
Default:<em> 30 (percent)<br />
</em>value: <em>any value </em></p>
<p style="text-align: justify;"><strong>19) Configure Your Backspace Button</strong></p>
<p style="text-align: justify;">In Firefox, you can set your backspace to better use by getting it to either go back to the <em>previous page</em> or act as <em>page up</em> function.</p>
<p style="text-align: justify;">Config name: <em>browser.backspace_action</em><br />
Default: <em>2 (does nothing)</em><br />
Modified value:</p>
<ul style="text-align: justify;">
<li><em>0 – go back previous page</em></li>
<li><em>1- page up </em></li>
</ul>
<p style="text-align: justify;"><strong>20) Increase Offline Cache</strong></p>
<p style="text-align: justify;">If you do not have access to Internet most of the time, you might want to increase the offline cache so that you can continue to work offline. By default, Firefox 3 caches 500MB of data from supported offline Web apps. You can change that value to whatever amount of your choice.</p>
<p style="text-align: justify;">Config name: <em>browser.cache.offline.capacity</em><br />
Default: <em>512000 (in KB)</em><br />
Modified value: <em>any value higher than 512000 will increase the cache value</em></p>
<p style="text-align: justify;"><strong>21) Auto Export Firefox 3 bookmarks to bookmarks.html</strong></p>
<p style="text-align: justify;">Unlike the previous version, Firefox 3 backup the bookmarks file in <em>places.sqlite</em> rather than the usual <em>bookmarks.html</em>. Since <em>bookmarks.html</em> allows us to export and sync our bookmarks with other browser, it will be very useful if Firefox 3 can backup the bookmark to the <em>bookmarks.html </em>as well.</p>
<p style="text-align: justify;">Config name: <em>browser.bookmarks.autoExportHTML</em><br />
Default: <em>False</em><br />
Modified value: <em>True (auto export bookmarks file to bookmarks.html)</em></p>
<p style="text-align: justify;"><strong>22) Disable Extension Compatibility Checks</strong></p>
<p style="text-align: justify;">This is useful if you want to use an extension that is not supported by your version of Firefox badly. It is not recommended, but you can still do it at your own risk.</p>
<p style="text-align: justify;">Right click and select <em>New-&gt;Boolean</em>. Enter <strong><em>extensions.checkCompatibility</em></strong> in the field. Enter <em><strong>False</strong></em> in the next field.</p>
<p style="text-align: justify;">Right click again and select <em>New-&gt;Boolean</em>. Enter <strong><em>extensions.checkUpdateSecurity</em></strong> into the field and enter <strong><em>False</em></strong> into the next field.</p>
<p style="text-align: justify;"><strong>23) Disable Delay Time When Installing Add-on </strong></p>
<p style="text-align: justify;">Everytime you wanted to install a Firefox add-on, you will have to wait for several secs before the actual installation starts. If you are tired of waiting, you can turn the function <strong><em>security.dialog_enable_delay</em></strong> off so that the installation will start immediately upon clicking.</p>
<p style="text-align: justify;"><img style="border-width: 0px;" src="http://maketecheasier.com/wp-content/uploads/2008/08/firefox-add-on-delay.jpg" border="0" alt="firefox-add-on-delay" width="584" height="390" /></p>
<p style="text-align: justify;">Config name: <em>security.dialog_enable_delay</em><br />
Default: <em>2000 (in msec)</em><br />
Modified value:</p>
<ul style="text-align: justify;">
<li><em>0 – start installation immediately </em></li>
<li><em>any other value (in msec)</em></li>
</ul>
<p style="text-align: justify;"><strong>24) View Source in Your Favorite Editor </strong></p>
<p style="text-align: justify;">This is very useful for developers who are always using the <em>‘view source</em>‘ function. This tweak allows you to view the source code in an external editor.</p>
<p style="text-align: justify;">There are two configuration need to be made:<br />
Config name: <em>view_source.editor.external</em><br />
Default:<em> False</em><br />
Modified value: <em>True ( enable view source using external text editor)</em></p>
<p style="text-align: justify;">Config name: <em>view_source.editor.path</em><br />
Default: <em>blank</em><br />
Modified value: <em>insert the file path to your editor here.</em></p>
<p style="text-align: justify;"><strong>25) Increasing ‘S<em>ave Link As</em>‘  timeout value </strong></p>
<p style="text-align: justify;">When you right click and select the <em>‘Save Link As…</em>‘, the browser will request the content disposition header from the URL so as to determine the filename. If the URL did not deliver the header within 1 sec, Firefox will issue a timeout value. This could happen very frequently in a slow network connection environment. To prevent this issue from happening frequently, you can increase the timeout value so as to reduce the possibility of a timeout.</p>
<p style="text-align: justify;">Config name: <em>Browser.download.saveLinkAsFilenameTimeout</em><br />
Default: <em>1000 (1 sec)</em><br />
Modified value: <em>any value higher than 1000 (value is in msec) </em></p>
<p style="text-align: justify;"><strong>26) Animate Fullscreen Toolbar Collapse mode</strong></p>
<p style="text-align: justify;">In Firefox’s fullscreen mode, toolbars and the tab strip are hidden at the top of the screen and only shown on mouseover. To draw attention to this, there is an animation of the toolbar sliding upwards and off-screen when fullscreen mode is toggled on. For performance issue, the animation of the collapse of the toolbar only appear for the first time. For some reason that you may love/hate the animation, you can adjust <strong><em>Browser.fullscreen.animateUp</em></strong> to switch it on/off for every collapse.</p>
<p style="text-align: justify;">Config name: <em>Browser.fullscreen.animateUp</em><br />
Default: <em>1 (animate the toolbar collapse only the first time)</em><br />
Modified value:</p>
<ul style="text-align: justify;">
<li><em>0 -disable the animation </em></li>
<li><em>2- enable the animation for every collapse </em></li>
</ul>
<p style="text-align: justify;"><strong>27) Autohide Toolbar in Fullscreen mode </strong></p>
<p style="text-align: justify;">In fullscreen mode, the toolbar is set to autohide and appear upon mouseover. If you have a need to view the toolbar at all time, you can toggle the value of <strong><em>browser.fullscreen.autohide</em></strong> to <em>False</em> to always show the toolbar.</p>
<p style="text-align: justify;">Config name: <em>browser.fullscreen.autohide</em><br />
Default: <em>True (always autohide)</em><br />
Modified value: <em>False (always show the toolbar)</em></p>
<p style="text-align: justify;"><strong>28) Increase Add-On search result</strong></p>
<p style="text-align: justify;">If you go to <em>Tools-&gt;Add-ons-&gt;Get Add-ons</em> and perform a search there, Firefox will only fetch and display 5 matching results. If you want Firefox to show more than 5 results (say 10), you can adjust <strong><em>extensions.getAddons.maxResults</em></strong> to get it to display more results.</p>
<p style="text-align: justify;">Config name: <em>extensions.getAddons.maxResults</em><br />
Default: <em>5</em><br />
Modified value: <em>any value more than 5</em></p>
<p style="text-align: justify;">This list of <em>about:config</em> is definitely not the complete list. If you have any tricks not listed here, please add it in the comment.</p>
<p style="text-align: justify;"><span class="authordate">by <a title="Posts by Damien" href="http://maketecheasier.com/author/Damien_Oh/" target="_blank">Damien</a> </span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.allticles.com/28-coolest-firefox-aboutconfig-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a Shortcut to Enable/Disable Aero Transparency in Vista</title>
		<link>http://www.allticles.com/create-a-shortcut-to-enabledisable-aero-transparency-in-vista/</link>
		<comments>http://www.allticles.com/create-a-shortcut-to-enabledisable-aero-transparency-in-vista/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 08:36:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Aero Transparency]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.allticles.com/?p=2827</guid>
		<description><![CDATA[In the interests of exposing all of the secrets in Windows Vista, I’ve decided to explain how to create a shortcut that turns on or off the transparency in Windows Vista. I don’t find this especially useful, but I’m sure it will be relevant to at least one of the readers.
This tip is nothing new, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">In the interests of exposing all of the secrets in Windows Vista, I’ve decided to explain how to create a shortcut that turns on or off the transparency in Windows Vista. I don’t find this especially useful, but I’m sure it will be relevant to at least one of the readers.</p>
<p style="text-align: justify;">This tip is nothing new, and seems to have been featured on dozens of sites recently, but there seems to be a misunderstanding… this mechanism will not turn off Aero or the compositing engine, it simply disables the transparency.</p>
<p style="text-align: justify;"><span id="more-2827"></span></p>
<p style="text-align: justify;"><strong>Manually Enable/Disable Aero Transparency</strong></p>
<p style="text-align: justify;">You can achieve the same result by right-clicking on the Desktop and choosing Personalize and then “Window Color and Appearance”</p>
<p><img src="http://www.howtogeek.com/wp-content/uploads/2008/01/image41.png" alt="image" width="497" height="352" /></p>
<p style="text-align: justify;">You should see the “Enable transparency” checkbox in this screen, which works immediately.</p>
<p style="text-align: justify;"><strong>Create Aero Transparency Shortcut</strong></p>
<p style="text-align: justify;">Right-click anywhere and choose New \ Shortcut, and then enter in one of the following into the Location box to create the new shortcut.</p>
<p><img src="http://www.howtogeek.com/wp-content/uploads/2008/01/image42.png" alt="image" width="590" height="310" /></p>
<p><strong>Turn Aero Transparency Off</strong></p>
<blockquote><p>rundll32.exe dwmApi #104</p></blockquote>
<p><strong>Turn Aero Transparency On</strong></p>
<blockquote><p>rundll32.exe dwmApi #102</p></blockquote>
<p style="text-align: justify;">For purposes of illustration, I’ve got the same screenshot with Aero transparency turned on and off… but I really am just trying to show off the <a href="http://www.howtogeek.com/howto/the-geek-blog/friday-fun-retro-nintendo-wallpapers/">fun Mario wallpaper</a>.</p>
<p>With Aero Transparency On:</p>
<p><img src="http://www.howtogeek.com/wp-content/uploads/2008/01/image43.png" alt="image" width="538" height="192" /></p>
<p>And with Aero Transparency Off:</p>
<p><img src="http://www.howtogeek.com/wp-content/uploads/2008/01/image44.png" alt="image" width="542" height="187" /></p>
<p>Enjoy!</p>
<p><em>Source: http://www.howtogeek.com/</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.allticles.com/create-a-shortcut-to-enabledisable-aero-transparency-in-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Special ALT Characters</title>
		<link>http://www.allticles.com/special-alt-characters/</link>
		<comments>http://www.allticles.com/special-alt-characters/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 06:46:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[ALT Characters]]></category>

		<guid isPermaLink="false">http://www.allticles.com/?p=2821</guid>
		<description><![CDATA[To obtain an ALT Character:
1. Make certain that the
2. Num Lock key has been pressed to activate the numeric key section of the keyboard. Depress the
3. Alt key.
4. While the Alt key is depressed, type the proper sequence of numbers (on the numeric keypad) of the ALT code from the table above. Release the Alt [...]]]></description>
			<content:encoded><![CDATA[<p><strong>To obtain an ALT Character:</strong></p>
<p><strong>1.</strong> Make certain that the<br />
<strong>2.</strong> Num Lock key has been pressed to activate the numeric key section of the keyboard. Depress the<br />
<strong>3.</strong> Alt key.<br />
<strong>4. </strong>While the Alt key is depressed, type the proper sequence of numbers (on the numeric keypad) of the ALT code from the table above. Release the Alt key, and the character will appear.</p>
<p><span id="more-2821"></span></p>
<p><img class="aligncenter" src="http://i212.photobucket.com/albums/cc94/Dl4All/Allticles/ALTchrc.gif" alt="" width="504" height="1024" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.allticles.com/special-alt-characters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Copy a DVD with VLC 1.0</title>
		<link>http://www.allticles.com/how-to-copy-a-dvd-with-vlc-10/</link>
		<comments>http://www.allticles.com/how-to-copy-a-dvd-with-vlc-10/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 06:38:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[VLC]]></category>

		<guid isPermaLink="false">http://www.allticles.com/?p=2818</guid>
		<description><![CDATA[VLC 1.0 has gotten several cool new features, one of which is the ability to record what is playing in the screen.  Here we will take a look at how easy it is to record a DVD or other video formats using VLC.

Record Using VLC
You won’t see the record button in the default view so [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">VLC 1.0 has gotten several cool new features, one of which is the ability to record what is playing in the screen.  Here we will take a look at how easy it is to record a DVD or other video formats using VLC.</p>
<p style="text-align: justify;"><em></em></p>
<p style="text-align: justify;"><strong>Record Using VLC</strong></p>
<p style="text-align: justify;">You won’t see the record button in the default view so we need to make it available in the control panel by going to View and selecting Advanced Controls.</p>
<p><img style="border: 0px none; display: inline;" title="adv" src="http://www.howtogeek.com/wp-content/uploads/2009/07/adv.png" border="0" alt="adv" width="503" height="256" /></p>
<p>Now you can see the Record button along with a couple other handy controls like snapshot and looping.</p>
<p><span id="more-2818"></span></p>
<p><img style="border: 0px none; display: inline;" title="recbut" src="http://www.howtogeek.com/wp-content/uploads/2009/07/recbut.png" border="0" alt="recbut" width="397" height="205" /></p>
<p style="text-align: justify;">Now when you start up a DVD or other video simply click on the record button and hit is a second time to end the recording.</p>
<p><img style="border: 0px none; display: inline;" title="record watch" src="http://www.howtogeek.com/wp-content/uploads/2009/07/recordwatch.png" border="0" alt="record watch" width="516" height="540" /></p>
<p>While it is recording notice that the record button will be blue.</p>
<p><img style="border: 0px none; display: inline;" title="blue" src="http://www.howtogeek.com/wp-content/uploads/2009/07/blue.png" border="0" alt="blue" width="167" height="143" /></p>
<p style="text-align: justify;">The recorded video is in MPEG format and stored them in the Documents folder labeled as VLC Record with the date and time.</p>
<p><img style="border: 0px none; display: inline;" title="stored" src="http://www.howtogeek.com/wp-content/uploads/2009/07/stored.png" border="0" alt="stored" width="566" height="486" /></p>
<p style="text-align: justify;">This is a great way to save entire movies or specific scenes you want to watch later on your hard drive.</p>
<p><img style="border: 0px none; display: inline;" title="vid" src="http://www.howtogeek.com/wp-content/uploads/2009/07/vid.png" border="0" alt="vid" width="529" height="565" /></p>
<p style="text-align: justify;">Of course VLC won’t burn the recorded MPEG file to DVD but you can certainly use other programs for that.  This is a much different process than “ripping” and you will need to play the video while it records.</p>
<p><img style="border: 0px none; display: inline;" title="vlc_logo" src="http://www.howtogeek.com/wp-content/uploads/2009/07/vlc_logo.jpg" border="0" alt="vlc_logo" width="100" height="96" /></p>
<p><a href="http://www.videolan.org/vlc/" target="_blank">Download VLC 1.0 for Windows, Linux, OSX</a></p>
<p><em>Source: http://www.howtogeek.com/</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.allticles.com/how-to-copy-a-dvd-with-vlc-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 10 most useful Linux commands</title>
		<link>http://www.allticles.com/the-10-most-useful-linux-commands/</link>
		<comments>http://www.allticles.com/the-10-most-useful-linux-commands/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 06:34:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux commands]]></category>

		<guid isPermaLink="false">http://www.allticles.com/?p=2815</guid>
		<description><![CDATA[Maybe the command line isn’t your favourite place to hang out, but to be an effective Linux admin, you need to be able to wield a few essential commands. These 10 commands are guaranteed to simplify your Linux admin life.
I understand that many of you don’t want to use the command line in Linux (or [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><strong>Maybe the command line isn’t your favourite place to hang out, but to be an effective Linux admin, you need to be able to wield a few essential commands. These 10 commands are guaranteed to simplify your Linux admin life.</strong></p>
<p style="text-align: justify;">I understand that many of you don’t want to use the command line in Linux (or in any operating system, for that matter). But the truth is, to be a good administrator, you have to know the command line. Why? Well, with Windows there are times when the command line is the only thing that can save your skin. With Linux, the command line is vast, reliable, flexible, fast &#8230; I could go on and on.</p>
<p style="text-align: justify;">And of the 2119 possible commands from the /usr/bin directory (in Mandriva Spring 2008) and the 388 possible commands from /usr/sbin/, a few are indispensable. Here are 10 of them that might make your Linux admin life — or your introduction to Linux — a whole lot simpler.</p>
<p style="text-align: justify;"><span id="more-2815"></span></p>
<p style="text-align: justify;">I could make this easy and go with the most used commands (cd, ls, rm) but instead, I am going to go with the most useful commands, and I&#8217;ll keep it as distribution-neutral as I can.</p>
<p style="text-align: justify;"><strong>#1 top</strong><br />
I figured it was fitting to put the top command at the top. Although top is actually responsible for listing currently running tasks, it is also the first command Linux users turn to when they need to know what is using their memory (or even how much memory a system has). I often leave the top tool running on my desktop so I can keep track of what is going on at all times. Sometimes, I will even open up a terminal (usually aterm), place the window where I want it, and then hide the border of the window. Without a border, the terminal can’t be moved, so I always have quick access to the information I need.</p>
<p style="text-align: justify;">Top is a real-time reporting system, so as a process changes, it will immediately be reflected in the terminal window. Top does have some helpful arguments (such as the -p argument, which will have top monitor only user-specified PIDs), but running default, top will give you all the information you need on running tasks.</p>
<p style="text-align: justify;"><strong>#2 ln</strong><br />
To many administrators, links are an invaluable tool that not only make users lives simpler, but also drastically reduce disk space usage. If you are unaware of how links can help you, let me pose this simple scenario: you have a number of users who have to access a large directory (filled with large files) on a drive throughout the day. The users are all on the same system, and you don’t want to have to copy the entire directory to each user’s ~/ directory. Instead, just create a link in each user’s ~/ directory to the target. You won’t consume space, and the users will have quick access. Of course when spanning drives, you will have to use symlinks. Another outstanding use for links is linking various directories to the Apache doc root directory. Not only can this save space, it’s often advantageous from a security standpoint.</p>
<p style="text-align: justify;"><strong>#3 tar/zip/gzip</strong><br />
Tar, zip and gzip are archival/compression tools that make your administrator life far easier. I bundle these together because the tools can handle similar tasks yet do so with distinct differences (just not different enough to warrant their own entry in this article). Without these tools, installing from source would be less than easy. Without tar/zip/gzip, creating backups would require more space than you might often have.</p>
<p style="text-align: justify;">One of the least used (but often most handy) features of these tools is the ability to extract single files from an archive. Now zip and gzip handle this more easily than tar. With tar, to extract a single file, you have to know the exact size of the file to be extracted. One area where tar/zip/gzip make administration simple is in creating shells scripts that automate a backup process. All three tools can be used with shell scripts and are, hands down, the best, most reliable backup tools you will find.</p>
<p style="text-align: justify;"><strong>#4 nano, vi, emacs</strong><br />
I wasn&#8217;t about to place just one text editor here, for fear of stoking the fires of the &#8220;vi vs. emacs&#8221; war. To top that off, I figured it was best to throw my favourite editor — nano — into the mix. Many people would argue that these aren’t so much commands as they are full-blown applications. But all these tools are used within the command line, so I call them &#8220;commands&#8221;. Without a good text editor, administering a Linux machine can become problematic.</p>
<p style="text-align: justify;">Imagine having to attempt to edit /etc/fstab or /etc/samba/smb.conf with OpenOffice. Some might say this shouldn’t be a problem, but OpenOffice tends to add hidden end-of-line characters to text files, which can really fubar a configuration file. For the editing of configuration or bash files, the only way to go is with an editor such as nano, vi or emacs.</p>
<p style="text-align: justify;"><strong>#5 grep</strong><br />
Many people overlook this amazingly useful tool. Grep prints lines that match a user-specified pattern. Say, for instance, that you are looking at an httpd.conf file that’s more than 1000 lines long, and you are searching for the &#8220;AccessFileName .htaccess&#8221; entry. You could comb through that file only to come across the entry at line 429, or you can issue the command</p>
<pre style="text-align: justify;"><code>grep -n "AccessFileName .htaccess" /etc/httpd/conf/http.conf</code></pre>
<p style="text-align: justify;">Upon issuing this command you will be returned <code>"439:AccessFileName .htaccess"</code> which tells you the entry you are looking for is on, surprise of all surprises, line 439.</p>
<p style="text-align: justify;">
<p style="text-align: justify;"><strong>#6 chmod</strong><br />
Permissions anyone? Linux administration and security would be a tough job without the help of chmod. Imagine not being able to make a shell script executable with <code>chmod u+x</code> filename. Of course, it&#8217;s not just about making a file executable. Many web tools require certain permissions before they will even install. To this end, the command <code>chmod -R 666 DIRECTORY/</code> is one very misused command. Many new users, when faced with permissions issues trying to install an application, will jump immediately to 666 instead of figuring out exactly what permissions a directory or folder should have.</p>
<p style="text-align: justify;">Even though this tool is critical for administration, it should be studied before jumping in blindly. Make sure you understand the ins and outs of chmod before using it at will. Remember w=write, r=read and x=execute. Also remember UGO or User, Group, and Other. UGO is a simple way to remember which permissions belong to whom. So permission rw- rw- rw- means User, Group, and Other all have read and write permissions. It is always best to keep Other highly restricted in their permissions.</p>
<p style="text-align: justify;"><strong>#7 dmesg</strong><br />
Call me old-school if you want, but any time I plug a device into a Linux machine, the first thing I do is run the dmesg command. This command displays the messages from the kernel buffer. So, yeah, this is an important one. There is a lot of information to be garnered from the dmesg command. You can find out system architecture, gpu, network device, kernel boot options used, RAM totals, etc.</p>
<p style="text-align: justify;">A nice trick is to pipe dmesg to tail to watch any message that comes to dmesg. To do this, issue the command <code>dmesg | tail -f</code> and the last few lines of dmesg will remain in your terminal. Every time a new entry arrives it will be at the bottom of the &#8220;tail&#8221;. Keep this window open when doing heavy duty system administration or debugging a system.</p>
<p style="text-align: justify;"><strong>#8 kill/killall</strong><br />
One of the greatest benefits of Linux is its stability. But that stability doesn&#8217;t always apply to applications outside the kernel. Some applications can actually lock up. And when they do, you want to be able to get rid of them. The quickest way to get rid of locked up applications is with the kill/killall command. The difference between the two commands is that kill requires the PID (process ID number) and killall requires only the executable name.</p>
<p style="text-align: justify;">Let&#8217;s say Firefox has locked up. To kill it with the kill command you would first need to locate the PID using the <code>ps aux|grep firefox</code> command. Once you got the PID, you would issue kill PID (where PID is the actual PID number). If you didn&#8217;t want to go through finding out the PID, you could issue the command killall firefox (although in some instances it will require killall firefox-bin). Of course, kill/killall do not apply (nor should apply) to daemons like Apache, Samba, etc.</p>
<p style="text-align: justify;"><strong>#9 man</strong><br />
How many times have you seen &#8220;RTFM&#8221;? Many would say that acronym stands for &#8220;Read the Fine* Manual&#8221; (*This word is open for variation not suitable for publication). In my opinion, it stands for “Read the Fine Manpage”. Manpages are there for a reason — to help you understand how to use a command. Manpages are generally written with the same format, so once you gain an understanding of the format, you will be able to read (and understand) them all. And don&#8217;t underestimate the value of the manpage. Even if you can&#8217;t completely grasp the information given, you can always scroll down to find out what each command argument does. And the best part of using manpages is that when someone says &#8220;RTFM&#8221; you can say I have &#8220;RTFMd&#8221;.</p>
<p style="text-align: justify;"><strong>#10 mount/umount</strong><br />
Without these two commands, using removable media or adding external drives wouldn&#8217;t happen. The mount/umount command is used to mount a drive (often labelled like /dev/sda) to a directory in the Linux file structure. Both mount and umount take advantage of the /etc/fstab file, which makes using mount/umount much easier. For instance, if there is an entry in the /etc/fstab file for /dev/sda1 that maps it to /data, that drive can be mounted with the command mount /data. Typically mount/umount must have root privileges (unless fstab has an entry allowing standard users to mount and unmount the device). You can also issue the mount command without arguments and you will see all drives that are currently mounted and where they’re mapped to (as well as the type of file system and the permissions).</p>
<p style="text-align: justify;"><strong>Can&#8217;t live without &#8216;em</strong><br />
These 10 Linux commands make Linux administration possible. There are other helpful commands, as well as commands that are used a lot more often than these; but the commands outlined here fall into the necessity category. I don&#8217;t know about you, but I don&#8217;t go a day without using at least half of them. Do you have a Linux command or two that you can’t live without? If so, let us know.</p>
<p style="text-align: justify;">By <a href="http://www.builderau.com.au/program/linux/email.htm?TYPE=editor&amp;AT=339297366-339028299t-320002022c" target="_blank"> Jack Wallen, TechRepublic</a><br />
http://www.builderau.com.au/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.allticles.com/the-10-most-useful-linux-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Move or Copy your iTunes library to an external hard drive</title>
		<link>http://www.allticles.com/how-to-move-or-copy-your-itunes-library-to-an-external-hard-drive/</link>
		<comments>http://www.allticles.com/how-to-move-or-copy-your-itunes-library-to-an-external-hard-drive/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 19:33:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[iTunes]]></category>

		<guid isPermaLink="false">http://www.allticles.com/?p=2811</guid>
		<description><![CDATA[iTunes is an application that allows the user to manage audio and video on a personal computer, acting as a front end for Apple’s QuickTime media player. iTunes music lovers finds difficult to store media files on computer because of limited storage capacity of hard disc. Instead of burning DVD’s it is advisable to move [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"><span style="font-size: 10pt; font-family: Arial;">iTunes is an application that allows the user to manage audio and video on a personal computer, acting as a front end for Apple’s QuickTime media player. iTunes music lovers finds difficult to store media files on computer because of limited storage capacity of hard disc. Instead of burning DVD’s it is advisable to move the files into external hard drive or flash drive or flash drive which is a cost effective solution. Below is a step-by-step guide on how to move your iTunes library to an external hard drive. </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"><span style="font-size: 10pt; font-family: Arial;"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;">
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"><strong><span style="font-size: 10pt; font-family: Arial;">Step 1:</span></strong><strong><span style="font-weight: normal; font-size: 10pt; font-family: Arial;"> </span></strong><strong><span style="font-size: 10pt; font-family: Arial;">Connect the hard drive with Computer</span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"><span style="font-size: 10pt; font-family: Arial;">Make sure your hard drive have enough size before moving your iTunes library containing both audio and video files.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"><span style="font-size: 10pt; font-family: Arial;"><span id="more-2811"></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"><span style="font-size: 10pt; font-family: Arial;"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;">
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"><strong><span style="font-size: 10pt; font-family: Arial;">Step 2: Select a new location</span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"><span style="font-size: 10pt; font-family: Arial;">To do so, open your iTunes preferences under the iTunes Edit menu. With the preferences pane open, click under the <strong>‘Advanced’</strong> tab. Click ‘Change…’ button under <strong>‘iTunes music folder location’</strong> to change the location to a desired folder on your external hard drive.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 10pt; font-family: Arial;"> <a href="http://aboutonlinetips.com/wp-content/uploads/2009/05/step2-itunes.png"><img class="aligncenter size-full wp-image-2179" title="step2-itunes" src="http://aboutonlinetips.com/wp-content/uploads/2009/05/step2-itunes.png" alt="" width="500" height="329" /></a></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><strong></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="font-size: 10pt; font-family: Arial;">Step 3: Allow iTunes to Copy new media files</span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"><span style="font-size: 10pt; font-family: Arial;">Under the <strong>‘Advanced’</strong> tab make sure you check the option <strong>‘Copy files to iTunes Music folder when adding to library’</strong>. This ensures that any new content you download or rip into iTunes gets transferred to the new location. Click <strong>‘OK’</strong> to continue.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 10pt; font-family: Arial;"> <a href="http://aboutonlinetips.com/wp-content/uploads/2009/05/step3-copymusic.png"><img class="aligncenter size-full wp-image-2180" title="step3-copymusic" src="http://aboutonlinetips.com/wp-content/uploads/2009/05/step3-copymusic.png" alt="" width="500" height="344" /></a></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><strong></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="font-size: 10pt; font-family: Arial;">Step 4: Consolidate the iTunes library</span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"><span style="font-size: 10pt; font-family: Arial;">Once the preferences are changed, navigate to the iTunes File menu, scroll down to Library, and select <strong>‘Consolidate Library’</strong> from the list of options. This step could take time (depends upon the size of your iTunes library).</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 10pt; font-family: Arial;"> <a href="http://aboutonlinetips.com/wp-content/uploads/2009/05/step4-itunes-consolidate.png"><img class="aligncenter size-full wp-image-2181" title="step4-itunes-consolidate" src="http://aboutonlinetips.com/wp-content/uploads/2009/05/step4-itunes-consolidate.png" alt="" width="500" height="393" /></a></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><strong></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="font-size: 10pt; font-family: Arial;">Step 5: Confirming the transfer of media files.</span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"><span style="font-size: 10pt; font-family: Arial;">Your iTunes library has now migrated to its new location on your external hard drive or flash drive. iTunes have just copied media files to external hard drive and have not deleted from iTunes library Now. To check if the files have been copied to the new location or not, open iTunes, select a song, and select Get Info from the File menu. A window will pop up describing all the attributes of your song file, including the location of the file. If you want that new files should be transferred to external hard drive then make sure the external hard drive is not removed from the computer. If your external hard drive is not connected, iTunes will temporarily default to the original location until your drive is connected again. </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 10pt; font-family: Arial;"><a href="http://aboutonlinetips.com/wp-content/uploads/2009/05/location_check.png"><img class="aligncenter size-full wp-image-2184" title="location_check" src="http://aboutonlinetips.com/wp-content/uploads/2009/05/location_check.png" alt="" width="500" height="445" /></a></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;">
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"><span style="font-size: 10pt; font-family: Arial;">It is always a good practice to keep a backup of your iTunes Library in external drive. You can listen to your favourite songs without connecting to the internet anytime and anywhere.</span></p>
<p><em>Source: http://www.aboutonlinetips.com</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.allticles.com/how-to-move-or-copy-your-itunes-library-to-an-external-hard-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

