Re: [newbie] Command-line updates

2005-04-02 Thread riccardo
On Saturday 02 April 2005 06:11 pm, David Anderson wrote: I know how to update software using the Control Centre and Software update, but how would I go about doing this from the command-line? ___ ~ maybe, there are lots of ways . . . you could download an rpm then, say,

Fwd: Re: [newbie] Command-line updates

2005-04-02 Thread Rosemary McGillicuddy
-- Forwarded Message -- Subject: Re: [newbie] Command-line updates Date: Sunday 03 Apr 2005 06:52 From: riccardo [EMAIL PROTECTED] To: newbie@linux-mandrake.com On Saturday 02 April 2005 06:11 pm, David Anderson wrote: I know how to update software using the Control Centre

Re: [newbie] command line disappears in konsole

2005-03-21 Thread Ron Hunter-Duvar
On March 21, 2005 02:02, Rosemary McGillicuddy wrote: Every now and then this has happened. I open konsole and there is no [EMAIL PROTECTED], I reboot when this happens and usual appearance returns. Am I inadvertently doing something to cause this? Thanks Rosemary Just a guess, but it

Re: [newbie] command line tool for updates

2004-12-07 Thread Marek Pawinski
Phil Savoie wrote: Hi All, After receiving a notice of patches from mondrakeonline, is there a commandline tool to remotely get and install these patches? Thank for your time, Phil

Re: [newbie] command line tool for updates

2004-12-07 Thread JoeHill
On Wed, 08 Dec 2004 02:52:46 +0200 Marek Pawinski disseminated the following: As root in a konsole run this: urpmi.update -a urpmi --noclean --wget --auto-select You must have updates as a source installed from easyurpmi.zarb.org as well as others. Keeping in mind that will install

Re: [newbie] Command Line Print?

2002-08-27 Thread Miark
Tell us what exactly you'd like to print, and we'll tell you how. Miark Andre Stevens [EMAIL PROTECTED] saith: Other than echo is there a command similar to print in Linux? Or is this an issue with my Linux installation? Want to buy your Pack or Services from MandrakeSoft? Go to

Re: [newbie] Command Line Print?

2002-08-27 Thread Andre Stevens
Hi Miark: I'm trying to issue the following UNIX command: x=$(print $(somevariable%.c)). What this does is saves the value of the command "print $(somevariable%.c) into x, after stripping ".c" from the right side of the variable. I can then use the variable x for other commands. Any ideas how to

Re: [newbie] Command Line Print?

2002-08-27 Thread Todd Slater
On Tue, Aug 27, 2002 at 12:23:36PM -0600, Miark wrote: Tell us what exactly you'd like to print, and we'll tell you how. Miark Andre Stevens [EMAIL PROTECTED] saith: Other than echo is there a command similar to print in Linux? Or is this an issue with my Linux installation? There's

Re: [newbie] Command Line Print?

2002-08-27 Thread Andre Stevens
There's "printf".Todd-- Todd Slater Ok. I'll try that. Thank you Todd! Andre---Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes

Re: [newbie] Command line burning

2002-07-24 Thread John Richard Smith
Barry Michels wrote: I have some ISO files (a downloaded Linux distribution), so I don't need to use mkisofs. However, during burning, I get a coaster, then the following disc is ok. The next one is a coaster, then ok. I ended up with 7 good discs and 4 coasters. There were no changes made

Re: [newbie] Command line burning

2002-07-24 Thread Tom Brinkman
On Tuesday July 23 2002 06:30 pm, Barry Michels wrote: I have some ISO files (a downloaded Linux distribution), so I don't need to use mkisofs. However, during burning, I get a coaster, then the following disc is ok. The next one is a coaster, then ok. I ended up with 7 good discs and 4

Re: [newbie] Command line burning

2002-07-23 Thread John Richard Smith
Roman Korcek wrote: Hi, cdrecord: fifo had 11671 puts and 11608 gets. cdrecord: fifo was 0 times empty and 11400 times full, min fill was 85%. I've stayed out of this 'cause I don't have any 800mb media, never tried/seen any. On another count, I prefer to use mkisofs to

Re: [newbie] Command line burning

2002-07-22 Thread Roman Korcek
Hi, I use 800mb blank discs. I get mencoder to create 780mb film.avi files which I write to disc. b) mkisofs / cdrecord using a pipe === mkisofs -r -J -v film.avi | cdrecord -v speed=8 dev=0,1,0 -data -pad -eject -ignsize This does the mkisofs to cdrecord on

Re: [newbie] Command line burning

2002-07-22 Thread John Richard Smith
Roman Korcek wrote: Hi, I use 800mb blank discs. I get mencoder to create 780mb film.avi files which I write to disc. b) mkisofs / cdrecord using a pipe === mkisofs -r -J -v film.avi | cdrecord -v speed=8 dev=0,1,0 -data -pad -eject -ignsize

