Fall 2008
- Mon, Sep 8, 4pm, Math 101, Remote Connection, SSH, and VNC, by Joe McMahon
- Mon, Sep 15, 4pm, Math 102, An introduction to LaTeX and Beamer, by Kevin LaTourette
- Mon, Oct 13, 4pm, Math 101, Paradigm Shifts in Science Based Simulations, by Mac Hyman
For more details, and talks in past semesters, consult the
full schedule of talks.
Tentative talks:
- Math on a MAC
- How to deal with e-mail spam
- Scripting with Bash
- Power Point presentation using LaTeX
- GNU/Linux text editors
Interested in speaking?
Past topics can (and should) be repeated
occasionally. In addition,
here are some topics people might like to hear about:
- Femlab (PDE modeling environment)
- GAP (computer algebra software)
- Getting started with Maple (or Matlab, or Mathematica, ...)
- How to do math on a Mac
- How to filter e-mail spam
- HTML vs. XHTML (the new HTML standard)
- Octave (free Matlab-like system)
- PDAs (handheld personal digital assistants and much more)
- PHP (server-side webpage scripting)
- R (free statistics system)
- Remote access (SSH, VNC, dial-up, ...)
- Scientific WorkPlace (graphical front end to TeX)
- Setting up a dual boot system (DOS/Linux)
- TeX / LaTeX topics
- Using scanners efficiently
- Using the WINEDT editor (a front end to TeX, HTML)
- XML (extensible markup language)
- [your favorite topic here]
To give a talk, please contact
swig@math.arizona.edu.
Windows98 PPP/SLiRP Configuration Info
TCP/IP, DIAL-UP ADAPTER, and DIAL-UP NETWORKING in
WINDOWS98
- Select the Start menu.
- Go to Settings and click on Control Panel.
- Double-click on the Network icon.
- Under the Configuration Tab, click on the Add
button.
- Select Protocol and click Add.
- Choose Microsoft in the left column, then click on
TCP/IP in the right column.
- Click OK.
- Staying within the Network Control Panel, click on
Add again.
- Select Adapter and the click on Add.
- Choose Microsoft in the left column, then click on
Dial-up Adapter in the right.
- Click OK.
- In the Primary Network Logon section, make sure
Windows Logon is selected.
- In the Identification tab, type in a computer name
and a workgroup name (it doesn't matter what they are).
- Click OK again; reboot your machine.
-
Upon rebooting, you will prompted for a username and
password. You can type in any username, although your
account username is probably most convenient. If you
want to avoid being prompted for a password everytime
you start the system, leave the password field blink.
You will be prompted to confirm your password.
- Click Start.
- Go to Settings and click on Control Panel.
- Double-click on the Add/Remove Programs icon.
- Click on the Windows Setup tab.
- Double-click on Communications.
- Check the Dial-up Networking box on.
- Click OK.
- Click OK again.
CONFIGURING the CONNECTION in WINDOWS98
- Double-click on the My Computer icon
- Double-click on the Dial-Up Networking icon
- Click Next
- Type a name (it can be anything) for your configuration,
then click Next
- Type the phone number. You can use 6183190 , which is the
number for CCIT (a hyphen in the phone number is not needed)
- Click Finish; an icon will appear in the
Dial-Up Networking folder with the new connection
you've just created
- Click the new icon with the right mouse button, and go to
Properties
- Click on the Server Types tab and make sure it is
set to the PPP:Windows95,Windows NT 3.51,
Internet option for Windows95 or
PPP:Internet,WindowsNTServer,Windows98 option for
Windows98
- On the Allowed Network Protocols option make sure
TCP/IP is checked; the others are not necessary
- Click on TCP/IP Settings
-
- choose the Server Assigned IP Address option
- choose the Specify Name Server Address option
- for the Primary Domain Name Server number, use
128.196.224.2
- click OK
- Click on the Scripting tab, enter the full path
name (e.g. C:\blih\blih\ame2.scp) for the script or use the
Browse button to locate it, and then click OK
- Click OK
Trouble-shooting the Script
Given that your modem is working properly, dial-up
networking may fail if the script isn't set up properly for
your Math account. If this is the case you can trouble-shoot
your script by enabling the
Step through script option
in the
Scripting tab of the connection properties. When
trying to connect, a window will pop-up showing the script,
which you can then execute line-by-line to see where the script
fails. There are two things you may need to change in the
script:
- In the example script, it is
assumed that your Math account prompt looks like this:
-
ame2$
If your Math account prompt is different (e.g.
ame2.math.arizona.edu%) you will need to type it
verbatim into your script: look for the waitfor
"ame2$ " line in the script and replace
ame2$ with your prompt.
- If /usr/local/bin is not in your Math account
path (check using the command echo $PATH), the slirp
command will not execute and you will never establish the
dial-up networking connection. One way to remedy this is to
edit the script by replacing the slirplogin entry
with /usr/local/bin/slirplogin
-
- Make sure the script is saved with the extension .scp and
not .txt. The dial up adapter will not recognize commands
from a text file (.txt). In order to ensure this extension in
Notepad, change the Save as type option when saving
from Text Document to All Files (*.*) and
manually type the .scp extension onto the file name. This
should only be a problem if the script was modified in some
way or manually typed on your computer.