Quick Question

2016-01-28 Thread Elwyn Courrege
Good afternoon I was visting your website on 1/29/2016 and I'm very interested. I'm currently looking for work either full time or as a intern to get experience in the field. Please review my CV and let me know what you think. Faithfully, -- Elwyn Courrege Resume.rtf Description: MS-Word docum

Re: Quick Question

2013-08-07 Thread Bob Proulx
Fred White wrote: > If I apt-get install (package) from debian-backports/ > squeeze-backports main will any other areas of my debian get > modified? > > I am using [squeeze] and the package that I need is in squeeze-backport When you perform the installation action it will tell you exactly what pa

Quick Question

2013-08-07 Thread Fred White
Hello List, Somewhere in my head I think that I might have ask my following question before but I can't remember if I did and what was the response. If I apt-get install (package) from debian-backports/ squeeze-backports main will any other areas of my debian get modified? I am still very

Re: a quick question: how to add comments for several lines at the same time

2011-09-30 Thread Jochen Spieker
lina: > > When I use vim (how can I add comments for several lines at the same time, > not one by one) > add # There's probably a more efficient way to do this, but I always go to the start of the first/last line, press Ctrl-v (enters visual block mode), mark the lines I want to comment, then pre

Re: a quick question: how to add comments for several lines at the same time

2011-09-29 Thread John L. Cunningham
On Fri, Sep 30, 2011 at 12:56:54AM +0800, lina wrote: > > How did you set a mark "a"? Type: ma in command mode. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/201

Re: a quick question: how to add comments for several lines at the same time

2011-09-29 Thread Chris Brennan
On Thu, Sep 29, 2011 at 12:52 PM, John L. Cunningham wrote: On Fri, Sep 30, 2011 at 12:31:00AM +0800, lina wrote: > > Hi, > > > > When I use vim (how can I add comments for several lines at the same > time, not > > one by one) > > add # > > I set a mark "a" at the first row that I want to comment

Re: a quick question: how to add comments for several lines at the same time

2011-09-29 Thread lina
On Fri, Sep 30, 2011 at 12:52 AM, John L. Cunningham wrote: > On Fri, Sep 30, 2011 at 12:31:00AM +0800, lina wrote: > > Hi, > > > > When I use vim (how can I add comments for several lines at the same > time, not > > one by one) > > add # > > I set a mark "a" at the first row that I want to commen

Re: a quick question: how to add comments for several lines at the same time

2011-09-29 Thread John L. Cunningham
On Fri, Sep 30, 2011 at 12:31:00AM +0800, lina wrote: > Hi, > > When I use vim (how can I add comments for several lines at the same time, not > one by one) > add # I set a mark "a" at the first row that I want to comment, then move the cursor to the last row I want commented and type: :'a,.s/^/

a quick question: how to add comments for several lines at the same time

2011-09-29 Thread lina
Hi, When I use vim (how can I add comments for several lines at the same time, not one by one) add # are there some trick? (without using some package: http://www.vim.org/scripts/script.php?script_id=1528 ) Thanks ahead, -- Best Regards, lina

Re: Just a Quick Question

2011-09-14 Thread green
RiverWind wrote at 2011-09-13 18:53 -0500: > Subject: Just a Quick Question Please use meaningful subjects for your list messages. It makes it easier for people who can help you to notice your messages. signature.asc Description: Digital signature

Re: Just a Quick Question

2011-09-13 Thread RiverWind
I use the gnome system; sorry I forgot to mention that. Feel free to visit my website and my blog and learn more about me and what I stand for. My Website @ http://riverwind.shellworld.net My Blog http://windraven13.livejournal.com/ On Tue, 13 Sep 2011, Kumar Appaiah wrote: On Tue, Sep 13, 20

Re: Just a Quick Question

2011-09-13 Thread Umarzuki Mochlis
2011/9/14 RiverWind > How does one go about turning off the screen saver on the Debian system? > Thanks so much in advance. > > Feel free to visit my website and my blog and learn more about me > and what I stand for. > My Website @ > http://riverwind.shellworld.**net

Re: Just a Quick Question

