Ubuntu :: Search For Files Auto Stop?

Sep 29, 2010

When I use "Search for Files" in Ubuntu (9.1 and 10.04), sometimes the computer continues to search after I've double clicked one of the results, and it noticeably slows the launching of that file unless I immediately click "stop" on the search window

View 2 Replies


ADVERTISEMENT

Programming :: Perl - Stop Range Search At End Of An Array?

Dec 7, 2010

I have data that looks similar to this -

Quote:

John Smith (Address)
123 Main St
Unit 1

[code].....

So I need everything between each name, but I am not guaranteed that each time I match a name that I will have the same amount of lines, so I do a range pattern search line this to get all lines, no matter if there is 5 or 10 or 15. I simply do a loop that goes through the whole array until I hit the match, and this is my search pattern.

Code:

if ($LINE =~ /^s+$SELECTED_NAME/ ... $LINE =~ /(Address)/) {
push @ADDRESS_INFO, $LINE;
}

This works perfectly... until I hit the end and it doesn't get its final pattern match because it's at the end and there is no next entry with a (Address) line. So as a 'hack', I ended up inserting a final scalar at the end of the array that just says (Address) so it knows it's at the end. Ideally though, I'd like to do an "or" statement that says search for Address || return true if I hit the end of the array. How would I match on "End Of Array" essentially?

View 1 Replies View Related

Ubuntu :: Can't Stop The Auto-login

Aug 29, 2010

I was going through some settings and inadvertently changed the UID for my primary logon. I then realized what I did and changed it back and set the group back to my username.Since then, it only auto-logs in on startup. I cannot get it to prompt for a password again. I've tried normal things like changing "ask for password on login" and then changing it back, but that hasn't helped. I'm sure there's something else that I'm missing, but don't know what it is. Right now, it says "asked on login" but it doesn't.

View 4 Replies View Related

Ubuntu :: Stop An UDF From Auto Mounting?

Jul 10, 2011

I have one of those lovely Western Digital external hard drives and it seems to have an UDF "partition" on the hard drive itself. I cannot format it, remove it from the hard drive itself, or disabling the UDF seems to be a no go once its popped into a Linux distribution of any kind.

So my question is, is it possible to stop the UDF from even auto mounting at all?

System
Ubuntu 10.10 Maverick Meerkat

View 2 Replies View Related

Ubuntu :: Disable The Auto Tpye When Enter Something Into The Search Box It Lists A Bunch Of Selections?

Jun 16, 2011

I am looking for a way to disable the auto tpye when you enter something into the search box it lists a bunch of selections. How do i disable or turn it off

View 6 Replies View Related

Ubuntu :: Stop Mouse From Auto Clicking

Feb 5, 2010

I just installed 9.10 on my Gateway MD2614U and everything seems to be working but the mouse. Every now and then when i open places and hover over an item it brings it up without me clicking. It does it on other things too.

View 2 Replies View Related

CentOS 5 :: How To Stop KDE From Auto-loading

Mar 27, 2010

I've recently installed Centos 5.3. Each time the pc starts KDE starts automaticaly, how can I remove that? I dont want to uninstall KDE, I just want to begin in the konsole and start KDE only if I need it.

View 5 Replies View Related

Ubuntu :: Pam_unix Stop Booting The Auto Login System?

Feb 21, 2011

I already have two other threads open for a dysfunctional system. Thread 1: Boot hangs at logon sound - no video signal - appears drive is still working [URL]..Thread 2: Where are boot log files and how I can see those? [URL]...Basically both of those are for not able to complete the boot (hanging up in the middle of booting) in Karmic. I had Karmic since it came out but suddenly about two weeks ago just stopped booting. Except for the battery and resetting BIOS, I had checked all the hardware - and all appear to be okay. Following a tip from x1a4, I started looking into logs (admittedly not knowing exactly what I am looking for) and I ran into auth.log. Following is the code. The highlighted part is confusing (to me) and I am wondering if this may cause to stop booting (or completing the boot process) since I was using auto logon. I do not know if there is anything else (logs) you may need, please advise and I will provide those.

[Code]...

View 1 Replies View Related

Ubuntu Networking :: How To Stop Network Manager From Auto-reconnecting

Apr 11, 2011

I am running openVPN to secure my wireless network traffic right now. Everything works great except every once in a while, my Internet connection will drop out for about a minute or so. Ubuntu very nicely tries to reconnect, and most of the time successfully does. The issue is that if I don't catch it every time this happens, I am now running without my VPN.

