Outline
- Using ssh, ftp and newsgroups
- Programming tips
- Java with JDBC
- C/C++ with embedded SQL
- C/C++ with dynamic SQL
- Makefile
- Shell script
Using ssh, ftp and newsgroups
Steps for connecting to dc.umd.edu and submitting homeworks:
ssh username@dc.umd.edu
tar -cvf SzeTW-1951.tar phw02
gzip SzeTW-1951.tar
ftp ftp.cs.umd.edu
- Username:
anonymous
- Enter your email address as password
ftp> bin
ftp> cd /incoming/cmsc424-0201
ftp> put SzeTW-1951.tar.gz
You should check the output message.
If there is any error, you must try again.
ftp>by
Steps for setting up pine to read newsgroups:
- Login by ssh
pine
- Type 's' for SETUP
- Type 'c' for Config
- Set nntp-server to
nntp.cs.umd.edu
- Type 'e' for exit setup
- Type 'l' for FOLDER LIST
- Choose
News on nntp.cs.umd.edu/nntp
- Type 'a' for Add a newgroup
- Enter newsgroup name:
csd.cmsc424.0201
Then You can read/post messages in csd.cmsc424.0201
Programming tips
See the examples in TA's Corner