Questions tagged [indexing]

30 questions
39
votes
5 answers

/usr/lib/tracker/tracker-store causes very heavy CPU load on Debian "Buster"

After the last upgrade on: Operating System: Debian GNU/Linux buster/sid Kernel: Linux 4.18.0-2-686-pae Architecture: x86 /usr/lib/tracker/tracker-store eats a huge load of CPU. PID USER PR NI VIRT RES SHR S …
nath
  • 5,430
  • 9
  • 45
  • 87
14
votes
1 answer

generate a hyperlinked table of contents and insert into existing PDF

I have an existing PDF (without any corresponding source file), and a text file which is a list of items referencing sections within the PDF file, along with a page number for each item. I would like to generate a new PDF which starts with a…
Adam Spiers
  • 892
  • 7
  • 14
8
votes
1 answer

Why index files?

I installed Linux on something like 3 or 4 different machines last year, and in two cases, I had a serious urge to vomit after noting that file indexers such as virtuoso (Debian testing with the latest KDE) and libtracker-miner were installed by…
ixtmixilix
  • 13,040
  • 27
  • 82
  • 118
6
votes
1 answer

Easy-RSA index.txt, serial and duplicates

We have more than 700 certs, generated for OpenVPN usage by Easy-RSA 2. I don't know how this happened (suspecting deleting one time by somebody index.txt, serial or both), but more than half of the generated certificates have identical serial…
Someone
  • 193
  • 1
  • 2
  • 15
5
votes
2 answers

Shellscript to print a directory tree and files's contents with a nice presentation

I'm trying to write a shellscript which prints a tree-view for a specific directory and it's subdirs to pdf via latex, as well as the titles and contents of all scripts contained within that primary directory. The treeview works like a charm, but I…
viraxis
  • 51
  • 1
  • 3
5
votes
5 answers

execute command on a defined range of directories

Is it possible to 'partition' a directory listing - say in to blocks of some number, to perform different actions on each 'range'? For example, lets say I have the following directories inside another folder: $ ls…
Joe Healey
  • 664
  • 1
  • 6
  • 18
5
votes
2 answers

What tools can I use for PDF indexing?

In our working group we used Recoll on a Ubuntu PC to index all the PDF. For a while we moved everything to a Redhat server. Is there a Recoll alternative which doesn't requires a GUI adn support searching through a web interface?
Mokus
  • 239
  • 1
  • 4
  • 8
4
votes
2 answers

bash array of arrays

Trying to write some nested loop, and I'm not getting how to write it. Perhaps I'm looking in a wrong direction but what I'm trying to write is: declare -a bar=("alpha" "bravo" "charlie") declare -a foo=("delta" "echo" "foxtrot" "golf") declare -a…
srgblnch
  • 213
  • 1
  • 2
  • 7
4
votes
1 answer

How can I get the recoll package to index markdown (.md) files?

From what I understand markdown is pretty similar to text and html, which are all indexed by the recoll search engine. However my markdown files with extension .md are not being indexed. I have checked the filters and I am not sure which one applies…
Ivar Persson
  • 143
  • 3
3
votes
1 answer

Does sort --unique -k drop duplicates in original order?

I'm doing a unique sort on a concatenated set of index files where the first column will sometimes change between each index and the second column will be a key value (actually hex addresses). Each indexN file iteration records addresses that…
tasket
  • 125
  • 1
  • 8
3
votes
1 answer

Index and search a directory

I have a directory tree containing many text-files. I would like to index the full-text of all these files (ignoring files with certain file-extensions), so that I can quickly search thorugh all of them. I do not want to index my whole Home…
a06e
  • 1,627
  • 4
  • 24
  • 31
2
votes
1 answer

Indexing files' metadata

Is there a tool that allows to index (search) files based on their metadata on linux? I've search a bit and found (here) that there are several tools that allow file indexing on linux: Recoll mlocate locate-rs But it seems like none of these…
cglacet
  • 121
  • 4
2
votes
1 answer

Read Text List into Dynamic array?

Trying to automate some work stuff and this includes many folder generations but and I was thinking of using a dynamic array to do this, let me know how this sounds. First Part of my Script is to export a directory list using the: ls…
user354662
  • 35
  • 3
2
votes
1 answer

Find out when the recoll index was last updated

Is there a way to find out, when a recoll-index was last updated?
student
  • 17,875
  • 31
  • 103
  • 169
2
votes
0 answers

Tracker-extract and Tracker-store processes consuming huge Amount of RAM

I am using Arch Linux, kernel 3.16. From last one week my two processes tracker-extract and tracker-store are taking too much RAM. It results in hangup of system once in every 2 hours. tracker-extract taking 300 MB and tracker -store taking 2 GB…
Ankith
  • 29
  • 1
  • 4
1
2