Ubuntu :: How To Find Wep Key
May 2, 2010How do i find my internets WEP KEY?
View 9 RepliesHow do i find my internets WEP KEY?
View 9 RepliesThe find command does not seem to find all files in my directory hierarchy. My home directory is automounted from a server. The command to illustrate this is:find | sed -e 's/^.///' | sed -e 's//.*//' | sort -uThe result misses several directories. Likewise, a find of a particular file, like:find . -iname *sample* -printwhere sample_file.txt resides in one of the directories that is missing in the first find command, finds nothing
View 4 Replies View RelatedI have 4 Linux machines with cluster.My target is to find all kind of IP address (xxx.xxx.xxx.xxx) in every file in the linux system remark: need to scan each file in the linux system and verify if the file include IP address if yes need to print the IP as the following
more /etc/inet/file.example1
182.23.2.4
255.255.0.0
10.10.1.1
I am trying to do a find/grep/wc command to find matching files, print the filename and then the word count of a specific pattern per file. Here is my best (non-working) attempt so far:
wc `find . ( -name "*.as" -o -name "*.mxml" ) -exec grep -H HeightResizableList {}` ;
Is there a way to specify to find that I only want text files (and not binary files)? Grep has an option to exclude binary files, so I thought find probably has a similar feature, but I've been unable to find it.
View 2 Replies View RelatedI've got a setup where I need to use 'find' to find 0 or more files in a certain directory, however, 'find' always produces an error when there are no files that match a certain check. Is it possible to run 'find' while having it omit errors when no files match the pattern?
View 2 Replies View RelatedI have used diff command in past.I faced a situation to which I did not had a cluehere are some text strings (which can be stored in a file)Quote:
CONFIG_XEN=y
CONFIG_XEN_PVHVM=y
CONFIG_XEN_MAX_DOMAIN_MEMORY=128
[code]...
I know how to search for normal files but can you let me know " How to search for 5 setuid files on the system. Also explain, for each file, why setuid mechanism is necessary for the command to function properly"
View 1 Replies View Relatedam new to linux and trying to find a file in sub directories using find command as:find .-name *.jpg -type fBut I am unable to get the result as find command is not permitted by the server administrator.Is there any way to find files without using find command.
View 14 Replies View Relatedshell scripting in Fedora14I want a script"Find in curent folder for files, and it copy first file he find with name gived by user, if name already exist then echo error message and finish"command usage " bash scriptname copyASname"
smthing like Code: #!/bin/bash
for files in /home/user/*
do
[code]....
I am having issues with 3d I am trying to start up a game called auteria but it displays this error "Could not find a compatible opengl display resolution. Please check your driver configuration. (Error: Couldn't find a matching GLX visual)" I am on ubuntu 10.10 could anybody give me a solution on how to fix this issue?
View 5 Replies View RelatedIs there any way to find the core files with out using the FIND command?
View 1 Replies View Relatedi'm trying to resize my album art that is dispersed through various artist/album folders. They are mostly 200x200, but i want to make all of them the same size. The code i'm trying to use is,
Code:
find -iname "cover.jpg" -execdir convert -resize 200x200 {}
or
Code:
find -iname "cover.jpg" -execdir convert {} -resize 200x200
i'm getting the error,
Code:
find: missing argument to `-execdir'
on both whats wrong with my syntax.
I'm still learning ubuntu and I'm trying to install windows7 in either vm player or virtualbox. I've downloaded the .iso(took 2hrs) and now I'm not sure how to find it in ubuntu to either burn to c.d. or use virtually. Ubuntu used "Archive manager" as default for downloading. I'm not sure if this was correct to use,as I was thinking ubuntu is alot smarter than I. Where do I go to find the downloaded files?(and yes it's legal). I also downloaded the binary file of vmware, and again not sure what to do. I looked for windows files in <search< files, then alot of files came up, but I'm not sure what I'm looking at.
View 9 Replies View RelatedI have recently installed Ubuntu 9.04 on My Acer aspire one D250-1842, and Im haveing trouble finding and loading Adobe Reader on my pC.
View 9 Replies View RelatedHow do I find out if my computer is 64 bit or 32 bit? I already have ubuntu installed.
View 7 Replies View RelatedI'm running Ubuntu Jaunty 9.04
I recently tried to install 0 A.D. (rts game). I receive the following errors:
I tried using synaptic package manager to update boost but, the compiling for the game stops much sooner in the overall process.
I'd like to find my DNS Server. To be able to run so other programs...I typed in Terminal:
ubuntu@ubuntu:~$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
[code]....
I have a small problem, I have origional C&C Generals CD, and now i wanted to instal it on Ubuntu, and i started Instal form CD, with Wine, but when Instal is at 50% it calls for CD2, i insert it, and no reaction, i push retry, retry, retry, nothing... keeps doing Nothing...
its Windows install, and he cant find CD-ROM in Ubuntu...
But what I need to do?
I <3 Ubuntu .
I'm trying to fix my mbr for windows through ubuntu because I don't have the actual windows xp recovery disk and Grub will not load windows xp. I entered the command "sudo apt-get update" and it loads all the packages but when I am supposed to type in "sudo apt-get install ms-sys" I get the message "E: couldn't find package ms-sys."
View 4 Replies View RelatedLooked around for a little while today, and I can't seem to find a .iso for a DVD (instead of a CD). I'm leery of any .iso torrents, so that's a pass for me.
View 5 Replies View RelatedRecently i have installed some package from terminal..Now i want to make backup of all those packages for later use..But when i view /var/cache/apt/archives all those packages are combined and i dont know the way to seperate the package with its dependencies..If there is a way to find the dependencies of installed package,it might be useful..How to find it?
View 6 Replies View RelatedApache is installed and working fine using localhost. Php already installed in ubuntu, however i cannot find the directory where apache is installed so as to save my web pages there. server cannot interpret php files.
View 1 Replies View RelatedUbuntu 9.10 Gnome Something is acting as though there is a link in my /home/user file structure which is adding almost 40 gig to my backup! I can't find it with the diff command, as it says everything is common....meaning, I think, everything matches up. Yet my system monitor sees my primary drive as being 85% full and my backup (the same size drive) being 99+% filled!
Is there a linux command that would search through my file structure and list all the locations of any links? And is a "link" the only thing that would create a situation like this? P.S. That I know of, I didn't create any links. Whatever it was, seems to have started yesterday.
How do I find my password for SU? I was not given the opportunity, at least that I noticed, to set this up at installation. And it is not my "regular" user password either.
View 3 Replies View RelatedI go under the System>Preferences> Menu but the is no compiz there. I tried to run it from terminal and when i did everything went away and could only see my desktop's background image for about 2-3 sec,then everything came back and i got this in the terminal
I've just did a new format to my linux partition,when the installation was finished i had the same theme that i had before the format. All the effects that i had activated with compiz still work(cube,wobbly windows etc.)
After upgrading to 10.04, Firefox sits showing "looking up" as it takes as much as 1 to 5 minutes to find a site and all the different things to load the site. A few sites just pop up as they should, but many take a long time to ever come up...and it is not the site. Sometimes the same site will load quickly and the next time will take for ever to find.
I have a very fast connection, everything worked fast in the old version and in windows. I have went through all the about:config things to speed up Firefox.
I've been googling around and can't seem to find my answer. I've got an old ATI 9700 pro that I'm removing from my system. I'm replacing it with an Nvidia GeForce 6200. What do I need to do to switch these in Karmic? I tried switching the cards, but I only get a white screen with the pointer on the new card. I can't do anything else. I'm guessing I have to uninstall the open source ATI driver first. How do I do that?
View 1 Replies View RelatedI just recently upgraded to Ubunutu beta 10.10, & now whenever I minimize anything, I cannot find where said program is going to. The programs do not appear anywhere, like before where they were on the bottom panel or whatever.
View 9 Replies View RelatedI recently installed Ubuntu 10.04 on a new machine. I am now trying to compile a program that uses the -lasound library that I wrote on an Ubuntu 8.04 machine. When I try to compile it I find that the compiler (gcc) can't find include file asoundlib.h. On the 8.04 machine I had installed alsa-base, alsa-utils and alsa-source. The asoundlib.h file was then in /usr/include/alsa. I have the same modules installed on the new 10.04 machine but that directory is not present. Can you tell me what modules I need to install and where my program should look for asoundlib.h?
View 1 Replies View Related