SmartCVS Tutorial. Starting the putty Client and Setting Your CVS Password

Size: px
Start display at page:

Download "SmartCVS Tutorial. Starting the putty Client and Setting Your CVS Password"

Transcription

1 SmartCVS Tutorial Starting the putty Client and Setting Your CVS Password 1. Open the CSstick folder. You should see an icon or a filename for putty. Depending on your computer s configuration, it might be named putty.exe or might look something like this: Double-click putty to start. 2. Enter aslan.nix.selu.edu in the Host Name (or IP address) box. Make sure that the SSH radio button is selected. Click Open to start a secure shell.

2 3. You should see a secure shell window appear. You may also get a dialog box at this time, similar to the one below, asking to add a new server host key to putty s cache: If you see this dialog box, click Yes to accept the host key, and continue. If you don t get this alert, don t worry, just continue at step You should now see an unobstructed secure shell window. At the login as prompt, type your w-number and press enter. 5. It will then ask for your password, which is initially set to your w-number as well. Note that when you type your password, you will not see anything appear. This is a security feature, and is normal. Carefully enter your w-number and press enter (we recommend that you do NOT use the keypad). 6. Since this is the first time you ve logged in, you will be required to change your password. First however, you must re-enter the existing password, which is still your w-number.

3 7. Next, you must enter a new password, and then re-enter it to confirm, since you will not see anything that you type. The system is picky about passwords however. If your password is too short, or too simple, it will be rejected. We recommend that you join two words together with a symbol to form your password. 8. If everything goes well, you should see a screen similar to the following, ending with a command prompt consisting of your w-number@aslan:~$: You have now set your new password. Type exit at the command prompt to log out. For most classes (including CMPS 161) you will not be able to do anything useful with this system except set your password and use the CVS server, so you may as well simply log out.

4 Starting the SmartCVS Client 1. Open the jgraspstick folder. You should see an icon or a filename for the smartcvs batch file. Depending on your computer s configuration, it might be named smartcvs.bat or might look something like this: DO NOT USE the smartcvs folder! Use the batch file! Double-click smartcvs to start. SmartCVS will actually open two windows, a DOS command window and the SmartCVS window itself, which will be represented on the task bar as and buttons, respectively. 2. The first time you run SmartCVS, you should get the following message window: If you have not yet changed your password as in the first task of this tutorial, do not try to continue. Press ctrl-c to exit and wait until your instructor informs you that your account has been set up, and then start over from the beginning. Otherwise, press a key and go on to the next step. 3. The message window should continue by asking for your w-number: Enter it with a lowercase w and no spaces, as shown above, but user your own w-number, of course! 4. Press enter and it should continue with the initial CVS setup. This only happens the first time you start smartcvs after installing a fresh copy of CSstick.exe, so don t expect it again. The next time CVS will just begin, as it should do now.

5 Using the SmartCVS Client Concurrent Versions System keeps your files in a central repository on another computer. Only you and your teacher will have access to your files. To work on your files, you must make a copy of your portion of the repository on the computer you are using, and that copy may reside on hard disk, on a network drive (like your M: drive), or on removable media such as a USB flash drive. You can then work on the local copy of your files, but remember: (1) When you create new files, they will not be managed by the CVS system until you explicitly Add them. (2) Changes to files (or new files that have been Added ) will not be saved in the central repository until you explicitly Commit them. Every time you commit a file, it creates a new version of that file, and CVS keeps up with all the versions. You should commit your work regularly (every time you make an important change is a good rule of thumb). This will allow you to go back to a previous version if you need to, and will also provide an extra backup of your work (in addition the backup you keep for yourself on digital media). 1. When SmartCVS starts, you should see a window like this: The Welcome to SmartCVS dialog box will initially appear with an option to check out a project from the repository. After you begin using SmartCVS, there may also be one or more existing projects in the selection pane which you can use. Since we don t have an existing project to use, make sure that Check out project from repository is selected, and click OK.

6 Checking Out a Project 1. You can begin the process of checking out a project in two ways: a. When you start SmartCVS and choose Check out project from repository in the Welcome to SmartCVS dialog box b. Using the Check Out option on the Project menu. Either way, you should get the Check Out Project dialog box, at the Repository step: There should be at least one profile in the Repository Profile box. If not, you may need to delete your CSstick folder and reinstall CSstick.exe from the beginning, and then restart smartcvs with your w-number (go back to step 1 of Starting the SmartCVS Client, above). 2. Choose your repository profile (if it is gray, as in the above example, you don t need to choose anything it is automatic). Then click Next to continue.

