Ubuntu :: Disable Indexing On 10.04?
Jul 7, 2010is there a way to disable indexing on 10.04?
View 2 Repliesis there a way to disable indexing on 10.04?
View 2 RepliesI'm concerning about my web server, I use nikto to see where should I improve my configurations, then I just know my web server is enable directory indexing. I have searched and found that I should just put
Code:
Options -Indexes to disable directory indexing. I have already restart apache but directory indexing still enable here is my httpd.conf Where did I wrong ?
Code:
ServerTokens OS
ServerRoot "/etc/httpd"
PidFile run/httpd.pid
[code]....
I am having trouble with beagle. I havent used it for a while (probably since the upgrade to karmic). I have found now that it does not provide any results for any of my files, specifically my pdf files (I am doing a PhD and it is easier to search for journal articles by the author/title than it is to find them on the file system with 100s of files all over the place, I wish I was more organised!).
Do I need to install a sepparate backend to index pdfs?
I had a look in the log files and for all my pdfs (and some others) I get something like this:
Code:
20100202 11:10:42.8736 15579 Beagle DEBUG: Delaying add of file:///home/philip/Desktop/PBR Stuff/Lee 1986.pdf until FSQ comes across it
On Windows, I used to be able to search for items on my home server quickly if it had indexing enabled by simpily typing a query in the search box when I was viewing one of its drives (i.e. samba shares).Since I moved the server to Ubuntu, I can find plenty of indexing software like tracker but I cant figure if any of them support querying them over the network. I need a fast way to search through all the files on the server with indexing without the hassle of having to VNC into it.
View 1 Replies View RelatedWhere are the indexing options? Can't find them anywhere :S
View 2 Replies View RelatedWhere are the indexing options? Can't find them anywhere
View 1 Replies View RelatedI have a large number of video files on a couple of high capacity HDDs. The files are reasonably clearly named. I've never bothered creating a database of the files because I am inherently lazy and believe the computer should be doing this for me.
Anyways, crunch time. Had a look at the stuff in the public repositories, but they all involve too much typing, too much work. So, what are others using/ doing to maintain their "collection" indexes?
My situation: I have a desktop, with the following sound systems internal to it:HDA IntelSBLive! I also have a Creative Labs webcam connected via USB and another device (VR goggles) which have an audio component.My problem: a fair number of game applications use ALSA card#0 to play games, now pulse's ALSA module is at best lacking, so I don't use that for games. At this point I ahve pulse configured to always use HDA Intel for it's sink, what I would like to do is to configure it so that the SBLive! card is always ALSA card#0, regardless if the 2 USB audio-ish devices are installed. That way pulse can be running and I still get to play the games with native ALSA audio. The trick is how do I force by SBLive card to _ALWAYS_ be card#0 ?Update: there is an easy way, that I should have realized before, which allows for ALSA games to use the SBLive without having it at index 0, below is how to do it:
1) cat /proc/asound/cards
example output (mine):
0 [Intel ]: HDA-Intel - HDA Intel
[code]....
how one can use the nepomuk/strigi file indexing service. I started up dolphin, and typed the search string in the upper right corner, and clicked Search. The search result is a long list of files. The one I need is a PDF file. When I select this file, on the right hand side there is the following info: 'Is part of: 15.2 GiB Removable Media' which is clearly wrong, since this file resides in my home directory, which is on a 200 GiB partition. If I double-click this file to open in okular, I get an error message:
Code: Could not open nepomuksearch:/nepomuk_3A_2Fres_...... Reason: Please insert the removable medium "15.2 GiB Removable Media" to access this file I guess this is some old result from nepomuk's cache (in the meantime I have had to repartition my hard disk, and restore my home directory from a backup copy on an external hard drive - but this has been many months ago, so I would expect that nepomuk have had the time to recognize this)
I know this has been asked before, but in case there are some significant changes in this area with Ubuntu/Kubuntu 11.04, I ask. Are there any good search and indexing tools available preferably something that also look at the content of files? Something along the line of Beagle. Is it still possible to install Beagle?
View 1 Replies View Relatedcan I index files so whenever I do a find somethingdo find / -name libSDL-1.2.so.0It doesn't take 10 mins. I do know there are packages such as tracker but that one does indexing all the time. I would be happy to have something which can be done by hand or something which is done once in 12 hours or so.
View 2 Replies View RelatedI use the latest Fedora 14 with Evolution 2.32.1 and Tracker 0.8.17.In Evolution is the tracker plugin enabled, tracker is not indexing my email.It says in the status: Filesystem 100%, Email 0%, Applications 100% Why are the Emails in Evolution not indexed?
View 4 Replies View RelatedI have 4 separate drives, all un-RAIDed.Each drive has almost the same root directories, but different contents in each folder.
For example:
/mnt/sda/TV Shows/Lost/
/mnt/sdb/TV Shows/Your_Favorite_Show/
The goal is to have a single folder that has symlinks to all the files in each of the drives. Pretty much a poor man's JBOD. Previously, I had problems with conditions like 2 drives having the same sub folder contents, but I ended up solving that with the current script I'm using now.What I'm looking for now is speed. I'm very new to Perl and the script takes about 12 minutes to complete with the current drives.
Basically, the script makes a list of all directories and files in each drive. First, it makes the directories. I didn't use any validation because if a directory already exists, it simply won't make one. However, with the files, I used a hash to only keep the unique files. Then I use the key/value pairs with ln to create every link to the files only, not directories.
Code:
#!/usr/bin/perl
use warnings;
my @drives_to_sync = qw ( /mnt/sda/ /mnt/sdb/ /mnt/sdc/ /mnt/sdd/);
[code].....
tab-completion indexes system folders (like /usr/bin, /usr/local/bin)! so say i'm in a folder that has two files, 'text' and 'myprog', i type in an 'm' then tab, and i get hundreds of results including 'mysql', 'mysqlconfig', and others as im sure you can imagine. is there a way to set it to default or something else that will only make it index the current folder?
i tried changing my PATH variable so i could execute programs in the current directory without './' - what i added to PATH was ':.' at the end (apparently this is not the way to do it... :S). i tried resetting PATH various times ('unset PATH', 'PATH=$whatever...') but this has not fixed the problem. using 'unset PATH', of course, removes everything from PATH, which meant that functions (like 'ls') in /usr/bin and /usr/local/bin can't be found. obviously i want those to be found, but i would rather not tab through them!
I came out with this issue as I saw that my CPU was most of the time between 70 and 80 percent of usage, all by some process called tracker-extract. Maybe when tracker is committing its initial index this is admissible, but this situation repeats every time I boot my notebook and it lasts at least 3 or 4 hours, or until I tell tracker to stop indexing. I hard-reseted tracker to see if there was any corrupt indexes but with no luck, behavior was the same. BTW, this issue wasn't present with ubuntu 10.04
View 2 Replies View RelatedI have a question concerning indexing over lists with unix shell scripts. I have very large text files (up to 20 Gb) with the data shown below:
80011412865610
43000216943210
4710510513101
[code]...
I have noticed on my netbook that F14 is running some sort of indexing service in the notification area. What is this, and how do I turn it off? I know what it is doing, but why is this just now important in F14. It is killing the battery life on my netbook.
View 2 Replies View RelatedI have installed Recoll 1.13.01 on my Ubuntu 10.04 box. I selected certain file directory trees to index and when I build the index using the gui it seems to work fine based on my limited testing. So far, so good.I planned to add a step to my nightly cleanup, backup and other housekeeping script to update the Recoll index. The command in question is recollindex While testing the command line indexing I found that an OLD password protected Windows zip file caused it to throw a bunch of errors. It appeared to continue. I located the offending file and as it was already backed up to DVD media and deleted it. I have also found a couple of other offending files which make me wonder about the robustness of this application.
The next case I had a file Session 12a.odt which for some reason was of 0 bytes - don't know why - perhaps I was just starting to write this document and never put anything in it.
I just loaded octave. I ran through a few examples of how to implement a script file. Everything works until I get to "plot". When I run the "plot" command I get the following.
octave:2> test1.m
error: can't perform indexing operations for <unknown type> type
sh: gnuplot: not found
Just to double check my work, I ran the following code:
y=[1 2 3];
plot(y);
I want to enable directory indexing in "/var/www/html/" [dont want to use index.html or something else htm or php file , just want to show all files and folders when browsing http://localhost ] security risk but i damn care about it.
Code:
1- Using Fedora 12
2- Apache version 2.2.14-1 .fc12.i686
3- SELINUX=disabled
getsebool -a | grep http
[code]....
I recentley added a few extra repositories to apt, and I can use them well normally.However, today I needed a deveploment library only found in the "unofficial" software repos. I did a search in synaptic, but nothing shows up except the offical packages, or if the unofficial ones do show up, they don't all show up. All my new repos have the new key added as well.How can I get synaptic to index all of my packages, regardless of where they come from?
View 2 Replies View RelatedWhich cataloging app would you recommend? I have ebooks in pdf, chm, epub etc. Currently testing tellico. Tags fetching and auto opening the book would be a bonus.
View 2 Replies View RelatedI have Ubuntu 10.04 with Gnome. Whenever I put in a blank CD/DVD an icon on the desktop appears named "Blank CD/DVD" and a window appears asking me what I want to do with it. How do I disable the window and the icon from the desktop?
View 2 Replies View RelatedHow to disable gdm, X, usplash and all services that loads only to support those to run at the booting part.
i use Ubuntu Karmic
i dont want to remove the packages so that i dont have to re install them later on,
i just want to disable them from running, to have a very lite running system and a fast boot as well.
I want to disable Usplash in ubuntu 9.10 so that when i boot up there are not graphics and I want to disable a graphical login. So that when it asks me to login it is a text-based login. How would I do this?
View 5 Replies View Relatedi disabled the gdm from RC start-up scripts so now my ubuntu will boot only in text-mode (terminal) ,but what i need to know is how can i run a single application for ex. Firefox in gui mode ,by keeping gdm disabled ,i tried using startx but it did not solved my issue .
View 8 Replies View RelatedTrying to disable tap to click on my 9.10 install on an MSI wind. Ive tried using the gconf-editor and can see that the value has changed (unchecked) but the touch to click is still enabled. I have rebooted with no change. I do not see any options in the mouse settings either.
View 9 Replies View RelatedI would like to disable USB devices,so that i can restrict copying files from my system...How to do this?
View 5 Replies View RelatedI need to disable DST (Daylight Savings Time) in Ubuntu Feisty 7.04.
I know that the daylight savings rules can be found with:
$ zdump -v America/New_York | grep 2010
America/New_York Sun Mar 14 06:59:59 2010 UTC = Sun Mar 14 01:59:59 2010 EST isdst=0 gmtoff=-18000
America/New_York Sun Mar 14 07:00:00 2010 UTC = Sun Mar 14 03:00:00 2010 EDT isdst=1 gmtoff=-14400
America/New_York Sun Nov 7 05:59:59 2010 UTC = Sun Nov 7 01:59:59 2010 EDT isdst=1 gmtoff=-14400
America/New_York Sun Nov 7 06:00:00 2010 UTC = Sun Nov 7 01:00:00 2010 EST isdst=0 gmtoff=-18000
I noticed that the installation doesn't mention DST as an option. Does Ubuntu allow for operating without DST? If so, how can I disable it?
How to disable CD/DVD drive in ubuntu?
View 2 Replies View Related