Math 152 Engineering Mathematics II
Section 804 805 806

Spring 2007


Instructor: Prof. Art Belmonte  

Time and place: MWF 10:20 AM - 11:10 AM, HELD 109

Class webpage: Math 152 Engineering Mathematics II


Teaching assistant: Seungil Kim Time and place:
Section Computer Lab Recitation
804 T 2:20-3:10BLOC 127 R 2:20-3:10CE 203
805 T 3:55-4:45BLOC 127 R 3:55-4:45CE 136
806 T 8:00-8:50BLOC 127 R 8:00-8:50BLOC 156

Links
Help Session
Connecting to the Calclab machines:
  • Using X-Win from TAMU open access labs:
    • Start X-Win: Start > Programs > Communications > X-Win, and then
    • Start an X session on Calclab: right-click X-Win on the taskbar > Sessions >Calclab1 (2,3 or 4)

  • Using Secure Shell (with secure shell you can also connect to the machines in BLOC126):
    • From Unix/Linux terminal use: ssh username@bloc126-xx.math.tamu.edu,
      where 'username' is your username and 'xx' is the number of the computer - from 01 to 24;
    • From TAMU open access labs use:
      Start > Programs > Communications > TeraTermPro SSH;
Transfering files to/from Calclab:
  • From a terminal/command prompt use: ftp calclab1.math.tamu.edu, or
  • From TAMU open access labs use:
    Start > Programs > Communications > Winsock FTP;
Some usefull Unix/Linux shell commands:
  • 'ls' - list the files in the current directory

  • 'ls -la' - list all files in the current directory using long listing format;
  • 'pwd' - print working (current) directory;
  • 'mkdir directory_name' - create a new subdirectory 'directory_name' in the current directory;
  • 'cd directory_name' - change the current directory to 'directory_name';
  • 'cd ..' - change to the parent directory;
  • 'cd' - change to your home directory;
  • 'man command' - display the on-line manual pages for 'command'

  • (e.g. 'man ftp', 'man telnet', 'man ls', etc.); 
Some text editors:
  • kwrite: KDE Menu > Applications > Advanced Editor;
  • emacs: KDE Menu > Applications > Emacs;