2011-09-13 Thread Kumar Appaiah
On Tue, Sep 13, 2011 at 07:53:19PM -0400, RiverWind wrote: > How does one go about turning off the screen saver on the Debian > system? Thanks so much in advance. It depends on which desktop environment you use (KDE/GNOME/XFCE/Other?). Each one has its own way. Alternately, if you run xscreensaver

Re: Just a Quick Question

2011-08-19 Thread Bob Proulx
RiverWind wrote: > Ok, so I do indeed have an "ssh" server, and I am able to ssh into > my ISP's shell account. However, I can not ssh over to my linux box. > In other words, I can get out but not in. Out uses ssh client. In uses ssh server. Start back at the list at step 4 or before and see whe

Re: Just a Quick Question

2011-08-19 Thread RiverWind
Ok, so I do indeed have an "ssh" server, and I am able to ssh into my ISP's shell account. However, I can not ssh over to my linux box. In other words, I can get out but not in. Riv Feel free to visit my website and my blog and learn more about me and what I stand for. My Website @ http://riv

Re: Just a Quick Question

2011-08-19 Thread Bob Proulx
Including the mailing list back in the discussion... RiverWind wrote: > I do not seem to have an ssh server installed on my system. How > could I get one, and how extensive would the config process bee? Easy! # apt-get install openssh-server That is all that you need to do. The server will b

Re: Just a Quick Question

2011-08-19 Thread Bob Proulx
RiverWind wrote: > I used to be able to "ssh" from my shellworld account into my Linux > box before I got the latest version of the squeeze disk. I am not > able to do so now. Exactly what needs to be set up or in place in > order for me to once again be able to access my Linux box via "ssh" > or "

Just a Quick Question

2011-08-19 Thread RiverWind
Hey There, I used to be able to "ssh" from my shellworld account into my Linux box before I got the latest version of the squeeze disk. I am not able to do so now. Exactly what needs to be set up or in place in order for me to once again be able to access my Linux box via "ssh" or "telnet" from

Re: [OT] quick question about function declarations in C++

2008-06-28 Thread Mumia W..
On 06/27/2008 11:30 PM, Kamaraju S Kusumanchi wrote: [...] I think that C++ or any programming related questions are appropriate on this list. [...] With all due respect Mr. Kusumanchi, you're wrong. http://clipmarks.com/clipmark/2D078D31-24DA-4CC9-A3D2-E90325AC2817/ http://clipmarks.com/clipm

Re: [OT] quick question about function declarations in C++

2008-06-27 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/27/08 23:23, Kamaraju S Kusumanchi wrote: > Ron Johnson wrote: > >>> It doesn't matter that I have used 'i' in the declaration and 'j' in the >>> definition, does it? >> What happens if you create a small test program and try it out? >> > > Oh

Re: [OT] quick question about function declarations in C++

2008-06-27 Thread H.S.
Kamaraju S Kusumanchi wrote: H.S. wrote: guys. In C++, do the names of arguments in a function declaration (or prototype) need to match the names of the arguments in function definition? They don't need to match (either in C or in C++). The function declarations Thanks for the detailed expl

Re: [OT] quick question about function declarations in C++

2008-06-27 Thread Kamaraju S Kusumanchi
Mumia W.. wrote: > On 06/26/2008 10:16 PM, H.S. wrote: >> Hello, >> >> I don't seem to recall at the moment so I thought of trying you all >> guys. In C++, do the names of arguments in a function declaration (or >> prototype) need to match the names of the arguments in function >> definition? >>

Re: [OT] quick question about function declarations in C++

2008-06-27 Thread Kamaraju S Kusumanchi
Ron Johnson wrote: >> It doesn't matter that I have used 'i' in the declaration and 'j' in the >> definition, does it? > > What happens if you create a small test program and try it out? > Oh come on! H.S. has helped so many people in the past on this mailing list. Don't you think he knows that

Re: [OT] quick question about function declarations in C++

2008-06-27 Thread Kamaraju S Kusumanchi
H.S. wrote: > Hello, > > I don't seem to recall at the moment so I thought of trying you all > guys. In C++, do the names of arguments in a function declaration (or > prototype) need to match the names of the arguments in function > definition? > They don't need to match (either in C or in C++)

Re: [OT] quick question about function declarations in C++

2008-06-27 Thread H.S.
Eugene V. Lyubimkin wrote: -BEGIN PGP SIGNED MESSAGE- It doesn't matter that I have used 'i' in the declaration and 'j' in the definition, does it? Thanks, ->HS It doesn't matter. Thank you. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble

Re: [OT] quick question about function declarations in C++

2008-06-27 Thread H.S.
Mumia W.. wrote: On 06/26/2008 10:16 PM, H.S. wrote: Hello, I don't seem to recall at the moment so I thought of trying you all guys. In C++, do the names of arguments in a function declaration (or prototype) need to match the names of the arguments in function definition? [...] Hi H.S.

Re: [OT] quick question about function declarations in C++

2008-06-27 Thread Eugene V. Lyubimkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 H.S. wrote: > Hello, > > I don't seem to recall at the moment so I thought of trying you all > guys. In C++, do the names of arguments in a function declaration (or > prototype) need to match the names of the arguments in function definition? > > For

Re: [OT] quick question about function declarations in C++

2008-06-27 Thread Star Liu
Not need to match, I think. :) On Fri, Jun 27, 2008 at 11:16 AM, H.S. <[EMAIL PROTECTED]> wrote: > Hello, > > I don't seem to recall at the moment so I thought of trying you all guys. > In C++, do the names of arguments in a function declaration (or prototype) > need to match the names of the arg

Re: [OT] quick question about function declarations in C++

2008-06-26 Thread Mumia W..
On 06/26/2008 10:16 PM, H.S. wrote: Hello, I don't seem to recall at the moment so I thought of trying you all guys. In C++, do the names of arguments in a function declaration (or prototype) need to match the names of the arguments in function definition? [...] Hi H.S. The newsgroup comp.

Re: [OT] quick question about function declarations in C++

2008-06-26 Thread H.S.
Never mind ... it is late at night so took a little while to eventually find the answer ... it was a long day. Cheers. ->HS -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: [OT] quick question about function declarations in C++

2008-06-26 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/26/08 22:16, H.S. wrote: > Hello, > > I don't seem to recall at the moment so I thought of trying you all > guys. In C++, do the names of arguments in a function declaration (or > prototype) need to match the names of the arguments in function d

[OT] quick question about function declarations in C++

2008-06-26 Thread H.S.
Hello, I don't seem to recall at the moment so I thought of trying you all guys. In C++, do the names of arguments in a function declaration (or prototype) need to match the names of the arguments in function definition? For example, consider a function declaration: void foo(int i); And the

Re: Quick question

2007-01-03 Thread Gregor Schneider
thanks, guys, got it! Greg -- what's puzzlin' you, is the nature of my game gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ http://pgpkeys.pca.dfn.de:11371 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Quick question

