[click banner for mousetrap cars, parts, and information]


Online Coloring Books
spam wars
Contact me
Ph.D.
PGP
Press Room
Resume
Vitae
I recommend
motd
Home
About mouse

Team Mousetrap runs Debian Linux boxen. Power to the people.

Taking it with you

You are encouraged to take your own work with your for future reference or production. Here are the steps:
  1. collect your files into a tarball for easy handling
  2. email the file[s] to yourself -or- ftp the files up to a server you have access to
  3. once you get back to the house/work pick up your files via email or ftp, depending on what you did on the previous step.
  4. unpack the archive with WinZip (windows) or tar/gz (unix)

Making the tarball

  1. make your tarball: tar -cvf unique-name.tar ~
    you will need a unique filename so you don't accidentally overwrite your (or someone else's) files when FTP'ing.
  2. zip your tarball: gzip unique-name.tar

emailing from web-based email

Log into your web-based email and send the file as an attachment; you're on your own with this one.

emailing from the command line

If you're mailing a simple text file (script, etc), you may be able to do it directly from the command line: cat myfile.sh | mail me@myisp.com
or
cat myfile.sh | sendmail -v me@myisp.com

The solaris workstations generally won't send out mail, but emperor will.

ftp

If you have a place to FTP your files:
  1. ftp to the server: ftp your.ftp.machine
  2. login with your user/pass
  3. go to whatever directory you want the files in
  4. turn on binary mode: b
  5. turn on hash mode: hash
  6. upload the file: put unique-name.tar.gz
  7. quit: quit

If you don't have a place to FTP your files:

  1. ftp to the server: ftp emperor.mousetrap.net
  2. login with your assigned student username
  3. you will be in your home dir
  4. turn on binary mode: b
  5. turn on hash mode: hash
  6. upload the file: put unique-name.tar.gz
  7. quit: quit

Do the same from the other end, only do a get instead of put. Pick up your files from mousetrap.net ASAP because the server clears out student home dirs after a week or so.

$Id: work.orb,v 1.9 2002/10/13 21:42:08 mouse Exp $


jason carr -
© 1994-2005 jason carr.
distributed under the terms of the GNU Free Documentation License.