Hardware :: Cannot Find The Usb In /dev?
Jul 3, 2010
I have an external hard disk which is not recognized (both by windows and linux). I want to use ddrescue, i may be able to save the data but i do not know which is the right path for the device
View 2 Replies
ADVERTISEMENT
Sep 7, 2010
I 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
View 1 Replies
View Related
Sep 11, 2009
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 {}` ;
View 10 Replies
View Related
Jul 15, 2011
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 Related
Aug 21, 2011
I'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 Related
Feb 28, 2011
I 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]...
View 3 Replies
View Related
Jan 25, 2009
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 Related
Aug 3, 2010
am 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 Related
Aug 9, 2011
The 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 Related
May 18, 2011
shell 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]....
View 1 Replies
View Related
Jul 30, 2010
Is there any way to find the core files with out using the FIND command?
View 1 Replies
View Related
Jul 22, 2011
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 Related
Feb 2, 2010
i'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.
View 2 Replies
View Related
May 2, 2010
How do i find my internets WEP KEY?
View 9 Replies
View Related
Feb 28, 2011
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 Related
Mar 25, 2010
I am not completley new to linux, I have tried a few variations, but I can't seem to find the right fit.
Can someone tell me: What, if any, is the best Distro for someone with no Internet.
I have Dial-up at home, but it is capped at 20hrs a month, and download speeds of 5Kb/s MAX.
Can sonmeone help, or should I just get an upgrade?
Is it possible to fully enjoy Linux without the Internet?
View 6 Replies
View Related
Jun 24, 2010
Which of these is the accurate way of determining if the OS (not the cpu) is 32 or 64 bit?
uname -a | grep "x86_64" => $? = 0 implies 64bit
uname -p | grep "x86_64" => $? = 0 implies 64bit
getconf LONG_BIT (returns 32 or 64)
View 7 Replies
View Related
Dec 28, 2010
I compiled the GMP library and put it into a local directory (I have no idea where to put it otherwise (or how), but I'm just going to use this once anyway). I put this into the terminal:
gcc -L/Users/adm/Downloads/gmp-5.0.1/ -lgmp /Users/adm/Desktop
/main.c
--> gmp.h: No such file or directory
It won't find gmp.h (which is in that directory) and I don't want to compile my file inside the library directory. I have also tried this with no success.
LD_LIBRARY_PATH=/Users/adm/Downloads/gmp-5.0.1/
View 14 Replies
View Related
Jan 24, 2011
I can't find gnome-mount using aptitude, but certainly it is listed in packages.debian. org/squeeze. Maybe I need add a new repository. But how do I know what is that repository?
View 3 Replies
View Related
May 27, 2011
I have a folder structure filled with zip files. I am trying to unzip them and keep them in their original location
This is what I am using
find . -iname "*.zip" -exec unzip {} ;
Now this command just unzips fine but the thing is that it unzips them where I fire this command(root folder of the zipped files). How can I recursively unzip files but keep them in place ?
View 1 Replies
View Related
May 8, 2010
have you ever encounter such problem that the g2c lib can not be find in lenny debian when using gcc -lg2c ... I have tried several methods but failed to solve it. I use the apt-file search g2c and find that libg2c0: /usr/lib/lig2c.so.0. However, it looks could not work. I wonder if I should install the g77 compiler which is no in lenny, but I don't know how to install g77.
View 2 Replies
View Related
Sep 19, 2010
i cant seem to get my xbox 360 to find my debain pc.samba is installed and so is mediatomb, the work groups are the same and thier are no ip problems i cant seem to get it working.
View 4 Replies
View Related
Nov 7, 2009
I have recently installed Fedora 11 and I am having some trouble with it. While installing another program I get the message: make: g77: Command not found
I tied to look for the compiler to install using yum search g77
And got the following list:
I was wondering if it is in some obscure repository, which would seem odd to me. I have the following repositories available (as shown in yumex) :
View 2 Replies
View Related
Nov 24, 2009
My main question is must support for Dynamic Extensions be compiled during install? Specifically Mysql and Mysqli appear not to have been compiled into php despite using the prefix "--with-ysqli=/user/local/mysql/bin/mysql_config".Or can I place the needed call to mysql extension in the php.d and download the .so file adding it to the proper direectory?If I must reinstall, where on the PHP.NET site does it address reinstall? I'm shocked not to find this in the documentation
View 1 Replies
View Related
Jan 9, 2010
Can someone link me to get Fedora 11. I'm looking for it, but I can't find it on the site. I'm also looking for the one that is 700mb. Since the ones I keep finding also on google around 3gb. Don't want to wait that long and I remember downloading one that was around 700mb
View 2 Replies
View Related
May 1, 2010
I have F12 with KDE 4.x so I think I use KDM 4.x... I wonder where I can find some and how can I use them?
View 2 Replies
View Related
Jun 11, 2010
I have Fedora 12 installed and I think that I have a problem with yum because from one month ago if I run "yum update" never get any update of none program. This is the output of the command.
Code:
[root@aqua yum.repos.d]# yum update
Complementos cargados:fastestmirror, presto, refresh-packagekit
Loading mirror speeds from cached hostfile
* fedora: mirror.uv.es
* rpmfusion-free: mirror.switch.ch
* rpmfusion-free-updates: mirror.switch.ch
* rpmfusion-nonfree: mirror.switch.ch
* rpmfusion-nonfree-updates: mirror.switch.ch
* updates: mirror.uv.es
Configurando el proceso de actualization
No se han seleccionando paquetes para ser actualizados
View 3 Replies
View Related
Dec 31, 2010
I've tried installing nvidia's devdriver but I keep getting an error stating the kernel.h file isn't available. I've tried searching for it on my computer but haven't found it and haven't found a copy of it using google either.
how I can go about finding my kernel's source path or a way to getting a copy of the kernel's source so I can install nvidia's devdriver?
View 3 Replies
View Related
Mar 23, 2011
I installed libgnome package using yum But cant find the libgnome-2.0.pc
I have attached a screenshot below
View 2 Replies
View Related
Apr 18, 2011
I could not find vlc to install. I use to be able to install it by just typing:
yum install vlc
View 5 Replies
View Related