2007-01-03 Thread Wesley J. Landaker
On Wednesday 03 January 2007 09:00, Gregor Schneider wrote: > Hi guys, > > just a short question: > > After installing Edge, I see the common-user-$PS1 as follows: > > ${debian_chroot:+($debian_chroot)[EMAIL PROTECTED]:\w\$ > > I understand [EMAIL PROTECTED]:\w\$, however, what does > > ${debian_ch

Re: Quick question

2007-01-03 Thread Mathias Brodala
Hello Gregor. Gregor Schneider, 03.01.2007 17:00: > just a short question: > > After installing Edge, I see the common-user-$PS1 as follows: > > ${debian_chroot:+($debian_chroot)[EMAIL PROTECTED]:\w\$ > > I understand [EMAIL PROTECTED]:\w\$, however, what does > > ${debian_chroot:+($debian_chr

Quick question

2007-01-03 Thread Gregor Schneider
Hi guys, just a short question: After installing Edge, I see the common-user-$PS1 as follows: ${debian_chroot:+($debian_chroot)[EMAIL PROTECTED]:\w\$ I understand [EMAIL PROTECTED]:\w\$, however, what does ${debian_chroot:+($debian_chroot)} do? TIA Greg -- what's puzzlin' you, is the natur

a quick question

2005-08-05 Thread David Zhang
Hi, guys. I just have a quick question. I burnt the DVD and netinstall version of debian. I put it in the dvd rom in my laptop, and then pressed enter to boot. After a short loading of kernels..etc for like 2 sec. my screen goes blank, and both the harddrive and dvd rom stop functioning

Re: Quick question: Choice of release

2004-08-19 Thread John Summerfield
Anders Breindahl wrote: I and a friend are playing with the idea of convincing our gymnasium to using Debian GNU/Linux as their main server OS. As it comes to this issue, which release we would want; stable, testing or unstable? Making the choice, it would matter that the focus is on reliabil

Re: re: Msi motherboard G11-cb00056 - quick question

2004-08-18 Thread MULTicORP
Hi, The motherboard is model # MS-6154V. Look at the MSI website and you will find it. Regards Gunther -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Quick question: Choice of release

2004-08-16 Thread Paul E Condon
On Tue, Aug 17, 2004 at 12:33:49AM +0200, Anders Breindahl wrote: > I and a friend are playing with the idea of convincing our gymnasium to > using Debian GNU/Linux as their main server OS. > > As it comes to this issue, which release we would want; stable, testing or > unstable? > > Making

Re: Quick question: Choice of release

2004-08-16 Thread Simon Kitching
On Tue, 2004-08-17 at 10:33, Anders Breindahl wrote: > I and a friend are playing with the idea of convincing our gymnasium to > using Debian GNU/Linux as their main server OS. > > As it comes to this issue, which release we would want; stable, testing or > unstable? > > Making the choice,

Re: Quick question: Choice of release

2004-08-16 Thread Greg Madden
On Monday 16 August 2004 02:33 pm, Anders Breindahl wrote: > I and a friend are playing with the idea of convincing our gymnasium > to using Debian GNU/Linux as their main server OS. > > As it comes to this issue, which release we would want; stable, > testing or unstable? > > Making the choice, it

Quick question: Choice of release

2004-08-16 Thread Anders Breindahl
I and a friend are playing with the idea of convincing our gymnasium to using Debian GNU/Linux as their main server OS. As it comes to this issue, which release we would want; stable, testing or unstable? Making the choice, it would matter that the focus is on reliability. We would want it

re: Msi motherboard G11-cb00056 - quick question

2004-03-03 Thread MS Jones
Hi, I have a motherboard like yours - G11-cb00056, but I don't know how to find the specs on MSI's website. http://www.msi.com.tw. Do you know what kind of RAM it uses? Thanks for your time. -Monique (Sorry to bug you, I looked up G11-cb00056 on the web and you were about the only hit.)

Re: Quick question regarding permissions and tar

2003-08-21 Thread Darik Horn
tar cvfPpj /home/mark/secure-server-woody.tar.bz2 /home/image/secure-server Run `tar jtvvf secure-sever-woody.tar.bz2` and notice how every file in the tarball has the '/home/image/secure-server' prefix. This will make it difficult to unpack. (The 'Pp' switches are not doing what you think they'r

Quick question regarding permissions and tar

2003-08-20 Thread Mark C
Hi, I've created a snapshot of a secure locked down server running woody that was stetup on a secure non net connnected pc, I've got it setup to run discover and a few other apps on boot to automatically detect hardware and so forth, so I can then extract this to any new server and setup a few bas

Re: quick question about fvwm 2.4 screen shot

2003-04-04 Thread Mark L. Kahnt
On Fri, 2003-04-04 at 14:14, Xucaen wrote: > Hi all.. forgive me for asking this, but I saw a > screen shot of fvwm and it had something running > in the lower left corner of the screen. I have > never seen it before and I was hoping someone > might be able to tell me what it is called. It > looks

Re: quick question about fvwm 2.4 screen shot

2003-04-04 Thread Michael Heironimus
On Fri, Apr 04, 2003 at 11:14:05AM -0800, Xucaen wrote: > Hi all.. forgive me for asking this, but I saw a > screen shot of fvwm and it had something running > in the lower left corner of the screen. I have > never seen it before and I was hoping someone > might be able to tell me what it is calle

quick question about fvwm 2.4 screen shot

2003-04-04 Thread Xucaen
Hi all.. forgive me for asking this, but I saw a screen shot of fvwm and it had something running in the lower left corner of the screen. I have never seen it before and I was hoping someone might be able to tell me what it is called. It looks like a neet pager/utility bar.. the link to the scree

Re: Quick question on controllers

2002-05-31 Thread Andrew Sweger
I personally like the 3ware cards. I've had stability problems with certain cards that promised (*cough*) to do better. I just installed four pair of 3ware's 7850's in four machines and they work great. Plus, if you go with the 7410 and later decide you do want RAID, you're all set to go. Keep in m

Quick question on controllers

2002-05-30 Thread Mike Dresser
Hard drive scenario: 4 x 160 Gig Maxtor D540X133's. Not going to be using raid. Using these to store disk images, so speed isn't really an issue, only reliability and stability under 2.4.x Looking at using an MS-6580(intel 845G) motherboard, with a p4/2000 or faster. Here's my options so far:

Quick question, ICQ through iptables how to?

2001-11-14 Thread Steve Kieu
Hi, I did not find out how to enable ICQ protocol through iptables, ; I got two boxes connected via plip, one to the internet working as firewall (ip tables) . I can not use any ICQ client in box two. Thanks in advance. = S.KIEU http://briefcase.yahoo.com.au - Yahoo! Briefcase - Manage y

Quick question

2001-11-11 Thread Rob Zietlow
Hi, I was wondering if anyone has a copy of the "old(...ie 4 weeks +)"Citrix tarball avaliable. I need this tarball, not the new one on thier website. I am trying to install citrix on my FreeBSD system, and I need the linux Citrix tarball (it runs citrix under linux emulation). I have searched G

Re: quick question-where does XFree86 put drivers it uses?

2001-08-29 Thread David
On Tuesday 28 August 2001 4:56 pm, [EMAIL PROTECTED] wrote: > Hi, > > I am currently using the default nv driver for my X-server and would like > to upgrade to the newer NVdriver from NVIDIA. I have successfully built the > binary version of the driver and the read me tells me I need to put this

quick question-where does XFree86 put drivers it uses?

2001-08-28 Thread jdls
Hi, I am currently using the default nv driver for my X-server and would like to upgrade to the newer NVdriver from NVIDIA. I have successfully built the binary version of the driver and the readme tells me I need to put this where XF86Config file can see it...However, I can't seem to find th

quick question

2001-06-07 Thread Renai LeMay
just a quick question for those adminning large networks out there - what software package do you use for notifications etc? I am a junior admin in a large network of linux/freebsd machines, and looking at implementing a system based upon netsaint, which I consider will do all I need (when

Re: quick question

2001-06-07 Thread Jonathan D. Proulx
On Wed, Jun 06, 2001 at 02:04:11PM +1000, Renai LeMay wrote: :just a quick question for those adminning large networks out there - : :what software package do you use for notifications etc? I am a junior admin :in a large network of linux/freebsd machines, and looking at implementing a :system

Re: another quick question

2001-02-05 Thread Chris Gray
On Mon, 05 Feb 2001, Phil Brutsche wrote: > A long time ago, in a galaxy far, far way, someone said... > >> Simple answer, remove the cable to the speaker from you're >> computers motherboard. > > That's one way of doing it, but there may be "other issues" that > would cause problems (Debian on a

Re: another quick question

2001-02-05 Thread Phil Brutsche
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A long time ago, in a galaxy far, far way, someone said... > Simple answer, remove the cable to the speaker from you're computers > motherboard. That's one way of doing it, but there may be "other issues" that would cause problems (Debian on a comput

Re: another quick question

2001-02-05 Thread Nathan E Norman
On Mon, Feb 05, 2001 at 10:07:05AM -0800, Leonard Leblanc wrote: > Does anyone know how to disable the computer speaker? (just the little > internal one) Obvious solutions include wielding a pair of diagonal cutters, or pulling the plug from the system board, but I guess you're looking for a softw

Re: another quick question

2001-02-05 Thread I.M.J. Kamps
Monday, February 05, 2001, 7:07:05 PM, you wrote: LL> Does anyone know how to disable the computer speaker? (just the little LL> internal one) LL> Leonard Leblanc Simple answer, remove the cable to the speaker from you're computers motherboard. But I don't know if it can be done with software

another quick question

2001-02-05 Thread Leonard Leblanc
Does anyone know how to disable the computer speaker? (just the little internal one) Leonard Leblanc

Re: En snabb fr?ga... (A quick question)

2000-10-31 Thread Cliff Rice
pgpnsSsE8OCS3.pgp Description: PGP message

Re: very quick question :)

2000-09-14 Thread Steve Lamb
On Fri, Jun 09, 2000 at 11:12:03AM +0200, Antonio Moragues Ramón wrote: > > grep -r / -e lawpc34 -H &> lawpc34.log & > > but that doesn't seem to work > Try grep -r lawpc34 / > lawpc34.log & Or: find / -exec grep lawpc34 \{\} \; -print > lawpc43.log Maybe, but that is how I'd do it.

dialin, quick question

2000-08-31 Thread Geir Erik Nielsen
Hi, I need to set up dialin via modem on a debian box. Never done this, just wonder very quickly if ppp is the easies / best to use or if there is something else? And is there any good docs out there apart from PPP-HOWTO? Dialin will be from Windows boxes. -Geir

Re: quick question on annoying netscape

2000-06-27 Thread Joachim Trinkwitz
Bolan Meek <[EMAIL PROTECTED]> writes: > john smith wrote: > > > > hello. I'd like to know how to get rid of that annonying netscape group > > icons near the bottom right-hand side of communicator. (the > > navigator,inbox,newsgroups,addressbook and composer). well, maybe I can > > leave the navi

Re: quick question on annoying netscape

2000-06-21 Thread Bolan Meek
john smith wrote: > > hello. I'd like to know how to get rid of that annonying netscape group > icons near the bottom right-hand side of communicator. (the > navigator,inbox,newsgroups,addressbook and composer). well, maybe I can > leave the navigator icon there... > > TIA YWIA. If you click on

quick question on annoying netscape

2000-06-21 Thread john smith
hello. I'd like to know how to get rid of that annonying netscape group icons near the bottom right-hand side of communicator. (the navigator,inbox,newsgroups,addressbook and composer). well, maybe I can leave the navigator icon there... TIA

Re: very quick question :)

2000-06-09 Thread kmself
On Fri, Jun 09, 2000 at 02:36:59AM -0700, Steve Lamb wrote: > On Fri, Jun 09, 2000 at 11:12:03AM +0200, Antonio Moragues Ramón wrote: > > > grep -r / -e lawpc34 -H &> lawpc34.log & > > > > but that doesn't seem to work > > > Try grep -r lawpc34 / > lawpc34.log & > > Or: find / -exec grep l

Re: very quick question :)

2000-06-09 Thread Dave Sherohman
Andrew McRobert said: > does anyone know the syntax of the 'grep' command to check all files on a > machine for a pattern e.g. "lawpc34", I've been trying: > > grep -r / -e lawpc34 -H &> lawpc34.log & > > but that doesn't seem to work grep requires that the last argument be a filespec telling it

RE: very quick question :)

2000-06-09 Thread Andrew McRobert
thanks -Original Message- From: Steve Lamb [mailto:[EMAIL PROTECTED] Sent: Friday, June 09, 2000 5:37 PM To: Debian-Users (E-mail) Subject: Re: very quick question :) On Fri, Jun 09, 2000 at 11:12:03AM +0200, Antonio Moragues Ramón wrote: > > grep -r / -e lawpc34 -H &>

Re: very quick question :)

2000-06-09 Thread Steve Lamb
On Fri, Jun 09, 2000 at 11:12:03AM +0200, Antonio Moragues Ramón wrote: > > grep -r / -e lawpc34 -H &> lawpc34.log & > > but that doesn't seem to work > Try grep -r lawpc34 / > lawpc34.log & Or: find / -exec grep lawpc34 \{\} \; -print > lawpc43.log Maybe, but that is how I'd do it.

Re: very quick question :)

2000-06-09 Thread Antonio Moragues Ramón
On Fri, 9 Jun 2000, Andrew McRobert wrote: > hi > > does anyone know the syntax of the 'grep' command to check all files on a > machine for a pattern e.g. "lawpc34", I've been trying: > > grep -r / -e lawpc34 -H &> lawpc34.log & > > but that doesn't seem to work Try grep -r lawpc34 / > lawpc

very quick question :)

2000-06-09 Thread Andrew McRobert
hi does anyone know the syntax of the 'grep' command to check all files on a machine for a pattern e.g. "lawpc34", I've been trying: grep -r / -e lawpc34 -H &> lawpc34.log & but that doesn't seem to work thanks a lot Andrew - Andrew McRobert LLB

Re: Quick Question

2000-05-16 Thread Graeme Mathieson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, "Sean 'Shaleh' Perry" <[EMAIL PROTECTED]> writes: > 'apt-get install communicator' at the command prompt with root privileges. Or if you find the mai/news/composer stuff to be excess crap which you'll not use, you can do 'apt-get install navigat

RE: Quick Question

2000-05-15 Thread Sean 'Shaleh' Perry
On 15-May-2000 Jay Kelly wrote: > When running X, Where do I find NetScape Browser.I tried Mozilla Navigator. > Thats not is right? > Thank Guys > if you have it installed, it will be in the Apps menu, under Net. otherwise you need to type: 'apt-get install communicator' at the command prompt

Quick Question

2000-05-15 Thread Jay Kelly
When running X, Where do I find NetScape Browser.I tried Mozilla Navigator. Thats not is right? Thank Guys

CD Release: Quick Question

2000-03-11 Thread Brian
Howdy, Slink 2.1 r4. *is* the current almost-bomb-proof release (The Y2K fixes, etc.), right? Forgive me for my moronic ways, Brian

Re: quick question

2000-03-08 Thread David Wright
Quoting Tek ([EMAIL PROTECTED]): > Okay, I was confusing LILO and loadlin (I knew what I was talking about, but > didn't use the right name). I believe I know now what to do, but I still > don't know about one thing: should I toggle the "bootable" flag on for the > root partition on the HDD, or le

Re: quick question

2000-03-07 Thread Dean Struss
Tek wrote: > Okay, I was confusing LILO and loadlin (I knew what I was talking about, but > didn't use the right name). I believe I know now what to do, but I still > don't know about one thing: should I toggle the "bootable" flag on for the > root partition on the HDD, or leave it off, if I in

quick question

2000-03-07 Thread Tek
Okay, I was confusing LILO and loadlin (I knew what I was talking about, but didn't use the right name). I believe I know now what to do, but I still don't know about one thing: should I toggle the "bootable" flag on for the root partition on the HDD, or leave it off, if I intend to boot into DOS

Re: Quick question on screen depth

1998-10-18 Thread Ole J. Tetlie
*-"Christian Lavoie" <[EMAIL PROTECTED]> | | How can I configure the SVGA Xserver to use a 16bpp resolution by default? | How am I supposed to switch to such a resolutio anyway? I haven't yet been | able to use anything else than 256 colors res. See in /etc/X11/XF86Config. In the Section "Screen"

Quick question on screen depth

1998-10-18 Thread Christian Lavoie
How can I configure the SVGA Xserver to use a 16bpp resolution by default? How am I supposed to switch to such a resolutio anyway? I haven't yet been able to use anything else than 256 colors res. The Moose UIN: 947212 E-Mail: [EMAIL PROTECTED]

Re: Quick Question

1998-09-26 Thread Mike Acklin
Thanks for the pointers from both you and Ray. And to David Engle for the Debian Package. I have done some fiddling around and have a work around on your two points. On Fri, Sep 25, 1998 at 09:48:52AM -0700, Lazar Fleysher wrote: > > There are two things I would like to add.(Hope you find it int

Re: Quick Question

1998-09-26 Thread Mike Acklin
On Fri, Sep 25, 1998 at 09:34:31AM -0400, Raymond A. Ingles wrote: > > you just described "xringd". :-> I've heard of it but haven't installed > it, so I'm not sure if there's a .deb file for it. Even if you have to go > find it, it's exactly what you need. > > Sincerely, > > Ray Ingles

Re: Quick Question

1998-09-26 Thread Ole J. Tetlie
*-" Raymond A. Ingles" <[EMAIL PROTECTED]> | | On Fri, 25 Sep 1998, Mike Acklin wrote: | | > Hello Everyone, | > | > I have a quick question about linux/debian. Does anyone know of a | > way or a program that if you call your Modem (With it being offline), it | &g

Re: Quick Question

1998-09-26 Thread Raymond A. Ingles
On Fri, 25 Sep 1998, Lazar Fleysher wrote: > > There are two things I would like to add.(Hope you find it interesting) > > 1. When I installed xringd, it could not find the modem and -m option did > not work.So I recompiled xringd and explicitly defined modem device as > /dev/ttyS1 > > 2. When

Re: Quick Question

1998-09-26 Thread Raymond A. Ingles
On Fri, 25 Sep 1998, Mike Acklin wrote: > Hello Everyone, > > I have a quick question about linux/debian. Does anyone know of a > way or a program that if you call your Modem (With it being offline), it > will monitor the port and if it sees "RING", the system w

Re: Quick Question

1998-09-25 Thread Lazar Fleysher
There are two things I would like to add.(Hope you find it interesting) 1. When I installed xringd, it could not find the modem and -m option did not work.So I recompiled xringd and explicitly defined modem device as /dev/ttyS1 2. When you start pon it resets the modem and after you do poff, xri

Re: Quick Question

1998-09-25 Thread Mike Acklin
On Fri, Sep 25, 1998 at 07:42:59AM -0600, Gary L. Hennigan wrote: > > Not mgetty. That's if you want to run a PPP server, among other > things. What you want is xringd. It allows you to call your computer > and run any command you want, including whatver you use to initiate > your PPP link, depend

Re: Quick Question

1998-09-25 Thread Mike Acklin
On Fri, Sep 25, 1998 at 08:53:49AM -0500, [EMAIL PROTECTED] wrote: > > I think you want xringd. This a daemon that watches for incoming ring > patterns i.e ring-ring-pause 60 sec.-ring. Then when a preset ring > pattern is caught it will execute a command for that ring pattern, ie. > execute pon

Re: Quick Question

1998-09-25 Thread servis
*- Mike Acklin wrote about "Re: Quick Question" | On Fri, Sep 25, 1998 at 02:15:12PM +0200, Zilvinas Valinskas wrote: | > It's mgetty. You need to update your inittab to run mgetty on boot ( or | > when edited just run a : init q :) reread init tab ;) and that's al

Re: Quick Question

1998-09-25 Thread Gary L. Hennigan
Zilvinas Valinskas <[EMAIL PROTECTED]> writes: | At 07:00 1998.09.25 -0500, Mike Acklin wrote: | >Hello Everyone, | > | > I have a quick question about linux/debian. Does anyone know of a | >way or a program that if you call your Modem (With it being offline), it | >will

Re: Quick Question

1998-09-25 Thread Mike Acklin
On Fri, Sep 25, 1998 at 02:15:12PM +0200, Zilvinas Valinskas wrote: > It's mgetty. You need to update your inittab to run mgetty on boot ( or > when edited just run a : init q :) reread init tab ;) and that's all ) > Setup up to listen /dev/ttySx ( x=0,1, => com1, com2 in dos ). More > inform

Re: Quick Question

1998-09-25 Thread Ralf G. R. Bergs
[...] > > What I am trying to do is have my home computer on and connected to > >a separate line, and be offline. Then if I need something from my computer > >from work or somewhere else besides home, I can dial my home number, the > system > >will see an incoming call, the start the ppp/pon so

Re: Quick Question

1998-09-25 Thread Zilvinas Valinskas
At 07:00 1998.09.25 -0500, Mike Acklin wrote: >Hello Everyone, > > I have a quick question about linux/debian. Does anyone know of a >way or a program that if you call your Modem (With it being offline), it >will monitor the port and if it sees "RING", the system

Quick Question

1998-09-25 Thread Mike Acklin
Hello Everyone, I have a quick question about linux/debian. Does anyone know of a way or a program that if you call your Modem (With it being offline), it will monitor the port and if it sees "RING", the system will automagically start pon? What I am trying to do is ha

Re: quick question about networking

1998-06-09 Thread Nathan C. Burnett
I'm not sure if there's a script for it but all the important parameters are in /etc/init.d/network you can just use an editor to change them. Nate On Mon, 8 Jun 1998, Ian Eure wrote: > i just need to know if there is some script (ala slackware's netconfig) that > will let me reconfigure my netw

quick question about networking

1998-06-09 Thread Ian Eure
i just need to know if there is some script (ala slackware's netconfig) that will let me reconfigure my network settings after debian has been installed- i've checked, but haven't found anything, nothing in the faq, etc. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe

Re: glibc? [quick question]

1998-02-26 Thread Ben Pfaff
Is glibc just another name for libc6? If not, why isn't debian using it instead when RedHat and some other distributions claim to be converting to it? glibc and libc6 are the same thing. -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Tro

  1   2   >