7 3. You should now see a Login dialog box: Delete the asterisks, and replace them with the password that you chose in the first task of this tutorial. If you are using CSstick on your own personal computer or from a flash drive, you may check the Store password on disk box. Otherwise, you should leave it unchecked for security (and you will have to enter your password every time you use SmartCVS. 4. You should now be at the Modules step. If your repository profile was created correctly, you should see the beginning of a folder tree showing your repository, and the student work folder within it: Click the plus sign by the student_work folder to open it, revealing the classes in the repository:

8 Click the plus sign by your class to open it, revealing the student repositories for that class: Use the scroll bar to find your w-number, if necessary. If your w-number is not available, you may be looking in the wrong class, or you may need to ask your instructor for technical support. Click the folder icon for your w-number to select it.: After selecting your w-number, click Next to continue. 5. You should now be at the Target Directory step. Accept the defaults and click Next to continue.

9 6. You should now be at the Checkout Options step. Accept the defaults and click Next to continue. 7. You should now be at the Project Settings step. Accept the defaults and click Next to continue. 8. You should now be at the Confirmation step. Accept the defaults and click Finish to continue. 9. SmartCVS should begin checking out your repository. When it completes, the SmartCVS Foundation 4.x.x window should show the current contents of your repository:

10 10. Your repository has now been stored under the cvsroot folder on your local computer. Find the cvsroot folder and open it. Then navigate from the cvsroot folder into the student_work folder, then from the student_work folder into your class s folder, and then from your class s folder into your w-number folder. You should see something like the following: Your view may be slightly different. Depending on your computer s settings, you may see large icons, or small icons, or filenames. Note: Leave the CVS folders alone. They are maintained automatically by SmartCVS, and should not be altered by the user. Working on a files under CVS and Committing files 1. Your w-number folder is your private folder for storing classwork. Other students do not have access to it when it is in the central repository, but remember that there is no protection for it after you have checked it out, so only check it out to a folder on your own personal computer, or on your own removable media, or on your network M: drive. 2. To see how this works let s simulate working on an assignment. Start by creating a folder for this assignment called Assign1. Click on File->New->Folder to create the new folder, and then reset the highlighted name to Assign1.

11 3. Open the new folder and create the Smiley.java and Smiley.class files in it. Usually we would do this by writing the java source file Smiley.java, and then compiling it to create Smiley.class. However, for this exercise, you should simply download them into the Assign1 folder from the Internet. Open a web browser and go to Right-click on each of the files and save them into the Assign1 folder. When you finish, the folder should look like this: 4. Now, go back to the SmartCVS window. Notice that it still looks like it did before: Click the Refresh button to see the new files:

12 5. The new files are not yet under CVS management (their local state is Non-CVS ), and they are not in the central repository. To put them under CVS management, they must be Added. Select both files in the SmartCVS window by click-n-drag or by shift-clicks. Notice that the Add Files icon is no longer grayed out: 6. Click the Add Files icon. The Add dialog box should appear. Click OK to accept the defaults, and the two files will be added to CVS control. If successful, they should both now have a local state of Added. They are now under CVS management, but they are still not in the central repository. They exist only in the local folders on the computer you are using. 7. To put them into the central repository, they must be Committed. Select the two files, or better yet, select the entire repository, and then click the Commit button.

13 8. The Commit dialog box should appear. Type a short description of the new version that you are creating with this commit into the Log Message window, and click OK to do the commit. 9. If the commit completes successfully, both files should now show a local state of Unchanged, indicating that the version stored on the local computer is the same as the version stored in the central repository. 10. A file only needs to be added to CVS management once. From then on, it only needs to be committed whenever an important change is made. This creates a new version of the file in the CVS system. To see this, use notepad to make a small textual change to Smiley.java, and then refresh the SmartCVS window. It should indicated that Smiley.java has been modified:

14 11. Select the repository and do another commit, and you should see Smiley.java return to the Unchanged state. Notice that the revision number has also advanced from 1.1 to 1.2.

Setting Up a Linux Operating System

Setting Up a Linux Operating System Name: Setting Up a Linux Operating System We will be using the Linux operating system for most of our practical work in this class. Knoppix is a live CD distribution of Linux, based on the Debian distribution.

More information

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

How to make a Work Profile for Windows 10

How to make a Work Profile for Windows 10 How to make a Work Profile for Windows 10 Setting up a new profile for Windows 10 requires you to navigate some screens that may lead you to create the wrong type of account. By following this guide, we

More information

Lab - Data Migration in Windows

Lab - Data Migration in Windows Lab - Data Migration in Windows Introduction When a new computer is purchased or a new operating system is installed, it is often desirable to migrate a user s data to the new computer or OS. Windows has

More information

This document is intended to help you connect to the CVS server on a Windows system.

This document is intended to help you connect to the CVS server on a Windows system. Sourceforge CVS Access Sourceforge CVS Access... 1 Introduction... 1 Tools... 1 Generate Public / Private Keys... 1 Configuring Sourceforge Account... 4 Loading Private Keys for Authentication... 7 Testing

More information

Storing Your Exercise Files

Storing Your Exercise Files Storing Your Exercise Files This appendix contains an overview for using this book with various file storage media, such as a USB flash drive or hard drive. Detailed instructions for downloading and unzipping

More information

Key File Generation. November 14, NATIONAL STUDENT CLEARINGHOUSE 2300 Dulles Station Blvd., Suite 220, Herndon, VA 20171

Key File Generation. November 14, NATIONAL STUDENT CLEARINGHOUSE 2300 Dulles Station Blvd., Suite 220, Herndon, VA 20171 Key File Generation NATIONAL STUDENT CLEARINGHOUSE 2300 Dulles Station Blvd., Suite 220, Herndon, VA 20171 Table of Contents Introduction... 2 PuTTY Installation... 2 Key Generation... 7 Configuring PuTTY

More information

You can use the WinSCP program to load or copy (FTP) files from your computer onto the Codd server.

You can use the WinSCP program to load or copy (FTP) files from your computer onto the Codd server. CODD SERVER ACCESS INSTRUCTIONS OVERVIEW Codd (codd.franklin.edu) is a server that is used for many Computer Science (COMP) courses. To access the Franklin University Linux Server called Codd, an SSH connection

More information

umapps Using umapps 6/14/2017 Brought to you by: umtech & The Center for Teaching & Learning

umapps Using umapps 6/14/2017 Brought to you by: umtech & The Center for Teaching & Learning umapps Using umapps Center for Teaching and Learning (CTL) 100 Administration Bldg., Memphis, TN 38152 Phone: 901.678.8888 Email: itstrainers@memphis.edu Center for Teaching and Learning Website 6/14/2017

More information

Looking to get your Start Button Back? Try Classic Shell. It very easy to use and free.

Looking to get your Start Button Back? Try Classic Shell. It very easy to use and free. Looking to get your Start Button Back? Try Classic Shell. It very easy to use and free. Press the Windows key to enter the tiled Start screen. (or bring up your start menu if you ve installed classic shell)

More information

How to set up an Amazon Work Profile for Windows 8

How to set up an Amazon Work Profile for Windows 8 How to set up an Amazon Work Profile for Windows 8 Setting up a new profile for Windows 8 requires you to navigate some screens that may lead you to create the wrong type of account. By following this

More information

Lab 11-1 Lab User Profiles and Tracking

Lab 11-1 Lab User Profiles and Tracking In the following lab instructions, you will be setting up groups, users, and passwords to require password-protected login to Kofax Capture modules. Rights will be assigned to the groups and users that

More information

Word 2007 Appendix B Copy Student Files to Hard Drive

Word 2007 Appendix B Copy Student Files to Hard Drive Word 2007 Appendix B Copy Student Files to Hard Drive Purpose Before you begin, you need to copy the contents of your student CD to your computer s hard drive. The following lesson will step you through

More information

To complete this project, you will need the following folder:

To complete this project, you will need the following folder: = CHAPTER 1 Windows 7 More Skills 12 Use Libraries to Organize Files A library is a collection of files and folders stored in different locations on your computer that can be viewed as a single folder.

More information

Part 1: Understanding Windows XP Basics

Part 1: Understanding Windows XP Basics 542362 Ch01.qxd 9/18/03 9:54 PM Page 1 Part 1: Understanding Windows XP Basics 1: Starting Up and Logging In 2: Logging Off and Shutting Down 3: Activating Windows 4: Enabling Fast Switching between Users

More information

Easy Windows Working with Disks, Folders, - and Files

Easy Windows Working with Disks, Folders, - and Files Easy Windows 98-3 - Working with Disks, Folders, - and Files Page 1 of 11 Easy Windows 98-3 - Working with Disks, Folders, - and Files Task 1: Opening Folders Folders contain files, programs, or other

More information

Implement an ADT while using Subversion

Implement an ADT while using Subversion 1 Objectives Learn to use Subversion Implement an ADT while using Subversion In this lab, you learn about the version control tool called Subversion and you will implement a Java class given an interface.

More information

The Reading Inventory Installation Guide

The Reading Inventory Installation Guide The Reading Inventory Installation Guide For use with The Reading Inventory version 2.5 or later and Student Achievement Manager version 2.5 or later Table of Contents Introduction... 3 Getting Started...

More information

FASTT Math Installation Guide

FASTT Math Installation Guide FASTT Math Installation Guide For use with FASTT Math Enterprise Edition version 3.x or later and Student Achievement Manager version 3.x or later Table of Contents Introduction... 3 Getting Started...

More information

5. A small dialog window appears; enter a new password twice (this is different from Dori!) and hit Go.

5. A small dialog window appears; enter a new password twice (this is different from Dori!) and hit Go. Installing Wordpress from JMA Lab to JMA Server 1. Take note these instructions are streamlined for the JMA lab they can t be performed in this fashion from home! 2. Wordpress is a database driven web

More information

Handout 4: Version Control Reference

Handout 4: Version Control Reference CSCI 2600 Principles of Software Handout 4: Version Control Reference Introduction SVN (Subversion) provides the following functionality: It allows multiple users to edit the same files independently,

More information

Outlook tips for road warriors

Outlook tips for road warriors Outlook 2000/2002: Tips for road warriors You use Outlook to send and receive e-mail and access your calendar and contacts when you re at the office, but what about when you re on the road? Don t worry

More information

WinSCP. Author A.Kishore/Sachin

WinSCP. Author A.Kishore/Sachin WinSCP WinSCP is a freeware windows client for the SCP (secure copy protocol), a way to transfer files across the network using the ssh (secure shell) encrypted protocol. It replaces other FTP programs

More information

The Command Shell. Fundamentals of Computer Science

The Command Shell. Fundamentals of Computer Science The Command Shell Fundamentals of Computer Science Outline Starting the Command Shell Locally Remote Host Directory Structure Moving around the directories Displaying File Contents Compiling and Running

More information

How to Archive s in Outlook 2007

How to Archive  s in Outlook 2007 How to Archive Emails in Outlook 2007 Step 1: Create an archive folder. 1. Go to File and choose Archive 2. You can have it auto-archive or set the parameters to where it creates an empty archive. Due

More information

JCCC Virtual Labs. Click the link for more information on installing on that device type. Windows PC/laptop Apple imac or MacBook ipad Android Linux

JCCC Virtual Labs. Click the link for more information on installing on that device type. Windows PC/laptop Apple imac or MacBook ipad Android Linux JCCC Virtual Labs Revision 9/21/2017 http://ats.web. Welcome to the JCCC Virtual Lab Environment. This system allows students to access campus software titles on their personal computers from almost anywhere.

More information

Quick Note 24. Extracting the debug.txt file from a TransPort. Digi Technical Support. February Page 1

Quick Note 24. Extracting the debug.txt file from a TransPort. Digi Technical Support. February Page 1 Quick Note 24 Extracting the debug.txt file from a TransPort Digi Technical Support February 2016 Page 1 Contents 1 Introduction... 3 2 Version... 4 3 FTP method... 5 3.1 FTP Using FileZilla FTP Client...

More information

Solar Campaign Google Guide. PART 1 Google Drive

Solar Campaign Google Guide. PART 1 Google Drive Solar Campaign Google Guide This guide assumes your team has already retrieved its template Solar Campaign folder from Vital Communities and shared it with the entire volunteer team on Google Drive. To

More information

Moodle 3.1 Backup and Restore

Moodle 3.1 Backup and Restore Moodle 3.1 Backup and Restore You can only restore a backup into courses that you are enrolled in as a teacher. Be careful when restoring a course don t select Delete the contents of this course and then

More information

Using RANCID. Contents. 1 Introduction Goals Notes Install rancid Add alias Configure rancid...

Using RANCID. Contents. 1 Introduction Goals Notes Install rancid Add alias Configure rancid... Using RANCID Contents 1 Introduction 2 1.1 Goals................................. 2 1.2 Notes................................. 2 2 Install rancid 2 2.1 Add alias............................... 3 2.2 Configure

More information

READ 180 Next Generation Installation Guide

READ 180 Next Generation Installation Guide READ 180 Next Generation Installation Guide including rskills Tests Next Generation For use with READ 180 Next Generation suite and Scholastic Achievement Manager version 2.3 or higher Copyright 2014 by

More information

IBM WebSphere Java Batch Lab

IBM WebSphere Java Batch Lab IBM WebSphere Java Batch Lab What are we going to do? First we are going to set up a development environment on your workstation. Download and install Eclipse IBM WebSphere Developer Tools IBM Liberty

More information

Westerville City Schools Progress Book Achievement Record Training October 19 th, 2006

Westerville City Schools Progress Book Achievement Record Training October 19 th, 2006 Westerville City Schools Progress Book Achievement Record Training October 19 th, 2006 Progress Book is a web-based program. It will be important to remember to use Dashboard (teacher home page) and Grade

More information

All textures produced with Texture Maker. Not Applicable. Beginner.

All textures produced with Texture Maker. Not Applicable. Beginner. Tutorial for Texture Maker 2.8 or above. Note:- Texture Maker is a texture creation tool by Tobias Reichert. For further product information please visit the official site at http://www.texturemaker.com

More information

Enable SSH Access on the Tenable Virtual Appliance (4.4.x-4.7.x) Last Revised: February 27, 2018

Enable SSH Access on the Tenable Virtual Appliance (4.4.x-4.7.x) Last Revised: February 27, 2018 Enable SSH Access on the Tenable Virtual Appliance (4.4.x-4.7.x) Last Revised: February 27, 2018 Table of Contents Introduction 3 Requirements 4 Terminology 5 Generate the Key File 6 Generate a Key for

More information

System 44 Installation Guide

System 44 Installation Guide System 44 Installation Guide For use with System 44 version 2.5 or later and Student Achievement Manager version 2.5 or later Table of Contents Introduction... 3 Getting Started... 3 Windows and Mac OS

More information

10ZiG Technology. Thin Desktop Quick Start Guide

10ZiG Technology. Thin Desktop Quick Start Guide 10ZiG Technology Thin Desktop Quick Start Guide 2010 05 20 Introduction This document is intended as a quick start guide for installing Thin Desktop. After reading this document, you will know how to:

More information

Firewalls can prevent access to the Unix Servers. Please make sure any firewall software or hardware allows access through Port 22.

Firewalls can prevent access to the Unix Servers. Please make sure any firewall software or hardware allows access through Port 22. EINSTEIN OVERVIEW Einstein (Einstein.franklin.edu) and Codd (codd.franklin.edu) are two servers that are used for many Computer Science (COMP) courses. Students will be directed to use either Einstein

More information

Deploy Oracle Spatial and Graph Map Visualization Component to Oracle Cloud

Deploy Oracle Spatial and Graph Map Visualization Component to Oracle Cloud Deploy Oracle Spatial and Graph Map Visualization Component to Oracle Cloud Overview The Map Visualization Component is a development toolkit packaged with Oracle Spatial and Graph for incorporating interactive

More information

Lab - Share Resources in Windows

Lab - Share Resources in Windows Introduction In this lab, you will create and share a folder, set permissions for the shares, create a Homegroup and a Workgroup to share resources, and map a network drive. Due to Windows Vista lack of

More information

Sample Spark Web-App. Overview. Prerequisites

Sample Spark Web-App. Overview. Prerequisites Sample Spark Web-App Overview Follow along with these instructions using the sample Guessing Game project provided to you. This guide will walk you through setting up your workspace, compiling and running

More information

FaxFinder Fax Servers

FaxFinder Fax Servers FaxFinder Fax Servers Models: FF130 FF230 FF430 FF830 Client User Guide FaxFinder Client User Guide Fax Client Software for FaxFinder Series PN S000460B, Version B Copyright This publication may not be

More information

Downloading Library Ebooks to the Nook

Downloading Library Ebooks to the Nook Overview Downloading Library Ebooks to the Nook Downloading Library Ebooks to your Nook is divided into six major parts. The first two parts are only necessary for initial setup. Because the digital rights

More information

Cmpt 101 Lab 1 - Outline

Cmpt 101 Lab 1 - Outline Cmpt 101 Lab 1 - Outline Instructions: Work through this outline completely once directed to by your Lab Instructor and fill in the Lab 1 Worksheet as indicated. Contents PART 1: GETTING STARTED... 2 PART

More information

System 44 Next Generation Installation Guide

System 44 Next Generation Installation Guide System 44 Next Generation Installation Guide For use with System 44 Next Generation version 2.3 or later and Scholastic Achievement Manager version 2.3 or later Copyright 2014 by Scholastic Inc. All rights

More information

Using.htaccess to Restrict Access to OU Directories

Using.htaccess to Restrict Access to OU Directories Using.htaccess to Restrict Access to OU Directories Last Updated: 7/8/15/ by lucero@uark.edu Webmasters can place.htaccess files in any directory in OU or on Cavern to restrict access. The two examples

More information

READ 180 Next Generation Installation Guide

READ 180 Next Generation Installation Guide READ 180 Next Generation Installation Guide rskills including College & Career For use with READ 180 Next Generation suite and Student Achievement Manager version 2.5 or higher Table of Contents Introduction...

More information

Tutorial NetOp School

Tutorial NetOp School Tutorial NetOp School Getting Started: NetOp is software available in the computer classrooms that allows screen sharing. That means you can show what's on your screen to all students, or that you can

More information

Author A.Kishore/Sachin WinSCP

Author A.Kishore/Sachin   WinSCP WinSCP WinSCP is a freeware windows client for the SCP (secure copy protocol), a way to transfer files across the network using the ssh (secure shell) encrypted protocol. It replaces other FTP programs

More information

FASTT Math Installation Guide

FASTT Math Installation Guide FASTT Math Installation Guide For use with FASTT Math Enterprise Edition version 2.3 or later and Scholastic Achievement Manager version 2.3 or later Copyright 2014 by Scholastic Inc. All rights reserved.

More information

Virtual Desktop Infrastructure Setup for Windows 7

Virtual Desktop Infrastructure Setup for Windows 7 Virtual Desktop Infrastructure Setup for Windows 7 Virtual Desktop Infrastructure (VDI) allows you to connect to a virtual computer and use software that you don t have installed on your own computer or

More information

R9.7 erwin License Server:

R9.7 erwin License Server: R9.7 erwin License Server: Installation and Setup This is a quick guide to setting-up a erwin DM License Server. NOTES: - Concurrent licensing is available for only erwin r8.2 and later releases! - Concurrent

More information

CS 209 Section 52 Lab 1-A: Getting Started with NetBeans Instructor: J.G. Neal Objectives: Lab Instructions: Log in Create folder CS209

CS 209 Section 52 Lab 1-A: Getting Started with NetBeans Instructor: J.G. Neal Objectives: Lab Instructions: Log in Create folder CS209 CS 209 Section 52 Lab 1-A: Getting Started with NetBeans Instructor: J.G. Neal Objectives: 1. To create a project in NetBeans. 2. To create, edit, compile, and run a Java program using NetBeans. 3. To

More information

Homework #1: SSH. Step 1: From the start button (lower left hand corner) type Secure. Then click on the Secure Shell File Transfer Client.

Homework #1: SSH. Step 1: From the start button (lower left hand corner) type Secure. Then click on the Secure Shell File Transfer Client. Homework #1: SSH Due WEEK 3 at the BEGINNING of lab CSE 3, Spring 2018 A. The program Some students had trouble using this program in the past. It isn t too bad if you just take a few minutes to read and

More information

FASTT Math Installation Guide

FASTT Math Installation Guide FASTT Math Installation Guide For use with FASTT Math Enterprise Edition version 2.4 or later and Student Achievement Manager version 2.4 or later PDF0885 (PDF) Houghton Mifflin Harcourt Publishing Company

More information

Virtual Desktop Infrastructure Setup for Windows 10

Virtual Desktop Infrastructure Setup for Windows 10 Virtual Desktop Infrastructure Setup for Windows 10 Virtual Desktop Infrastructure (VDI) allows you to connect to a virtual computer and use software that you don t have installed on your own computer

More information

Embedding SoftChalk In Blackboard. SoftChalk Create 9

Embedding SoftChalk In Blackboard. SoftChalk Create 9 Embedding SoftChalk In Blackboard SoftChalk Create 9 Revision Date: September 8, 2015 Table of Contents SOFTCHALK CLOUD... 1 ACQUIRE A CLOUD ACCOUNT... 1 CREATE FOLDERS IN YOUR SOFTCHALK CLOUD ACCOUNT...

More information

Computer Setup Guide for SEC301

Computer Setup Guide for SEC301 Computer Setup Guide for SEC301 This document identifies the steps you need to take to make sure that your computer is ready for the lab exercises for SEC301. Prior to coming to class you need to ensure

More information

STEP 1: PREPARE FOR DATA MIGRATION 1. Right-click the desktop and choose New > Folder. a. Type For Transferring and press Enter to name the folder.

STEP 1: PREPARE FOR DATA MIGRATION 1. Right-click the desktop and choose New > Folder. a. Type For Transferring and press Enter to name the folder. PC Support and Repair Chapter 5 Data Migration Lab 5144 When a new computer is purchased or a new operating system is installed, it is often desirable to migrate a user s data to the new computer or OS.

More information

Lab 3-1 Lab Installing Kofax Capture 10

Lab 3-1 Lab Installing Kofax Capture 10 In the following lab instructions, you re going to install and license Kofax Capture, turn on User Tracking, review the product documentation, and prepare your system for the lab exercises in this course.

More information

Verifying a Restore Repository

Verifying a Restore Repository Verifying a Restore Repository As a part of the Laserfiche backup verification process, you may be asked to verify the contents of a Laserfiche restore repository. Once a month, an archival copy of the

More information

GeographyPortal Instructor Quick Start World Regional Geography Without Subregions, Fifth Edition Pulsipher

GeographyPortal Instructor Quick Start World Regional Geography Without Subregions, Fifth Edition Pulsipher GeographyPortal Instructor Quick Start World Regional Geography Without Subregions, Fifth Edition Pulsipher For technical support call 1-800-936-6899 GeographyPortal Quick Start for Pulsipher, World Regional

More information

How to Install, Configure and Use sftp (Windows Version)

How to Install, Configure and Use sftp (Windows Version) How to Install, Configure and Use sftp (Windows Version) The sftp secure File Transfer Protocol allows you to transfer patient datasets to and from IDT s server securely. All data transfers are encrypted

More information

8 MANAGING SHARED FOLDERS & DATA

8 MANAGING SHARED FOLDERS & DATA MANAGING SHARED FOLDERS & DATA STORAGE.1 Introduction to Windows XP File Structure.1.1 File.1.2 Folder.1.3 Drives.2 Windows XP files and folders Sharing.2.1 Simple File Sharing.2.2 Levels of access to

More information

PHEWR Installation Guide (version 3)

PHEWR Installation Guide (version 3) PHEWR Installation Guide (version 3) Introduction Included in this Zip File: Database - sql scripts to install database objects Admin - directory structure containing the files necessary to run the PHEWR

More information

System 44 Installation Guide

System 44 Installation Guide System 44 Installation Guide For use with System 44 version 2.4 or later and Student Achievement Manager version 2.4 or later PDF0883 (PDF) Houghton Mifflin Harcourt Publishing Company Table of Contents

More information

Adding Content. 4. The following page will display (see image to the right): 5. Enter the title of the text page in the Name* field (required).

Adding Content. 4. The following page will display (see image to the right): 5. Enter the title of the text page in the Name* field (required). Adding Content When content is added to ecourses, two things must happen: 1. The content must be either composed within ecourses or uploaded from an offline storage area or located at an online site. 2.

More information

Sending, Composing and Addressing a New Message:

Sending, Composing and Addressing a New Message: Sending, Composing and Addressing a New Message: 1) On the toolbar click on "New." A drop down box will appear -- select Message 2) A new email box will open up. 3) Enter the email address(es) of the individuals

