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.
Windows-95 SLiRP Configuration
by Jose' Torres
Table of Contents
This page will explain how to install and configure the
components you'll need to be able to use SLiRP and run Netscape
at home.
Note: This configuration has been tested with Windows 95
release B.
In order to make SLiRP work with Windows 95, you will need
the following components on your Windows 95 machine:
- Dial-up Adapter
- TCP/IP
- Dial-up Networking
- A dial-up script
Once these are installed, you can then configure the
dial-up networking to make SLiRP work on your machine.
Note: You will need your Windows 95 CD-ROM if your
machine came with one. If the components listed in the Requirements section are already installed
on your PC, you do not need to reinstall them.
Windows-95 Menu Options/Buttons are denoted by
boldface
text.
Installing TCP/IP and Dial up adapter
- Click Start
- Go to Settings and click on Control Panels
- Double-click on the Network icon
- Click on the Protocol tab
- Click on Add -- a list of options will be
displayed
- Choose Microsoft, then click on TCP/IP
- Click OK
- Staying within the Network Control Panel, click on
the Adapters tab
- Click Add -- a list of options will be displayed
- Choose Microsoft, then click on Dial-up
Adapter
- 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; you will then need to reboot your
machine
When the machine reboots, you will prompted for a username
and password. You can type in any username, although your
account username will be more convenient. If you don't want a
login prompt everytime you reboot, make sure to leave the
password field blink.
You will be prompted to confirm your password. After you do
this, you're on your way to setting up Dial-up Networking.
Installing Dial-up Networking
- Click Start
- Go to Settings and click on Control Panels
- 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.
Installing the Script
This
script will be needed to use
Dial-up Networking. Just place the script anywhere you
want on your machine. The script may need to be modified to
make it work for your account
(see
below).
- 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 6219600, 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:Windows 95,Windows NT 3.51, Internet
option
- 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
- Double-click the connection icon you just created
- Enter the username and password you would normally enter
to log onto the Math system, then click on
Connect
Note: You can check the Save Password box on, so
that you don't have to type it in all the time
- You will see a series of message boxes which verify each
step of the connection process. If all goes well, a final
message box will pop up saying Connection has been
established. You can then go on to use Netscape/Microsoft
Internet Explorer, etc.
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