General Information for CGS 3990
  - 
    Some PERL info: split, join, and pattern
    matching
  
 - 
    CGI.pm
    Information
  
 - 
    Miscellaneous scripts
    
  
 - 
    Exam information
    
  
 - 
    Server Information
    
  
 - 
    Examples of Server options
    
  
 - 
    Server Side Include (SSI) Information
    
  
 - 
    JavaScript Information
    
  
 - 
    PERL Script Information.
    
      - 
	This is an information page for the
	topics of cookies, server push, browers pull, and file uploads. This information
	can all fit into one category: modifying the headers that the server and
	browser send.
      
 - 
	There is a directory named scripts in my ~downeyt home directory.
	You have access to it, just set up a ScriptAlias in your server to
	/home/scsfac/downeyt/scripts/, or use my server to access it.
      
 - 
	Here is a directory named
	scripts-source
	to my server. You may look at its contents. If you select a script drom the
	index, then the contents of the script will be displayed.
      
 - 
	This is a new page with links to some
	of these scripts and their sources.
    
 
   - 
    Assignments
    
      - 
	Assignment 7, optional, due at the start
	of the exam on 12/8.
      
 - 
	Assignment 6, due 11/24 at the start of
	class
      
 - 
	Assignment 5, due 10/27 at the start of
	class
      
 - 
	Assignment 4, due 10/6 at the start of
	class
      
 - 
	Assignment 3, due 9/24 at the start of
	class
      
 - 
	Assignment 2, due 9/10 at the start of
	class
      
 - 
	On solix, perl is located in a non-standard place. The first line of a perl
	script written on solix should be
	#!/home/sol2/bin/perl
       - 
	Assignment 1, due 9/3 at the start of class
    
 
   - 
    General Course Information
    
  
 - 
    Information related to accessing school resources
    
  
 - 
    General Web Information
    
  
 - 
    HTML Information
    
 
  
  School Accounts
  Getting a school account
As long as you are a registered student, you can have an account to use the
school's computers. This account is not needed to use the PCs in the computer
labs, but it is needed to long onto the computers with names: solix, serss1,
xlab1, servax, servms. The account that you get will give you access
to all of these computers.
To get the account, you must connect to the servms computer. When
you are prompted for a user name, type the single word (no spaces)
NEWSTUDENT. You will then be asked some information like name and
student number. Then you will be given a user name and a password. Write
them down! Then you will be logged off the computer. You won't be able
to access the computers for another 24 hours, while your account is being
activated.
In the future, you will use your user name and password to log onto any of
the named computers.
  Changing Passwords
Once you have a school account, it is good for many computers here at FIU:
servms, servax, serss1, solix. However you have two passwords, one for servms
and servax, the other for serss1 and solix. You should change both passwords
to something other than your student number.
  Changing your password on servax and servms
From the command prompt on servax and servms, issue the command
        set password
in order to change your password. You will be asked for three things:
  - 
    Your current password
  
 - 
    Your new password
  
 - 
    Your new password, again
 
  Changing your password on serss1 and solix
From the command prompt on serss1 and solix, issue the command
        passwd
in order to change your password. You will be asked for three things:
  - 
    Your current password
  
 - 
    Your new password
  
 - 
    Your new password, again
 
Back to Index 
  
Many people are having difficulty getting the <P align="right"> working.
The problem is with the header tags that start the paragraphs: Do not include
the header tags inside the paragraph. Do it this way
<h1>Heading</h1>
<P align="right">
Paragraph
</P>
This will get it working. The same applies for "left" and "center".
Back to Index 
  
You are visitor number  to visit this
page since 8/14/98.