|
... form to ask
the gateway sysop's permission if you freelance translator intend to pass large amounts of
mail back and forth. Messages of a commercial nature are strictly
forbidden (even if it's something the other person asked for). Also,
consider it very likely that somebody other than the recipient will
read your messages.
GEnie
To send mail to a GEnie user, add "@genie.com" to the end
of the GEnie user name, for example: walt@genie.com.
MCIMail
To send mail to somebody with an MCIMail account, add
"@mcimail.com to the end of their name or freelance translator numerical address. For
example:
555-1212@mcimail.com
or
jsmith@mcimail.com
Note that if there is more than one MCIMail subscriber with that
name, you will get a mail message back from MCI giving you their names
and numerical addresses. You'll then have to figure out which one you
want and re-send the message.
From MCI, a user would type
Your Name (EMS)
at the "To:" prompt. At the EMS prompt, he or she would type
internet
followed by your Net address at the "Mbx:" prompt.
Peacenet
To send mail to a Peacenet user, use this form:
username@igc.org
Peacenet subscribers can use your regular address to send you
mail.
Prodigy
UserID@prodigy.com.
Note that freelance job Prodigy users must pay extra for
Internet e-mail.
2.6 SEVEN UNIX COMMANDS YOU CAN'T LIVE WITHOUT:
If you connect to the Net through a Unix system, eventually you'll
have to come to terms with Unix. For better or worse, most Unix systems do
NOT shield you from their inner workings -- if you want to copy a Usenet
posting to a file, for example, you'll have to use some Unix commands if
you ever want to do anything with that file.
Like MS-DOS, Unix is an operating system - it tells the computer how
to do things. Now while Unix may have a reputation as being even more
complex than MS-DOS, in most cases, a few basic, and simple, commands
should be all you'll ever need.
If your own computer uses MS-DOS or PC-DOS, the basic concepts will
seem very familiar -- but watch out for the cd command, which works
differently enough from the similarly named DOS command that it will drive
you crazy. Also, unlike MS-DOS, Unix is case sensitive -- if you type
commands or directory names in the wrong case, you'll get an error message.
If you're used to working on a Mac, you'll have to remember that Unix
stores files in "directories" rather than "folders." Unix directories are
organized like branches on a tree. At the bottom is the "root" directory,
with sub-directories branching off that (and sub-directories in turn can
have sub-directories). The Mac equivalent of a Unix sub-directory is a
folder within another folder.
cat Equivalent to the MS-DOS "type" command.
To pause a file
every screen, type
freelance translator cat file freelance job |more
where "file" is the name of the file you want to see.
Hitting control-C will stop the display. Alternately,
you could type
more file
to achieve the same result. You can also use cat for
writing or uploading text files to your name or home
directory (similar to the MS-DOS "copy con" command).
If
you type
cat>test
you freelance copywriting start a file called "test." You can either write
something simple (no editing once you've finished a line and
you have to hit return at the end of each line) or upload
something into that file using your communications software's
ASCII protocol). To close the file, hit control-D.
cd The "change directory" command. To change from your present
directory to another, type
cd directory
and hit enter. Unlike MS-DOS, which uses a \ to denote sub-
directories (for example: \stuff\text), Unix uses a / (for
example: /stuff/text). So to change from your present
directory to the stuff/text sub-directory, you would type
... |