<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Good File Indexer for Debian on PogoPlug V4</title>
        <description> Hi All,

Can someone suggest a good light weight file manager cli or web utility to run on this PogoPlug V4 Box ?

I have lot of files in a 1 TB HDD which was connected to the Pogo. It&amp;#039;s really hard to search the files quickly. Looking for some utility which can index the filename in the background and provide a cli or web interface to quickly search them.

Regards
Nirmal</description>
        <link>https://forum.doozan.com/read.php?8,94879,94879#msg-94879</link>
        <lastBuildDate>Sun, 08 Mar 2026 06:44:37 -0500</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://forum.doozan.com/read.php?8,94879,96129#msg-96129</guid>
            <title>Re: Good File Indexer for Debian on PogoPlug V4</title>
            <link>https://forum.doozan.com/read.php?8,94879,96129#msg-96129</link>
            <description><![CDATA[ a good lightweight file manager is midnight commander - i use it quite extensively.<br />
<br />
apt-get install mc -y]]></description>
            <dc:creator>Gravelrash</dc:creator>
            <category>Off-Topic</category>
            <pubDate>Wed, 19 Feb 2020 04:43:18 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?8,94879,94909#msg-94909</guid>
            <title>Re: Good File Indexer for Debian on PogoPlug V4</title>
            <link>https://forum.doozan.com/read.php?8,94879,94909#msg-94909</link>
            <description><![CDATA[ Nirmal_Kumar Wrote:<br />
-------------------------------------------------------<br />
&gt; I have lot of files in a 1 TB HDD which was connected to the Pogo. It&#039;s really hard to search the files quickly. Looking for some utility which can index the filename in the background and provide a cli or web interface to quickly search them.<br />
&gt; <br />
I don&#039;t know how to index filename. However, on any Linux system, you can use GNU <i>find</i> utility, i.e. find [path to directory] -name &quot;filename&quot; -print &gt; [output filename], to search for files and redirect its output to a file. If that&#039;s what you call to index, then that&#039;s it. As an example, if you want to index for all PDF files in /external/data directory and all of its sub-directories, then <i>find /external/data -name &quot;*.PDF&quot; -print &gt; /tmp/indexed_PDF_files.txt</i> will suffice. If you are afraid of using the redirect (&quot;&gt;&quot;) command, then you can use the <b>-exec {} &#039;command&#039; \;</b> phrase in find. You can run <i>man find</i> to learn more about this GNU <i>find</i> utility. You can also search for more information about how to use the GNU <i>find</i> utility in <a href="https://askubuntu.com/search?q=find"  rel="nofollow">AskUbuntu</a>.]]></description>
            <dc:creator>habibie</dc:creator>
            <category>Off-Topic</category>
            <pubDate>Tue, 21 Jan 2020 06:57:04 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?8,94879,94879#msg-94879</guid>
            <title>Good File Indexer for Debian on PogoPlug V4</title>
            <link>https://forum.doozan.com/read.php?8,94879,94879#msg-94879</link>
            <description><![CDATA[ Hi All,<br />
<br />
Can someone suggest a good light weight file manager cli or web utility to run on this PogoPlug V4 Box ?<br />
<br />
I have lot of files in a 1 TB HDD which was connected to the Pogo. It&#039;s really hard to search the files quickly. Looking for some utility which can index the filename in the background and provide a cli or web interface to quickly search them.<br />
<br />
Regards<br />
Nirmal]]></description>
            <dc:creator>Nirmal_Kumar</dc:creator>
            <category>Off-Topic</category>
            <pubDate>Mon, 20 Jan 2020 23:57:40 -0600</pubDate>
        </item>
    </channel>
</rss>
