[SLUG] DOS

2002-03-06 Thread D. Babbage
This is REALLY basic but how do I get a DOS prompt? (From KDE desktop) Don -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug

[SLUG] DOS attacks

2000-08-15 Thread gripz
Gee's all this talk about DOS attacks... I remember a good one for MS-DOS... when the user isn't looking walk up and press CTRL-P on a computer that doesen't have a printer attached whilst at the DOS prompt. [Hint: CTRL-P redirects console output to printer... except there isn't one so it prints

Re: [SLUG] DOS

2002-03-06 Thread Howard Lowndes
Call an xterm shell from the Panel. On Thu, 7 Mar 2002, D. Babbage wrote: > > This is REALLY basic but how do I get a DOS prompt? (From KDE desktop) > Don > -- Howard. LANNet Computing Associates - Your Linux people Contact detail at http://www.lannetlinux.com "I believe that forgiving them [

Re: [SLUG] DOS

2002-03-06 Thread David Kempe
Well that would get you a linux (probably bash) prompt at least. For a dos prompt you will have to download and install freedos and dosemu. :-) that is unless you have been really keen with Cygwin and got KDE running on windows :) dave > Call an xterm shell from the Panel. > > On Thu, 7 Mar 2

Re: [SLUG] DOS

2002-03-07 Thread Malcolm V
On Thu, 2002-03-07 at 07:19, D. Babbage wrote: > > This is REALLY basic but how do I get a DOS prompt? (From KDE desktop) As already mentioned, you can click on the Terminal (name given in the tooltip) icon on the panel. You can also go the the K-menu (usually left most icon on the panel) and o

Re: [SLUG] DOS

2002-03-07 Thread Grant Parnell
On Thu, 7 Mar 2002, D. Babbage wrote: > > This is REALLY basic but how do I get a DOS prompt? (From KDE desktop) > Don I'd guess from the K symbol go to the system or utilities menu and look for 'shell' or 'xterm' or 'term' or something like that. Once you have a command prompt (aka terminal

Re: [SLUG] DOS attacks