More information

Using and Applying Microcontrollers for the Rest of Us!

Using and Applying Microcontrollers for the Rest of Us! High School Automous Vehicle Challenge: Software Installation Using and Applying Microcontrollers for the Rest of Us! Marc E Herniter 2017 Marc E. Herniter, Rose-Hulman Institute of Technology, and The

More information

Part 2 Uploading and Working with WebCT's File Manager and Student Management INDEX

Part 2 Uploading and Working with WebCT's File Manager and Student Management INDEX Part 2 Uploading and Working with WebCT's File Manager and Student Management INDEX Uploading to and working with WebCT's File Manager... Page - 1 uploading files... Page - 3 My-Files... Page - 4 Unzipping

More information

Describe CVS Tutorial

Describe CVS Tutorial Describe CVS Tutorial Copyright 1994-2005 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights reserved. All brands

More information

Students Guide to Desire2Learn

Students Guide to Desire2Learn Students Guide to Desire2Learn Created By: Justin Poggemann Updated by Kimberly Ross on June 1 st 2008 Desire2Learn Table of Contents: System Requirements How to get to Desire2Learn Log-On Procedures Secure/Non

More information

1. Download and install the Firefox Web browser if needed. 2. Open Firefox, go to zotero.org and click the big red Download button.

1. Download and install the Firefox Web browser if needed. 2. Open Firefox, go to zotero.org and click the big red Download button. Get Started with Zotero A free, open-source alternative to products such as RefWorks and EndNote, Zotero captures reference data from many sources, and lets you organize your citations and export bibliographies

