Ubuntu Networking :: Usb Modem - Can't Find Autorun Files - Command To Run

Sep 7, 2010

i cant connect with 3g modem.I've tried with vodafone and 3 ireland.THE SOFTWARE ICON IS ON SCREEN WITH BOTH MODEMS but when i try to run they cant find autorun files is there a comand to run these files their in media/3connect/autorun.exe.do i need permissions or something

View 8 Replies


ADVERTISEMENT

Ubuntu :: Get A Command To Autorun On Startup?

Jul 22, 2010

I wish to enable battery tab in Acer 751, Lucid. The command I type in terminal every time I start the netbook is: Quote: cat /proc/acpi/battery/BAT1/info How do I make it run automatically on start up?

View 2 Replies View Related

General :: Find/grep/wc Command To Find Matching Files - Print Filename And Word Count?

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

General :: Command Line - Use Find To Find Text Files?

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

Ubuntu Installation :: Cannot Find Autorun Program - Error Message

Jul 13, 2011

Trying to load ubuntu 11.04 and error message comes up cannot find autorun program. how do i get the program on my computer so i can download the upgraded version of ubuntu I have tried rebooting and many many other things. it loaded just fine on my desktop right over my pc linux os.

View 1 Replies View Related

General :: Find Setuid Files Using FIND Command?

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

Ubuntu :: Find Command Does Not Find All Files?

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

Programming :: Command For Find/Replace In Text Files (inc. Files In Sub-folders)?

Oct 11, 2010

I found this command that works great finding and replacing a simple string to another in files located in that folder and all sub-folders.

Code: find . -name '*.php' | xargs perl -pi -e 's/OldText/NewText/g'

The problem I have is that I need to replace a more complex string, like this: Old string: /mnt/stor6-wc2-dfw1/627896/982574/ New string: /mnt/stor8-wc2-dfw1/369587/302589/ There I don't know how to do it... since the / is what separates the old from the new strings, and the strings that I want to replace have / in it. Also, I would like to know how to specify under what folder replace the files, for example, I want that it search/replaces all files under /var/www/mysite/htdocs folder.

View 1 Replies View Related

Ubuntu Networking :: Find A Driver For A Sprint 3G/4G Modem?

Jan 3, 2010

I need to find a driver for a Sprint 3G/4G modem. I am running 9.04.

Sprint lists this as a U300 but the actual part is a Franklin Wireless FW300DOWMX.

lsusb shows this as ID 16d8:6002 CMOTECH Co., Ltd. and ID 0409:005a NEC Corp. HighSpeed Hub

so my box can see the part.

If I can get just the 3G working that would help a lot. I would be happy to do beta, even alpha, testing.

View 9 Replies View Related

Ubuntu Networking :: Unable To Find Modem In Gnome PPP?

Feb 20, 2010

I have a Huawei U7510 mobile phone (using the '3' network in the UK) and want to connect to the Web using this device when I'm not at home.

I dual boot my laptop (Karmic and Win7) and have successfully connected to the net in Windoze.

I have downloaded GnomePPP but it can't detect the modem. how to setup my connection in Karmic

View 3 Replies View Related

Ubuntu Networking :: Cannot Find Unix Dial Up Modem

Feb 25, 2011

I tried Gnome-ppp but terminal can not find it! Retired can only afford cheap dialup.

Where can I get a version of ubuntu that has system -> administration-> networking?

View 1 Replies View Related

Ubuntu Installation :: Video Driver On Cd No Go - Error Autorunning Software - Cannot Find The Autorun Program

Apr 1, 2011

I just installed Ubuntu on my brand new system that I built. I put in my cd for my HD 5770 video card, and an icon shows up on my screen XFX_VGA_V9.8C text under it.

However when I try to access it in anyway, I try to open with autorun prompt, I get a message "This medium contains software intended to be automatically started. would you like to run it?"

I click on run and get "Error autorunning software, cannot find the autorun program."

Is there anyway that I can run this disk. It's important for setup. I cant copy the disk to the desktop, I get errors.

View 5 Replies View Related

Networking :: Unable To Find CDMA 1x Modem

May 24, 2010

I have a ZTE CDMA 1x Modem (Reliance Netconnect). The modem has a USB interface and it works as a PLUG-&-PLAY device on windows (and has a Flash Storage too for driver information for windows.) I am unable to find my modem on Linux machine so that i can use wvdial for getting connected to internet on my linux machine. This the dmesg output for my modem.

[Code].....

View 1 Replies View Related

Ubuntu Networking :: USB Wireless USB Modem From The Command Line Termianl Only?

May 14, 2010

Without Gdm (The GUI Desktop running), or an Internet connection, how does One get pppd or wvdial to connect to a wireless broadband modem?I'm SURE this can be done with any modern Distro without additional downloads...but seem to be missing some crucial step...? I've been trying things like: (scrips for pppd and chat and ln {links} ttyACM0 to /dev/modem?) the modem is definitely on ttyACM0.

ln -sf /dev/ttyACM0 /dev/modem
/etc/ppp/chat-script
#!/bin/sh