2000-08-15 Thread Howard Lowndes
At least this type of DoS that you describe does not cost you traffic charges (8-( -- Howard. (...who speaks as one who is under attack) __ LANNet Computing Associates On Tue, 15 Aug 2000 [EMAIL PROTECTED] wrote: >

Re: [SLUG] DOS attacks

2000-08-15 Thread jon
Quoting [EMAIL PROTECTED]: > Gee's all this talk about DOS attacks... I remember a good one for > MS-DOS... when the user isn't looking walk up and press CTRL-P on a > computer that doesen't have a printer attached whilst at the DOS prompt. Grant, you are evil, I like that !! In fact, I

RE: [SLUG] DOS attacks

2000-08-15 Thread Jill Rowling
In the dark ages you could get the typist to hang up the CP/M box by accidentally pressing SHIFT-BACKSPACE (same as ^P) on the dumb terminals. Used to go round with a paperclip and short out the appropriate pins on the DB25 to give it an ACK or something. I think we ended up telling them to just t

RE: [SLUG] DOS attacks

2000-08-17 Thread Jon Biddell
On Wed, 16 Aug 2000, Jill Rowling wrote: > In the dark ages you could get the typist to hang up the CP/M box by > accidentally pressing SHIFT-BACKSPACE (same as ^P) on the dumb terminals. > Used to go round with a paperclip and short out the appropriate pins on the > DB25 to give it an ACK or some

[SLUG] DOS Boot floppy

2000-09-07 Thread Bill
Sorry ifthis is off topic, but I guess all linux users have this problem at some time. I need to create a DOS boot floppy (no problem) which includes the driver (the problem) for my Adaptec 2940UW SCSI card so that I can update the bios of a SCSI drive. How do I create a Dos boot floppy includin

[SLUG] DOS file recovery

2000-10-16 Thread johna
Are there any DOS file recovery programs in linux, things which might run vaguely similar to norton utilities ? Thanks, -- John August "Recently opened Empire State Building 'Giant Ape Proof' say architects." - The Onion, Monday October 19, 1931 -- SLUG - Sydney Linux User Group Mailing Lis

[SLUG] dos boot disk

2002-02-09 Thread David
is it possible to create a bootable msdos disk from a standard RH or Suse distro? Everyone assumes that you have a DOS disk to hand, or a windows box to create one on. David. -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slu

RE: [SLUG] DOS Boot floppy

2000-09-07 Thread George Vieira
o SLUG mailing List Subject: [SLUG] DOS Boot floppy Sorry ifthis is off topic, but I guess all linux users have this problem at some time. I need to create a DOS boot floppy (no problem) which includes the driver (the problem) for my Adaptec 2940UW SCSI card so that I can update the bios of

RE: [SLUG] DOS Boot floppy

2000-09-07 Thread John Wiltshire
From: George Vieira [mailto:[EMAIL PROTECTED]] > >go to a windows machine and using the control-panel -> >add/remove software >-> startup disk and make a boot disk. > >then copy to the disk the ahaXXX.sys driver and apsicd.sys >driver if you >need cdrom support > >then do the >device=ahaXXX.sys

Re: [SLUG] DOS Boot floppy

2000-09-07 Thread Jobst Schmalenbach
On Fri, Sep 08, 2000 at 12:48:24PM +1000, Bill ([EMAIL PROTECTED]) wrote: > Sorry ifthis is off topic, but I guess all linux users have this problem at > some time. > > I need to create a DOS boot floppy (no problem) which includes the driver > (the problem) for my Adaptec 2940UW SCSI card so t

Re: [SLUG] dos boot disk

2002-02-09 Thread Ken Caldwell
> > is it possible to create a bootable msdos disk from a standard RH or Suse > distro? Everyone assumes that you have a DOS disk to hand, or a windows > box to create one on. > It is possible to download "freedos" and create all the floppys including a boot floppy using your linux system and

Re: [SLUG] dos boot disk

2002-02-12 Thread Grant Parnell
On Sat, 9 Feb 2002, David wrote: > is it possible to create a bootable msdos disk from a standard RH or Suse > distro? Everyone assumes that you have a DOS disk to hand, or a windows > box to create one on. Search for FreeDos, a lot of distro's come with it these days, or at least it goes hand-i

[SLUG] DOS EOL in tomsbtrt

2001-03-08 Thread Ken Yap
Hector, BTW, to do it in awk: $ echo foo | awk '{printf "%s\r\n", $0}' | od -bc 000 146 157 157 015 012 f o o \r \n 005 There's more than one way to do it (in Unix). -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://slug.org.au/lists

Re: [SLUG] DOS EOL in tomsbtrt

2001-03-08 Thread Geoffrey Robertson
On Fri, Mar 09, 2001 at 01:15:07AM +1100, Ken Yap wrote: > Hector, BTW, to do it in awk: > > $ echo foo | awk '{printf "%s\r\n", $0}' | od -bc > 000 146 157 157 015 012 > f o o \r \n > 005 > > There's more than one way to do it (in Unix). > problem solved thanks Ken g

Re: [SLUG] DOS EOL in tomsbtrt

2001-03-09 Thread Peter Rundle
> There's more than one way to do it (in Unix). Yup! Skip the awk, $ printf "foo\r\n" | od -bc 000 146 157 157 015 012 f o o \r \n 005 -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://slug.org.au/lists/listinfo/slug

Re: [SLUG] DOS EOL in tomsbtrt

2001-03-09 Thread Ken Yap
>Yup! Skip the awk, > > $ printf "foo\r\n" | od -bc > 000 146 157 157 015 012 > f o o \r \n > 005 I guess you missed the history of this. He was doing this on tomsbtrt and wanted to convert a file from Unix to DOS format, not to print foo with the CR, that was just the dem

[SLUG] DOS end of lines w/- tomsrtbt

2001-03-07 Thread Geoffrey Robertson
I have a need to convert text files created with tomsrtbt to DOS end of line format... using only tomsrtbt tools. There is no unix2dos, Perl or tr available. Unfortunately the usual sed s/$/x0d/ text.unix > text.dos adds only literal x0d's to the line endings with tomsrtbt's sed. :( Also, the

Re: [SLUG] DOS end of lines w/- tomsrtbt

2001-03-07 Thread Ken Yap
|Unfortunately the usual sed s/$/x0d/ text.unix > text.dos |adds only literal x0d's to the line endings with tomsrtbt's sed. :( | |Also, the thing with the C-V C-^ RET produces a nice looking ^M's but |tomsrtbt barf's on them. bash$ echo foo | sed 's/$/^M/' | od -bc 000 146 157 157 015 012

Re: [SLUG] DOS end of lines w/- tomsrtbt

2001-03-07 Thread Geoffrey Robertson
On Thu, Mar 08, 2001 at 11:21:37AM +1100, Ken Yap wrote: > |Lovely on bash ; barfs on tomsrtbt ash? > > bash$ ash > $ echo foo | sed 's/$/^M/' | od -bc > 000 146 157 157 015 012 > f o o \r \n > 005 > > Maybe the tty driver you have in tomsbtrt doesn't have all the quoting

Re: [SLUG] DOS end of lines w/- tomsrtbt

2001-03-08 Thread Geoffrey Robertson
On Thu, Mar 08, 2001 at 11:36:08AM +1100, Ken Yap wrote: > |/fl# echo foo | sed 's/$/^M/' > |> sed: garbled command s/$/ > |/fl# > > I think the ash you have does a bad job of parsing, not quoting things > inside 's. You could try something like > > echo foo | sed 's/$/|/' | tr '|' '\015'

Re: [SLUG] DOS end of lines w/- tomsrtbt

2001-03-08 Thread Ken Yap
>> echo foo | sed 's/$/|/' | tr '|' '\015' >> >> assuming | doesn't appear in the text. Or maybe some control character >> that doesn't confuse ash. Works for me with ^A. >> > >alas, no tr on tomsrtbt...deeply depressing What version of tomsbtrt is this? I seem to remember he adopted bu

Re: [SLUG] DOS end of lines w/- tomsrtbt

2001-03-08 Thread Geoffrey Robertson
On Thu, Mar 08, 2001 at 11:54:05PM +1100, Ken Yap wrote: > >>echo foo | sed 's/$/|/' | tr '|' '\015' > >> > >> assuming | doesn't appear in the text. Or maybe some control character > >> that doesn't confuse ash. Works for me with ^A. > >> > > > >alas, no tr on tomsrtbt...deeply depressin

Re: [SLUG] DOS end of lines w/- tomsrtbt

2001-03-08 Thread Ken Yap
>I'm using a reasonably receint one. But to be sure I just tried >the latest on aarnet. It has busybox but not tr. busybox has multiple personalities. Try ln busybox tr and see if tr will work. -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://slug.org.au/

Re: [SLUG] DOS end of lines w/- tomsrtbt

2001-03-08 Thread Geoffrey Robertson
On Fri, Mar 09, 2001 at 12:49:05AM +1100, Ken Yap wrote: > >I'm using a reasonably receint one. But to be sure I just tried > >the latest on aarnet. It has busybox but not tr. > > busybox has multiple personalities. Try > > ln busybox tr > > and see if tr will work. > > nobody home: # ln busy

Re: [SLUG] DOS end of lines w/- tomsrtbt

2001-03-08 Thread Ken Yap
>So this week's lesson was making and using a tomsrtbt. >The idea being that they could practice using the commands and utilities >wherever they and also mount a DOS floppy to practice using an editor. Also you should look into whether the editor already has a DOS mode where things are written o