More information

The Content Collection

The Content Collection The Content Collection Overview The Content Collection is a place in Blackboard (CourseWeb) where you can store files independent of specific courses. The Content Collection is integrated with Blackboard

More information

Scholastic Reading Inventory Installation Guide

Scholastic Reading Inventory Installation Guide Scholastic Reading Inventory Installation Guide For use with Scholastic Reading Inventory version 2.1 or later and Scholastic Achievement Manager version 2.1 or later Copyright 2012 by Scholastic Inc.

More information

CMPSCI 120 Fall 2017 Lab #1 Professor William T. Verts

CMPSCI 120 Fall 2017 Lab #1 Professor William T. Verts CMPSCI 120 Fall 2017 Lab #1 Professor William T. Verts The Goal The ultimate goal of this assignment is to create a Web page on the server, make sure it is visible to the outside world, and to design and

More information

Installing Komplete 5 with Direct Install

Installing Komplete 5 with Direct Install Installing Komplete 5 with Direct Install This document discusses how to use Receptor s Direct Install feature to install and update Komplete 5, its plugins, and its libraries. In order to install Komplete

More information

FIRST LOG IN / LOG OUT WARNING!

FIRST LOG IN / LOG OUT WARNING! Information Technology Department - San Diego Unified School District Welcome to Active Directory! Laptop User Experience Guide Congratulations! Your site has been migrated to the new Active Directory

