![]() |
|
#1
|
||||
|
||||
|
Is there an instant search for Ubuntu/ Linux, just like the one in Vista and Win 7 or something like google desktop search?
Thanks
__________________
Ubuntu 12.10 AX64 Time Machine, Comodo FW & Defence Plus, |
|
#2
|
|||
|
|||
|
There are several. I am pretty sure Ubuntu comes with a desktop search enabled by default. I use Kubuntu and with it, you simply hit "Alt-F2" which opens a window where you enter search terms. Ubuntu uses a different backend, but Alt-F2 might do the same thing.
If that doesn't work, then Beagle is popular. You can also use google desktop search as well. (sudo apt-get install google-desktop-linux) |
|
#3
|
||||
|
||||
|
Thanks. I will tryt it.
__________________
Ubuntu 12.10 AX64 Time Machine, Comodo FW & Defence Plus, |
|
#4
|
|||
|
|||
|
Mint has an excellent instant search function. I'm gonna become a shameless Mint promoter troll
![]() |
|
#5
|
||||
|
||||
|
Ok, what,s better in Mint than Ubuntu in ur opinion?
BTW Beagle seems not so instantaneous.
__________________
Ubuntu 12.10 AX64 Time Machine, Comodo FW & Defence Plus, |
|
#6
|
|||
|
|||
|
you can try catfish, it's a frontend for several search programs. if you use it with locate it should be instant. it's what that windows program locate 32 is based on. you can just use locate from a terminal though and learning how to use find and grep isn't too difficult.
edit: this is it - http://software.twotoasts.de/index.p...ries/4-Catfish it's a bit old, and there are probably newer search programs now. but it's easy to use and you can tell it which directories to search and you can add it to your file manager right-click option (but you can probably do that with others too) Last edited by iceni60 : December 24th, 2009 at 03:27 PM. |
|
#7
|
|||
|
|||
|
Quote:
Sorry, didn't mean to suggest Mint is better, only that's what i use and find it speedy, though I'm sure Ubuntu is probably equally as good, because Mint is based on it. |
|
#8
|
||||
|
||||
|
No, I really want to know. Ubuntu is fine but I hate the fact that it,s slow. I tried PCLOS Gnome and that was way faster than Ubuntu. Hope they can look on this issue.
__________________
Ubuntu 12.10 AX64 Time Machine, Comodo FW & Defence Plus, |
|
#9
|
||||
|
||||
|
Quote:
![]()
__________________
Ubuntu 12.10 AX64 Time Machine, Comodo FW & Defence Plus, |
|
#10
|
|||
|
|||
|
How about a right click on the panel then add to panel>deskbar
It might not be good enough for your requirements but it's so quick and easy for you to try out if you don't want to tweak (it wont take you more than 60 seconds to try it). Click the icon not the arrow (you can click that later). Here's a page explaining it: http://projects.gnome.org/deskbar-applet/ |
|
#11
|
||||
|
||||
|
Thanks. Sure I will try this. System hard disk crashed just now.
__________________
Ubuntu 12.10 AX64 Time Machine, Comodo FW & Defence Plus, |
|
#12
|
|||
|
|||
|
aigle, your signature needs addressing.
First of all, why do you want a "pop-up HIPS" for Ubuntu? What is your definition of a "HIPS?" Secondly, there are already "sandboxes" for Linux. Indeed, your Ubuntu machine has one installed by default -- it's called AppArmor and it can sandbox individual applications. Moreover, since all Ubuntu users, by default, run in a limited account, this works as a semi-sandbox itself. And if you need something more, you can run a virtual machine. Third, you don't need a key scrambler since keyloggers cannot be installed without root access to your machine. Unless you are surfing the web as root or installing questionable software, you have nothing to worry about where keyloggers are concerned. |
|
#13
|
||||
|
||||
|
Quote:
2- AppArmor doesn,t see easy to use. I need something easier like Sandbxoie, SW or GW, basically to cover browser exploits. 3- I think it,s likely that a malware can run in linux without root access. It might not exist now but can come any time in the wild and who knows such malware are still there. It,s just a matter a time, if Linux gets a significant share in desktop market, I believe we will see all type of malware for linux too. May be I am wrong though.
__________________
Ubuntu 12.10 AX64 Time Machine, Comodo FW & Defence Plus, |
|
#14
|
||||
|
||||
|
Quote:
You already have several AppArmor profiles running in enforced mode 'out of the box'. To see what they are run: sudo apparmor_status The Firefox profile is optional, but it is there and can be enabled as follows:- $ sudo aa-enforce /etc/apparmor.d/usr.bin.firefox-3.5 To disable it again:- $ sudo apparmor_parser -R /etc/apparmor.d/usr.bin.firefox-3.5 $ sudo ln -s /etc/apparmor.d/usr.bin.firefox-3.5 /etc/apparmor.d/disable/usr.bin.firefox-3.5 I have tried the FF profile - nice test is to go to a page with java like http://www.java.com/en/download/help/testvm.xml - it prevents the applet from loading. Was a nuisance for me as I often need java for monitoring/analysing stock market graphs - so I disabled it. Feel safe enough with NoScript and don't download crap, let alone execute crap. See also here https://help.ubuntu.com/community/AppArmor I am not sure whether the 2 example commands for cups below are still applicable in Karmic 9.10, or whether one needs to enter the path to the executable to change cups say from enforce to complain mode and vice versa. (?) Eg. sudo aa-complain cupsd (to disable) sudo aa-enforce cupsd (to enable)
__________________
|
|
#15
|
||||
|
||||
|
I will play with when I have some time. It needs a lot of time. I use Opera so FF profile is not so useful for me.
__________________
Ubuntu 12.10 AX64 Time Machine, Comodo FW & Defence Plus, |
|
#16
|
|||
|
|||
|
Quote:
I think the default firefox profile is pretty good -- it covers a lot of bases. However, as you said, there are a few corner cases that it doesn't cover. Your link does not work for me either. However, when I try other online java browser tests, they do work. I have scanned my logs and don't see any error messages when I try to run that Java applet. So, I am not sure what is being blocked or why. At any rate, if you find something is blocked, you can merely run "sudo aa-logprof" and go through the logs. |
|
#17
|
|||
|
|||
|
Quote:
This is not necessary on Linux because Linux doesn't work the same way Windows does. Linux does not rely on file extensions to determine if a file can execute. File extensions mean *nothing* on Unix/Linux. All that matters are file permissions. Moreover, Linux does not allow any newly downloaded or created file execute permissions unless you, the user, explicitly make it executable. This is called a umask, and all distros usually set it to 022 (google "umask" for more info). Therefore, there is no way (short of an application exploit) that something can execute without your knowledge to begin with. And if you want to stop application exploits, you can use AppArmor. Quote:
I've never used Sandboxie or any other Windows HIPS or sandbox, so I can't comment. However, I can sat that AppArmor is pretty easy to use once you learn the basics of it. Quote:
Malware can run without root, sure. But you would have to explicitly execute it on purpose. Therefore, the only malware Linux is prone to are things like trojans (which trick the user into doing something he shouldn't). |
|
#18
|
|||
|
|||
|
Malware is overrated on Windows, twice so on Linux.
Don't execute crap - nothing happens. The end. Enjoy the good stuff. Mrk
__________________
http://www.dedoimedo.com All your base are belong to us Linux Systems Expert / Systems Programmer, Linux System Administrator, LPIC-1, LPIC-2 (WIP), GSEC, CCHD, CCHA |
|
#19
|
||||
|
||||
|
Quote:
__________________
Ubuntu 12.10 AX64 Time Machine, Comodo FW & Defence Plus, |
|
#20
|
|||
|
|||
|
Quote:
I am not familiar with the way Windows does everything nowadays, but several years back I know it was common for Outlook to automatically execute e-mail attachments. Linux mail clients have never done things this stupid by default. |
|
#21
|
|||
|
|||
|
Quote:
You have said this before and it's simply not true. Have you never heard of drive-by downloads? This is where web pages automatically execute things in your browser and cause a compromise of the machine. Now, one might say "only surf to safe sites." Yeah, that would work if it weren't for the fact that 1 in 10 websites on the Internet are now compromised, with many of them being completely innocent websites. |
|
#22
|
|||
|
|||
|
Compromised sites are overrated, too. Besides, that's part of the execution too.
If you're running a patched browser, patched OS, the drive-bys are nothing more than a nuisance, if that. Web browsers "could" execute and "could" cause compromise to machines, but those two big coulds do not translate into can or will. I don't even want to mention "heavy" stuff like limited user or noscript, which really make all this stuff boring. The sheer emphasis on panic in public media - you just go to a site and get infected - is erroneous on so many levels that I have a small bout of berserking rage every time I read it, written by pseudo-journalists looking for traffic by means of fear mongering. Getting infected by computer malware is no more than getting infected with an STD. You simply don't have to. Mrk
__________________
http://www.dedoimedo.com All your base are belong to us Linux Systems Expert / Systems Programmer, Linux System Administrator, LPIC-1, LPIC-2 (WIP), GSEC, CCHD, CCHA |
|
#23
|
||||
|
||||
|
Quote:
Patched software does not exclude the possibility of 0-days. Quote:
Sure those things work, but doing that is not what you said originally. You said "don't execute crap and you'll be fine." It's not as simple as "safe surfing habits" and "not executing crap." Unless one turns off all scripts in the browser, not executing crap is impossible. Quote:
Are you denying that drive-by downloads are a problem? Quote:
I agree it doesn't have to be this way. I think more people should use *nix, but that doesn't mean they will. The fact is, those on Windows (especially those still using XP) are at a great risk of infection simply by surfing the web. Most people do not run XP in a LUA and do not know about NoScript. therefore your advice to "not execute crap" does not work for them. |
|
#24
|
||||
|
||||
|
Quote:
__________________
If it ain't broke, you haven't tweaked it enough.... Debian 7 x64 |
|
#25
|
|||
|
|||
|
Quote:
Then you must have good security practices. I guarantee if you were running your box as admin, using IE with scripting allowed, you would not have been malware free all of this time. Actually, I must ask: how can you be sure you have never been infected? Hijacked websites are found all the time -- as I said, it is estimated that 1 in 10 sites on the Internet are infected. Here is an example found recently (Fox Sports Net). here is a quote from the article: Quote:
This means if a person is surfing the web as admin (90% of Windows users) and allows Flash applets to run (95% of people) and they visit a legitimate site like Fox Sports Net, they become part of a botnet instantly. Do you guys still care to deny that drive-by's are real? |
| « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|
|