CS1020:   Introduction to Computers

 

Server Account Usage

 

Puzzle Server Account
 

You will need to get an account on the Ebox machine.

name = puzzle.sci.csueastbay.edu

HTML

  • create a subdirectory named public_html
  • place all of your HTML files in your public_html directory. This directory and any sub-directories should be of mode rwxr-xr-x
  • you can as desired make sub-directories inside of your public_html directory and I encourage you to do so for each project,etc.
  • The url leading up to your main public_html directory will be http://puzzle.sci.csueastbay.edu/~YOUR_login

BBS Account
 

You will need to get an account on the BlackBoard System for our class. BlackBoard is a commercial product for course management. We may be using it for its Communication Features (virtual classroom). Hence you will need to get an account for our class.

IF ALREADY ENROLLED, YOU SHOULD HAVE AN ACCOUNT.

login and password same as horizon account

If you are having trouble

Email: bbhelp@csueastbay.edu

Meeting Virtually
 

Via blackboard we have access to video conferencing with desktop sharing.

The instructor will demonstrate during first class how to use this feature, if you need additional help, you need to come to office hours.

Microsoft Software

Visual Studio .NET,    Windows *,      Windows Server

  • email msdnaa@mcs.csueastbay.edu and give the following:
    • name,
    • horizon email address
    • instructor name
    • software request

(old) Visual Studio

  • through library or bookstore (changes with changing policies) can get for roughly price of media

 

Oracle Accounts
 

You will need to get an account on the Oracle server.

Server= pizza.sci.csueastbay.edu.

You will be given tablespace on the Oracle DB instance cs1db

You will be given a login and password that you will use to connect to your account via SQLPlus. Login = login on ebox, Password = login

SQLPlus

  • program you download to your machine that lets you remotely connect (via telnet protocol...invisible to you), to the Oracle DB instance cs1db into your account.
  • You use SQL commands to manipulate your tablespace.
  • TO Download the SQLPlus and necessary configuration information:
    • ftp://bell.telecom.csuhayward.edu/APPS/Oracle/Windows/Sql%20Plus3.3/
      1. Read the ReadME file
      2. Retrieve the sqlplus.zip file and unzip and install
      3. UPDATE your tnsnames.ora file approapriately to reflect a cs1db instance!!!! So that it also points to the host = pizza.mcs.csuhayward.edu (or 134.154.14.22)
  • Once you have followed the directions to install SQLPlus.
  1. Launch SQLPlus application from your machine. You will get the following login/connect window. You should enter you UserName, Password and the Host String = cs1db






  2. If you are successfull in connecting you will see the following kind of message:
  3. You are now ready at the SQL> prompt to enter in your desired SQL commands.
  4. SQL COMMAND TO ALTER YOUR PASSWORD!!!!!!!!
    SQL> alter user your_user_name identified by new_password;

 

 

Virtual Computer Lab Machine --

Your class will have a virtual computer lab (VCL) machine setup for our class. See http://www20.csueastbay.edu/its/cls/virtual-labs/vcl-faqs.html for details and a quick start guide.

Concept

  • anywhere you have internet and web access you can log itno the VCL and it will bring up a "virtual computer/machine" that has some of the software we are using
  • Benefit - you can use it anywhere from any computer that has internet access (that has connection software see VLC's FAQ)
  • Negative - can be a slower and YOUR MUST make sure YOU STORE ON your local machine your files (they will disappear otherwise after the session). Also, if the licenes are limited as in Adobe to X licenses and you are the X+1th person you will have to wait until someone is off. However, it is time limited up to 4 hours in 1 hour renewal intervals (allowing only 20 minutes idle time --and will log you off).
  • RECOMMENDATIONS
    • save work frequently
    • save work on YOUR local machine drives
    • AND save work ALSO to a USB stick or upload or email work to yourself
© Lynne Grewe