Re: [newbie] Command line burning

2002-07-22 Thread John Richard Smith
Roman Korcek wrote: Hi, mkisofs -r -J -v film.avi | cdrecord -v speed=8 dev=0,1,0 -data -pad -eject -ignsize Could it be that cdrecord is just missing the final - on the command line telling it to use stdin? so how would this be done then ? IIRC: mkisofs

Re: [newbie] Command line burning

2002-07-22 Thread Tom Brinkman
On Monday July 22 2002 12:54 pm, John Richard Smith wrote: Disk type:Short strategy type (Phthalocyanine or similar) Manuf. index: 3 Manufacturer: CMC Magnetics Corporation cdrecord: fifo had 11671 puts and 11608 gets. cdrecord: fifo was 0 times empty and 11400 times full, min fill was

Re: [newbie] Command-line command list

2002-05-18 Thread H.J.Bathoorn
On Saturday 18 May 2002 18:03, you wrote: Where should I go to find a listing of the command-line commands? I've been trying to copy the MP3's from the CD's that I burned over to a personal folder, but it buggers up rather often. Last time I tried, it gave me an error message when the file

Re: [newbie] Command-line command list

2002-05-18 Thread Charlie
Saturday 18 May 2002 10:03 am,Chris Ames wrote: Where should I go to find a listing of the command-line commands? I've been trying to copy the MP3's from the CD's that I burned over to a personal folder, but it buggers up rather often. Last time I tried, it gave me an error message when the

Re: [newbie] Command-line command list

2002-05-18 Thread Warren Post
The book Linux in a Nutshell is very handy for this. Bookpool.com has it for about $20. Or type info in a terminal window and browse the topics. Once you've found a command you want more detail on, type man [name of command]. -- Warren Post Santa Rosa de Copan, Honduras

Re: [newbie] Command-line command list

2002-05-18 Thread Michael Adams
On Sun, 19 May 2002 09:44, Roger Sherman wrote: On Sat, 18 May 2002, Chris Ames wrote: Where should I go to find a listing of the command-line commands? I've been trying to copy the MP3's from the CD's that I burned over to a personal folder, but it buggers up rather often. Last time I

Re: [newbie] Command-line command list

2002-05-18 Thread John McQuillen
On Sun, 2002-05-19 at 09:07, Michael Adams wrote: On Sun, 19 May 2002 09:44, Roger Sherman wrote: On Sat, 18 May 2002, Chris Ames wrote: Where should I go to find a listing of the command-line commands? I've been trying to copy the MP3's from the CD's that I burned over to a personal

Re: [newbie] Command-line command list

2002-05-18 Thread FemmeFatale
Chris Ames wrote: Where should I go to find a listing of the command-line commands? I've been trying to copy the MP3's from the CD's that I burned over to a personal folder, but it buggers up rather often. Last time I tried, it gave me an error message when the file was at the end of being

Re: [newbie] Command Line

2000-09-08 Thread Gordon Burgess-Parker
Thankyou all very much! Regards Gordon

Re: [newbie] Command Line

2000-09-07 Thread Anthony
Hit the big K, then go to "Terminals" and then pick one. Or you can look on your taskbar at the bottom, and you should see an icon that looks like a black screen. Click in, and a terminal will come up. Another very simple request! In windoze, there is an option "Start-Programs-MSDos prompt".

Re: [newbie] Command Line

2000-09-07 Thread Glen_Adams
Right-click on your desktop and one of the menu options should be e-term, x-term, something like that. It will give you what you're looking for. - Glen Adams Network Specialist I2 Technologies

Re: [newbie] Command Line

2000-09-07 Thread lselinger
I'm prone to using CTRLALTF2 - F6 and just hit the old console =o) Lonny Selinger

Re: [newbie] Command Line

2000-09-07 Thread Jason Ashman
On Thu, 07 Sep 2000, you wrote: Another very simple request! In windoze, there is an option "Start-Programs-MSDos prompt". What's the equivalent in Linux if I boot up with the KDE Desktop? Thanks Gordon -- There is a little screen on the panel called Terminal, that is the "command

Re: [newbie] Command Line

2000-09-07 Thread Larry Marshall
Another very simple request! In windoze, there is an option "Start-Programs-MSDos prompt". What's the equivalent in Linux if I boot up with the KDE Desktop? Kconsole...or if you've got a typical system, click on the small computer screen icon that's on the bottom menu. It's an insult to

Re: [newbie] COMMAND LINE HELP please.

1999-09-22 Thread Steve Philp
phins13 wrote: When you right click the KDE desktop, a list of options are broght up. One of these is for a command line that lets you execute a program from the command line window. ( similar to Run in Windoze) My questions are: 1. What is the name of the command line program? 2. Where is

