Re: "^M"?

2002-04-26 Thread Wes Harper
If you have sed (stream editor) you can create a script for this. Save as dos2unix #!/bin/sh sed 's/^M//' $1 Save as unix2dos #!/bin/sh sed 's/$/^M/' $1 You can use ctrl-v ctrl-m combination in vi to create the ^M you can't just type it in. chmod +x dos2unix or whatever... syntax is: dos2uni

Re: "^M"?

2002-04-26 Thread ichi
[EMAIL PROTECTED] wrote: > > Can anyone here recommend a good utility program for removing > the CTRL + LF characters, i.e, the "^M" characters from the > ends of lines in DOS text files? > > I would suppose there must exist some good work-arounds and > other solutions to handle the problem. Do

"^M"?

2002-04-26 Thread sheywood
Hello: Can anyone here recommend a good utility program for removing the CTRL + LF characters, i.e, the "^M" characters from the ends of lines in DOS text files? If I should import a DOS text file into a directory in my BasicLinux OS, the CTRL + LF characters will appear at the end of every

Re: eXtended FDisk (XFDISK)

2002-04-26 Thread Samuel W. Heywood
On Fri, 26 Apr 2002 18:44:12 -0700, "L.D." <[EMAIL PROTECTED]> wrote: > http://www.mecronome.de/xfdisk/ > Did a little hunting, and here is just one of the utilities which will > run in DOS, handle FAT-32, and save MBR. > l.d. > P.S. Google is great! > [Attached file: 19J736E7.htm] Thanks fo

Re: SSH, SCP, and SFTP, and encryption

2002-04-26 Thread Samuel W. Heywood
On Fri, 26 Apr 2002 07:21:53 -0500, Sam Ewalt wrote: > On Thu, 25 Apr 2002 18:10:44 -0500, Samuel W. Heywood wrote: >> What I meant by "SSH type of login" is that the server gives you >> only the password prompt. In an ordinary Telnet login the server >> first gives you the login prompt where y

Re: SSH, SCP, and SFTP, and encryption

2002-04-26 Thread Ron Clarke
Hi Folks, Sam, On Fri, 26 Apr 2002 07:21:53 -0500, Sam Ewalt wrote: > About six months later I was no longer > able to do so. Actually I could connect, but not login as I got no > prompts. > That is still the case today.I get no prompts at all when I try to > connect there via the Arachne telnet

eXtended FDisk (XFDISK)

2002-04-26 Thread L.D.
http://www.mecronome.de/xfdisk/ Did a little hunting, and here is just one of the utilities which will run in DOS, handle FAT-32, and save MBR. l.d. P.S. Google is great! Title: eXtended FDisk (XFDISK) Welcome... ...to the eXtended FDisk homepage! English Deutsch Download What is e

Virus Protect Master Boot Record?

2002-04-26 Thread howard schwartz
For many years I happily used Pagett Peterson's Disksecure II to protect the Master Boot Record (MBR) of my disk from boot/stealth viruses. I am now considering updating my partition table to FAT-32 to save space, and eliminate the work of managing several different (logical) drive letters. I su

Re: SSH, SCP, and SFTP, and encryption

2002-04-26 Thread Sam Ewalt
On Thu, 25 Apr 2002 18:10:44 -0500, Samuel W. Heywood wrote: > What I meant by "SSH type of login" is that the server gives you > only the password prompt. In an ordinary Telnet login the server > first gives you the login prompt where you enter your username, > then the server gives you the pa

Re: baffling solutions

2002-04-26 Thread Or Botton
Did anyone get to check out the new JPEG2000 format? The compression is amazingly small, and the quality is REALLY high! Almost no loss of detail. Cant wait to see DOS tools for that one.

Re: SSH, SCP, and SFTP, and encryption

2002-04-26 Thread ichi
Richard Menedetter wrote: > > Maybe this is some extension to telnet that transmits > the username ... I don't know, but it _sure_ is not ssh. >From the telnet manpage: telnet -a Attempt automatic login. This sends the user name

Re: baffling solutions

2002-04-26 Thread Clarence Verge
On Fri, 26 Apr 2002 05:02:25 -0500, Samuel W. Heywood wrote: > On Fri, 26 Apr 2002 03:29:35 -0400, Clarence Verge wrote: > >> Tell him to zip the .BMPs and rename them to .ZBM. > I have heard some stories about a phenomena called > "lossy compression" According to these stories it is OK to z

Re: SSH, SCP, and SFTP, and encryption

2002-04-26 Thread Steve
On Fri, 26 Apr 2002, Samuel W. Heywood wrote: > I don't know what is going on with this most peculiar Telnet > client. What would happen if the username that I have for > "linuxfreemail.com" were not the same one that I use for > "sdf.lonestar.org"? If that were the case, then I might not > be

Re: baffling solutions

2002-04-26 Thread Samuel W. Heywood
On Fri, 26 Apr 2002 03:29:35 -0400, Clarence Verge wrote: > Tell him to zip the .BMPs and rename them to .ZBM. I have heard some stories about a phenomena called "lossy compression" According to these stories it is OK to zip images in some formats, but not others. Among those formats that ar

Re: SSH, SCP, and SFTP, and encryption

2002-04-26 Thread Samuel W. Heywood
On Fri, 26 Apr 2002 09:25:48 +0200 (CEST), [EMAIL PROTECTED] (Richard Menedetter) wrote: > SH> In an ordinary Telnet login the server > SH> first gives you the login prompt where you enter your username, > SH> then the server gives you the password prompt. In using the Telnet > SH> client at "

Re: baffling solutions

2002-04-26 Thread Clarence Verge
On Thu, 25 Apr 2002 20:30:00 +0700, Thomas Tabler wrote: > Dear List: > Does anyone know anything about LVIEW for DOS or Windows, and > are there some kind of programs out there that run on pure DOS that > can resize the scale of a BMP file. My brother-in-law installed > Ghostscript for DOS on

SSH, SCP, and SFTP, and encryption

2002-04-26 Thread Richard Menedetter
Hi Samuel! 25 Apr 2002, "Samuel W. Heywood" <[EMAIL PROTECTED]> wrote: >> SH> I have an account at "linuxfreemail.com" where I can log in with >> SH> Telnet and run PINE in Telnet session. I cannot log in there >> SH> by using SSH, no matter whatever command line parameters I use. >> It see