More information

Setup Guide for Hard-Wire Ethernet Connected TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist

Setup Guide for Hard-Wire Ethernet Connected TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist Setup Guide for Hard-Wire Ethernet Connected TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist Summary This document explains how to configure the TP-Link

More information

About the Manitoba ehealth LMS... 4

About the Manitoba ehealth LMS... 4 Manitoba ehealth LMS Frequently Asked Questions () Revised: 11/01/2017 Table of Contents About the Manitoba ehealth LMS... 4 What is the Learning Management System (LMS)?... 4 Why do we need an LMS?...

More information

STUDY ASSISTANT. Adding a New Study & Submitting to the Review Board. Version 10.03

STUDY ASSISTANT. Adding a New Study & Submitting to the Review Board. Version 10.03 STUDY ASSISTANT Adding a New Study & Submitting to the Review Board Version 10.03 Contents Introduction... 3 Add a Study... 3 Selecting an Application... 3 1.0 General Information... 3 2.0 Add Department(s)...

More information

A. Outlook Web App -

A. Outlook Web App - A. Outlook Web App - Email 1. Outlook Web App (OWA) Vs. Outlook Outlook refers to an application that is physically installed on a computer. Whereas a Web Application is something that is not installed

More information

Voyant Connect User Guide

Voyant Connect User Guide Voyant Connect User Guide WELCOME TO VOYANT CONNECT 3 INSTALLING VOYANT CONNECT 3 MAC INSTALLATION 3 WINDOWS INSTALLATION 4 LOGGING IN 4 WINDOWS FIRST LOGIN 6 MAKING YOUR CLIENT USEFUL 6 ADDING CONTACTS