I want to know if there is any way to DISABLE auto-reconnect to a wireless network if connection is lost or signal fades.

Im running ubuntu 10.10 by the way

View 3 Replies View Related

CentOS 5 Server :: Stop Auto Installation Of 5.5?

Jul 16, 2010

I have downloaded CENTOS 5.5 32-bits ISO and burnt in a CD. While trying to install it in VMplayer, the installation is started automatically without asking me to input anything.

How can I stop the auto installation? Or I have downloaded a wroing image?

View 5 Replies View Related

CentOS 5 :: How To Stop Xsession From Auto Starting

Jun 18, 2011

my mouse is not being seen so I need to log in without the xsession autostarting to get a cmd line login.

my account will not let me login with my passd so the console is my only access with root but i cannot do anything withourt a mouse.

1. How can i get logged in?

2. How can I stop xsession from autostarting on a reboot once i get loged in i can try to remove that setting and boot the box.

3. secure session lets me in but the xterm is not active so I cannot type any commands.

View 5 Replies View Related

Ubuntu Installation :: Stop Mysql From Auto Starting When Start Machine

Mar 1, 2010

i have installed mysql and its running fine. how i can stop mysql from auto starting when i start my machine

View 2 Replies View Related

Ubuntu Multimedia :: Stop Rhythmbox From Auto-clearing The Play Queue?

Jun 2, 2010

Is there any way to stop Rhythmbox from clearing a song from the Play Queue once it has played it?

I searched the forums and haven't found a solution. This question had been raised before, but there was no answer given (the guy who responded confused 'playlist' with 'play queue').

Basically, whenever I queue up files to play in Rhythmbox's Play Queue (and i prefer to use that, since I operate it via Gnome-Do), they are auto-cleared as soon as I have finished playing them. I'd like to stop Rhythmbox from clearing them as I like to put them on repeat.

View 4 Replies View Related

Fedora :: How To Stop Gnome In 13 From Auto-mounting The Cdroms

Jul 13, 2010

how to stop gnome in fedora 13 from automounting the cdroms i insert? i just want it to ignore them.

View 4 Replies View Related

General :: Stop Drivers Modules Auto-installing?

Jul 20, 2011

I have two devices (a usb modem and a camera) permanently hard-wired into my system. When linux boots, it automatically inserts their drivers. However, I would like this to be under my control to insert as and when needed. Can anyone give any pointers as to how I might disable auto-insertion, whilst still allowing manual insertion via insmod or modprobe? I understand the usual method would be to use modules.conf, however in my modules.conf file, there is no entries at all.

View 1 Replies View Related

Ubuntu :: Unity Files And Folders Search Doesn't Show 'old' Files?

Jul 20, 2011

I have noticed that the files and folders search in Unity, only shows up those files which have been amended (or possibly just opened) since the install.

i was wondering if there was a way i could have the search index (or something vaguely equivalent) all the files on my machine. This is especially important given that i reinstall the OS every six months on a new distribution cycle, copying all my old files across.

Without being able to see my old files the search is pretty much reduced to a recent history search.

View 3 Replies View Related

Fedora Hardware :: How To Stop Xorg.Conf Auto Generation

Apr 2, 2010

I am on a Fedora 12 box, and it's my job to do some custom configs to xorg.conf. To start this, I have to remove a bunch of devices' entries and modify others. We're using the proprietary Nvidia drivers, and they work fine except that something - perhaps the NVIDIA X Server Settings app - keeps modifying the xorg.conf. After I write a change to see if it will work or break the machine, I have to restart the entire computer, as restarting X by itself blanks out the monitor so that I can't even see a virtual console. After the restart, X starts just fine and goes into GNOME, but as soon as I look at the xorg.conf, everything I've removed or commented out from the original, auto-generated file has reappeared. How to stop this infuriating behavior so that I can rewrite xorg.conf and make the changes stick?

View 7 Replies View Related

Debian Configuration :: Stop Squeeze Auto Using My Mobile As Wired Network?

May 25, 2010

I have Debian Squeeze AMD64 bit release. It finds my wired ethernet connection and ues itfine, although nothing shows up in the top right corner under the networking icon.

When I plug my mobile phone in (HTC S620) it always uses this as the main internet connection and then even if disconnected wont use my wired connection until I reboot.

Is there a way to stop it doing this or at least have my wired connction as an option so I can just click to reconnect to my ethernet connection?

View 2 Replies View Related

