<?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; Software</title>
	<atom:link href="http://www.allticles.com/category/computers/software/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>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>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>35+ Amazon S3 Tools and Plugins for Windows, Mac and Linux</title>
		<link>http://www.allticles.com/35-amazon-s3-tools-and-plugins-for-windows-mac-and-linux/</link>
		<comments>http://www.allticles.com/35-amazon-s3-tools-and-plugins-for-windows-mac-and-linux/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 18:00:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.allticles.com/?p=2808</guid>
		<description><![CDATA[Amazon S3 provides a simple web services interface that can be used to store and retrieve any amount of data, at any time, from anywhere on the web. Amazon S3 is a cheap and cost effective way to handle sudden increase in traffic (such as from Digg, Technorati, StumbleUpon). Many bloggers are using Amazon S3 [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"><span style="font-size: 10pt; font-family: Arial;">Amazon S3 provides a simple web services interface that can be used to store and retrieve any amount of data, at any time, from anywhere on the web. Amazon S3 is a cheap and cost effective way to handle sudden increase in traffic (such as from Digg, Technorati, StumbleUpon). Many bloggers are using Amazon S3 to host their images and other static media (such as mp3 files for their podcasts). <span style="font-size: 10pt; font-family: Arial;">Accessing and managing S3 account is not simple as it seems. </span>Below is the list of Amazon S3 tools to access and manage S3 account on Windows, Mac, Linux powered computers.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"><span style="font-size: 10pt; font-family: Arial;"><span id="more-2808"></span></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;"> </span></strong></p>
<ol style="margin-top: 0in; text-align: justify;" type="1">
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="font-weight: normal; font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/developer.amazonwebservices.com');" href="http://developer.amazonwebservices.com/connect/thread.jspa?threadID=11975&amp;start=0&amp;tstart=0"><strong>S3Sync </strong></a></span></strong><strong><span style="font-size: 10pt; font-family: Arial;">–</span></strong><span style="font-size: 10pt; font-family: Arial;"> It easily transfers directories between a local directory and an S3 bucket. s3sync runs on linux and Windows.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="font-weight: normal; font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/sourceforge.net');" href="http://sourceforge.net/projects/quillen"><strong>Quillen S3 Backup</strong></a> – </span></strong><span style="font-size: 10pt; font-family: Arial;">Quillen backs up your important files to Amazon S3 with minimum data transfer and storage. Support command line interface.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/sourceforge.net');" href="http://sourceforge.net/projects/wins3fs/">WinS3fs</a></span></strong><span style="font-size: 10pt; font-family: Arial;"> Allows access to Amazon S3 Storage by implementing a local virtual SMB server. Supports Windows filesystem.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/sourceforge.net');" href="http://sourceforge.net/projects/s3tools/">S3Tools</a> </span></strong><span style="font-size: 10pt; font-family: Arial;">– It has OpenSource tools to access Amazon S3 file storage. s3cmd<span> </span>is a unix-like tools to manage stored files from command line. s3browser allows you to view stored files in a browser and s3fuse helps you in mounting the S3 storage locally.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/js3tream.sourceforge.net');" href="http://js3tream.sourceforge.net/">Js3Tream</a></span></strong><span style="font-size: 10pt; font-family: Arial;"> – You can easily backup files to the Amazon S3 Web Service Storage using Windows, Linux or OSX and allows you to transfer files to and from Amazon. Great for backups using TAR or ZIP.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/sourceforge.net');" href="http://sourceforge.net/projects/riverdrive/">River Drive</a> </span></strong><span style="font-size: 10pt; font-family: Arial;">–<strong> </strong>The tool helps you to store files and taking backup of your files to a safe, encrypted environment. River Drive is a Windows and Linux GUI and CLI interface to Amazon Simple Storage Solution (S3).<strong></strong></span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/sourceforge.net');" href="http://sourceforge.net/projects/bonkey/">Bonkey</a></span></strong><span style="font-size: 10pt; font-family: Arial;"> – Tool for backing up files to multiple locations, including Amazon’s S3. Runs on Windows, OS X and Linux.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/sourceforge.net');" href="http://sourceforge.net/projects/velodocaddin/">Memba Velodoc Outlook Add-In</a></span></strong><span style="font-size: 10pt; font-family: Arial;"> – This Amazon S3 plugin allows you to send large files from within Microsoft Outlook 2003 or above using various server platforms including Velodoc XP Edition, Velodoc Enterprise Edition, BITS servers, FTP servers, UNC file shares and Amazon S3.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/sourceforge.net');" href="http://sourceforge.net/projects/s3bm/">S3 Bucket Master</a></span></strong><span style="font-size: 10pt; font-family: Arial;"> – Allows you to create or delete Amazon S3 buckets, browse stored keys, upload or download encrypted or compressed files and helps you in managing Access Control Lists in amazon.com’s Simple Storage Service (S3).</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/sourceforge.net');" href="http://sourceforge.net/projects/s3-utils/">S3-Util</a></span></strong><span style="font-size: 10pt; font-family: Arial;"> – Command line utility to manage data and buckets on an Amazon S3 account. It provides a getopt interface and portable xml configuration for easy usage and integration with scripts.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; color: blue;"><span class="MsoHyperlink"><strong><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/sourceforge.net');" href="http://sourceforge.net/projects/gdfilestorage/">Google Desktop File Storage</a><span style="text-decoration: underline;"> </span></span></strong></span><span style="font-size: 10pt; color: windowtext; font-family: Arial;"><span> </span>– Allows you to drag and drop files onto it for storage and retrieval. Files are stored in various backing store implementations, including Local File System, Amazon S3 etc. Supports Windows.</span><strong></strong></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/sourceforge.net');" href="http://sourceforge.net/projects/s3fish/">S3Fish</a></span></strong><span style="font-size: 10pt; font-family: Arial;"> – It is an open source bucket explorer tool for Amazon S3.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/sourceforge.net');" href="http://sourceforge.net/projects/cloudbuddy/">cloudbuddy</a></span></strong><span style="font-size: 10pt; font-family: Arial;"> – An open source, windows based bucket explorer tool for Amazon S3.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/s3tools.logix.cz');" href="http://s3tools.logix.cz/s3cmd">S3cmd</a></span></strong><span style="font-size: 10pt; font-family: Arial;"> – Command line tool to upload, retrieve and manage data in Amazon S3. </span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/dev.extensibleforge.net');" href="http://dev.extensibleforge.net/wiki/s3/fuse">S3Fuse</a></span></strong><span style="font-size: 10pt; font-family: Arial;"> – Tool to </span><span style="font-size: 10pt; font-family: Arial;">mount</span><span style="font-size: 10pt; font-family: Arial;"> </span><span style="font-size: 10pt; font-family: Arial;">S3</span><span style="font-size: 10pt; font-family: Arial;"> buckets as local resource on  Unix/Linux systems. </span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="font-weight: normal; font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.s3drive.net');" href="http://www.s3drive.net/"><strong>S3Drive</strong></a> </span></strong><span style="font-size: 10pt; font-family: Arial;">– Allows you to access Amazon S3 web storage space as a local network drive. S3Drive is a Windows application.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="font-weight: normal; font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.s3fox.net');" href="http://www.s3fox.net/"><strong>S3Fox</strong></a></span></strong><span style="font-size: 10pt; font-family: Arial;"> – It is a Firefox browser extension using which you can synchronize files between local folder and Amazon S3 automatically. Resembles with any FTP client with two windows to operate. You can upload and download multiple files, manage S3 Cloud Front Distributions, synchronize folders with local system, modify Access Control Policies, create time limited urls and create or edit and use multiple S3 accounts. S3Fox Supports Windows, Linux and Mac.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.sync2s3.com');" href="http://www.sync2s3.com/">Sync2S3</a></span></strong><span style="font-size: 10pt; font-family: Arial;"> – Commercial tool that helps you to manage S3 buckets and resources through the browser. </span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/s3browse.com');" href="http://s3browse.com/">S3Browse</a></span></strong><span style="font-size: 10pt; font-family: Arial;"> – You can use this website to manage your Amazon S3 account.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/tantannoodles.com');" href="http://tantannoodles.com/toolkit/wordpress-s3/">Amazon S3 plugin for Wordpress</a></span></strong><span style="font-size: 10pt; font-family: Arial;"> – Allows you to easily use Amazon S3 with your WordPress blog. S3 Bucket can be easily accessed from the Wordpress admin screen. </span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.postneo.com');" href="http://www.postneo.com/2006/03/22/backing-up-flickr-photos-with-amazon-s3">FlickR to S3 backup Tool</a></span></strong><span style="font-size: 10pt; font-family: Arial;"> – This open source tool allows you to backup your FlickR photos to your Amazon S3 account. </span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/jets3t.dev.java.net');" href="https://jets3t.dev.java.net/">JetS3t</a></span></strong><span style="font-size: 10pt; font-family: Arial;"> – It is a Java toolkit for using Amazon S3 that comes with two tools, Synchronize and Cockpit. Synchronize sync files between your S3 account and local computer. Cockpit (GUI Interface) lets you upload and download files as well as manage ACLs. </span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/3247">Amazon S3Fox</a></span></strong><span style="font-size: 10pt; font-family: Arial;"> –<em><span style="font-family: Arial;"> </span></em>This Firefox add-on provides a FTP like interface (Windows Explorer) to upload and manage files on S3. </span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.maluke.com');" href="http://www.maluke.com/software/s3-backup">S3 Backup</a></span></strong><span style="font-size: 10pt; font-family: Arial;"> – As the name suggest it is an encrypted free online backup solution for uploading or downloading files from S3 &#8211; just pick a file or a folder on the local hard drive to put it to S3. </span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.panic.com');" href="http://www.panic.com/transmit/">Transmit</a></span></strong><span style="font-size: 10pt; font-family: Arial;"> – It is a popular FTP client for Mac OS X that allows you to upload, download and manage your Amazon S3 storage like a Mac app.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.jungledisk.com');" href="http://www.jungledisk.com/">Jungle Disk</a></span></strong><span style="font-size: 10pt; font-family: Arial;"> – It provides a web interface to manage your files on S3 and is available for Mac, Windows and Linux. Jungle Disk helps you in taking backup of files and folders from your local hard drive onto Amazon S3 automatically. Excellent tool for slower bandwidth connections.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/tantannoodles.com');" href="http://tantannoodles.com/toolkit/wordpress-s3/"><strong><span style="font-family: Arial; text-decoration: none;">WordPress Plugin</span></strong></a> – This WordPress plugin allows you to use Amazon’s Simple Storage Service to host your media (files,images, video or audio files) for your WordPress powered blog. The plugin helps you in browsing Amazon S3 hosted files, upload new files, and create new folders without having to leave the WordPress edit screen.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bucketexplorer.com');" href="http://www.bucketexplorer.com/"><strong><span style="font-family: Arial; text-decoration: none;">Bucket Explorer</span></strong></a> – <span> </span>Bucket Explorer is the best of all the “front ends” for S3. It helps you in browsing buckets and the files stored at Amazon S3 and scheduling of upload, download, and copy operations. Files and folders can easily be copied or moved within same S3 account or to different account. The utility also track account activities with bucket logging and SimpleDB audit report. Public URLs and signed URLs can be created to share the files. If you accidental delete a file or a bucket from your S3 account you can recover it from Bucket Explorer’s recycle bin, which is a unique feature not available elsewhere. This powerful S3 tool is not free and cost about US$49.99 for single license.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/s3browser.com');" href="http://s3browser.com/"><strong><span style="font-family: Arial; text-decoration: none;">S3 Browser</span></strong></a> – Amazon S3 provides a simple web services interface that can be used to upload or<span> </span>download files to and from Amazon S3. You can easily browse, create or delete Amazon S3 Buckets. The S3 utility allows you to edit custom headers and set Access Control on Buckets and Files easily. You may also keep the backed up data on Multiple Data Centers.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.crossftp.com');" href="http://www.crossftp.com/"><strong><span style="font-family: Arial; text-decoration: none;">Cross FTP</span></strong></a> – Tool to transfer files from Amazon S3 storage space and your local computer <span> </span>like the FTP file transfer client You can create buckets, set access control ,Schedule batch transfer or even change the CloudFront distribution settings of individual files with Cross FTP. </span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/s3browser.codeplex.com');" href="http://s3browser.codeplex.com/"><strong><span style="font-family: Arial; text-decoration: none;">S3 for Live Writer</span></strong></a> – Plugin to upload images, documents and other files to your Amazon S3 account directly from Windows Live Writer. You can also browse the existing files on your Amazon S3 account. Handy tool for Bloggers.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/cloudberrylab.com');" href="http://cloudberrylab.com/"><strong><span style="font-family: Arial; text-decoration: none;">CloudBerry Explorer</span></strong></a> – With this tool you can manage files in <a href="http://www.aboutonlinetips.com/acccess-skydrive-amazon-s3-google-docs-locally-with-gladinet">Amazon S3</a> storage easily by providing a user interface to Amazon S3 multiple accounts, files, and buckets. You can set up bucket logging to track usage, control, file permissions and delete or temporarily disable CloudFront distributions Full review <a href="http://www.aboutonlinetips.com/free-amazon-s3-client-for-windows/">here</a>.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.gladinet.com');" href="http://www.gladinet.com/"><strong><span style="font-family: Arial; text-decoration: none;">Gladinet</span></strong></a> – The tool helps you in mounting Amazon S3 folders to Windows Explorer. You can then access S3 buckets and files to drag and drop files between Amazon S3 and Windows Explorer. Integrates well with <a href="http://www.aboutonlinetips.com/acccess-skydrive-amazon-s3-google-docs-locally-with-gladinet/">SkyDrive</a>, Google Docs, Google Picasa, ADrive and many more.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/lysesoft.com');" href="http://lysesoft.com/products/s3anywhere/index.html">S3Anywhere</a></span></strong><span style="font-size: 10pt; font-family: Arial;"> – It is an Amazon S3 file manager for Google Android Handsets. It allows you to manage S3 buckets, download and upload files to Amazon S3. File managers allows renaming, deleting, and copying files. You can view permissions (ACL) on each file.<strong><span style="font-weight: normal; font-family: Arial;"> </span></strong></span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.smetube.com');" href="http://www.smetube.com/smestorage/opens3/">OpenS3</a></span></strong><span style="font-size: 10pt; font-family: Arial;"> – The utility allow you to synchronize your S3 files on iPhone / iPod Touch and edit any office documents (Word, PowerPoint, Excel), via integrated Zoho office. You can also view your PDF’s instantly through their integration with iPaper, and also view photos, share files, and collaborate using business groups easily.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.lysesoft.com');" href="http://www.lysesoft.com/products/s3-bucketupload-j2me/index.html">Bucket Upload</a></span></strong><span style="font-size: 10pt; font-family: Arial;"> – It is a <strong><span style="font-family: Arial;">free</span></strong> application for smart mobile devices like Nokia N Series that allows uploading files to an <strong><span style="font-family: Arial;">Amazon S3</span></strong> bucket. BucketUpload provides a file browser to list folders from local file system, phone memory and SD card.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="font-size: 10pt; font-family: Arial;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/developer.amazonwebservices.com');" href="http://developer.amazonwebservices.com/connect/kbcategory.jspa?categoryID=66">S3 Solutions</a></span></strong><span style="font-size: 10pt; font-family: Arial;"> – It is a list of other S3 related tools on the Amazon Developer Connection.</span></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.allticles.com/35-amazon-s3-tools-and-plugins-for-windows-mac-and-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Double Your Internet Browsing Speed on Firefox</title>
		<link>http://www.allticles.com/how-to-double-your-internet-browsing-speed-on-firefox/</link>
		<comments>http://www.allticles.com/how-to-double-your-internet-browsing-speed-on-firefox/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 17:58:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.allticles.com/?p=2806</guid>
		<description><![CDATA[There have been tons of Firefox hacks out there that have been covered to death, but we&#8217;ve recently taken some time out and run a side-by-side comparison on a couple of identical computers from the shop we had laying around. What did we find? You can essentially double your browsing speed if you&#8217;re currently on [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">There have been tons of <a href="http://www.mozilla.com/en-US/firefox/" target="_blank">Firefox</a> hacks out there that have been covered to death, but we&#8217;ve recently taken some time out and run a side-by-side comparison on a couple of identical computers from the shop we had laying around. What did we find? You can essentially double your browsing speed if you&#8217;re currently on a broadband connection if you just run a few simple tweaks. We have a set of three. That&#8217;s not too many for you, right? Now let&#8217;s get started.</p>
<p style="text-align: justify;">Basically, what we found is that Firefox tends to eat a lot of RAM in exchange for quicker launching and handling of the browser. It&#8217;s a pretty steep trade-off, and for those of us with tons of RAM and a broadband connection usually end up seeing no difference or at times, even slower performance than if these restrictions weren&#8217;t enabled by default. Here&#8217;s how to take them off and harness the full power of <a href="http://www.mozilla.com/en-US/firefox/" target="_blank">Firefox</a>:</p>
<p style="text-align: justify;"><span id="more-2806"></span></p>
<p style="text-align: justify;"><big><strong><em>Reduce the amount of RAM Firefox uses for it’s cache feature</em></strong></big></p>
<blockquote style="text-align: justify;"><p>Try this:1) Type “<strong>about:config</strong>” (no quotes) in the address bar in the browser.<br />
2) Find “<strong>browser.sessionhistory.max_total_viewers</strong>”<br />
3) Set it’s value to “<strong>0</strong>“;(Zero)</p></blockquote>
<p style="text-align: justify;"><big><strong><em>Increase the Speed in Which Firefox loads pages</em></strong></big></p>
<blockquote style="text-align: justify;"><p>1) Type “<strong>about:config</strong>” into the address bar and hit Enter. (Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which really speeds up page loading.)2) Alter the entries as follows:<br />
Set “<strong>network.http.pipelining</strong>” to “<strong>true</strong>”<br />
Set “<strong>network.http.proxy.pipelining</strong>” to “<strong>true</strong>”<br />
Set “<strong>network.http.pipelining.maxrequests</strong>” to some number like <strong>10</strong>.</p>
<p>This means it will make 10 requests at once.</p>
<p>3) Lastly, right-click anywhere and select <strong>New-&gt;Integer</strong>. Name it “<strong>nglayout.initialpaint.delay</strong>” and set its value to “<strong>0</strong>“;.(Zero)</p>
<p>This value is the amount of time the browser waits before it acts on information it receives. If you’re using a broadband connection you’ll load pages faster now.</p>
<p>Optionally (for even faster web browsing) here are some more options for your <strong>about:config</strong> (you might have to create some of these entries by Right Click –&gt; New– &gt;Interger or String</p>
<p>“<strong>network.dns.disableIPv6</strong>”: set “<strong>false</strong>”<br />
“<strong>content.notify.backoffcount</strong>”: set “<strong>5</strong>”; (Five)<br />
“<strong>ui.submenuDelay</strong>”: set “<strong>0</strong>”; (Zero)</p></blockquote>
<p style="text-align: justify;"><big><strong><em>Reduce RAM usage to 10mb when Firefox is minimized</em></strong></big></p>
<blockquote style="text-align: justify;"><p>This little hack will drop Firefox’s RAM usage down to 10 Mb when minimized:1) Open Firefox and go to the Address Bar. Type in <strong>about:config</strong> and then press Enter.<br />
2) Right Click in the page and select<strong> New -&gt; Boolean</strong>.<br />
3) In the box that pops up enter “<strong>config.trim_on_minimize</strong>”. Press Enter.<br />
4) Now select <strong>True </strong>and then press Enter.<br />
5) Restart Firefox.</p></blockquote>
<p style="text-align: justify;">These simple tweaks will make your web browsing with Mozilla Firefox at least twice as fast and it&#8217;s a pretty simple thing anybody can do. Enjoy and let us know if these steps helped you!</p>
<p style="text-align: justify;"><em>Update: If you&#8217;re looking to reverse these settings, try the steps listed <a href="http://cormacmoylan.com/blog/browsers/how-to-do-a-factory-restore-to-firefoxs-default-settings.eire" target="_blank">here</a>.</em></p>
<p style="text-align: justify;"><small>[via <a href="http://gnoted.com/3-hacks-for-firefox-double-internet-browsing-speed/" target="_blank">Gnoted</a>]</small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.allticles.com/how-to-double-your-internet-browsing-speed-on-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>18 Tools to Turn Firefox 3 into a Communications Portal</title>
		<link>http://www.allticles.com/18-tools-to-turn-firefox-3-into-a-communications-portal/</link>
		<comments>http://www.allticles.com/18-tools-to-turn-firefox-3-into-a-communications-portal/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 17:54:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[google talk]]></category>
		<category><![CDATA[im]]></category>
		<category><![CDATA[Lists]]></category>
		<category><![CDATA[messenger]]></category>
		<category><![CDATA[Pownce]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.allticles.com/?p=2804</guid>
		<description><![CDATA[FirefoxFirefox reviews can be made into so much more than just a browser via its huge extension base.  Yes, this means you can replace some of your instant messenger, chat and microblogging needs by adding just a few extensions. Here are 18 tools that will let you turn your Firefox 3 browser into a communications [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Firefox<a class="blippr-inline-smiley blippr-inline-smiley-07" rel="http://www.blippr.com/apps/336679-Firefox.whtml" href="http://www.blippr.com/apps/336679-Firefox" target="_blank"><span>Firefox reviews</span></a> can be made into so much more than just a browser via its huge extension base.  Yes, this means you can replace some of your instant messenger, chat and microblogging needs by adding just a few extensions. Here are 18 tools that will let you turn your Firefox 3 browser into a communications portal.</p>
<p style="text-align: justify;">Whenever we discuss numerous Firefox add-ons, we like to remind you that we do not recommend you install ALL of them unless you like your browser slowing down.</p>
<p style="text-align: justify;"><span id="more-2804"></span></p>
<h2>Messaging</h2>
<ul id="contactinfo" style="text-align: center;"><img class="alignnone size-full wp-image-31301" title="meebo" src="http://ec.mashable.com/wp-content/uploads/2008/08/meebo.png" alt="" width="450" height="349" /></ul>
<p style="text-align: justify;"><a href="http://chatzilla.hacksrus.com/" target="_blank">ChatZilla!</a> &#8211; In a time before instant messengers exploded in popularity, Internet Relay Chat (IRC) was all the rage, and it is still quite popular.  This extension will add an IRC client to your browser so you don’t have to open a separate program.</p>
<p style="text-align: justify;"><a href="http://home.gabbly.com/#" target="_blank">Gabbly Chat Sidebar</a> &#8211; A sidebar client for Gabbly chats hosted on any Web page or community.</p>
<p style="text-align: justify;"><a href="http://adarshtp.googlepages.com/" target="_blank">Google Talk</a> &#8211; Allows you to add Google Talk integration to your browser.</p>
<p style="text-align: justify;">
<p style="text-align: justify;"><a href="http://gamespottingnetworks.com/projects/" target="_blank">GTalk Sidebar</a> &#8211; This sidebar extension allows you to use Google Talk in your window without having to stay on GMail<a class="blippr-inline-smiley blippr-inline-smiley-07" rel="http://www.blippr.com/apps/336653-Gmail.whtml" href="http://www.blippr.com/apps/336653-Gmail" target="_blank"><span>Gmail reviews</span><img class="wp-smiley" src="http://static1.blippr.com/images/inline-face_07.png?1237798206" alt="Gmail reviews" /></a> all the time. It also lets you save yourself the effort of installing the stand alone GTalk<a class="blippr-inline-smiley blippr-inline-smiley-05" rel="http://www.blippr.com/apps/336764-Gtalk.whtml" href="http://www.blippr.com/apps/336764-Gtalk" target="_blank"><span>Gtalk reviews</span><img class="wp-smiley" src="http://static1.blippr.com/images/inline-face_05.png?1237798206" alt="Gtalk reviews" /></a> application for your desktop.</p>
<p style="text-align: justify;"><a href="http://www.meebo.com/firefox/" target="_blank">Meebo</a> &#8211; Adds integrated instant messaging via the Meebo system inside of your browser.  In the sidebar you can see which buddies are online, as well as which system they are using, and when need be, you can drag links and images over to them.  You can learn more about Meebo in <a href="http://mashable.com/2008/07/17/meebo-im/" target="_blank">this episode</a> of Mashable Conversations.</p>
<p style="text-align: justify;"><a href="http://www.sameplace.cc/" target="_blank">SamePlace</a> &#8211; Works in Firefox, Flock<a class="blippr-inline-smiley blippr-inline-smiley-05" rel="http://www.blippr.com/apps/336731-Flock.whtml" href="http://www.blippr.com/apps/336731-Flock" target="_blank"><span>Flock reviews</span><img class="wp-smiley" src="http://static1.blippr.com/images/inline-face_05.png?1237798206" alt="Flock reviews" /></a> and Thunderbird to give you the ability to chat with your contacts on AIM, GTalk, ICQ, Jabber, MSN, Twitter<a class="blippr-inline-smiley blippr-inline-smiley-07" rel="http://www.blippr.com/apps/336651-Twitter.whtml" href="http://www.blippr.com/apps/336651-Twitter" target="_blank"><span>Twitter reviews</span><img class="wp-smiley" src="http://static1.blippr.com/images/inline-face_07.png?1237798206" alt="Twitter reviews" /></a> and Yahoo.</p>
<p style="text-align: justify;"><a href="http://smssidebar.org/" target="_blank">SMS Sidebar</a> &#8211; This extensions gives you the ability to send SMS messages to just about any phone in the world.  It does cost money after the first 50 text messages, but seems to be reasonably priced and offers numerous features.</p>
<p style="text-align: justify;"><a href="http://www.watacrackaz.com/autosms/" target="_blank">WataCrackaz AutoSMS</a> &#8211; Allows free two-way SMS text messaging to phones all around the world and actually allows you to receive replies.</p>
<p style="text-align: justify;"><a href="http://yaplet.com/" target="_blank">Yaplet</a> &#8211; Adds the Yaplet chat system to your sidebar so you no longer have to switch tabs while you chat and can continue to surf as you talk.</p>
<p style="text-align: justify;"><a href="http://www.yoono.com/" target="_blank">Yoono</a><a class="blippr-inline-smiley blippr-inline-smiley-05" rel="http://www.blippr.com/apps/337843-Yoono.whtml" href="http://www.blippr.com/apps/337843-Yoono" target="_blank"><span>Yoono reviews</span><img class="wp-smiley" src="http://static1.blippr.com/images/inline-face_05.png?1237798206" alt="Yoono reviews" /></a> &#8211; The Yoono sidebar can be updated with widgets for all major instant messengers.</p>
<h2>Microblogging</h2>
<ul id="contactinfo" style="text-align: center;"><img class="alignnone size-full wp-image-31303" title="twitzer" src="http://ec.mashable.com/wp-content/uploads/2008/08/twitzer.png" alt="" width="450" height="184" /></ul>
<p><a href="http://pownce.com/FirePownce/" target="_blank">FirePownce</a> &#8211; An official extension from Pownce that allows you to update your account via a button added to Firefox.</p>
<p><a href="http://skeevs.com/post/40773174/fownce-pownce-extension" target="_blank">Fownce</a> -Allows you to post the current URL you are viewing to Pownce or just post a general update to your account.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/6396" target="_blank">Mahalo Share</a> &#8211; Lets you recommend a page across numerous services, including Pownce and Twitter.</p>
<p><a href="http://shareaholic.com/" target="_blank">Shareaholic.com</a> &#8211; Lets you update numerous services from one handy plugin, including Pownce and Twitter.</p>
<p style="text-align: justify;"><a href="http://engel.uk.to/twitkit/" target="_blank">Twitkit</a> &#8211; Highly customizable Twitter application that allows you to choose colors, look up your account information, manage your followers and more.</p>
<p style="text-align: justify;"><a href="http://www.chrisfinke.com/addons/twitterbar/" target="_blank">TwitterBar</a> &#8211; An interesting extension for Firefox that allows you to use the browser’s address bat to also send Tweets to your account on Twitter.</p>
<p style="text-align: justify;"><a href="http://www.foxytunes.com/twittytunes/" target="_blank">TwittyTunes</a> &#8211; Feel a burning desire to tell Twitter what you are listening to via FoxyTunes<a class="blippr-inline-smiley blippr-inline-smiley-05" rel="http://www.blippr.com/apps/337177-FoxyTunes.whtml" href="http://www.blippr.com/apps/337177-FoxyTunes" target="_blank"><span>FoxyTunes reviews</span><img class="wp-smiley" src="http://static1.blippr.com/images/inline-face_05.png?1237798206" alt="FoxyTunes reviews" /></a>?  This extension will solve your dilemma.</p>
<p><a href="http://shorttext.com/twitzer.aspx" target="_blank">Twitzer</a> &#8211; Twitzer is not a Twitter client, but a tool to help you get more than the 140 characters into that little box.</p>
<p><em><strong class="dtreviewed">by <a title="Posts by Sean P. Aune" href="http://mashable.com/author/sean-p-aune/" target="_blank">Sean P. Aune</a></strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.allticles.com/18-tools-to-turn-firefox-3-into-a-communications-portal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guide To Easy Logins With SSH On Linux</title>
		<link>http://www.allticles.com/guide-to-easy-logins-with-ssh-on-linux/</link>
		<comments>http://www.allticles.com/guide-to-easy-logins-with-ssh-on-linux/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 04:39:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.allticles.com/?p=2763</guid>
		<description><![CDATA[Introduction
This is an article on SSH, the marvelous secure socket shell that can be used a myriad of remote login and file transfer ways. The focus of my article is the OpenSSH software package specifically: it&#8217;s feature-rich, I am the most familiar with it, and lastly (and most importantly) is very prevalent in the Linux [...]]]></description>
			<content:encoded><![CDATA[<h2 id="head1" class="head2" style="text-align: justify;">Introduction</h2>
<p style="text-align: justify;">This is an article on <a title="http://en.wikipedia.org/wiki/Secure_Shell" href="http://en.wikipedia.org/wiki/Secure_Shell">SSH</a>, the marvelous secure socket shell that can be used a myriad of remote login and file transfer ways. The focus of my article is the <a title="http://www.openssh.com/" href="http://www.openssh.com/">OpenSSH</a> software package specifically: it&#8217;s feature-rich, I am the most familiar with it, and lastly (and most importantly) is very prevalent in the Linux world &#8212; it&#8217;s installed by default in just about every Linux distribution (and Mac OSX, BSD, etc.) Some other client applications for Windows like <a title="http://www.chiark.greenend.org.uk/~sgtatham/putty/" href="http://www.chiark.greenend.org.uk/%7Esgtatham/putty/">PuTTY</a> or <a title="http://www.vandyke.com/products/securecrt/" href="http://www.vandyke.com/products/securecrt/">SecureCRT</a> have some of these features implemented, but that&#8217;s beyond the scope of this article.</p>
<p style="text-align: justify;">Within this article, I&#8217;m going to focus on SSH keys and their uses, and some tools that we can use to manage these ssh keys. I&#8217;m planning to release more articles related to SSH, such as scp usage, port forwarding, and so on as time goes on.</p>
<p style="text-align: justify;"><span id="more-2763"></span></p>
<h2 id="head2" class="head2" style="text-align: justify;">History</h2>
<p style="text-align: justify;">SSH came into being as a replacement for the older methods of remotely logging into a terminal, which were <a title="http://en.wikipedia.org/wiki/Telnet" href="http://en.wikipedia.org/wiki/Telnet">telnet</a>, <a title="http://en.wikipedia.org/wiki/Remote_Shell" href="http://en.wikipedia.org/wiki/Remote_Shell">rsh</a> and the like (unencrypted, simple protocols.) These older commands and protocols were not designed for the Internet, as it was easy for a malicious user with network access to sniff the the valid users login credentials (username, password, etc.) Far worse, they could even hijack a remote session of someone (even root) being logged in as they&#8217;re using it, and not need to sniff your password at all. Dave Dittrich wrote this article to break down how this session hijacking can be preformed: <a title="http://staff.washington.edu/dittrich/talks/qsm-sec/script.html" href="http://staff.washington.edu/dittrich/talks/qsm-sec/script.html">session hijacking</a>.</p>
<p style="text-align: justify;">In the beginning, SSH v1 was developed, and there was great rejoicing. Your communications were now encrypted; your user name, your password; the information being sent and received. However, it was still possible to hijack an existing SSH connection, which brought about the &#8230; *drum roll* &#8230; SSH v2 protocol, which patched that bit of nastiness and allowed SSH to become a de-facto standard for accessing remote terminals. As the OpenSSH software package has grown, so has its feature set, including features like: ssh keys, scp (secure copy), and port forwarding; all things that make it very useful.</p>
<h2 id="head3" class="head2" style="text-align: justify;">SSH keys</h2>
<p style="text-align: justify;">To start it off &#8212; I&#8217;ll talk about SSH keys. In layman&#8217;s terms, they&#8217;re a pair of files that match each other with some mathematical mumbo-jumbo, one of the files is a private key (which you never share with anyone) and another is a public key (which you can give to anyone.) They&#8217;re a keypair you can use for authenticating to other SSH servers, allowing you to store the public key on a server you connect to, and using the private key located on the computer you&#8217;re connecting from, authenticating. For more information you can check out this simple article at Wikipedia: <a title="http://simple.wikipedia.org/wiki/Public-key_cryptography" href="http://simple.wikipedia.org/wiki/Public-key_cryptography">public-key cryptography</a>. What do ssh keys mean in even simpler terms? They make it possible to have password-less logins to remote servers. While this is not recommended, it is a great way to allow cronjobs to run on remote servers.</p>
<p style="text-align: justify;">Here&#8217;s an easy way to generate an SSH key (-b 4096 creates a high-security 4096-bit key, -q keeps the messages quiet):</p>
<div id="code1" class="codeBlock cbie6 bash" style="text-align: justify;">
<ol>
<li id="code1-1" class="li1">
<div class="de1"><span class="kw2">ssh-keygen</span> <span class="re5">-b</span> <span class="nu0">4096</span> <span class="re5">-q</span></div>
</li>
</ol>
</div>
<p style="text-align: justify;">Press enter twice for each of the password prompts so the key isn&#8217;t encrypted with a password, and your screen should look like this:</p>
<div id="code2" class="codeBlock cbie6 text" style="text-align: justify;">
<ol>
<li id="code2-1" class="li1">
<div class="de1">user@server1 [~]# ssh-keygen -b 4096 -q</div>
</li>
<li id="code2-2" class="li2">
<div class="de2">Enter file in which to save the key (/home/user/.ssh/id_rsa):</div>
</li>
<li id="code2-3" class="li1">
<div class="de1">Enter passphrase (empty for no passphrase):</div>
</li>
<li id="code2-4" class="li2">
<div class="de2">Enter same passphrase again:</div>
</li>
<li id="code2-5" class="li1">
<div class="de1">user@server1 [~]#</div>
</li>
</ol>
</div>
<p style="text-align: justify;">We now have an unencrypted private SSH key, and a public key. If you ever create one of these unencrypted SSH keys, and want to encrypt it (ie, put a password on it) you can do it with this command ( -p puts ssh-kegen in a password-setting mode, and -f .ssh/id_rsa is the path to your private ssh key):</p>
<div id="code3" class="codeBlock cbie6 bash" style="text-align: justify;">
<ol>
<li id="code3-1" class="li1">
<div class="de1"><span class="kw2">ssh-keygen</span> <span class="re5">-p</span> <span class="re5">-f</span> .ssh<span class="sy0">/</span>id_rsa</div>
</li>
</ol>
</div>
<p style="text-align: justify;">This looks like so:</p>
<div id="code4" class="codeBlock cbie6 text" style="text-align: justify;">
<ol>
<li id="code4-1" class="li1">
<div class="de1">user@server1 <span class="br0">[</span>~<span class="br0">]</span># ssh-keygen -p -f .ssh/id_rsa</div>
</li>
<li id="code4-2" class="li2">
<div class="de2">Key has comment &#8216;.ssh/id_rsa&#8217;</div>
</li>
<li id="code4-3" class="li1">
<div class="de1">Enter new passphrase <span class="br0">(</span>empty for no passphrase<span class="br0">)</span>:</div>
</li>
<li id="code4-4" class="li2">
<div class="de2">Enter same passphrase again:</div>
</li>
<li id="code4-5" class="li1">
<div class="de1">Your identification has been saved with the new passphrase.</div>
</li>
<li id="code4-6" class="li2">
<div class="de2">user@server1 <span class="br0">[</span>~<span class="br0">]</span>#</div>
</li>
</ol>
</div>
<h2 id="head4" class="head2" style="text-align: justify;">Copying your SSH key to servers</h2>
<p style="text-align: justify;">Now, we upload your public key to a server so that you can authenticate using your ssh key. Run this from your client computer (-i specifies the path to your public ssh key):</p>
<div id="code5" class="codeBlock cbie6 bash" style="text-align: justify;">
<ol>
<li id="code5-1" class="li1">
<div class="de1">ssh-copy-id <span class="re5">-i</span> .ssh<span class="sy0">/</span>id_rsa.pub user<span class="sy0">@</span>server2</div>
</li>
</ol>
</div>
<p style="text-align: justify;">This looks like:</p>
<div id="code6" class="codeBlock cbie6 text" style="text-align: justify;">
<ol>
<li id="code6-1" class="li1">
<div class="de1">user@server1 <span class="br0">[</span>~<span class="br0">]</span># ssh-copy-id -i .ssh/id_rsa.pub user@server2</div>
</li>
<li id="code6-2" class="li2">
<div class="de2">user@server2&#8217;s password:</div>
</li>
<li id="code6-3" class="li1">
<div class="de1">Now try logging into the machine, with &#8220;ssh &#8216;user@server2&#8242;&#8221;, and check in:</div>
</li>
<li id="code6-4" class="li2"></li>
<li id="code6-5" class="li1">
<div class="de1">.ssh/authorized_keys</div>
</li>
<li id="code6-6" class="li2"></li>
<li id="code6-7" class="li1">
<div class="de1">to make sure we haven&#8217;t added extra keys that you weren&#8217;t expecting.</div>
</li>
<li id="code6-8" class="li2">
<div class="de2">user@server1 <span class="br0">[</span>~<span class="br0">]</span>#</div>
</li>
</ol>
</div>
<p style="text-align: justify;">This great command will copy your public key to the remote server, and automatically add it to the authorized_keys file. It will automatically create the file and needed permissions, if this hasn&#8217;t been done previously.</p>
<p style="text-align: justify;">If all of the above has worked properly, connecting to a remote host is as easy as this:</p>
<div id="code7" class="codeBlock cbie6 bash" style="text-align: justify;">
<ol>
<li id="code7-1" class="li1">
<div class="de1">user<span class="sy0">@</span>server1 <span class="br0">[</span>~<span class="br0">]</span><span class="co0"># ssh server2</span></div>
</li>
<li id="code7-2" class="li2">
<div class="de2">Last <span class="kw2">login</span>: Thu Sep <span class="nu0">11</span> <span class="nu0">19</span>:<span class="nu0">59</span>:<span class="nu0">46</span> <span class="nu0">2008</span> from server1.local</div>
</li>
<li id="code7-3" class="li1">
<div class="de1">user<span class="sy0">@</span>server2 <span class="br0">[</span>~<span class="br0">]</span><span class="co0">#</span></div>
</li>
</ol>
</div>
<p style="text-align: justify;">Tada!</p>
<p style="text-align: justify;">Unless you&#8217;re using your SSH key to allow cronjobs to execute on remote servers, you should have all of your ssh keys encrypted with a password. This has a few benefits &#8212; to gain access to multiple systems, you can just change the password on the ssh key. Now you don&#8217;t need to update your user password on all of the systems, since they&#8217;re not authenticating against the local password, they&#8217;re authenticating against your ssh key. You can alter the password on your private key without affecting the public key you&#8217;ve distributed.</p>
<h2 id="head5" class="head2" style="text-align: justify;">Keychain</h2>
<p style="text-align: justify;">I&#8217;ll iterate again: you should always have your ssh keys encrypted, unless you have an explicit reason not to. However, here&#8217;s a great way to keep your keys safe, and it keeps us from having to type passwords all of the time: <a title="http://agriffis.n01se.net/keychain/" href="http://agriffis.n01se.net/keychain/">keychain</a>. This wondrous little tool manages your SSH keys so that you only have to type your password once per reboot (although you can configure how often it times out.) It&#8217;ll decrypt your ssh key and store in it a secure memory page, so you don&#8217;t need to worry about that. Add this code blurb to the bottom of your ~/.bashrc:</p>
<div id="code8" class="codeBlock cbie6 bash" style="text-align: justify;">
<ol>
<li id="code8-1" class="li1">
<div class="de1">keychain <span class="re5">&#8211;nogui</span> <span class="re5">-q</span> $<span class="br0">(</span><span class="kw2">find</span> <span class="re1">$HOME</span><span class="sy0">/</span>.ssh<span class="sy0">/</span> <span class="re5">-type</span> f <span class="re5">-name</span> <span class="st0">&#8216;id_[r,d]sa&#8217;</span><span class="br0">)</span></div>
</li>
<li id="code8-2" class="li2">
<div class="de2">. <span class="re1">$HOME</span><span class="sy0">/</span>.keychain<span class="sy0">/</span><span class="re1">$HOSTNAME</span>-sh</div>
</li>
</ol>
</div>
<p style="text-align: justify;">Now run:</p>
<div id="code9" class="codeBlock cbie6 bash" style="text-align: justify;">
<ol>
<li id="code9-1" class="li1">
<div class="de1">. ~<span class="sy0">/</span>.bashrc</div>
</li>
</ol>
</div>
<p style="text-align: justify;">You should get a prompt to type the password for each of your SSH keys, decrypting them for reuse. Now you can try logging into those remote servers and not have to type passwords over and over. It&#8217;s really slick. Just make sure you always lock your workstation after you&#8217;re finished, otherwise that wouldn&#8217;t be good (if you don&#8217;t, anyone sitting at your computer will have access to anything you have ssh keys setup on.) Make sure you&#8217;re careful with this, always get in the habit of locking your desktop when you&#8217;re away from it, and having a good password set on your desktop computer.</p>
<h2 id="head6" class="head2" style="text-align: justify;">Hashing your known_hosts file</h2>
<p style="text-align: justify;">Last up in our little whirlwind tour is making sure that your known_hosts file is hashed, which is a good step you should take. If someone else gains access to your account, they can view that file to see which servers you connect to, and if you have password-less ssh keys setup on them, they could log into them&#8230; that could be dangerous. We can hash this file so an intruder can&#8217;t determine what servers you&#8217;re connected to:</p>
<div id="code10" class="codeBlock cbie6 bash" style="text-align: justify;">
<ol>
<li id="code10-1" class="li1">
<div class="de1"><span class="kw2">ssh-keygen</span> <span class="re5">-H</span></div>
</li>
</ol>
</div>
<p style="text-align: justify;">It looks like this:</p>
<div id="code11" class="codeBlock cbie6 text" style="text-align: justify;">
<ol>
<li id="code11-1" class="li1">
<div class="de1">user@server <span class="br0">[</span>~<span class="br0">]</span># ssh-keygen -H</div>
</li>
<li id="code11-2" class="li2">
<div class="de2">/home/user/.ssh/known_hosts updated.</div>
</li>
<li id="code11-3" class="li1">
<div class="de1">Original contents retained as /home/user/.ssh/known_hosts.old</div>
</li>
<li id="code11-4" class="li2">
<div class="de2">WARNING: /home/user/.ssh/known_hosts.old contains unhashed entries</div>
</li>
<li id="code11-5" class="li1">
<div class="de1">Delete this file to ensure privacy of hostnames</div>
</li>
<li id="code11-6" class="li2">
<div class="de2">user@server <span class="br0">[</span>~<span class="br0">]</span>#</div>
</li>
</ol>
</div>
<p style="text-align: justify;">It&#8217;s a good idea to delete that old file:</p>
<div id="code12" class="codeBlock cbie6 bash" style="text-align: justify;">
<ol>
<li id="code12-1" class="li1">
<div class="de1"><span class="kw2">rm</span> ~<span class="sy0">/</span>.ssh<span class="sy0">/</span>known_hosts.old</div>
</li>
</ol>
</div>
<p style="text-align: justify;">You&#8217;ve reached the end of this article. You can now go forth, create ssh keys, and be happy.</p>
<p style="text-align: justify;">By <a href="http://www.itnewb.com/user/neeko" target="_blank">Phil Dufault</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.allticles.com/guide-to-easy-logins-with-ssh-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The best free antivirus: a comparison</title>
		<link>http://www.allticles.com/the-best-free-antivirus-a-comparison/</link>
		<comments>http://www.allticles.com/the-best-free-antivirus-a-comparison/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 20:35:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Antivirus]]></category>

		<guid isPermaLink="false">http://www.allticles.com/?p=2691</guid>
		<description><![CDATA[This posting will discuss which of the following three programs deserves the title of “best freeware antivirus program”: Avira Antivir, Avast, or AVG. My conclusion: all three are very worthy contenders that can hold their own or surpass any heavyweight for-pay antivirus; however Anitvir and Avast are definitely in the first tier, while AVG is [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">This posting will discuss which of the following three programs deserves the title of “best freeware antivirus program”: Avira Antivir, Avast, or AVG. My conclusion: all three are very worthy contenders that can hold their own or surpass any heavyweight for-pay antivirus; however Anitvir and Avast are definitely in the first tier, while AVG is a close second tier.</p>
<p style="text-align: justify;">There’s been a vigorous debate going on in the little “cbox” message box (in the sidebar) over which freeware antivirus program is best. This posting will explore this issue more closely. The objective is to go beyond the ubiquitous “I have used program x for y years now and it has kept me completely virus free” to a more substantial comparison.</p>
<p style="text-align: justify;">The findings presented here are not my original work but come from a single source: <a onclick="javascript:pageTracker._trackPageview('/outbound/article/av-comparatives.org');" href="http://av-comparatives.org/" target="_blank">AV-comparative.org</a>’s antivirus comparison tests conduced in Nov 2008 (test #20) and Feb 2009 (test #21), which are the latest as of this writing. It is somewhat difficult to reference these as sources because the av-comparatives site disallows direct linking to the test results and requests that all links be to its root domain (presumably because new tests are always published and they do not want links to results that may be obsolete).</p>
<p style="text-align: justify;"><span id="more-2691"></span></p>
<hr style="text-align: justify;" />
<p style="text-align: justify;"><strong>The choice of programs</strong>: Antivir, Avast and AVG are the most used and most well known freeware antivirus programs, and I use or have used all three for long periods of time. They are also most likely the top three best freeware antivirus programs. The reason I am not expanding this discussion to other programs is because it is much easier to limit the scope to software tested in AV-comparative.org’s tests, where there are hard numbers to back up any claims. Having said that I would have personally liked the addition of at least two more: <a onclick="javascript:pageTracker._trackPageview('/outbound/article/personalfirewall.comodo.com');" href="http://personalfirewall.comodo.com/antivirus.html" target="_blank">Comodo Antivirus</a> and <a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.freerav.com');" href="http://www.freerav.com/" target="_blank">Rising Antivirus</a> (both of which have a lot of fans).</p>
<p style="text-align: justify;">
<p style="text-align: justify;">By way of comparison and to provide some perspective I will also include some of the numbers for two of the best paid antivirus programs: Kaspersky and ESET NOD32.</p>
<p style="text-align: justify;">
<hr style="text-align: justify;" />
<p style="text-align: justify;"><strong>Summary of findings</strong>: Antivir and Avast and both have excellent and comparable detection rates. Not only are these on par with the best commercial program, Antivir in fact has the best detection of any program free or paid according to AV-comparatives.org’s numbers. AVG, however, lags behind the other two somewhat in that area (although it is still by all means an excellent program). Antivir has what seems to be a significant advantage in terms of predictive, behavioral-based “heuristic” detection (for brand new threats that are so new they have not yet been added to the antivirus program’s database).</p>
<p style="text-align: justify;">
<p style="text-align: justify;">Where AVG has a good advantage is in the number of false positives (lower than both Antivir and Avast, both of which exhibit comparable numbers of false positives). However, AVG scores another strike against it in terms of its scanning speed, which is significantly slower than the other two.</p>
<p style="text-align: justify;">The freeware version of Antivir displays an advertisement on every update, which is rather undesirable; however, this can be easily disabled (look <a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.elitekiller.com');" href="http://www.elitekiller.com/files/disable_antivir_nag.htm" target="_blank">here</a>, <a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.wikihow.com');" href="http://www.wikihow.com/Remove-the-Popup-Ads-in-Avira-Antivir">here</a>, or <a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.ghacks.net');" href="http://www.ghacks.net/2008/03/20/hide-antivir-scans-updates-and-advertisement/" target="_blank">here</a>). It also “does not support email scanning”; however, this is also a non-issue in my opinion, a red-herring designed to scare less tech-savvy users into purchasing the paid version. The reason I say this is a non-issue is because although Antivir may not scan your email for virus as it downloads, it will still protect you from it afterwards, not just during normal scans as it will also intercept it once it is on-disk and/or if and when it tries to act up.  In fact email scanning as such may be completely redundant and a waste of time; see <a onclick="javascript:pageTracker._trackPageview('/outbound/article/thundercloud.net');" href="http://thundercloud.net/infoave/tutorials/email-scanning/index.htm" target="_blank">this article</a> for more info.</p>
<p style="text-align: justify;">Antivir is my favorite freeware antivirus. It is best in terms of performance and, with the recent addition of an antispyware component it has become even more desirable. However, if asked to recommend a freeware antivirus Antivir comes with too many caveats and explanations (the nag screen, the email scanning (non)issue). It is easier to recommend Avast, as it provides comparable protection and performance, and is an excellent product.</p>
<p style="text-align: justify;">AVG is my third choice. It also provides excellent protection and has the edge with respect to the least number of false positives, but its performance and detection rates lag behind the other two.</p>
<p style="text-align: justify;">
<hr style="text-align: justify;" />
<p style="text-align: justify;"><strong></strong></p>
<p style="text-align: justify;">
<p style="text-align: justify;"><strong>The numbers (and other issues considered):</strong></p>
<ol style="text-align: justify;">
<li>Detection Rate / on-demand scans</li>
<li>Detecton Rate / predictive “heuristic” detection</li>
<li>Number of false positives</li>
<li>On-demand scanning speed</li>
<li>Versions tested</li>
<li>Links and downloads</li>
</ol>
<p style="text-align: justify;"><strong></strong></p>
<p style="text-align: justify;">
<hr style="text-align: justify;" />
<p style="text-align: justify;"><strong>1. Detection Rate / on-demand scans</strong>: this data comes from AV-comparative.org’s Feb 2009 test (#21). The programs tested were subjected to 1,274,928 instances of malicious code collected between Apr 04-Apr 08. The reason: any malware collected prior to this is considered fairly well known by now</p>
<p style="text-align: justify;">
<ul style="text-align: justify;">
<li>Avira Antivir: 99.7% detection rate</li>
<li>Avast: 98.2%</li>
<li>AVG: 93.0%</li>
<li>Kaspersky (*): 97.1%</li>
<li>ESET NOD32 (*): 97.6%</li>
</ul>
<p style="text-align: justify;">* Note: no free version of these offered. They are listed here to give ’perspective’.</p>
<p style="text-align: justify;">The data seems to show that overall the detection rates are very similar (the differences are unlikely to be meaningful), with the exception of AVG which has a somewhat lower rate of detection than the others.<strong></strong></p>
<p style="text-align: justify;">
<hr style="text-align: justify;" />
<p style="text-align: justify;"><strong>2. Detection Rate / predictive “heuristic” detection</strong>: this measures the program’s ability to detect new threats (based on their behavior), before they becomes known and are included in the program’s updates. The data in this section comes from AV-comparative.org’s NOV 2008 test (#20). The programs tested were subjected to 45,831 “new” instances of malicious code collected between Aug 4th-31st 2008 (4 weeks in total).</p>
<p style="text-align: justify;">
<ul style="text-align: justify;">
<li>Avira Antivir: 71% (over 1 week), 67% (over 4 weeks)</li>
<li>Avast: 40% (over 1 week), 39% (over 4 weeks)</li>
<li>AVG: 43% (over 1 week), 40% (over 4 weeks)</li>
<li>Kaspersky(*): 71% (over 1 week), 60% (over 4 weeks)</li>
<li>ESET NOD32(*): 54% (over 1 week), 51% (over 4 weeks)</li>
</ul>
<p style="text-align: justify;">The results above seem to show that when handling yet unknown threats (malicious code that is so brand new that it has not been added to the program’s database), Antivir and Kaspersky have an advantage over the others.</p>
<p style="text-align: justify;">
<hr style="text-align: justify;" />
<p style="text-align: justify;"><strong>3. Number of false positives </strong>: false positives can be as much of a problem (or even more) than undetected malware, in that deleting innocent files can cause unpredictable errors and problems. This data comes from AV-comparative.org’s Feb 2009 test (#21).</p>
<p style="text-align: justify;">
<ul style="text-align: justify;">
<li>Avira Antivir: 24</li>
<li>Avast: 28</li>
<li>AVG: 17</li>
<li>Kaspersky (*): 14</li>
<li>ESET NOD32 (*): 13</li>
</ul>
<p style="text-align: justify;">Interestingly, Avast and Antivir have significantly higher false positives than the two paid programs, with AVG having the lowest number of false positives of all three freeware antivirus programs.</p>
<p style="text-align: justify;">
<hr style="text-align: justify;" />
<p style="text-align: justify;"><strong>4. On demand scanning speed </strong>: this data comes from AV-comparative.org’s Feb 2009 test (#21). The throughput rate is in MB/sec.</p>
<p style="text-align: justify;">
<ul style="text-align: justify;">
<li>Avira Antivir: 13.6 MB/sec</li>
<li>Avast: 15.4 MB/sec</li>
<li>AVG: 6.8 MB/sec</li>
<li>Kaspersky (*): 13.3 MB/sec</li>
<li>ESET NOD32 (*): 13.2 MB/sec</li>
</ul>
<p style="text-align: justify;">On this metric AVG significantly lags behind the others, who are otherwise very similar, with Avast having a slight overall advantage.</p>
<p style="text-align: justify;">
<hr style="text-align: justify;" />
<p style="text-align: justify;"><strong>5. Versions tested</strong>: note that the versions tested were the paid versions. I am assuming that the basic engine is the same in the free version as well, and that the results apply there. For Antivir, the freeware version is different in that it does not perform email scanning and displays a nag screen, but these have already been addressed above. Also, as of this writing the newer version of Antivir includes an antispyware component.</p>
<p style="text-align: justify;">
<ul style="text-align: justify;">
<li>Avira Antivir: 8.2.0.374 (test 21), 8.1.0.362 (test 20)</li>
<li>Avast: 4.8.1335 (test 21), 4.8.1229 (test 20)</li>
<li>AVG: 8.0.234 (test 21),  8.0.156 (test 20)</li>
<li>Kaspersky (*): 8.0.0.506a (test 21), 8.0.0.454 (test 20)</li>
<li>ESET NOD32 (*): 3.0.684.0 (test 21), 3.0.669.0 (test 20)</li>
</ul>
<p style="text-align: justify;">
<hr style="text-align: justify;" />
<p style="text-align: justify;"><strong>6</strong><strong>. Links and downloads</strong>: go to the respective program pages to download the latest version. Note that the freeware versions are for single computer home use. License(s) required for commercial use.</p>
<p style="text-align: justify;">
<ul style="text-align: justify;">
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.free-av.com');" href="http://www.free-av.com/en/download/1/avira_antivir_personal__free_antivirus.html" target="_blank">Avira Antivir free</a>: see my Mar 2007 review of Antivir <a href="http://www.freewaregenius.com/2007/03/22/antivir-personal-edition-classic/" target="_self">here</a>.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.avast.com');" href="http://www.avast.com/eng/avast_4_home.html" target="_blank">Avast free</a>: free registration required</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/free.avg.com');" href="http://free.avg.com/download-avg-anti-virus-free-edition" target="_blank">AVG free</a><span style="font-size: x-small; font-family: Arial;"><span style="font-size: x-small; font-family: Arial;"><span style="font-size: x-small;">.</span></span></span></li>
</ul>
<p>by <a title="Posts by Samer" href="http://www.freewaregenius.com/author/samer/" target="_blank">Samer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.allticles.com/the-best-free-antivirus-a-comparison/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
