Software Engineering : This category relates to interesting computer related stuff that I am researching or reading about. Most of it is in the area of .NET technologies which is the focus of most of my computer related time at the moment.
Updated: 9/21/2004; 3:33:57 PM.

 








Subscribe to "Software Engineering" in Radio UserLand.

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.

Subscribe To
Mark's Weblog

 
 

Saturday, May 03, 2003

I first saw this video acrross the room and over the shoulder of a co-worker and, even from far away, I was amazed.  You can read some about its making here, here and here.  For perhaps a better view of the movie try going here.
4:56:52 PM   []    comment []

When do they start making home bathroom models?

MSN iLoo


10:44:12 AM   []    comment []

Turning on Echo for a Telnet Session
Google Search It

Recently I have been trying to diagnose a problem with my email server.  In order to do this I Telnet an SMTP session with the server to which I am sending mail.  Previously I could never see the text I was typing because I couldn't figure out how to turn on echo for the telnet session.  Today I figured out that once I have started the telnet session I can enter

SET LOCAL_ECHO

to turn on echo and view what I am typing into the telnet session.

A full SMTP Telnet sample appears below:

220 mailgate.cesmail.net ESMTP
HELO mail.michaelis.net
250 mailgate.cesmail.net
MAIL FROM: me2you@my.domain.com
250 ok
RCPT TO: you@your.domain.com
250 ok
DATA
Subject: Test Email
This is the test message of the email
.
250 ok
QUIT

The text in darkslategray is what the remote computer responds with.


9:04:40 AM   []    comment []

© Copyright 2004 Mark Michaelis.



 


May 2003
Sun Mon Tue Wed Thu Fri Sat
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Apr   Jun


Recent Posts