General :: Stop Search Param In Directories By Grep Immediately After Param Match

Jun 17, 2010

I use the following command to find under /var some param in my script

grep -R "param" /var/* 2>/dev/null |grep -wq "param"

my problem is that: after grep find the param in file grep continue to search until all searches under /var/* will completed

How to perform stop immediately after grep match the param word

For example when I run the: grep -R "param" /var/* 2>/dev/null |grep -wq "param"

grep find the param after one second.

But grep continue to Search other same param on other files and its take almost 30 seconds

How to stop the grep immediately after param match?

View 1 Replies View Related

Ubuntu :: How To Search For Files

Dec 19, 2010

Is there any way, either with something included or with a program that can be set up to search for files in Ubuntu? I need something like the search for files or folders that was available in Windoze 98 and 2000. I have tried the built in search under "places" and I have found no way to get it to search a full drive or all drives.

View 5 Replies View Related

General :: Ubuntu 10.10 - How To Search For Files

Feb 1, 2011

find a file or content by name recursively similar to the ms-windows function search with Linux? I can do find . | grep test.html suspecting it's not the best.

For instance, running find . | grep terms.htmlgives my expected result while locate terms.html doesn't even though locate gets updated db - it might have to do with that it's an USB stick the file is on?

View 7 Replies View Related

Ubuntu :: How To Search And Remove The Files

Jan 20, 2010

Recently one of the worm is spread in our network & so many unwated files are getting copied on our ubuntu file server like comment.htt, desktop.ini, winfile.exe Now we have clean that worm from our network but few files are remained on ubuntu server as well as in backup folders and i want to search those files and delete it.

View 1 Replies View Related

Ubuntu :: Search For Content In Files?

Mar 5, 2010

I need the ability to search for file content in documents and spreadsheets and I need to be able to do this from the folder level.When I hover my mouse over the "search" button in the file browser toolbar, it says that it can "locate documents and folders on this computer by name or content," but that is not the case. It can only locate documents and folders by name. Is there something I need to download that will allow me to do this? I have nautilus file manager.

View 9 Replies View Related

Ubuntu :: Any Way To Search Within Series Of Files?

May 11, 2010

I recently used scalpel to recover .doc files. I only need to find just one file, but scalpel retrieved thousands and thousands of them, all titled after a sequence of numbers. If I could only search within them all for a single word I'd be able to identify the ones to check out vs. the duds immediately.

View 6 Replies View Related

Ubuntu :: Search For Something Inside One Of Files?

Nov 28, 2010

How can I search for one 6 letter word throughout all of my Ubuntu files?

Sounds simple but I've not found what I'm looking for. The bottom line is that I am wanting to clean up a file association in mime. I would have had more success if I were searching for this under XP. I must be doing something wrong.

Since I trialled a commercial company's map product under Wine somewhere in my system is still their name. Any gpx file I choose to download and the company's name appears in properties. Ggx files are also associated with Wine whilst an untainted PC in the house just has "Browse" as an "open with" option.

First things first, how do I find and delete this commercial company's name totally from any part of my system? How do I find their name in one or more of my files?

View 9 Replies View Related

Ubuntu :: Way To Do A Compound Search Of Some Files?

Dec 8, 2010

I'm trying to look through a big folder of air photos to see if there are some world files that have duplicate coordinates. I want to find *.jgw files that have 123 in line 5 and 456 in line 6. I first thought grep could do this for me but grep 123 *.jgw|grep 456 finds only files where 123 and 456 are on the same line. Is there a sed trick for this?

View 2 Replies View Related

Ubuntu :: Best Software For Search For Files?

Dec 29, 2010

What's the best software people know of for searching for files in Ubuntu?

View 9 Replies View Related

Ubuntu :: Places / Search For Files Not Available

Apr 20, 2011

My Search option under Places is not available. Earlier it was available but today when I checked its not there. How to restore it.

View 1 Replies View Related

Ubuntu :: Search Files Of A Particular Extension?

May 8, 2011

any utility to search for a file of a particular extension like search for all .txt files only

View 1 Replies View Related

Ubuntu :: Output Files Containing Search Term?

Feb 25, 2010

I would like to search for a term within a batch of text files and copy the files containing that term to a folder.

I've read the man pages for Grep, Ack-grep and looked through nautilus, dolphin, midnight commander as well as tried beagle, tracker and google desktop (and looked throught these forums).

I can do this function easily with xp's wagging dog in the Windows search, but would like to find a way in Linux.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved