<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>file-manager &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/file-manager/</link>
	<description>Feed of posts on WordPress.com tagged "file-manager"</description>
	<pubDate>Sat, 26 Dec 2009 08:42:33 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Differences Between Hard Drives &amp; Media Storage Devices in Ubuntu &amp; Windows]]></title>
<link>http://ubuntugenius.wordpress.com/2009/12/17/differences-between-hard-drives-media-storage-devices-in-ubuntu-windows/</link>
<pubDate>Thu, 17 Dec 2009 07:30:04 +0000</pubDate>
<dc:creator>ubuntugenius</dc:creator>
<guid>http://ubuntugenius.wordpress.com/2009/12/17/differences-between-hard-drives-media-storage-devices-in-ubuntu-windows/</guid>
<description><![CDATA[Here&#8217;s some basic info for those wanting to make the move to Ubuntu or another Linux distro. O]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Here&#8217;s some basic info for those wanting to make the move to <strong><span style="color:#993300;">Ubuntu</span></strong> or another <strong>Linux</strong> distro. Once you get your head around the folder structure differences to what you&#8217;re used to in <strong>Windows</strong>, you&#8217;ll see it&#8217;s all quite easy. Basically, you just need to get familiar with some basic concepts like<em> &#8220;mount points&#8221;</em> and <em>&#8220;privileges&#8221;</em> (or <em>&#8220;permissions&#8221;</em>), and remember that while <em>paths</em> (or addresses) in Windows contain <strong>\</strong> (backslashes), in Linux it is like the internet, so <strong><span style="color:#993300;">/</span></strong> (slashes) are used.</p>
<p><strong><span style="color:#3366ff;"><span style="text-decoration:underline;">Mount Points</span></span></strong></p>
<p><strong>Hard drives</strong> are not represented as “<strong>C:</strong>” and “<strong>D:</strong>” like in <strong>Windows</strong>, as they are actually accessed from folders serving as “<strong><span style="color:#993300;">mount points</span></strong>”. So, in effect, other drives, including your DVD drive, are seen as folders in your <strong><span style="color:#993300;">Ubuntu</span></strong> system, not as separate drives. While the root of a CD or DVD in Windows would be represented as <strong>D:\</strong>, in Ubuntu and other Linux distros, it would be something like <strong><span style="color:#993300;">/media/cdrom0</span></strong> (mount points will vary, but generally found in either <strong><span style="color:#993300;">/mnt</span></strong> or <strong><span style="color:#993300;">/media</span></strong>, depending on your distro or Ubuntu version).</p>
<p><strong><span style="color:#3366ff;"><span style="text-decoration:underline;">The User Folder</span></span></strong></p>
<p>In <strong>Windows</strong>, they&#8217;ve increasingly made it difficult to locate your files without using their shortcuts. Back in <strong><em>Windows 95</em></strong>, most of your stuff could be found in <strong>C:\My Documents</strong>, but by <strong><em>XP</em></strong> it had changed to <strong>C:\Documents and Settings\YourName\My Documents</strong>. With <strong><em>Vista</em></strong> it changed yet again, this time to <strong>C:\Users\YourName\Documents</strong>, and will no doubt keep users guessing with each upgrade.</p>
<p>In <strong><span style="color:#993300;">Ubuntu</span></strong> and most Linux distros, you can always count that every file you own is located in a folder within<strong><span style="color:#993300;"> /home</span></strong>. All other users of the computer will also have their own subfolder within it, and only the owner of each can view and edit files therein. Your documents will be in <strong><span style="color:#993300;">/home/yourusername/Documents</span></strong>, pictures in <strong><span style="color:#993300;">/home/yourusername/Pictures</span></strong>, videos in <strong><span style="color:#993300;">/home/yourusername/Videos</span></strong>, music in <strong><span style="color:#993300;">/home/yourusername/Music</span></strong>, and so on.</p>
<p>Also, <strong>most programs will store their configuration files in hidden subfolders of your user folder</strong>. While some settings files will occasionally be in system folders, generally they&#8217;ll be in folders like <strong><span style="color:#993300;">/.mozilla-thunderbird</span></strong> (the<strong><span style="color:#993300;"> .</span></strong> before marks it as a hidden folder, which you won&#8217;t see in <strong><span style="color:#800000;">Nautilus</span></strong> &#8211; the default file manager &#8211; unless you <strong><a href="http://ubuntugenius.wordpress.com/2009/09/01/how-to-show-hidden-files-in-ubuntus-file-manager-nautilus/">enable the displaying of hidden files and folders</a></strong>).</p>
<p><strong><span style="color:#3366ff;"><span style="text-decoration:underline;">System Folders &#38; Permissions</span></span></strong></p>
<p>The root of your <strong><span style="color:#993300;">Ubuntu</span></strong> drive or partition is <strong><span style="color:#993300;">/</span></strong>, and most of the subfolders belong to the system, or <strong><em>root</em></strong>. In fact, besides the <strong><span style="color:#993300;">/home</span></strong> and <strong><span style="color:#993300;">/tmp</span></strong> folders, the rest is controlled by <strong><em>root</em></strong>, so <strong>you do not have permission to edit, move, create or delete files in those folders</strong>. For that, you need to either log in as <strong><em>root</em></strong> (not recommended), or become the <strong><em>super-user</em></strong> to achieve your goals.</p>
<p>Most people don&#8217;t need to go poking in the guts of the system, and as for tweaking programs by manually editing config files, as I mentioned most programs keep all that in your user folder, so you can edit and delete those without need for <em>root privileges</em>.</p>
<p><strong><span style="color:#3366ff;"><span style="text-decoration:underline;">Filesystems</span></span></strong></p>
<p>You&#8217;ll see that while <strong>Windows</strong> does not even recognise a <strong>Linux</strong> or <strong>Mac OS</strong> partition, in <strong><span style="color:#993300;">Ubuntu</span></strong> you can not only access your Windows and Mac drives (and other Linux partitions), but easily write to them as well. This means that if you have a Windows installation, you can access files from that drive while in Ubuntu, and even edit and save them back there. So you can get to all your pictures, etc, without having to reboot, and many file-types will open in compatible programs in Ubuntu (eg: <em><strong>.doc</strong></em> files will open fine in <strong><span style="color:#800000;">OpenOffice.org Writer</span></strong>).</p>
<p><strong><span style="color:#3366ff;"><span style="text-decoration:underline;">Devices</span></span></strong></p>
<p><strong><span style="color:#993300;">Ubuntu</span></strong> is much better with the array of different media storage devices out there than its counterpart. For example, while Windows can handle most devices connected via <strong>USB</strong>, most versions cannot recognise a drive has been connected via <strong>eSATA</strong>. Trying to find a way to get eSATA support in <strong><em>XP</em></strong> proved a long and unrewarding process (ie: a big waste of time), while that support is just built into Ubuntu.</p>
<p>Basically anything that can be connected to a computer and has some kind of storage capacity can be accessed in Ubuntu. Don&#8217;t be surprised if some devices that need drivers and software in Windows are mounted in Ubuntu without need for anything.</p>
<p>And if you&#8217;ve had USB sticks suddenly lose most of their capacity in Windows, and formatting them there did nothing (or actually made it worse), try wiping them in Ubuntu, as I&#8217;ve fixed a couple that way!</p>
<p><strong><span style="color:#3366ff;"><span style="text-decoration:underline;">Drive/Partition Paths</span></span></strong></p>
<p style="text-align:center;"><a href="http://ubuntugenius.wordpress.com/files/2009/12/gparted.png"><img class="alignnone size-full wp-image-644" title="GParted - Gnome Partition Editor" src="http://ubuntugenius.wordpress.com/files/2009/12/gparted.png" alt="" width="500" height="225" /></a></p>
<p>If you&#8217;ve ever fiddled with the <strong>Windows</strong> boot menu or looked at partition information for some reason, you would know that the paths or addresses are actually quite long and complicated compared to the <strong><em>C:</em></strong> you see in <em>My Computer</em>.</p>
<p>In <strong>Linux</strong>, they&#8217;re short and pretty straight forward, which you can see if you open <strong><span style="color:#800000;">Gnome Partition Editor</span></strong> (<strong><span style="color:#3366ff;">sudo apt-get install gparted</span></strong> if you haven&#8217;t already got it). Your drives will have names like <strong><span style="color:#993300;">sda</span></strong> or <strong><span style="color:#993300;">hda</span></strong> (depending on hardware and Ubuntu version), and the &#8220;<strong><span style="color:#993300;">a</span></strong>&#8221; represents the first drive (or <em>Primary Master</em>, if you have older IDE drives). Therefore, your second drive would be<strong><span style="color:#993300;"> sdb</span></strong>/<span style="color:#993300;"><strong>hdb</strong></span>, and other drives would follow in alphabetical order.</p>
<p>Similarly, the partitions start with &#8220;<strong><span style="color:#993300;">1</span></strong>&#8220;, so the first partition on the first drive would be <strong><span style="color:#993300;">/dev/sda1</span></strong>, while the fifth partition on the third drive would be <strong><span style="color:#993300;">/dev/sdc5</span></strong>, and so on.</p>
<p style="text-align:center;"><strong><span style="color:#008000;">∞<strong>∞</strong></span></strong><strong><span style="color:#008000;">∞</span></strong><strong><span style="color:#008000;">∞</span></strong><strong><span style="color:#008000;">∞</span></strong><strong><span style="color:#008000;">∞</span></strong><strong><span style="color:#008000;">∞</span></strong><strong><span style="color:#008000;">∞</span></strong><strong><span style="color:#008000;">∞</span></strong><strong><span style="color:#008000;">∞</span></strong><strong><span style="color:#008000;">∞</span></strong></p>
<p><strong><span style="color:#993300;">For more information on working with devices and partitions in Ubuntu, like finding out <em>UUIDs</em> via the terminal, through to a great graphical disk usage analysis program you can use, </span><a href="http://ubuntugenius.wordpress.com/2009/12/18/get-familiar-with-your-drivesdevices-in-ubuntulinux/">check out this page</a>. </strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Allin1 - Nautilus]]></title>
<link>http://antarktikos.wordpress.com/2009/12/05/how-to-open-all-the-windows-in-the-same-browser/</link>
<pubDate>Sat, 05 Dec 2009 17:19:48 +0000</pubDate>
<dc:creator>ravs182</dc:creator>
<guid>http://antarktikos.wordpress.com/2009/12/05/how-to-open-all-the-windows-in-the-same-browser/</guid>
<description><![CDATA[How to open all the windows in the same browser? Just go to edit/preferences/behavior/ and check the]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://antarktikos.wordpress.com/files/2009/12/nautilus_icon.png"><img class="alignright size-full wp-image-75" title="Nautilus_icon" src="http://antarktikos.wordpress.com/files/2009/12/nautilus_icon.png" alt="" width="80" height="80" /></a><strong>How to open all the windows in the same browser?</strong></p>
<p>Just go to edit/preferences/behavior/</p>
<p>and check the option &#8220;always open in browser windows&#8221;</p>
<p><a href="http://antarktikos.wordpress.com/files/2009/12/indasamewindow.png"><img class="aligncenter size-full wp-image-70" title="indasamewindow" src="http://antarktikos.wordpress.com/files/2009/12/indasamewindow.png" alt="" width="450" height="337" /></a></p>
<p>Tested on Fedora 12, Gnome 2.28.0 Nautilus 2.28.2</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Dolphin: Try KDE's Snazzy File Manager in Ubuntu]]></title>
<link>http://ubuntugenius.wordpress.com/2009/11/25/dolphin-try-kdes-snazzy-file-manager-in-ubuntu/</link>
<pubDate>Wed, 25 Nov 2009 09:43:58 +0000</pubDate>
<dc:creator>ubuntugenius</dc:creator>
<guid>http://ubuntugenius.wordpress.com/2009/11/25/dolphin-try-kdes-snazzy-file-manager-in-ubuntu/</guid>
<description><![CDATA[Dolphin became the default file manager when KDE went to 4.0, so Kubuntu users already know what a g]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong><span style="color:#800000;">Dolphin</span></strong> became the default <strong>file manager </strong>when <strong><span style="color:#3366ff;">KDE</span></strong> went to 4.0, so <strong><span style="color:#3366ff;">Kubuntu</span></strong> users already know what a great program it is (unless they preferred to stick with the previous default file manager, <strong><span style="color:#800000;">Konqueror</span></strong>). While <strong><span style="color:#993300;">Ubuntu</span></strong>&#8217;s desktop environment, <strong><span style="color:#993300;">Gnome</span></strong>, has certainly stepped up of late when it comes to visual effects, screenlets and the like, <strong><span style="color:#3366ff;">KDE</span></strong> has always been about <em>&#8220;bells and whistles&#8221;</em>. And while <strong><span style="color:#993300;">Gnome</span></strong> can end up looking pretty stunning, the same can&#8217;t be said about its default file manager, <strong><span style="color:#800000;">Nautilus</span></strong>, which is about as plain as they come.</p>
<p style="text-align:center;"><a href="http://ubuntugenius.wordpress.com/files/2009/11/dolphin.png"><img class="alignnone size-full wp-image-558" title="Dolphin: the KDE File Manager" src="http://ubuntugenius.wordpress.com/files/2009/11/dolphin.png" alt="" width="500" height="328" /></a></p>
<p><strong><span style="color:#800000;">Dolphin</span></strong>, on the other hand, has the little niceties one would expect of a KDE file manager, like <strong>animated folder icons</strong>, and a lot more. There is an easy to access <strong>zoom slider for thumbnails</strong>, and has some pretty <strong>unique <em>&#8220;views&#8221;</em></strong>. You can customise it in ways you could only dream of in <strong><span style="color:#800000;">Nautilus</span></strong> or <strong><a href="http://ubuntugenius.wordpress.com/2009/11/24/get-windows-explorer-in-ubuntu-with-thunar-file-manager/"><span style="color:#800000;">Thunar</span></a></strong>, like not only <strong>add extra panes</strong>, but also move them where you like, and resize them to your needs.</p>
<p style="text-align:center;"><a href="http://ubuntugenius.wordpress.com/files/2009/11/dolphin11.png"><img class="alignnone size-full wp-image-560" title="Dolphin has many features other file managers don't, like the option of a built-in terminal!" src="http://ubuntugenius.wordpress.com/files/2009/11/dolphin11.png" alt="" width="500" height="328" /></a></p>
<p>If you look at the above pic, you&#8217;ll see that you can add a <strong><em><span style="color:#008080;">Folders</span></em></strong> (&#8220;tree&#8221;) pane and put it above the <strong><em><span style="color:#008080;">Information</span></em></strong> pane on the right (you could put it under <strong><em><span style="color:#008080;">Places</span></em></strong>, of course, but why not save that for shortcuts). Also, you can add a <strong><em><span style="color:#008080;">Terminal</span></em></strong> to the bottom, so whatever folder you&#8217;re in, you can just type commands without having to open a terminal in each folder (or continually change paths).</p>
<p>The views are <em>&#8220;<strong>Icons</strong>&#8220;</em> (like the same in Nautilus, but smaller, and just the icon, no preview),<em> &#8220;<strong>Details</strong>&#8220;</em> (your standard row-by-row format with information next to each file), <em>&#8220;<strong>Columns</strong>&#8220;</em> (starts off with 2 columns, and every sub-folder you click on opens another), <em>&#8220;<strong>Preview</strong>&#8220;</em> (turns your icons into <em>thumbnails</em>, and folders will show previews of pics inside), and<em> &#8220;<strong>Split</strong>&#8220;</em> (gives you 2 columns you can browse with).</p>
<p style="text-align:center;"><a href="http://ubuntugenius.wordpress.com/files/2009/11/dolphin2.png"><img class="alignnone size-full wp-image-564" title="Dolphin has some pretty unique views!" src="http://ubuntugenius.wordpress.com/files/2009/11/dolphin2.png" alt="" width="500" height="328" /></a></p>
<p>When you are in<em> &#8220;<strong>Split</strong>&#8220;</em> mode, you can look at the beginning and end of a large folder at the same time, or use the second column to browse another folder or drive. The <em>&#8220;<strong>Columns</strong>&#8220;</em> mode offers another interesting and useful way of browsing, so you certainly have a few choices in ways to browse.</p>
<p>Some things to note are that with <strong><span style="color:#800000;">Dolphin</span></strong>, like other KDE file managers, the default is to treat a <strong>single-click as a <span style="text-decoration:underline;">double-click</span></strong>. This can confuse Gnome users, as even slowly clicking a file will open it. All you need to do to select a file is click the green <strong><span style="color:#339966;">+</span></strong> that appears in the top left corner when you hover your cursor, and it will select it. But if you&#8217;re selecting a file simply to know the filesize, like you would in Nautilus, then you don&#8217;t need to, as that information will appear in the status bar <span style="text-decoration:underline;">and</span> the <strong><em><span style="color:#008080;">Information</span></em></strong> pane <strong>simply by hovering your cursor</strong> over the file.</p>
<p><a href="http://ubuntugenius.wordpress.com/files/2009/11/dolphin3.png"><img class="alignright size-full wp-image-568" title="Dolphin has cool folder previews" src="http://ubuntugenius.wordpress.com/files/2009/11/dolphin3.png" alt="" width="142" height="115" /></a>Not only that, but if you are in <em>&#8220;<strong>Icons</strong>&#8220;</em> view, <strong>hovering over picture files will show the preview</strong> in the <strong><em><span style="color:#008080;">Information</span></em></strong> pane. In <em>&#8220;<strong>Preview</strong>&#8220;</em> mode, another nice feature is that when you hover your mouse cursor over a folder, its <strong>preview thumbnail will cycle through other pictures in the folder</strong> (which you can see in the second pic, as the selected folder looks different from the preview in the <strong><em><span style="color:#008080;">Information</span></em></strong> pane).</p>
<p>So there are some great reasons to try out <strong><span style="color:#800000;">Dolphin</span></strong>. There&#8217;s a lot more you can do to customise its interface, and if the single-click/double-click issue ends up annoying you, then don&#8217;t worry, you can change the setting to what you&#8217;re used to. You can change that and other default settings via <strong><em><span style="color:#800000;">Settings &#62; Configure Dolphin</span></em></strong>.</p>
<p>While <span style="color:#800000;"><strong>Dolphin</strong></span> needs certain KDE libraries, etc, to function, any such <strong>dependencies will be installed with the program</strong> into your Ubuntu/Gnome system. Mark it for installation in Synaptic, or enter in a terminal:</p>
<p><strong><span style="color:#3366ff;">sudo apt-get install dolphin</span></strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Get Windows Explorer in Ubuntu with Thunar File Manager]]></title>
<link>http://ubuntugenius.wordpress.com/2009/11/24/get-windows-explorer-in-ubuntu-with-thunar-file-manager/</link>
<pubDate>Mon, 23 Nov 2009 14:39:13 +0000</pubDate>
<dc:creator>ubuntugenius</dc:creator>
<guid>http://ubuntugenius.wordpress.com/2009/11/24/get-windows-explorer-in-ubuntu-with-thunar-file-manager/</guid>
<description><![CDATA[Thunar is the default file manager for Xubuntu&#8217;s Xfce desktop environment, and is as stable in]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong><span style="color:#800000;">Thunar</span></strong> is the default <strong>file manager</strong> for <strong><span style="color:#808080;">Xubuntu</span></strong>&#8217;s <strong><span style="color:#808080;">Xfce</span></strong> desktop environment, and is as stable in <strong><span style="color:#993300;">Ubuntu</span></strong> as the default app, <strong>Nautilus</strong> (especially since <strong><span style="color:#808080;">Xfce</span></strong> uses a lot from <strong><span style="color:#993300;">Gnome</span></strong> anyway). In many ways, you can&#8217;t tell the two programs apart, but for a time <strong><span style="color:#800000;">Thunar</span></strong> was way ahead of <strong><span style="color:#993300;">Gnome</span></strong>&#8217;s file manager. That&#8217;s not just because of advanced features like <strong>custom <em>actions</em></strong> you could add, but because of the various <em>views</em> you could have. For example, for newbies tentatively moving away from Windows, the <strong><em><span style="color:#008080;">Tree</span></em></strong> view in the side pane is assuringly similar to Windows Explorer.</p>
<p style="text-align:center;"><a href="http://ubuntugenius.wordpress.com/files/2009/11/thunar.png"><img class="size-full wp-image-546 aligncenter" title="Thunar: A Great Alternative File Manager for Ubuntu" src="http://ubuntugenius.wordpress.com/files/2009/11/thunar.png" alt="" width="500" height="327" /></a></p>
<p>While <strong>Nautilus</strong> has certainly caught up, with being able to add to context menus via <em>actions</em>, and 6 different views for the side pane, <strong><span style="color:#800000;">Thunar</span></strong> is still worth installing because you can get the best of both worlds. You can leave <strong>Nautilus</strong> with the <strong><em><span style="color:#008080;">Places</span></em></strong> pane on the left and <em>&#8220;Icon View&#8221;</em> (thumbnails) on the right, and for when you want to browse via a <strong><em><span style="color:#008080;">Tree</span></em></strong> pane with<em> &#8220;Compact List&#8221;</em> icons (<em>&#8220;List View&#8221;</em> in Windows Explorer), you can open <strong><span style="color:#800000;">Thunar</span></strong>.</p>
<p style="text-align:center;"><a href="http://ubuntugenius.wordpress.com/files/2009/11/thunar_shortcuts.png"><img class="alignnone size-full wp-image-547" title="Thunar: Shortcuts are easy to access even in Tree view" src="http://ubuntugenius.wordpress.com/files/2009/11/thunar_shortcuts.png" alt="" width="500" height="372" /></a></p>
<p>Also, unlike with <strong>Nautilus</strong>, you can still access the defined shortcuts (usually available via the left pane) while in <strong><em><span style="color:#008080;">Tree</span></em></strong> view by clicking a button at the end of the address bar. If you are thinking <strong><span style="color:#800000;">Thunar</span></strong> might be good to have as a backup in case <strong>Nautilus</strong> is having problems (which it is), but prefer it to look like <strong>Nautilus</strong>, then you can always change things back to how you like them (change the <strong><em><span style="color:#008080;">Tree</span></em></strong> pane to <strong><em><span style="color:#008080;">Shortcuts</span></em></strong>).</p>
<p style="text-align:center;"><a href="http://ubuntugenius.wordpress.com/files/2009/11/thunar_shortcuts_pane.png"><img class="alignnone size-full wp-image-548" title="Thunar: The Shortcuts Pane can be restored at any time" src="http://ubuntugenius.wordpress.com/files/2009/11/thunar_shortcuts_pane.png" alt="" width="500" height="372" /></a></p>
<p>If you like this idea, but are thinking the icons in <em>&#8220;Compact List&#8221;</em> view are too small, you can always make them bigger (seen above), via the <strong><em>View</em></strong> menu, or <strong><a href="http://ubuntugenius.wordpress.com/2009/11/23/thumbnails-in-ubuntu-zoom-in-or-out-with-your-mouse/">zoom with your scroll wheel</a></strong>.</p>
<p>If you look at the pics, you&#8217;ll see some minor differences between the two file managers. Firstly, while <strong><span style="color:#800000;">Thunar</span></strong> uses the same icons for toolbar buttons that <strong>Nautilus</strong> does (they both get them from the current icon theme), <strong><span style="color:#800000;">Thunar</span></strong>&#8217;s are bigger (which I personally like). You&#8217;ll also note from the second pic that in your home folder (and elsewhere), <span style="text-decoration:underline;">hidden folders and files are listed first</span>.</p>
<p>Other things worth mentioning are the <strong><a href="http://ubuntugenius.wordpress.com/2009/11/23/thumbnails-in-ubuntu-zoom-in-or-out-with-your-mouse/">differences between thumbnails and folder settings</a></strong> between the two, and that the <strong><span style="color:#800000;">Thunar</span></strong> <em>context</em> (right-click) menu will probably have less entries than you&#8217;re used to (though you should get<em> &#8220;<strong>Open Terminal Here</strong>&#8220;</em> by default, while with <strong>Nautilus</strong> you have to install a package to get <em>&#8220;<strong>Open in Terminal</strong>&#8220;</em>).</p>
<p>Lastly, since the <strong><em><span style="color:#008080;">Information</span></em></strong> pane in <strong>Nautilus</strong> is rather useless right now when it comes to info, you can use <strong><span style="color:#800000;">Thunar</span></strong> to get more info at a glance than <strong>Nautilus</strong> can offer. For example, when you&#8217;re in your <strong>~/Pictures</strong> folder and what to know the size in pixels of certain images, you generally need to right-click each file and view the info via <strong><em>Properties &#62; Image</em></strong>. But with <strong><span style="color:#800000;">Thunar</span></strong>, all you have to do is click each file and look at the bottom to the info displayed on the status bar (which can be enabled via the <strong><em>View</em></strong> menu if it is missing).</p>
<p>So you could even do what I did: set up <strong><span style="color:#800000;">Thunar</span></strong> to display over-sized icons in <em>&#8220;Icons&#8221;</em> view, and then <strong><a href="http://ubuntugenius.wordpress.com/2009/08/29/how-to-make-a-command-launcher-for-your-gnome-panel/">create a panel launcher</a></strong> to have your <strong>~/Pictures</strong> folder open in <strong><span style="color:#800000;">Thunar </span></strong>(the command for such a launcher would be: <strong><span style="color:#3366ff;">thunar /home/yourusername/Pictures</span></strong>). That way, you don&#8217;t have to mess with icon size in <strong>Nautilus</strong>, but still get really large thumbnails of all your pictures, as well as info on dimensions presented in the status bar.</p>
<p>To install <strong><span style="color:#800000;">Thunar</span></strong>, as well as select some <strong>plugins</strong> for installation, simply search for <em>&#8220;thunar&#8221;</em> in Synaptic. Or you can install the program and all related plugins via the terminal:</p>
<p><strong><span style="color:#3366ff;">sudo apt-get install thunar thunar-media-tags-plugin thunar-volman thunar-thumbnailers thunar-archive-plugin</span></strong></p>
<p>To get more info about the plugins, simply paste their names (individually) into the <strong><em>Quick search</em></strong> field in Synaptic.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Thumbnails in Ubuntu: Zoom In or Out with Your Mouse]]></title>
<link>http://ubuntugenius.wordpress.com/2009/11/23/thumbnails-in-ubuntu-zoom-in-or-out-with-your-mouse/</link>
<pubDate>Mon, 23 Nov 2009 07:22:36 +0000</pubDate>
<dc:creator>ubuntugenius</dc:creator>
<guid>http://ubuntugenius.wordpress.com/2009/11/23/thumbnails-in-ubuntu-zoom-in-or-out-with-your-mouse/</guid>
<description><![CDATA[The default &#8220;view&#8221; in both Nautilus and Thunar file managers is the &#8220;Icon&#8220; o]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>The default &#8220;<strong>view</strong>&#8221; in both <strong><span style="color:#800000;">Nautilus</span></strong><strong> and <span style="color:#800000;">Thunar</span> file managers</strong> is the <em>&#8220;<strong>Icon</strong>&#8220;</em> or <em>thumbnail</em> view, which you can of course change if ever you want via the <strong><em>View</em></strong> menu. If you&#8217;re happy with thumbnails, but they&#8217;re too big for your liking, or you actually want to make them larger, like in your <strong>~/Pictures</strong> folder, hold the <strong><span style="text-decoration:underline;"><span style="color:#ff0000;">Ctrl</span></span></strong> button while you zoom in or out with your <strong><span style="text-decoration:underline;"><span style="color:#ff0000;">mouse scroll wheel</span></span></strong>.</p>
<p>In <strong><span style="color:#800000;">Nautilus</span></strong> (the default file manager in <strong><span style="color:#993300;">Ubuntu</span></strong>), you can make the thumbnails of pics rather huge, like only 2 fitting in each row, and the icons for any folders in there won&#8217;t be too large. On top of that, the change will only be recorded in the folder you&#8217;re in, so you can have most of your folders displaying thumbnails at the default size, have a few where the thumbnails are quite small, and then have huge thumbnails for folders like <strong>~/Pictures</strong>.</p>
<p>In <strong><span style="color:#800000;">Thunar</span></strong> (<strong><span style="color:#808080;">Xubuntu</span></strong>&#8217;s default file manager), you can only go so big, and in your  <strong>~/Pictures </strong>folder the icons for any folders in there might actually look bigger than the thumbnails for pics; also, do that to one folder, and it is a <em>global</em> change (ie: it happens to the rest).</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Guida 6unblog: Importare e leggere La Gazzetta dello Sport o La Repubblica sul nostro iPhone o iPod Touch]]></title>
<link>http://6unblog.wordpress.com/2009/11/21/guida-6unblog-importare-e-leggere-la-gazzetta-dello-sport-o-la-repubblica-sul-nostro-iphone-o-ipod-touch/</link>
<pubDate>Sat, 21 Nov 2009 11:03:02 +0000</pubDate>
<dc:creator>Marco</dc:creator>
<guid>http://6unblog.wordpress.com/2009/11/21/guida-6unblog-importare-e-leggere-la-gazzetta-dello-sport-o-la-repubblica-sul-nostro-iphone-o-ipod-touch/</guid>
<description><![CDATA[Un buon modo per sfruttare i pdf che abbiamo salvati nel computer, è quello di poterli leggere comod]]></description>
<content:encoded><![CDATA[Un buon modo per sfruttare i pdf che abbiamo salvati nel computer, è quello di poterli leggere comod]]></content:encoded>
</item>
<item>
<title><![CDATA[Blackberry latest version BBScout 1.5.0.0, Aerize Explorer, File Explorer etc]]></title>
<link>http://freeappsblackberry.wordpress.com/2009/11/18/blackberry-latest-version-bbscout-1-5-0-0-aerize-explorer-file-explorer-etc/</link>
<pubDate>Wed, 18 Nov 2009 10:31:40 +0000</pubDate>
<dc:creator>freeappsblackberry</dc:creator>
<guid>http://freeappsblackberry.wordpress.com/2009/11/18/blackberry-latest-version-bbscout-1-5-0-0-aerize-explorer-file-explorer-etc/</guid>
<description><![CDATA[Hi BB Users, Recently BB Scout presented at the BlackBerry Developer Conference Final 16 in San Fran]]></description>
<content:encoded><![CDATA[Hi BB Users, Recently BB Scout presented at the BlackBerry Developer Conference Final 16 in San Fran]]></content:encoded>
</item>
<item>
<title><![CDATA[FileScout atualizado para versão 1.5.0.0]]></title>
<link>http://bagapreta.com.br/2009/11/17/filescout-atualizado-para-versao-1-5-0-0/</link>
<pubDate>Tue, 17 Nov 2009 18:24:18 +0000</pubDate>
<dc:creator>Rafael Murta</dc:creator>
<guid>http://bagapreta.com.br/2009/11/17/filescout-atualizado-para-versao-1-5-0-0/</guid>
<description><![CDATA[Mais uma das boas notícias divulgadas na BlackBerry Developer Conference: o pessoal da EmacBerry atu]]></description>
<content:encoded><![CDATA[Mais uma das boas notícias divulgadas na BlackBerry Developer Conference: o pessoal da EmacBerry atu]]></content:encoded>
</item>
<item>
<title><![CDATA[Ajaxplorer administrador de ficheros online]]></title>
<link>http://clonesweb.wordpress.com/2009/11/17/ajaxplorer-administrador-de-ficheros-online/</link>
<pubDate>Tue, 17 Nov 2009 00:21:56 +0000</pubDate>
<dc:creator>josete anaiak</dc:creator>
<guid>http://clonesweb.wordpress.com/2009/11/17/ajaxplorer-administrador-de-ficheros-online/</guid>
<description><![CDATA[AjaXplorer es un administrador para los ficheros alojados en un servidor,  posee una moderna y funci]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><em><a href="http://clonesweb.wordpress.com/files/2009/11/ajaxplorer.jpg"><img class="aligncenter size-full wp-image-32" title="ajaxplorer" src="http://clonesweb.wordpress.com/files/2009/11/ajaxplorer.jpg" alt="" width="490" height="309" /></a></em><strong>AjaXplorer </strong>es un administrador para los ficheros alojados en un servidor,  posee una moderna y funcional interfaz que está potenciada con <em>Ajax</em>.</p>
<p><strong>Características :</strong></p>
<ul>
<li>Permite renombrar, copiar, mover, borrar y descargar archivos y carpetas.</li>
<li>Permite crear varias cuentas de usuarios.</li>
<li>Soporta subir varios archivos simultáneamente.</li>
<li>Edita archivos de textos con resaltado de sintaxis para: js, php, html, java, sql y perl.</li>
<li>Previsualización de imágenes y slideshow.</li>
<li>Reproducción de archivos Mp3 sin necesidad de descargarlos.</li>
<li>Reprodución de videos Flash.</li>
<li>Examina y extrae archivos ZIP.</li>
<li>Posee un sistema de marcadores.</li>
<li>Disponible en español</li>
</ul>
<p>Funciona con PHP4 o 5 y no requiere bases de datos, simplemente debemos subir los archivos al servidor que deseamos administrar.</p>
<p>Descargar : <a href="https://sourceforge.net/projects/ajaxplorer/files/ajaxplorer/2.5.4.def/ajaxplorer-core-2.5.4.zip/download"> Sourceforge</a></p>
<p>Demo : <a href="http://www.ajaxplorer.info/demo/">http://www.ajaxplorer.info/demo/<br />
</a></p>
<p>Login: demo</p>
<p>Password:demo</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Aplikasi hp gratis : X-plore 1.30 full version]]></title>
<link>http://skalisoli.wordpress.com/2009/11/12/aplikasi-hp-gratis-x-plore-1-30-full-version/</link>
<pubDate>Thu, 12 Nov 2009 04:02:06 +0000</pubDate>
<dc:creator>skalisoli</dc:creator>
<guid>http://skalisoli.wordpress.com/2009/11/12/aplikasi-hp-gratis-x-plore-1-30-full-version/</guid>
<description><![CDATA[X-plore adalah salah satu aplikasi file manager yang bagus dan powerful, makanya tak heran jika prog]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>X-plore adalah salah satu aplikasi file manager yang bagus dan powerful, makanya tak heran jika program ini banyak penggunanya,disamping user friendly juga memiliki banyak kelebihan dibanding yang lainnya, namun perlu diperhatikan bahwa versi ini kompatibel symbian s60v3. Untuk yang lain segera menyusul, berikut ini beberapa kelebihannya :<br />
* View all drives / folders / files on<br />
phone in tree view<br />
* Integrated text and image<br />
viewer<br />
* View file details<br />
* Edit file attributes (hidder, read-<br />
only, etc)<br />
* Rename and delete files<br />
* Create or edit text files<br />
* Create folders<br />
* Multi-selection<br />
* Copy or move files and folders<br />
* Send files by Bluetooth or<br />
Infrared<br />
* Extract files from Zip, Rar, Jar<br />
archives<br />
* Pack files to Zip archive<br />
* View Word documents<br />
* Hardware device info<br />
* View processes and tasks<br />
* Built-in program update<br />
* Viewing, saving files in<br />
Messagning folders<br />
* Hex viewer and editor<br />
* Search files<br />
* Folder hotkeys<br />
Nah bagi teman-teman yang ingin mencobanya silahkan<br />
<a href="http://www.ziddu.com/download/7380669/Xplore.v1.30.gang.club.fullcraked.allfiles.zip.html">DOWNLOAD DISINI</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Free Windows File Manager Alternative]]></title>
<link>http://aksgeek.wordpress.com/2009/10/31/free-windows-file-manager-alternative/</link>
<pubDate>Sat, 31 Oct 2009 17:51:27 +0000</pubDate>
<dc:creator>Akshat</dc:creator>
<guid>http://aksgeek.wordpress.com/2009/10/31/free-windows-file-manager-alternative/</guid>
<description><![CDATA[FreeCommander is an easy-to-use alternative to the standard windows file manager. The program helps ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><!-- 		@page { size: 21cm 29.7cm; margin: 2cm } 		P { margin-bottom: 0.21cm } --><font size="3"><span style="font-family:georgia,serif;"><strong>FreeCommander</strong></span><span style="font-family:georgia,serif;"> is an easy-to-use alternative to the standard windows file manager. The program helps you with daily work in Windows. Here you can find all the necessary functions to manage your data stock. You can take FreeCommander anywhere &#8211; just copy the installation directory on a CD or USB-Stick &#8211; and you can even work with this program on a foreign computer.</span></font></p>
<p><span style="font-family:nimbus sans l,sans-serif;"><span style="font-size:small;"><font size="3" face="Georgia"></font></span></span></p>
<p><span style="font-family:nimbus sans l,sans-serif;"><span style="font-size:small;"><font size="3" face="Georgia"></font></span></span></p>
<p><span style="font-family:nimbus sans l,sans-serif;"><span style="font-size:small;"><font size="3" face="Georgia"></font></span></span></p>
<p> <!--more--><font size="3" face="Georgia"></font><font size="3" face="Georgia"><img class="alignnone" title="freecommander" alt="" src="http://i36.tinypic.com/14t3ec0.jpg" width="444" height="379" /></font>
</p>
<p><!-- 		@page { size: 21cm 29.7cm; margin: 2cm } 		P { margin-bottom: 0.21cm } --><span style="font-family:georgia,serif;"><font size="3"><strong><u>Main features in FreeCommander:</u></strong></font></span></p>
<ul>
<li><font size="3"><span style="font-family:courier new,monospace;"><span style="font-size:x-small;"><span style="font-family:georgia,serif;"><span style="font-size:small;">Dual-panel technology &#8211; horizontal and vertical</span></span></span></span></font><font face="Georgia"> </font></li>
<li><font size="3"><span style="font-family:courier new,monospace;"><span style="font-size:x-small;"><span style="font-family:georgia,serif;"><span style="font-size:small;">Tabbed interface</span></span></span></span></font><font face="Georgia"> </font></li>
<li><font size="3"><span style="font-family:courier new,monospace;"><span style="font-size:x-small;"><span style="font-family:georgia,serif;"><span style="font-size:small;">Optional tree view for each panel</span></span></span></span></font><font face="Georgia"> </font></li>
<li><font size="3"><span style="font-family:courier new,monospace;"><span style="font-size:x-small;"><span style="font-family:georgia,serif;"><span style="font-size:small;">Built in file viewer to view files in hex, binary, text or image format</span></span></span></span></font><font face="Georgia"> </font></li>
<li><font size="3"><span style="font-family:courier new,monospace;"><span style="font-size:x-small;"><span style="font-family:georgia,serif;"><span style="font-size:small;">File viewer inside archives too</span></span></span></span></font><font face="Georgia"> </font></li>
<li><font size="3"><span style="font-family:courier new,monospace;"><span style="font-size:x-small;"><span style="font-family:georgia,serif;"><span style="font-size:small;">Built in archive handling: ZIP (read, write), CAB (read, write), RAR (read)</span></span></span></span></font><font face="Georgia"> </font></li>
<li><font size="3"><span style="font-family:courier new,monospace;"><span style="font-size:x-small;"><span style="font-family:georgia,serif;"><span style="font-size:small;">Nested archive handling</span></span></span></span></font><font face="Georgia"> </font></li>
<li><font size="3"><span style="font-family:courier new,monospace;"><span style="font-size:x-small;"><span style="font-family:georgia,serif;"><span style="font-size:small;">Built in FTP client</span></span></span></span></font><font face="Georgia"> </font></li>
<li><font size="3"><span style="font-family:courier new,monospace;"><span style="font-size:x-small;"><span style="font-family:georgia,serif;"><span style="font-size:small;">Easy access to system folders, control panel, desktop and start menu</span></span></span></span></font><font face="Georgia"> </font></li>
<li><font size="3"><span style="font-family:courier new,monospace;"><span style="font-size:x-small;"><span style="font-family:georgia,serif;"><span style="font-size:small;">Copy, move, delete, rename files and folders</span></span></span></span></font><font face="Georgia"> </font></li>
<li><font size="3"><span style="font-family:courier new,monospace;"><span style="font-size:x-small;"><span style="font-family:georgia,serif;"><span style="font-size:small;">Multi rename tool</span></span></span></span></font><font face="Georgia"> </font></li>
<li><font size="3"><span style="font-family:courier new,monospace;"><span style="font-size:x-small;"><span style="font-family:georgia,serif;"><span style="font-size:small;">Wipe files</span></span></span></span></font><font face="Georgia"> </font></li>
<li><font size="3"><span style="font-family:courier new,monospace;"><span style="font-size:x-small;"><span style="font-family:georgia,serif;"><span style="font-size:small;">Create and verify MD5 checksums</span></span></span></span></font><font face="Georgia"> </font></li>
<li><font size="3"><span style="font-family:courier new,monospace;"><span style="font-size:x-small;"><span style="font-family:georgia,serif;"><span style="font-size:small;">File splitting</span></span></span></span></font><font face="Georgia"> </font></li>
<li><font size="3"><span style="font-family:courier new,monospace;"><span style="font-size:x-small;"><span style="font-family:georgia,serif;"><span style="font-size:small;">File properties and context menu</span></span></span></span></font><font face="Georgia"> </font></li>
<li><span style="font-family:courier new,monospace;"><span style="font-size:x-small;"><span style="font-family:georgia,serif;"><span style="font-size:small;"><font size="3">Calculation of folder size </font></span></span></span></span></li>
<li><font size="3"><span style="font-family:courier new,monospace;"><span style="font-size:x-small;"><span style="font-family:georgia,serif;"><span style="font-size:small;">Folder comparison / synchronization</span></span></span></span></font><font face="Georgia"> </font></li>
<li><font size="3"><span style="font-family:courier new,monospace;"><span style="font-size:x-small;"><span style="font-family:georgia,serif;"><span style="font-size:small;">Modification of file date and attributes</span></span></span></span></font><font face="Georgia"> </font></li>
<li><font size="3"><span style="font-family:courier new,monospace;"><span style="font-size:x-small;"><span style="font-family:georgia,serif;"><span style="font-size:small;">Folder / program favorites</span></span></span></span></font><font face="Georgia"> </font></li>
<li><font size="3"><span style="font-family:courier new,monospace;"><span style="font-size:x-small;"><span style="font-family:georgia,serif;"><span style="font-size:small;">File searching (inside archive too)</span></span></span></span></font><font face="Georgia"> </font></li>
<li><font size="3"><span style="font-family:courier new,monospace;"><span style="font-size:x-small;"><span style="font-family:georgia,serif;"><span style="font-size:small;">File filters for display</span></span></span></span></font><font face="Georgia"> </font></li>
<li><font size="3"><span style="font-family:courier new,monospace;"><span style="font-size:x-small;"><span style="font-family:georgia,serif;"><span style="font-size:small;">User defined columns for detailed view</span></span></span></span></font><font face="Georgia"> </font></li>
<li><font size="3"><span style="font-family:courier new,monospace;"><span style="font-size:x-small;"><span style="font-family:georgia,serif;"><span style="font-size:small;">DOS command line</span></span></span></span></font><font face="Georgia"> </font></li>
<li><span style="font-family:courier new,monospace;"><span style="font-size:x-small;"><span style="font-family:georgia,serif;"><span style="font-size:small;"><font size="3">Multiple language&#160; support </font></span></span></span></span></li>
</ul>
<p><span style="font-family:courier new,monospace;"><span style="font-size:x-small;"><span style="font-family:georgia,serif;"><span style="font-size:small;"><font size="3"></font></span></span></span></span></p>
<p><font size="3"><!-- 		@page { size: 21cm 29.7cm; margin: 2cm } 		P { margin-bottom: 0.21cm } --><!-- 		@page { size: 21cm 29.7cm; margin: 2cm } 		P { margin-bottom: 0.21cm } --></font><font face="Georgia"></font></p>
<p><a href="http://portableapps.com/bouncer?t=http%3A%2F%2Fwww.freecommander.com%2FFreeCommander_Portable_2009.02.paf.exe"><span style="font-family:nimbus sans l,sans-serif;"><span style="font-size:small;"><font size="3" face="Georgia">Download FreeCommander</font></span></span></a><font size="3" face="Georgia"> (portable) &#124; </font><a href="http://www.snapfiles.com/php/download.php?id=107872&#38;a=7122339&#38;tag=601108&#38;loc=10"><font size="3" face="Georgia">Setup</font></a></p>
<p><font size="3" face="Georgia"></font></p>
<p><font size="3" face="Georgia"></font></p>
<div style="display:inline;float:none;margin:0;padding:0;" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:4ed478ca-e9ad-4706-922b-2496533595f9" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/alternative" rel="tag">alternative</a>,<a href="http://technorati.com/tags/file+manager" rel="tag">file manager</a>,<a href="http://technorati.com/tags/freecommander" rel="tag">freecommander</a>,<a href="http://technorati.com/tags/portable" rel="tag">portable</a>,<a href="http://technorati.com/tags/Windows" rel="tag">Windows</a>,<a href="http://technorati.com/tags/windows+file+manger+alternative" rel="tag">windows file manger alternative</a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Porque o Total Commander é imbatível]]></title>
<link>http://llagerlof.wordpress.com/2009/10/26/porque-o-total-commander-e-imbativel/</link>
<pubDate>Mon, 26 Oct 2009 04:28:47 +0000</pubDate>
<dc:creator>Lawrence</dc:creator>
<guid>http://llagerlof.wordpress.com/2009/10/26/porque-o-total-commander-e-imbativel/</guid>
<description><![CDATA[Total Commander FreeCommander xplorer² Algumas pessoas usam, outras não. Algumas nem dão falta. A ve]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><table style="border-color:#FFFFFF;" border="0" width="100%">
<tbody>
<tr>
<td style="text-align:center;"><a href="http://llagerlof.wordpress.com/files/2009/10/total-commander.jpg" target="_blank"><img class="alignnone size-thumbnail wp-image-211" title="total-commander" src="http://llagerlof.wordpress.com/files/2009/10/total-commander.jpg?w=150" alt="total-commander" width="150" height="120" /></a><br />
Total Commander</td>
<td style="text-align:center;"><a href="http://llagerlof.wordpress.com/files/2009/10/freecommander.jpg" target="_blank"><img class="alignnone size-thumbnail wp-image-212" title="freecommander" src="http://llagerlof.wordpress.com/files/2009/10/freecommander.jpg?w=150" alt="freecommander" width="150" height="119" /></a><br />
FreeCommander</td>
<td style="text-align:center;"><a href="http://llagerlof.wordpress.com/files/2009/10/xplorer2.jpg" target="_blank"><img class="alignnone size-thumbnail wp-image-213" title="xplorer2" src="http://llagerlof.wordpress.com/files/2009/10/xplorer2.jpg?w=150" alt="xplorer2" width="150" height="120" /></a><br />
xplorer²</td>
</tr>
</tbody>
</table>
<p>Algumas pessoas usam, outras não. Algumas nem dão falta. A verdade é que a maioria dos gerenciadores de arquivos provê ótimas funcionalidades que o Windows Explorer apenas sonha ter.</p>
<p>Em meados da última década do século passado (ok, 1995), um amigo (<a href="http://twitter.com/nickemerson" target="_blank">@nickemerson</a>) me apresentou o <a href="http://www.ghisler.com/" target="_blank">Total Commander</a>, hoje o MELHOR GERENCIADOR DE ARQUIVOS DO MUNDO. Dramático. Claro que na época era para mim apenas mais um file manager. Somente depois, com vários testes passando pelos mais variados gerenciadores é que fui concluir que ele é realmente, o melhor de todos.</p>
<p>Eu sei, todos tem os seus aplicativos preferidos, seu SO preferido, seu editor de código, etc. Porém, se qualquer file manager fosse melhor do que o Total Commander, eu tinha trocado na hora. Mas isso nunca aconteceu porque são os  pequenos detalhes que fazem a diferença. Testei pelo menos uns dez, e desses, selecionei dois que considero bons, além do próprio Total Commander.</p>
<p>Apresento então, aqui e agora, os <span style="text-decoration:underline;">três motivos</span> do &#8220;<strong>Porque o Total  Commander é imbatível</strong>&#8220;.<br />
<strong><br />
</strong></p>
<h2>#1 : Copiar arquivos</h2>
<p>Numa cópia, quando um ou mais arquivos existem no destino, o usuário deve intervir na execução do comando. O Total Commander é o que tem a maior gama de opções dos três, incluindo duas que acho fundamentais, a opção  &#8221;Substituir antigos&#8221; e &#8220;Renomear&#8221;.<br />
<strong><br />
</strong><br />
<strong>Total Commander</strong></p>
<p><img class="alignnone size-full wp-image-182" title="total-commander-filecopy" src="http://llagerlof.wordpress.com/files/2009/10/total-commander-filecopy.jpg" alt="total-commander-filecopy" width="556" height="446" /><br />
<strong><br />
</strong><br />
<strong>FreeCommander</strong></p>
<p><strong> </strong><img class="alignnone size-full wp-image-183" title="freecommander-filecopy" src="http://llagerlof.wordpress.com/files/2009/10/freecommander-filecopy.jpg" alt="freecommander-filecopy" width="398" height="256" /></p>
<p><img class="alignnone size-full wp-image-187" title="freecommander-filecopy2" src="http://llagerlof.wordpress.com/files/2009/10/freecommander-filecopy2.jpg" alt="freecommander-filecopy2" width="430" height="294" /><br />
<strong><br />
</strong><br />
<strong>xplorer²</strong></p>
<p><strong> </strong>&#60;<img class="alignnone size-full wp-image-184" title="xplorer-filecopy" src="http://llagerlof.wordpress.com/files/2009/10/xplorer-filecopy.jpg" alt="xplorer-filecopy" width="520" height="316" /><br />
<strong><br />
</strong></p>
<h2>#2 : Procurar arquivos</h2>
<p>Todos os três apresentaram ótimos resultados na velocidade das buscas, muito superiores à pequisa padrão do Windows Explorer, porém o xplorer² falhou feio ao trazer menos resultados que o real na pesquisa (sim, em marquei a opção recursivo). Em todos eu busquei por *.dll dentro da pasta Windows . Dos três, o FreeCommander é o único que <span style="text-decoration:underline;">não traz</span> o opção de busca por expressão regular. Ponto para o Total Commander.<br />
<strong><br />
</strong></p>
<h2>#3 : Comparar arquivos</h2>
<p>Apenas o Total Commander tem o recurso de comparar arquivos, como num diff visual, permitindo facilmente eu encontrar as diferenças entre arquivos. Ótimo recurso para programadores.</p>
<p><a href="http://llagerlof.wordpress.com/files/2009/10/total-commander-filecompare.jpg" target="_blank"><img class="alignnone size-medium wp-image-188" title="total-commander-filecompare" src="http://llagerlof.wordpress.com/files/2009/10/total-commander-filecompare.jpg?w=300" alt="total-commander-filecompare" width="300" height="199" /></a><br />
<strong><br />
</strong><br />
Essas três são, na minha opinião, os motivos principais que me levam a utilizar o Total Commander. Sem falar que ele tem dezenas de outros excelentes recursos como cliente ftp, split e join de arquivos, compactador de arquivos, sync de diretórios, etc, fruto de mais de quinze anos de desenvolvimento e novas implementações. Ele é shareware (como o xplorer²), mas sua única &#8220;limitação&#8221; é uma &#8220;nag screen&#8221; que aparece quando você executa ele, e só. <strong>Pode usar quanto quiser</strong>.</p>
<p>Também não quero que ninguém ache que sou só eu que considero ele o melhor gerenciador de arquivos. Por isso busquei na Internet sobre o que outros achavam. Segue abaixo um screenshot do resultado de <a href="http://lifehacker.com/399155/five-best-alternative-file-managers" target="_blank">uma enquete feita pelo famoso site LifeHacker</a>.</p>
<p><img class="alignnone size-full wp-image-205" title="poll-other" src="http://llagerlof.wordpress.com/files/2009/10/poll-other.jpg" alt="poll-other" width="530" height="389" /></p>
<p><strong>Links:<br />
<span style="font-weight:normal;">Site oficial do <a href="http://www.ghisler.com/" target="_blank">Total Commander</a><br />
<strong><span style="font-weight:normal;">Site oficial do <a href="http://www.freecommander.com/" target="_blank">FreeCommander</a></span><br />
<span style="font-weight:normal;">Site oficial do <a href="http://www.zabkat.com/" target="_blank">xplorer²</a> </span></strong></span></strong></p>
<p>Veja também a lista de alguns dos <a href="http://www.ghisler.com/featurel.htm" target="_blank">principais recursos do Total Commander</a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[App Review - Astro File Manager]]></title>
<link>http://androidul.wordpress.com/2009/10/24/app-review-astro-file-manager/</link>
<pubDate>Sat, 24 Oct 2009 18:27:16 +0000</pubDate>
<dc:creator>gshadefull</dc:creator>
<guid>http://androidul.wordpress.com/2009/10/24/app-review-astro-file-manager/</guid>
<description><![CDATA[Azi o sa va vorbesc despre un program foarte popular: ASTRO File Manager (2.0.1) Astro este un file ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Azi o sa va vorbesc despre un program foarte popular: <strong><em><a href="http://www.cyrket.com/package/com.metago.astro" target="_blank">ASTRO File Manager (2.0.1)</a></em></strong></p>
<p><em>Astro</em> este un file navigator cu niste functii foarte folositoare. Momentan este in BETA (expira la 31 Decembrie)</p>
<p>Pe langa functile la care ne-am astepta (copy, cut, paste, select, unselect, move, delete etc) , <em>Astro</em> are si un<strong> Application Backup Manager</strong> ce este foarte foarte folositor dupa un wipe <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> , un <strong>SD Card Usage </strong>viewer si un foarte folositor <strong>Process Manager.</strong></p>
<p>Este foarte rapid, consuma putine resurse si dupa ultimul update, are un UI foarte prietenos.</p>
<p>Cateva cadre:</p>

</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[FreeCommander Portable 2009.02 ]]></title>
<link>http://portablesoftwares.wordpress.com/2009/10/24/freecommander-portable-2009-02/</link>
<pubDate>Sat, 24 Oct 2009 09:57:36 +0000</pubDate>
<dc:creator>loversalex</dc:creator>
<guid>http://portablesoftwares.wordpress.com/2009/10/24/freecommander-portable-2009-02/</guid>
<description><![CDATA[FreeCommander is an easy-to-use alternative to the standard windows file manager. It has a built-in ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://www.flickr.com/photos/91653435@N00/4039524186/" target="_blank"><img style="border:1px solid black;" src="http://farm3.static.flickr.com/2599/4039524186_1b410585a2_m.jpg" border="1" alt="Opera usb" width="240" height="129" /></a></p>
<p>FreeCommander is an easy-to-use alternative to the standard windows file manager. It has a built-in file viewer to view files in hex, binary, text or image format. It has built-in archive handling ability for ZIP (read, write), CAB (read, write) and RAR (read). It supports calculation of folder size, folder comparison/synchronization, file search and filtering etc.</p>
<p>Homepage - <a href="http://portableapps.com/news/2009-10-20_-_freecommander_portable_2009.02" target="_blank">FreeCommanander Portable</a></p>
<p>Size: 2 MB</p>
<p><a href="http://portableapps.com/bouncer?t=http%3A%2F%2Fwww.freecommander.com%2FFreeCommander_Portable_2009.02.paf.exe" target="_blank">Download</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Mandriva Linux 2010 RC2]]></title>
<link>http://xollothnews.wordpress.com/2009/10/14/mandriva-linux-2010-rc2/</link>
<pubDate>Wed, 14 Oct 2009 09:13:19 +0000</pubDate>
<dc:creator>xollothnews</dc:creator>
<guid>http://xollothnews.wordpress.com/2009/10/14/mandriva-linux-2010-rc2/</guid>
<description><![CDATA[Mandriva Linux 2010 RC2 | DigitalNews Είναι πλέον διαθέσιμη η δεύτερη υποψήφια προς κυκλοφορία έκδοσ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://www.digitalnews.gr/mandriva-linux-2010-rc2">Mandriva Linux 2010 RC2 &#124; DigitalNews</a><br />
<a href="http://images.google.com/imgres?imgurl=http://www.softpedia.com/screenshots/Mandriva-Linux_2.jpg&#38;imgrefurl=http://www.softpedia.com/progScreenshots/Mandriva-Linux-Screenshot-21694.html&#38;usg=__JFZfbHhzGfnsGcNC76izBvZFAVM=&#38;h=720&#38;w=900&#38;sz=161&#38;hl=en&#38;start=8&#38;tbnid=PpRshW_M1X_poM:&#38;tbnh=117&#38;tbnw=146&#38;prev=/images%3Fq%3DMandriva%2BLinux%2B2010%26ndsp%3D18%26hl%3Den%26lr%3D%26sa%3DN%26start%3D1"><img style="border:1px solid;" src="http://t0.gstatic.com/images?q=tbn:PpRshW_M1X_poM:http://www.softpedia.com/screenshots/Mandriva-Linux_2.jpg" alt="" width="146" height="117" /></a>Είναι πλέον διαθέσιμη η δεύτερη υποψήφια προς κυκλοφορία έκδοση της δημοφιλούς διανομής Mandriva Linux 2010 RC2. Υπάρχουν εκδόσεις για 32 και 64 bit.</p>
<p>Παρακαλώ σημειώστε ότι η έκδοση αυτή δεν είναι για αντικατάσταση προηγούμενων σταθερών εκδόσεων του Mandriva Linux, καθώς υπάρχουν κάποια προβλήματα ακόμα με τους <a class="zem_slink" title="File manager" rel="wikipedia" href="http://en.wikipedia.org/wiki/File_manager">file managers</a> των <a class="zem_slink" title="KDE" rel="homepage" href="http://www.kde.org/">KDE</a> και <a class="zem_slink" title="GNOME" rel="homepage" href="http://www.gnome.org/">GNOME</a>.[<a href="http://www.digitalnews.gr/mandriva-linux-2010-rc2">νεχτ]</a></p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/0975d7d9-25fd-869a-bbd1-b355ff5bbbbe/"><img class="zemanta-pixie-img" style="border:medium none;float:right;" src="http://img.zemanta.com/reblog_e.png?x-id=0975d7d9-25fd-869a-bbd1-b355ff5bbbbe" alt="Reblog this post [with Zemanta]" /></a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Best filemanager for Android]]></title>
<link>http://wilhelmsen.wordpress.com/2009/10/06/best-filemanager-for-android/</link>
<pubDate>Tue, 06 Oct 2009 12:52:49 +0000</pubDate>
<dc:creator>sinnadyr</dc:creator>
<guid>http://wilhelmsen.wordpress.com/2009/10/06/best-filemanager-for-android/</guid>
<description><![CDATA[I see a lot of people are talkin about Linda File Manager, but I&#8217;ve been trying this app and I]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I see a lot of people are talkin about Linda File Manager, but I&#8217;ve been trying this app and I cant say it beats Astro.<br />
Have been using Astro for uninstalling/installing apps, backup, SD card usage overview and process managing (now using TasKiller, awesome app) and it has a sweet look.<br />
Please check it out, download from Android Market!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[BlueFTP (Version 1.4)]]></title>
<link>http://fhl09.wordpress.com/2009/10/04/blueftp-version-1-4/</link>
<pubDate>Sun, 04 Oct 2009 04:37:03 +0000</pubDate>
<dc:creator>fhl09</dc:creator>
<guid>http://fhl09.wordpress.com/2009/10/04/blueftp-version-1-4/</guid>
<description><![CDATA[This app is FREE on android market and gives you something I thought would come with the phone strai]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>This app is FREE on android market and gives you something I thought would come with the phone straight out of the box that is sending AND recieving files WITHOUT ROOT <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong><em>Details</em></strong></p>
<p>Like I said this app gives you something that is lacking on Android and that&#8217;s sending and receiving files via Bluetooth and without root.</p>
<p>But should it not work unlike some developers this dev does listen so if you have huge issue like it not opening email him using the email given in the app he may not reply but just give him details.</p>
<p>For Example</p>
<p>Phone Model: HTC Magic<br />
Rooted: Yes<br />
Rom: Cyanogen 4.0.4<br />
Provider: VodafoneNZ<br />
Error Details: When opening it doesn&#8217;t open it just comes up black and then closes</p>
<p>It works like this</p>
<p><em>Sending Files</em></p>
<p>- Connect to the device you want to send the file too using this application<br />
- Find the file on wish to send on your phone<br />
- Long press the file select copy or move<br />
- Go to the second tab aka connected phone<br />
- open the folder you wish to copy or move the file too<br />
- press menu<br />
- click paste</p>
<p>DONE</p>
<p><em>Receiving Files</em></p>
<p>Its worked twice for me&#8230;</p>
<p>Once Vodafone 715<br />
Once Motorola V1075</p>
<p>Recieving is like copying</p>
<p>- Connect to the device the file you want is on using this application<br />
- Find the file on the phone your connected too<br />
- Long press the file select copy or move<br />
- Go to the first tab aka your phone<br />
- open the folder you wish to copy or move the file too<br />
- press menu<br />
- click paste</p>
<p>DONE</p>
<p><strong><em>Features</em></strong></p>
<p>- Send And Receive Files Via Bluetooth<br />
- File Manager</p>
<p><strong><em>The Pros</em></strong></p>
<p>The Main Pro &#8211; Send And Receive Files Via Bluetooth Without Root<br />
- Great UI<br />
- Easy To Use<br />
- FREE<br />
- Cool File Management</p>
<p><strong><em>The Cons</em></strong></p>
<p>- ADS (I hate them so con)<br />
- More View Options Like Details and Thumbnails to name a few</p>
<p><strong><em>In Summary</em></strong></p>
<p>This eliminates the need of buying Bluex as it does all that and then some.</p>
<p>It has a Great UI and allows sending and receiving of files via Bluetooth a feature Google or HTC should of implemented already on Androids.</p>
<p>The File Management part makes this just oh so much sweeter but until it has better views I&#8217;m sticking with Astro.</p>
<p><strong><em>Final Rating (Out Of 5 *s 1 Being Android Fail 5 Being Android&#8217;s Greatest)</em></strong><br />
****1/2 (4 and a half stars)</p>
<p><strong><em>Like My Stuff &#8211; Please Donate Here</em></strong></p>
<p>http://fhl08.wap.sh/Donations%20Via%20Paypal</p>
<p><strong><em>QR Code</em></strong></p>
<p><img src="http://qrcode.kaywa.com/img.php?s=5&#38;d=http%3A%2F%2Fmarket.android.com%2Fsearch%3Fq%3Dpname%3Ait.medieval.blueftp" alt="qrcode" /></p>
<p><strong><em>ScreenShots</em></strong></p>
<p><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://fhl09.files.wordpress.com/2009/10/wpid-b-160-120-16777215-0-stories-products-blueftp_android-screenshot_3.png" /><br /><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://fhl09.files.wordpress.com/2009/10/wpid-b-160-120-16777215-0-stories-products-blueftp_android-screenshot_1.png" /><br /><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://fhl09.files.wordpress.com/2009/10/wpid-b-160-120-16777215-0-stories-products-blueftp_android-screenshot_2.png" /><br /><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://fhl09.files.wordpress.com/2009/10/wpid-b-160-120-16777215-0-stories-products-blueftp_android-screenshot_4.png" /><br /><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://fhl09.files.wordpress.com/2009/10/wpid-b-160-120-16777215-0-stories-products-blueftp_android-screenshot_5.png" /><br /><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://fhl09.files.wordpress.com/2009/10/wpid-b-160-120-16777215-0-stories-products-blueftp_android-screenshot_10.png" /></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Catching Up - Stepping Back]]></title>
<link>http://liganofthedisomus.wordpress.com/2009/09/30/catching-up-stepping-back/</link>
<pubDate>Wed, 30 Sep 2009 11:11:57 +0000</pubDate>
<dc:creator>nelsonleith</dc:creator>
<guid>http://liganofthedisomus.wordpress.com/2009/09/30/catching-up-stepping-back/</guid>
<description><![CDATA[It has been a while since I actually wrote a post for the blog; this entry is the &#8220;catching up]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>It has been a while since I actually wrote a post for the blog; this entry is the &#8220;catching up&#8221; part.  After I began fleshing out Chapter 8 of <em>Ligan</em>, I put the TOC page up as a splash and concentrated on polishing up the novel.</p>
<p>But the draft of <em>Ligan</em> has been complete since July* and I&#8217;ve been researching literary agents, reading advice on the querying process, working up a synopsis (<em>pain-</em>ful), and writing and outlining the sequel(s). </p>
<p>Also, I took down the TOC splash in order to go back to regular blog posts; that&#8217;s the &#8220;stepping back&#8221; part.</p>
<p>The complete draft has been translated to Word format for submission, and what you see here is the <em>initial</em> draft before several significant additions, edits, cuts, and rearrangements. </p>
<p>Actually, you can only see that here if you have the passwords, which most of you don&#8217;t.   The password to Chapters 2 and 3 (yeah, I know these were public earlier, but this is business time now) I might be persuaded to reveal to interested readers/critics who show insight into the writing.</p>
<p>I will keep you posted on the progress of the querying process.</p>
<p style="text-align:center;"><strong>IN OTHER NEWS</strong></p>
<p>The poetry pages have been consolidated as a single page, simply to clean up the blog.  After writing &#8220;Storming&#8221; earlier this year, I felt a bridge had been crossed and likely will not be writing poetry in the future.</p>
<p>Also, due to problems with my web hosting service and their ever-shifting file manager (which inexplicably changes public access permissions and invalidates .htaccess files) the music previously available here is now, enragingly, unavailable.  Multiple conversations with tech support have resulted only in having my intelligence repeatedly insulted while tech support&#8217;s lack of intelligence and listening skills were repeatedly demonstrated.</p>
<p>I won&#8217;t mention the soon-to-be-former web hosting service here, but I will say:</p>
<ol>
<li>They do not deserve the grade that their name implies.</li>
<li>I am choosing between JustHost and GoDaddy as a replacement.  Any advice?</li>
</ol>
<p><span style="color:#ffffff;">_</span></p>
<p><span style="color:#000080;">* Inasmuch as a writer—particularly a writer who has also been an editor—will accept that a piece of writing is ever &#8220;complete.&#8221;</span></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Aplikasi File Manager Untuk Ponsel Plentis]]></title>
<link>http://plentiswae.wordpress.com/2009/09/28/aplikasi-file-manager-untuk-ponsel-plentis/</link>
<pubDate>Mon, 28 Sep 2009 09:32:49 +0000</pubDate>
<dc:creator>plentiswae</dc:creator>
<guid>http://plentiswae.wordpress.com/2009/09/28/aplikasi-file-manager-untuk-ponsel-plentis/</guid>
<description><![CDATA[Telepon selular memang plentis, kecil dan mungil. Kalau prejengannya (bentuk) besar ya bisa dibilang]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://plentiswae.wordpress.com/files/2009/09/fexplorer.jpg"><img class="alignleft size-thumbnail wp-image-673" title="FExplorer" src="http://plentiswae.wordpress.com/files/2009/09/fexplorer.jpg?w=126" alt="FExplorer" width="100" height="130" /></a> Telepon selular memang plentis, kecil dan mungil. Kalau prejengannya (bentuk) besar ya bisa dibilang bukan ponsel tapi HT (Handy Talky). Tapi saya tidak akan membahas panjang lebar masalah prejengan karena apalah arti penampilan yang penting kan isinya, ya nggak sobat ? <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Ponsel itu biasanya berfungsi untuk telepon, sms-an, internetan, foto / video dan bermusik ria. Ada program bawaan ponsel yang biasanya melakukan tugas untuk mengatur fungsi tersebut, salah satunya adalah File Manager. Jika sobat merasa kurang puas dengan kinerja Aplikasi File Manager yang ada di ponsel, alangkah baiknya kalau menggunakan aplikasi pihak ketiga yang jauh lebih powerful.<br />
<!--more--><br />
Salah satu aplikasi File Manager untuk ponsel yang banyak digunakan saat ini antara lain adalah :</p>
<p><strong>1. FExplorer ( Symbian )</strong><br />
<a href="http://www.gosymbian.com/FE_download_t.html"><img class="aligncentre size-thumbnail wp-image-675" title="FExplorer" src="http://plentiswae.wordpress.com/files/2009/09/fexplorer2.jpg?w=126" alt="FExplorer" width="126" height="150" /></a><br />
Telah digunakan lebih dari 1,5 juta orang di seluruh dunia. Tersedia dalam bahasa Inggris, Jerman, Prancis, Italia, Belanda, Spanyol, Swedia, Finlandia dan Portugal.<br />
Link download :<br />
<a href="http://www.esnips.com/doc/0aae05a9-f98d-4321-ada8-08726afb24df/fexplorer">FExplorer v1.0</a><br />
<a href="http://www.esnips.com/doc/7b2974d4-cc0b-42d0-9c35-646c506def04/FExplorer_english-v1.15">FExplorer v1.15</a><br />
<a href="http://www.esnips.com/doc/cf118d94-0a20-4cdd-b3f2-9282ffb24c02/FExplorer_english-v1.17">FExplorer v1.17</a></p>
<p><strong>2. SeleQ (Symbian)</strong><br />
<a href="http://plentiswae.wordpress.com/files/2009/09/seleq.gif"><img class="aligncentre size-full wp-image-680" title="SeleQ" src="http://plentiswae.wordpress.com/files/2009/09/seleq.gif" alt="SeleQ" width="115" height="136" /></a><br />
Link download :<br />
<a href="http://www.esnips.com/doc/d9e8febc-4284-4eea-aeef-e89cf9e4ff26/SeleQ-v1.01">SeleQ v1.01</a><br />
<a href="http://www.esnips.com/doc/dfffdb2a-f2ee-4147-b160-794d83bc1776/Seleq-1_8-FULL">SeleQ v1.8</a></p>
<p><strong>3. FileMan (Symbian)</strong><br />
<a href="http://plentiswae.wordpress.com/files/2009/09/fileman.jpg"><img class="aligncentre size-full wp-image-681" title="FileMan" src="http://plentiswae.wordpress.com/files/2009/09/fileman.jpg" alt="FileMan" width="115" height="136" /></a><br />
Link download :<br />
<a href="http://www.esnips.com/doc/3ab99cc3-a62e-41f9-9152-233a7bbb3842/FileMan-1.03-FULL">FileMan v1.03</a></p>
<p><strong>4. YaExplorer (Symbian)</strong><br />
<a href="http://plentiswae.wordpress.com/files/2009/09/yaexplorer1.jpg"><img class="aligncentre size-thumbnail wp-image-686" title="YaExplorer" src="http://plentiswae.wordpress.com/files/2009/09/yaexplorer1.jpg?w=129" alt="YaExplorer" width="129" height="150" /></a><br />
Link download :<br />
<a href="http://www.esnips.com/doc/fe72ca9d-d93a-4571-bba9-c9d72b62b987/KarapuzzzYaExplorerv150">YaExplorer v1.50</a></p>
<p><strong>5. Xplorer (Symbian)</strong><br />
<a href="http://plentiswae.wordpress.com/files/2009/09/xplorer.jpg"><img class="aligncentre size-thumbnail wp-image-687" title="Xplorer" src="http://plentiswae.wordpress.com/files/2009/09/xplorer.jpg?w=126" alt="Xplorer" width="126" height="150" /></a><br />
Link download :<br />
<a href="http://www.esnips.com/doc/83618c97-fc84-47b0-9529-c10ad92bf88a/X-plore_S60_1_13">Xplorer v1.13</a><br />
<a href="http://www.esnips.com/doc/bfb5b0d5-7a55-4d6d-bafc-4978926d31f2/X-plore.v1.20.S60v3">Xplorer v1.20</a></p>
<p><strong>6. AppMan (Symbian)</strong><br />
<a href="http://plentiswae.wordpress.com/files/2009/09/appman.jpg"><img class="aligncentre size-thumbnail wp-image-688" title="AppMan" src="http://plentiswae.wordpress.com/files/2009/09/appman.jpg?w=126" alt="AppMan" width="126" height="150" /></a><br />
Link download :<br />
<a href="http://www.esnips.com/doc/6a9f621f-098d-4bea-902e-c5210c871edb/AppMan">AppMan v1.0</a></p>
<p><strong>7. Moby Explorer (Java)</strong><br />
<a href="http://plentiswae.wordpress.com/files/2009/09/mobi-explorer.jpg"><img class="aligncentre size-thumbnail wp-image-690" title="Mobi Explorer" src="http://plentiswae.wordpress.com/files/2009/09/mobi-explorer.jpg?w=125" alt="Mobi Explorer" width="125" height="150" /></a><br />
Link download :<br />
<a href="http://www.esnips.com/doc/9021921f-c001-4c5e-9767-a0a4e6fc5780/MobyExplorer-v3.0">Moby Explorer v3.0</a></p>
<p><strong>8. Mini Commander (Java)</strong><br />
<a href="http://plentiswae.wordpress.com/files/2009/09/minicommander-0.jpg"><img class="aligncentre size-thumbnail wp-image-691" title="Mini Commander" src="http://plentiswae.wordpress.com/files/2009/09/minicommander-0.jpg?w=130" alt="Mini Commander" width="130" height="150" /></a><br />
Link download :<br />
<a href="http://www.esnips.com/doc/344287f5-b919-4267-8393-4d11750dd71c/MiniCommander">Mini Commander</a></p>
<p><strong>9. HandyFile (Symbian)</strong><br />
Link download :<br />
<a href="http://www.esnips.com/doc/7b2ddbbf-ba3c-47f0-9804-c79485115e4b/HandyFile_v1.50.1.S60-Full">HandyFile v1.50.1</a></p>
<p>Silahkan sobat pilah dan pilih mana aplikasi File Manager yang sesuai dengan ponsel sobat. Saya admin plentisWae mohon undur diri dari hadapan sobat semua. Wassalam.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[HIREN BOOTCD 10 Direct Link !!]]></title>
<link>http://blackobox.wordpress.com/2009/09/21/hiren-bootcd-10-direct-link/</link>
<pubDate>Sun, 20 Sep 2009 23:53:19 +0000</pubDate>
<dc:creator>mangaalien</dc:creator>
<guid>http://blackobox.wordpress.com/2009/09/21/hiren-bootcd-10-direct-link/</guid>
<description><![CDATA[Want to find a direct link for hiren bootcd? want a bootcd that have it all?? want to find older ver]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Want to find a direct link for hiren bootcd? want a bootcd that have it all?? want to find older version of hiren boot? here it is..official place for downloading your hiren bootcd!! don&#8217;t waste time downloading it from other places when you can download it directly </p>
<p><a href="http://www.hirensbootcd.net/"><img src="http://www.hirensbootcd.net/images/hirens-bootcd.jpg" alt="hiren boot cd" /></a></p>
<p><strong>Hiren boot cd offer you :</strong></p>
<p>- Partition Tools<br />
- Backup Tools<br />
- Pass. &#38; Registry Tools<br />
- Recovery Tools<br />
- Testing Tools<br />
- Harddisk Tools<!--more--><br />
- System Info Tools<br />
- File Managers<br />
- MBR Tools<br />
- BIOS/CMOS Tools<br />
- MultiMedia Tools<br />
- FileSystems Tools<br />
- AntiSpyware<br />
- Browsers<br />
- Cleaners<br />
- Optimizers<br />
- Process Tools<br />
- Startup Tools<br />
- Tweakers </p>
<p><strong><br />
When in boot mode:</strong><br />
<img src="http://www.hirensbootcd.net/images/main_menu_1.gif" alt="menu1" /></p>
<p><strong>When in windows mode :</strong><br />
<img src="http://www.hirensbootcd.net/images/antispyware.png" alt="anti1" /></p>
<p>in just 1 cd!! its free and why wait?</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Help!  The Blackboard File Manager is not letting me upload my files!]]></title>
<link>http://lmspro.wordpress.com/2009/09/20/help-the-blackboard-file-manager-is-not-letting-me-upload-my-files/</link>
<pubDate>Sun, 20 Sep 2009 17:56:55 +0000</pubDate>
<dc:creator>lmspro</dc:creator>
<guid>http://lmspro.wordpress.com/2009/09/20/help-the-blackboard-file-manager-is-not-letting-me-upload-my-files/</guid>
<description><![CDATA[When this happens their are two main causes. One, your file is too big.  Blackboard CE8 only allows ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>When this happens their are two main causes.</p>
<p>One, your file is too big.  Blackboard CE8 only allows files of 10MB or smaller.  If this is the case try again with another file that has a smaller size.</p>
<p>Two, the JAVA run time plugin for your browser is not installed or configured properly.  &#8220;But, Kyle, how would I know that?&#8221;  Glad you asked you need to use the &#8220;Check Browser&#8221; link on the blackboard front page.  <a href="http://www.nipissingu.ca/staff/kylec/Check Browser CE8_training.htm">Please see this video for an example.</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Useful Freewares for Everyday Use]]></title>
<link>http://misstechie.wordpress.com/2009/09/17/useful-freewares-for-everyday-use/</link>
<pubDate>Thu, 17 Sep 2009 12:39:57 +0000</pubDate>
<dc:creator>MissTechie</dc:creator>
<guid>http://misstechie.wordpress.com/2009/09/17/useful-freewares-for-everyday-use/</guid>
<description><![CDATA[Let me share a few freewares I use every day. These helpful tools will make the part of life you spe]]></description>
<content:encoded><![CDATA[Let me share a few freewares I use every day. These helpful tools will make the part of life you spe]]></content:encoded>
</item>

</channel>
</rss>