More information

Installing VPN client by Jupiter Networks:

Installing VPN client by Jupiter Networks: Installing VPN client by Jupiter Networks: 1. Open Firefox. The icon is likely on your desktop. If you are using internet explorer, much of the steps will be the same, but the way that Internet Explorer

More information

IRLS 504 Student Webpage Tutorial By: Nicole Pagowsky & Sara Hayden Summer 2008

IRLS 504 Student Webpage Tutorial By: Nicole Pagowsky & Sara Hayden Summer 2008 IRLS 504 Student Webpage Tutorial By: Nicole Pagowsky & Sara Hayden Summer 2008 These steps follow from setting up a Net ID, U-System Account, and initializing your web space through PuTTy (SSH Client).

More information

Upgrade Instructions for Version 8.3.3

Upgrade Instructions for Version 8.3.3 Upgrade Instructions for Version 8.3.3 CONTENTS INTRODUCTION... 1 ABOUT THESE UPGRADE INSTRUCTIONS... 1 IMPORTANT NOTES... 1 UPGRADE SUPPORT... 2 PHASE 1: BACKUP YOUR WINSPC DATABASE... 3 PHASE 2: UPGRADE

More information

Getting Started with XMF Remote

Getting Started with XMF Remote Getting Started with XMF Remote Remote R9.5 Contents Introduction......................................................... 5 How to Login........................................................ 6 The