[code]....

View 1 Replies View Related

Programming :: Way To Find Core Files In System With Out Using "Find" Command

Jul 30, 2010

Is there any way to find the core files with out using the FIND command?

View 1 Replies View Related

Ubuntu :: Find Multiple Files In The Command Line?

Mar 2, 2010

command line, I have a server for work that I ssh into and I need to be able to find multiple files (they have the leading text just the date identifier changes) and then zip the files (with bzip) them and then finally scp(Secure copy) them to another server.

These files are always in the same directory and this is a daily task and just want to make into a script that I run once I am logged into the remote server.

View 4 Replies View Related

Ubuntu :: Command Used By Admin To Find Hidden Files?

Aug 15, 2010

What linux command would an administrator use to find all hidden files on a Unix/Linux server that were generated during the last week?

View 7 Replies View Related

Ubuntu :: Total Filesize Of All Files Found With The Find Command?

Dec 21, 2010

i'd like to know the total filesize of all files found with the find command, so

Code:
find -iname '*.mpg' | xargs -I {} du -sh {}
but this gives me the filesize of each file, since each line is passed to "du".

how can I pass the whole list through the pipe?

View 6 Replies View Related

OpenSUSE :: Find Files In 11.2 Without Using The Command Line

May 25, 2010

How do I find files in opensuse 11.2 without using the command line. I see in dolphin "nepomuksearch", but it doesn't work. Even in the command line you cannot whereis a file like Monday, Monday.mp3. whereis also seems to be case sensitive.

View 5 Replies View Related

General :: Find Command In Locate Pdf Files?

May 25, 2010

My goal is to find all pdf files on a remote machine, so I resort to the useful command find. So I type find .pdf or find .pdf" and I get nothing. I do the same on my machine and I get nothing. I do a regular search from the menu on my machine and I find quite a few pdf files. Would somebody please tell me what am I doing wrong?

View 5 Replies View Related

Ubuntu Networking :: Connect Machines Together (via A Modem / Router Of Course) To Browse Files

Jul 27, 2011

I have 2 machines both using U 11.04, one of them being Studio. I have tried to connect them together (via a modem/router of course) to browse files but I can't connect. I get error messages. I've installed samba and everything.

View 1 Replies View Related

Ubuntu :: Command Line - Find And Replace Text Within Multiple Files?

Aug 28, 2010

I'm pretty sure this is doable from the command line, but my CLI skills have degraded a lot since my pre-Y2K admin days. The goal is to search all the files in the directory for a very long string of text and replace it with another string of text. The text being searched for is my Google Adsense code (which will be stripped from my website) and it will be replaced with a placeholder so I can easily tack something else in there in the future.

Seeing how I have that long snip of code on about 100 pages, automating the process would make life easier.
If I was searching for a single word, I can see ways to do this.
If I paste the code I'm searching for into a text file, is there a way to:
find (contents of oldstring.txt) and replace with (contents of newstring.txt)?

View 9 Replies View Related

Debian :: Use The Find Command To Search For Devices Files?

Mar 23, 2010

I've got 2 problems:1. How can I use the find command to search for devices files?2. I need to find all files thaare 6 months (or more) old and that have a size of 2 Mo or more. What would the code look like?Oh and also, how can I use the cat command to insert text in a file?

View 2 Replies View Related

General :: Command To Find All Of The Files Which Have Been Accessed Within The Last 30 Days?

May 14, 2010

Command to find all of the files which have been accessed within the last 30 days?

View 1 Replies View Related

Software :: Find Command For No Login User Files?

Feb 22, 2011

How to find files owned by a user who does not have an interactive shell on the system and copy them to a different location. For Eg : Files owned by UID : 86 in /sbin/nologin needs to be located.

View 4 Replies View Related

Programming :: Applying A Script To All The Files Of The Find Command?

Oct 18, 2010

Code:
find "$SOURCEDIR" -type f -name "*$ITEM" -printf "%P
"

I want to apply some shell script to the files outputed by the find command.

How can i do this.?

There are multiple files directories and also multiple files.

View 14 Replies View Related

General :: Bash - Command To Find Files Changed In Last N Seconds?

Jun 21, 2011

Linux command to find files changed in last n seconds. shell script,that we can run from cli or command.

View 3 Replies View Related

General :: 'find' Command Regex To Exclude Hidden Files?

Jun 28, 2010

I have the following command which finds all files that have changed in the last day and lists them. How can I exclude hidden files like .bash_history?

View 3 Replies View Related

Programming : Find Out Files That Are Changed Less Than 10 Hours With Grep Command?

Mar 20, 2010

Getting the list of files in the root directory that have changed less than 10 hours earlier, using grep, but without the directories.

View 1 Replies View Related

Ubuntu Networking :: Set Dhclient To Autorun At Boot?

Jan 21, 2010

Had a problem getting my internet connection working with Ubuntu, but I resolved that issue. Problem is I still have to manually run dhclient every time Ubuntu boots, because I have no network unless I do. Is there a script or something that can do this automatically?

View 1 Replies View Related







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