RE: [newbie] Command Line

1999-08-10 Thread Neilesh Patel
barely picked up the ls command and kde. so it'll be a little bit of time before I pick these up. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dan Brown Sent: Monday, August 09, 1999 9:34 PM To: [EMAIL PROTECTED] Subject: Re: [newbie] Command Line From

Re: [newbie] Command Line

1999-08-09 Thread Axalon
On Mon, 9 Aug 1999, Neilesh Patel wrote: how do I get to the command line in linux? everytime i start up it goes past the lilo command prompt and goes into the GUI and makes me login to kde etc. through the gui interface. I do that, but I can't get to the command line, and type commands

Re: [newbie] Command Line

1999-08-09 Thread Dan Brown
Neilesh Patel wrote: how do I get to the command line in linux? everytime i start up it goes past the lilo command prompt and goes into the GUI and makes me login to kde etc. Click on one of the terminal icons on the taskbar; it'll open up a shell window. -- Dan Brown, KE6MKS, [EMAIL

Re: [newbie] Command Line

1999-08-09 Thread n3meq
Nielish, If you wan't to get to a console prompt simply start an xterm from KDE and then do an su command, when prompted fpr the root password give that password and you will have command line control of the system as root. You may also wish to change your init runlevel in /etc/inittab to 3

Re: [newbie] Command Line

1999-08-09 Thread Neilesh Patel
[EMAIL PROTECTED] Sent: Monday, August 09, 1999 3:04 PM Subject: Re: [newbie] Command Line

Re: [newbie] Command Line

1999-08-09 Thread Dan Brown
From: Neilesh Patel [EMAIL PROTECTED] however, once i'm in the /etc folder how do I open and edit inittab? I'm a Use a text editor; you could use any of them--vi, joe, edit, emacs, pico, whatever. I usually use pico. Type "pico inittab"

RE: [newbie] Command Line

1999-08-09 Thread Ken Wilson
To: [EMAIL PROTECTED] Cc: Neilesh Patel Subject: Re: [newbie] Command Line Nielish, If you wan't to get to a console prompt simply start an xterm from KDE and then do an su command, when prompted fpr the root password give that password and you will have command line control of the system

RE: [newbie] Command Line

1999-08-09 Thread Thomas J. Hamman
program, so the suggestions of text-based text editors was quite appropriate. -Original Message- From: Dan Brown [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 10, 1999 12:52 AM To: [EMAIL PROTECTED] Subject: Re: [newbie] Command Line From: Neilesh Patel [EMAIL

Re: [newbie] Command line path display?

1999-03-16 Thread Steve Philp
Lawrence Sayre wrote: Steve Philp wrote: Lawrence Sayre wrote: Steve Philp wrote: Lawrence Sayre wrote: Steve Philp wrote: Also, after making the change to whichever file, did you logout and log back in? You can try the PS1 stuff right from the command line

Re: [newbie] Command line path display?

1999-03-15 Thread Lawrence Sayre
Steve Philp wrote: Lawrence Sayre wrote: Steve Philp wrote: Lawrence Sayre wrote: Steve Philp wrote: Also, after making the change to whichever file, did you logout and log back in? You can try the PS1 stuff right from the command line for instant tests. I

Re: [newbie] Command line path display?

1999-03-14 Thread Lawrence Sayre
Steve Philp wrote: Lawrence Sayre wrote: Steve Philp wrote: Also, after making the change to whichever file, did you logout and log back in? You can try the PS1 stuff right from the command line for instant tests. I made the change to /etc/profile. It did nothing (\w was the

Re: [newbie] Command line path display?

1999-03-14 Thread Steve Philp
Lawrence Sayre wrote: Steve Philp wrote: Lawrence Sayre wrote: Steve Philp wrote: Also, after making the change to whichever file, did you logout and log back in? You can try the PS1 stuff right from the command line for instant tests. I made the change to

Re: [newbie] Command line path display?

1999-03-13 Thread Lawrence Sayre
Steve Philp wrote: Lawrence Sayre wrote: My command line path only shows the directory I'm in, and not all of the directories below it. How can I set this for complete path information? To change it for all users: Edit /etc/profile, changing this line:

Re: [newbie] Command line path display?

1999-03-13 Thread Steve Philp
Lawrence Sayre wrote: Steve Philp wrote: Also, after making the change to whichever file, did you logout and log back in? You can try the PS1 stuff right from the command line for instant tests. I made the change to /etc/profile. It did nothing (\w was the same as \W). I tried

Re: [newbie] Command line path display?

1999-03-12 Thread Steve Philp
Lawrence Sayre wrote: My command line path only shows the directory I'm in, and not all of the directories below it. How can I set this for complete path information? To change it for all users: Edit /etc/profile, changing this line: PS1="[\u@\h \W]\\$ "