More information

expressreports Guide

expressreports Guide expressreports Guide i Table of Contents expressreports Guide TABLE OF CONTENTS Chapter Chapter 1. Chapter 2. Page INTRODUCTION...1 Internet Access to Reports...1 Documentation...2 ACCESSING YOUR REPORTS...4

More information

WISP Setup Guide for TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist

WISP Setup Guide for TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist WISP Setup Guide for TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist Summary This document explains how to configure the TP-Link WR841N router to provide

More information

SVN_Eclipse_at_home. 1. Download Eclipse. a. Go to: and select Eclipse IDE for Java Developers

SVN_Eclipse_at_home. 1. Download Eclipse. a. Go to:  and select Eclipse IDE for Java Developers 1. Download Eclipse SVN_Eclipse_at_home a. Go to: http://www.eclipse.org/downloads/ and select Eclipse IDE for Java Developers b. Select a mirror (which just means select which identical copy you should

More information

ADOBE DRIVE 4.2 USER GUIDE

ADOBE DRIVE 4.2 USER GUIDE ADOBE DRIVE 4.2 USER GUIDE 2 2013 Adobe Systems Incorporated. All rights reserved. Adobe Drive 4.2 User Guide Adobe, the Adobe logo, Creative Suite, Illustrator, InCopy, InDesign, and Photoshop are either

More information

Backup then Download Data file

Backup then Download Data file Backup then Download Data file When copying content from one Moodle course to a new semester s course, an instructor must complete three tasks: 1. Backup the original course s content, WITHOUT user data

More information

CVS for Moodle Developers

CVS for Moodle Developers Using the CVS CVS for Moodle Developers CVS is the Concurrent Versioning System, a commonly-used way of managing source code for large software projects. CVS keeps all versions of all files so that nothing

More information

Chapter 4 Using the Entry-Master Disk Utilities

Chapter 4 Using the Entry-Master Disk Utilities Chapter 4 Using the Entry-Master Disk Utilities Now that you have learned how to setup and maintain the Entry-Master System, you need to learn how to backup and restore your important database files. Making

More information

Oracle SQL. murach s. and PL/SQL TRAINING & REFERENCE. (Chapter 2)

Oracle SQL. murach s. and PL/SQL TRAINING & REFERENCE. (Chapter 2) TRAINING & REFERENCE murach s Oracle SQL and PL/SQL (Chapter 2) works with all versions through 11g Thanks for reviewing this chapter from Murach s Oracle SQL and PL/SQL. To see the expanded table of contents

More information

OpsCenter Basics Why Aren t You Using It?

OpsCenter Basics Why Aren t You Using It? OpsCenter Basics Why Aren t You Using It? This is a SELF-GUIDED LAB if you prefer. You are welcome to get started and leave when you are finished, or you can play with the OC instance to gain more knowledge.

More information

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ]

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] Version 5.3 [ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] https://help.pentaho.com/draft_content/version_5.3 1/30 Copyright Page This document supports Pentaho Business Analytics

More information

Lab Zero: A First Experiment Using GENI and Jacks Tool

Lab Zero: A First Experiment Using GENI and Jacks Tool GENIExperimenter/Tutorials/jacks/GettingStarted_PartI/Procedure GENI: geni 2/27/16, 14:35 Lab Zero: A First Experiment Using GENI and Jacks Tool These instructions are at: http://tinyurl.com/geni-labzero

More information

Task-Oriented Solutions to Over 175 Common Problems. Covers. Eclipse 3.0. Eclipse CookbookTM. Steve Holzner

Task-Oriented Solutions to Over 175 Common Problems. Covers. Eclipse 3.0. Eclipse CookbookTM. Steve Holzner Task-Oriented Solutions to Over 175 Common Problems Covers Eclipse 3.0 Eclipse CookbookTM Steve Holzner Chapter CHAPTER 6 6 Using Eclipse in Teams 6.0 Introduction Professional developers frequently work

More information

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing Managing Your Website with Convert Community My MU Health and My MU Health Nursing Managing Your Website with Convert Community LOGGING IN... 4 LOG IN TO CONVERT COMMUNITY... 4 LOG OFF CORRECTLY... 4 GETTING

More information