Today s Topics... Intro to Computer Science (cont.) Python exercise. Reading Assignment. Ch 1: 1.5 (through 1.5.2) Lecture Notes CPSC 121 (Fall 2011)

Size: px
Start display at page:

Download "Today s Topics... Intro to Computer Science (cont.) Python exercise. Reading Assignment. Ch 1: 1.5 (through 1.5.2) Lecture Notes CPSC 121 (Fall 2011)"

Transcription

1 Today s Topics... Intro to Computer Science (cont.) Python exercise Reading Assignment Ch 1: 1.5 (through 1.5.2) S. Bowers 1 of 8

2 Computation (cont.) What parts do recipes usually have? A description (the requirements) An ingredient list (the input) A set of ordered steps to perform (a procedure) A recipe is an example of procedural (imperative) knowledge Knowledge of how to perform some task (or process) A recipe gives a procedure to create ( compute ) an output from input Declarative knowledge only tells us about the output, not how to produce it Computation is a process for performing certain tasks Like the process of making your favorite dessert We typically think of computation as a process that manipulates data That is, computing (deriving) new data from existing data Computation is directed by a series of instructions Often called procedures, methods, or algorithms We write these down using a programming language A procedure written in a programming language is called a program Computers execute programs for us S. Bowers 2 of 8

3 At the 10,000 foot level, as programmers We figure out what the instructions should be (the algorithm) We write them down as a program (in a programming language) We give the program to a computer with input data The computer runs the program on input data (the computation process) And supplies the output A computer is a general-purpose machine (aka universal machine ) Instead of being able to execute only one or a few types of processes e.g., like a toaster or a car wash A computer can perform any computation According to the Church-Turing Thesis Everything computable is computable by a Turing Machine But you have to give it the instructions :-) S. Bowers 3 of 8

4 Another example... Consider the following two statements 1. x is y such that y 2 = x for y 0 2. To find an approximation of x, make a guess g, improve the guess by averaging g and x/g, and continue until g is good enough What type of knowledge do each of these represent? Another way to think of computation... (from Abelson & Sussman) Computation is like a sorcerer s idea of a magical spirit Cannot be seen or touched, is not composed of matter The programs we use to conjure computations are like a sorcerer s spells From symbolic expressions in arcane, esoteric programming langauges Used to prescribe the tasks we want our computations to perform We ll conjure our (computational) spirits in a magical language called Python Learning to program is considerably less dangerous than learning sorcery Computational spirits are conveniently contained within a computer In case you aren t convinced... def square_root(x, d): g = 1 # not a great guess for i in range(1, d): g = (g + (x/g))/2 return g S. Bowers 4 of 8

5 Getting started in the CS Lab The CS lab guide The computers run the Linux (CentOS) operating system Similar to MS Windows and MacOS, but different Login using GU userid and password If you can t login, send to Jason Schnagl (schnagl@gonzaga.edu, PC 216, ) Double-click on the IDLE 3.2 desktop icon Starts a basic Python Shell Shows a prompt >>> called a chevron You can start typing statements at the prompt (e.g., 3+4) IDLE includes a simple code editor From the Python Shell window click File > New Window In the new window, note there is no prompt You can enter statements into the window You are creating/editing a Python module (more later) S. Bowers 5 of 8

6 After you enter statements, you can run the module You need to save the module file first You might create a cpsc121 folder and save the file, e.g., as lab1.py Run the module by clicking Run > Run Module in the editor (not the shell) You can also hit the F5 shortcut key After you run the module, you ll see RESTART in the Python Shell This is where you wold see the output of your program Print statements The Python Shell prints the result of every statement entered E.g., >>> prints 7 In a module, you have to explicitly tell Python to print the result of a statement E.g., print(3 + 4) prints 7 in the Python Shell Whereas the statement doesn t print anything S. Bowers 6 of 8

7 Basic file management Double-click on the Home folder icon on the desktop For me, this is bowers s Home Printing Select File > Print Window from within Python Shell or the editor and select the Default Printer Don t forget to logout! Select System > Log Out from the menu bar on the desktop Don t need to shut down the computer, but do need to log out S. Bowers 7 of 8

8 Exercise: The Hello World! Program By convention, the first program written when learning a new langauge >>> print("hello World!") Hello World! >>> In Python, this is a super-easy program to write Exercise: 1. Start IDLE 2. Using the Python Shell, use print to display Hello World! 3. Try print with other strings 4. Send your session to the printer 5. Repeat the above, but use the editor instead of the Python Shell 6. Put your name on both hardcopies and turn them in Notes: print is a function We call the print function We pass arguments to function calls The number of arguments depends on the function S. Bowers 8 of 8

Virtual Owl. Guide for Windows. University Information Technology Services. Training, Outreach, Learning Technologies & Video Production

Virtual Owl. Guide for Windows. University Information Technology Services. Training, Outreach, Learning Technologies & Video Production Virtual Owl Guide for Windows University Information Technology Services Training, Outreach, Learning Technologies & Video Production Copyright 2015 KSU Division of University Information Technology Services

More information

How to use SURA in three simple steps:

How to use SURA in three simple steps: How to use SURA in three simple steps: Most of SURA s functionality can be accessed through these three steps. 1) Download SURA to your computer Go to the SU Downloads page to obtain the SURA utility.

More information

Virtual Office Remote Installation Guide

Virtual Office Remote Installation Guide Virtual Office Remote Installation Guide Table of Contents VIRTUAL OFFICE REMOTE INSTALLATION GUIDE... 3 UNIVERSAL PRINTER CONFIGURATION INSTRUCTIONS... 12 CHANGING DEFAULT PRINTERS ON LOCAL SYSTEM...

More information

There s a variety of software that can be used, but the approach described here uses freely available Cygwin software: (1) Cygwin/X (2) Cygwin/openssh

There s a variety of software that can be used, but the approach described here uses freely available Cygwin software: (1) Cygwin/X (2) Cygwin/openssh To do this you need two pieces of software: (1) An X server running on your PC, and (2) A secure shell for making a network connection to a UNIX host. There s a variety of software that can be used, but

More information

Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website

Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website April 16 2012 The following instructions are to show you how to map your Home drive using ITS s Network in order to publish a website

More information

Accessing Windows 7 in the Student Labs

Accessing Windows 7 in the Student Labs Accessing Windows 7 in the Student Labs This document explains how to access and use Windows 7 and some of the software installed on Windows 7, such as Microsoft Office 2010, on the student lab computers.

More information

Mapping the ITS File Server Folders to Mosaic Windows

Mapping the ITS File Server Folders to Mosaic Windows Mapping the ITS File Server Folders to Mosaic Windows January 31 2012 The following instructions are to show you how to map your shared and Home drive using ITS s Network. Contents Home Folder (Drive V:)...

More information

How to Connect to Remote Desktop & How to Use Cisco AnyConnect Secure Mobility Client Secure VPN Connection

How to Connect to Remote Desktop & How to Use Cisco AnyConnect Secure Mobility Client Secure VPN Connection How to Connect to Remote Desktop & How to Use Cisco AnyConnect Secure Mobility Client Secure VPN Connection Revised 09/2014 These instructions presume that you already have the Cisco AnyConnect Secure

More information

Changing Your Cameleon Server IP

Changing Your Cameleon Server IP 1.1 Overview Technical Note Cameleon requires that you have a static IP address defined for the server PC the Cameleon server application runs on. Even if the server PC has a static IP address, you may

More information

Installing the Virtual Desktop Application (MAC)

Installing the Virtual Desktop Application (MAC) Installing the Virtual Desktop Application (MAC) The folowing instructions will guide you through the process of installing the components necessary to connect in to the NEL B Virtual Desktop environment

More information

Backing up with Windows 7

Backing up with Windows 7 Backing up your data should be a high priority; it is far too easy for computer failure to result in the loss of data. All hard drives will eventually fail, and (at the minimum) you should be prepared

More information

Installing the VPN Page 2 Accessing and Using the VPN.Page 4 Accessing the Elementary Progress Report...Page 6 Accessing IEP Plus...

Installing the VPN Page 2 Accessing and Using the VPN.Page 4 Accessing the Elementary Progress Report...Page 6 Accessing IEP Plus... Installing the VPN Page 2 Accessing and Using the VPN.Page 4 Accessing the Elementary Progress Report...Page 6 Accessing IEP Plus......Page 7 Setting up a Shortcut to Access Personal Storage Folders...Page

More information

Disabling Microsoft SharePoint in order to install the OneDrive for Business Client

Disabling Microsoft SharePoint in order to install the OneDrive for Business Client Disabling Microsoft SharePoint in order to install the OneDrive for Business Client If you try to setup and sync your OneDrive online documents with the client software and Microsoft SharePoint opens,

More information

NextGen Setup Guide First-time Workstation Setup & Logging In

NextGen Setup Guide First-time Workstation Setup & Logging In This guide will help you get setup on NextGen for the first time you log onto a City or SBC computer. It will also help if you are a first-time user and need to create your password. I. Setting up Desktop

More information

Installing the VPN Page 2 Accessing and Using the VPN.Page 4 Accessing the Elementary Progress Report...Page 6 Accessing IEP Plus...

Installing the VPN Page 2 Accessing and Using the VPN.Page 4 Accessing the Elementary Progress Report...Page 6 Accessing IEP Plus... Installing the VPN Page 2 Accessing and Using the VPN.Page 4 Accessing the Elementary Progress Report...Page 6 Accessing IEP Plus......Page 7 Setting up a Shortcut to Access Personal Storage Folders...Page

More information

The FlexiSchools Online Order Management (FOOM) Installation Guide

The FlexiSchools Online Order Management (FOOM) Installation Guide The FlexiSchools Online Order Management (FOOM) Installation Guide Installation Pack Welcome to the FlexiSchools system. You will have been sent an email and two packages delivered by courier, one with

More information

End User Service Desk Guide

End User Service Desk Guide 435 Glenwood Road, Binghamton, NY 13905-1609 Service Desk Phone: (607) 766-3800 End User Service Desk Guide In order to help facilitate increased communication regarding user requests, the South Central

More information

Hosting Users Guide 2011

Hosting Users Guide 2011 Hosting Users Guide 2011 eofficemgr technology support for small business Celebrating a decade of providing innovative cloud computing services to small business. Table of Contents Overview... 3 Configure

More information

Running Argos via VPN client

Running Argos via VPN client These instructions will show you how to run Argos reports from a home PC or laptop. Argos is not a web based program. It runs from NSU s network. To establish a connection, we need three components; the

More information

Lawson Portal User s Manual

Lawson Portal User s Manual Lawson Portal User s Manual Table of Contents 1. Lawson Portal FAQ s page 1 2. Login Page page 9 3. Portal Home Page page 10 4. Form Search (a) Search by form ID page 11 (b) Search by form description

More information

Mesa DMS. Once you access the Mesa Document Management link, you will see the following Mesa DMS - Microsoft Internet Explorer" window:

Mesa DMS. Once you access the Mesa Document Management link, you will see the following Mesa DMS - Microsoft Internet Explorer window: Mesa DMS Installing MesaDMS Once you access the Mesa Document Management link, you will see the following Mesa DMS - Microsoft Internet Explorer" window: IF you don't have the JAVA JRE installed, please

More information

Outlook to Windows Live Mail

Outlook to Windows Live Mail Overview... 20-01 Learning Objectives... 20-01 Transfer Software... 20-01 System Requirements... 20-02 Application Loading... 20-02 Software Installation... 20-03 Migration Process on the Old PC... 20-05

More information

INFORMATION TECHNOLOGY SERVICES

INFORMATION TECHNOLOGY SERVICES INFORMATION TECHNOLOGY SERVICES CONNECTING TO THE ITS REMOTE DESKTOP SERVICES SERVER REMOTEDESKTOP.VUW.AC.NZ Prepared By Gabor Flamis Released: 16/10/2015 Version 1.1 1 SOLUTION OVERVIEW The ITS Remote

More information

CS 103 Lab Linux and Virtual Machines

CS 103 Lab Linux and Virtual Machines 1 Introduction In this lab you will login to your Linux VM and write your first C/C++ program, compile it, and then execute it. 2 What you will learn In this lab you will learn the basic commands and navigation

More information

Setting up Email in Outlook Express

Setting up Email in Outlook Express Setting up Email in Outlook Express If you have more than one email account but need to use a single computer to access them, then Outlook Express can help. To begin, open Outlook Express by double-clicking

More information

Joining an XP workstation to a domain Version 1.00

Joining an XP workstation to a domain Version 1.00 Joining an XP workstation to a domain Version 1.00 All Windows XP Professional workstations need to be joined to a domain to function as part of the domain security environment. Need to Know TM 1. To join

More information

Objectives. Python Programming: An Introduction to Computer Science. Lab 01. What we ll learn in this class

Objectives. Python Programming: An Introduction to Computer Science. Lab 01. What we ll learn in this class Python Programming: An Introduction to Computer Science Chapter 1 Computers and Programs Objectives Introduction to the class Why we program and what that means Introduction to the Python programming language

More information

Python Programming: An Introduction to Computer Science

Python Programming: An Introduction to Computer Science Python Programming: An Introduction to Computer Science Chapter 1 Computers and Programs 1 Objectives To understand the respective roles of hardware and software in a computing system. To learn what computer

More information

PEMBINA TRAILS SCHOOL DIVISION. Information Technology Department. Mayet Online Reports

PEMBINA TRAILS SCHOOL DIVISION. Information Technology Department. Mayet Online Reports PEMBINA TRAILS SCHOOL DIVISION Information Technology Department Mayet Online Reports PEMBINA TRAILS SCHOOL DIVISION INFORMATION TECHNOLOGY DEPARTMENT Mayet Online Reports Ivone Batista Instructional Technology

More information

MS SQL Server 2008 Express Installation Instructions (09/27/09)

MS SQL Server 2008 Express Installation Instructions (09/27/09) MS SQL Server 2008 Express Installation Instructions (09/27/09) Note This process will install software necessary for the class. It can take 90 120 minutes or more and will require restarting your computer

More information

Installing the SSH Client v3.2.2 For Microsoft Windows

Installing the SSH Client v3.2.2 For Microsoft Windows WIN1011 June 2003 Installing the SSH Client v3.2.2 For Microsoft Windows OVERVIEW... 1 SYSTEM REQUIREMENTS... 2 INSTALLING THE SSH PACKAGE... 2 STARTING THE PROGRAMS... 5 USING THE SHELL CLIENT... 8 USING

More information

WA2192 Introduction to Big Data and NoSQL. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1

WA2192 Introduction to Big Data and NoSQL. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 WA2192 Introduction to Big Data and NoSQL Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum Software

More information

TAMUS Terminal Server Setup BPP SQL/Alva

TAMUS Terminal Server Setup BPP SQL/Alva We have a new method of connecting to the databases that does not involve using the Texas A&M campus VPN. The new way of gaining access is via Remote Desktop software to a terminal server running here

More information

How to Use? SKALICLOUD DEMO

How to Use? SKALICLOUD DEMO How to Use? SKALICLOUD DEMO Account Login Page SkaliCloud Control Panel Overview Step 1: Click Add and Select Server Button to create your Server, add your Drive, Private Vlan or Static IP You are now

More information

Instructions for using VPN and accessing your files remotely

Instructions for using VPN and accessing your files remotely Instructions for using VPN and accessing your files remotely Be sure that you have the latest version of JAVA installed on your computer. Go to https://sslvpn.uco.edu and sign in using your domain username

More information

Active Directory Integration for Greentree

Active Directory Integration for Greentree App Number: 010044 Active Directory Integration for Greentree Last Updated 14 th February 2013 Powered by: AppsForGreentree.com 2013 1 Table of Contents Features... 3 Options... 3 Important Notes... 3

More information

MiraCosta College now offers two ways to access your student virtual desktop.

MiraCosta College now offers two ways to access your student virtual desktop. MiraCosta College now offers two ways to access your student virtual desktop. We now feature the new VMware Horizon View HTML access option available from https://view.miracosta.edu. MiraCosta recommends

More information

Overview... 2. Using the Secure Desktop Agent... 4. Troubleshooting... 10

Overview... 2. Using the Secure Desktop Agent... 4. Troubleshooting... 10 Overview... 2 Installing... 2 Step 1: Download... 2 Step 2: Install... 2 Step 3: Sign In... 3 Step 4: That's It!... 3 Minimum System Requirements:... 3 Using the Secure Desktop Agent... 4 Accessing & Login

More information

POLARIS INSTALLATION

POLARIS INSTALLATION POLARIS INSTALLATION BELS runs the Polaris 4.1 Integrated Library System (ILS)- the same system as BCCLS. BELS users will connect to Polaris via a terminal server using Remote Desktop Connection (RDC).

More information

Introduction To Version Control With Mercurial

Introduction To Version Control With Mercurial Introduction To Version Control With Mercurial How To Manage Changes To Your Files Author: Daniel Rocco, drocco@westga.edu Date: 2009-12-29 Version: TortoiseHG 0.8.x Copyright: c 2009 Daniel Rocco License:

More information

Running Windows XP Mode with Windows Virtual PC A How-to Guide for Small Businesses

Running Windows XP Mode with Windows Virtual PC A How-to Guide for Small Businesses Running Windows XP Mode with Windows Virtual PC A How-to Guide for Small Businesses Contents Section 1: Introduction to Windows XP Mode for Windows 7 2 Section 2: Getting Started with Windows XP Mode 4

More information

ParishSOFT Remote Installation

ParishSOFT Remote Installation Table of Contents Setting up Remote Solution Windows 7 or Vista... 1 Connecting to ParishSOFT... 1 Accessing Your database... 3 Switching to your parish database... 4 Setting up Accounts for users... 5

More information

Using SSH Secure Shell Client for FTP

Using SSH Secure Shell Client for FTP Using SSH Secure Shell Client for FTP The SSH Secure Shell for Workstations Windows client application features this secure file transfer protocol that s easy to use. Access the SSH Secure FTP by double-clicking

More information

SysAidTM Freeware Installation Guide

SysAidTM Freeware Installation Guide SysAidTM Freeware Installation Guide Document Updated: 10 November 2009 Introduction SysAid free edition is built for organizations with fewer than 100 computers and users. This document will help you

More information

Miami University RedHawk Cluster Connecting to the Cluster Using Windows

Miami University RedHawk Cluster Connecting to the Cluster Using Windows Miami University RedHawk Cluster Connecting to the Cluster Using Windows The RedHawk cluster is a general purpose research computing resource available to support the research community at Miami University.

More information

New BAT Login Access Procedures Follow these steps to Login to the BAT System

New BAT Login Access Procedures Follow these steps to Login to the BAT System New BAT Login Access Procedures Follow these steps to Login to the BAT System This job aide will guide you through the steps to open BAT Web Portal, log into the Virtual BAT Desktop and complete BAT related

More information

The Citrix service is now available to faculty and staff at Cypress College.

The Citrix service is now available to faculty and staff at Cypress College. Hello Everyone, The Citrix service is now available to faculty and staff at Cypress College. The Citrix product will allow you to run Microsoft Windows applications through the web as if you were running

More information

How to install and set up the WinSCP software for Secure File Transfer

How to install and set up the WinSCP software for Secure File Transfer How to install and set up the WinSCP software for Secure File Transfer WinSCP FTP client is free and easy to use. If you have another secure FTP client you may use it and simply configure it to match the

More information

Lawson Employee Self Service User s Manual

Lawson Employee Self Service User s Manual Lawson Employee Self Service User s Manual Table of Contents 1. Lawson Employee Self Service FAQ s page 1 2. Login Page page 6 3. Portal Home Page page 7 4. Benefits (a) Beneficiary page 8 (b) Current

More information

Remote Access Instructions

Remote Access Instructions document rev. 8 updated 6/28/2012 Remote Access Instructions Table of Contents... Page 1 Finding the AFS Remote Access links and the AFS home page... 2 First time login with RSA fob (AFS option 1 SSL VPN

More information

VPN User Guide: Own Device (Windows) Staff: Malaysia Campus

VPN User Guide: Own Device (Windows) Staff: Malaysia Campus VPN User Guide: Own Device (Windows) Staff: Malaysia Campus Contents Own PC/laptop: Windows... 2 Remote desktop to your HW PC after VPN login... 2 Windows 7: Client (preferred option)... 3 To install the

More information

How to Remotely Access the C&CDHB Network from a Personal Device

How to Remotely Access the C&CDHB Network from a Personal Device How to Remotely Access the C&CDHB Network from a Personal Device 13/09/2012 Contents Installing the Citrix Receiver for Windows PCs... 2 Installing the Citrix Receiver for Mac OS X... 6 Installing the

More information

Virtual Computing Lab: Using SPSS

Virtual Computing Lab: Using SPSS Virtual Computing Lab: Using SPSS SPSS is one of the most widely used programs for statistical analysis in social science. The Virtual Computer Lab (VCL) allows faculty and students to use software applications

More information

Using the Remote Desktop Portal

Using the Remote Desktop Portal Using the Remote Desktop Portal The Remote Desktop Portal The ICT Services team have implemented new software to provide staff greater access to College resources when away from the College. The new software

More information

Introduction to Windows XP

Introduction to Windows XP Introduction to Windows XP Academic Computing Support Information Technology Services Tennessee Technological University January 2003 1. What s new in XP New colorful interface. More stable than 9x/Me

More information

Vestal Central School District New Service Desk System: Service-Now Go live July 2, 2011

Vestal Central School District New Service Desk System: Service-Now Go live July 2, 2011 435 Glenwood Road, Binghamton, NY 13905-1609 Service Desk Phone: (607) 766-3800 Vestal Central School District New Service Desk System: Service-Now Go live July 2, 2011 In order to help facilitate increased

More information

PPUM icare SINGLE SIGN ON

PPUM icare SINGLE SIGN ON Double click the Single Sign On shortcut located in the desktop. Enter user PPUM icare ID in the User ID text box. Leave the Password text box as blank. Click Login button. You will be prompt about the

More information

ELR (Educational Lending Right) School Library Survey Matching Program for Amlib Installation and User Guide

ELR (Educational Lending Right) School Library Survey Matching Program for Amlib Installation and User Guide ELR (Educational Lending Right) School Library Survey Matching Program for Amlib Installation and User Guide 2013 OCLC (UK) Ltd ALL RIGHTS RESERVED. Permission is granted to electronically copy and to

More information

Outline. hardware components programming environments. installing Python executing Python code. decimal and binary notations running Sage

Outline. hardware components programming environments. installing Python executing Python code. decimal and binary notations running Sage Outline 1 Computer Architecture hardware components programming environments 2 Getting Started with Python installing Python executing Python code 3 Number Systems decimal and binary notations running

More information

Introduction to using Skype. Install Skype on your Computer. Getting Started

Introduction to using Skype. Install Skype on your Computer. Getting Started Introduction to using Skype Getting Started Skype is software that allows users to make telephone calls over the Internet. Calls to other users of Skype are free; while calls to other landlines and mobile

More information

1. Getting Started 2. Installing the Client 3. Logging On 4. Connecting to a Virtual Machine 5. Changing User Preferences 6.

1. Getting Started 2. Installing the Client 3. Logging On 4. Connecting to a Virtual Machine 5. Changing User Preferences 6. 1. Getting Started 2. Installing the Client 3. Logging On 4. Connecting to a Virtual Machine 5. Changing User Preferences 6. Troubleshooting AUM Virtual Lab User Guide -2 Getting Started You will first

More information

Introduction to Mac Operating System: Snow Leopard

Introduction to Mac Operating System: Snow Leopard Introduction to Mac Operating System: Snow Leopard Switching the Computer On 1. Press the round button on the back of the computer to turn the computer on. If the screen is black, but the lights are lit

More information

Computer Science and Engineering MacOS Cisco VPN Client Installation and Setup Guide

Computer Science and Engineering MacOS Cisco VPN Client Installation and Setup Guide Computer Science and Engineering MacOS Cisco VPN Client Installation and Setup Guide Contents Installation: For users who have no prior Cisco VPN Client Installed... 2 Profile Import:... 4 Usage:... 4

More information

If you do not have any FTP login to your website, or how no idea what FTP is, then get in touch with an IT person or developer who can assist you.

If you do not have any FTP login to your website, or how no idea what FTP is, then get in touch with an IT person or developer who can assist you. A security hole has been uncovered in the ASP.NET platform Umbraco is based on. This means that your website can potentially be compromised as described in this Microsoft article: http://weblogs.asp.net/scottgu/archive/2010/09/18/important-asp-net-security-vulnerability.aspx.

More information

ClicktoFax Service Usage Manual

ClicktoFax Service Usage Manual ClicktoFax Service Usage Manual 1. Log in to Fax Service 2. Configure your account 3. Send a fax 4. Receive a fax/search for Faxes/View Faxes 5. Logout 6. Additional Support 1. Log into fax service: a.

More information

CEFNS Web Hosting a Guide for CS212

CEFNS Web Hosting a Guide for CS212 CEFNS Web Hosting a Guide for CS212 INTRODUCTION: TOOLS: In CS212, you will be learning the basics of web development. Therefore, you want to keep your tools to a minimum so that you understand how things

More information

Using Internet or Windows Explorer to Upload Your Site

Using Internet or Windows Explorer to Upload Your Site Using Internet or Windows Explorer to Upload Your Site This article briefly describes what an FTP client is and how to use Internet Explorer or Windows Explorer to upload your Web site to your hosting

More information

INSTALLATION INSTRUCTIONS FOR UKSSOGATEWAY

INSTALLATION INSTRUCTIONS FOR UKSSOGATEWAY INSTALLATION INSTRUCTIONS FOR UKSSOGATEWAY 1) Install the UKSSOGateway application on the desktop: The UKSSOGateway application passes information from the myuk portal to launch the FESClient. The FESClient

More information

How to use FTP Commander

How to use FTP Commander FTP (File Transfer Protocol) software can be used to upload files and complete folders to your web server. On the web, there are a number of free FTP programs that can be downloaded and installed onto

More information

The FlexiSchools Online Order Management System Installation Guide

The FlexiSchools Online Order Management System Installation Guide The FlexiSchools Online Order Management System Installation Guide Installation Pack Welcome to the FlexiSchools system. You will have received a disc containing: Zebra Drivers FlexiSchools Online Order

More information

University of Toronto

University of Toronto 1 University of Toronto APS 105 Computer Fundamentals A Tutorial about UNIX Basics Fall 2011 I. INTRODUCTION This document serves as your introduction to the computers we will be using in this course.

More information

Python Programming: An Introduction to Computer Science

Python Programming: An Introduction to Computer Science Python Programming: An Introduction to Computer Science Chapter 1 Computers and Programs 1 The Universal Machine n A computer -- a machine that stores and manipulates information under the control of a

More information

Setting up a VPN connection Windows XP

Setting up a VPN connection Windows XP Setting up a VPN connection Windows XP 1. Open Control Panel. 2. Click on Network and Internet Connections. 3. Click on Create a connection to the network at your workplace. 4. Select Virtual Private Network

More information

How To Set Up Dataprotect

How To Set Up Dataprotect How To Set Up Dataprotect This document will show you how to install and configure your computer for a Typical installation. If you have questions about configuring a Custom installation please contact

More information

Using the Remote Desktop Portal

Using the Remote Desktop Portal Using the Remote Desktop Portal The Remote Desktop Portal The ICT Services team have implemented new software to provide staff greater access to College resources when away from the College. The new software

More information

Connecting to the Terminal Server

Connecting to the Terminal Server Connecting to the Terminal Server The ITS terminal server provides a full Windows environment from a Macintosh, Linux, or Unix PC. The Terminal server has the following programs installed: Windows 2003

More information

PuTTY/Cygwin Tutorial. By Ben Meister Written for CS 23, Winter 2007

PuTTY/Cygwin Tutorial. By Ben Meister Written for CS 23, Winter 2007 PuTTY/Cygwin Tutorial By Ben Meister Written for CS 23, Winter 2007 This tutorial will show you how to set up and use PuTTY to connect to CS Department computers using SSH, and how to install and use the

More information

4. Click Next and then fill in your Name and E-mail address. Click Next again.

4. Click Next and then fill in your Name and E-mail address. Click Next again. NOTE: Before installing PGP, Word needs to be disabled as your editor in Outlook. In Outlook, go to Tools: Options: Mail Format and uncheck Use Microsoft Office Word to edit e-mail messages. Failure to

More information

Hallpass Instructions for Connecting to Mac with a Mac

Hallpass Instructions for Connecting to Mac with a Mac Hallpass Instructions for Connecting to Mac with a Mac The following instructions explain how to enable screen sharing with your Macintosh computer using another Macintosh computer. Note: You must leave

More information

Introduction to Webmail. Apache County Library District April 2011

Introduction to Webmail. Apache County Library District April 2011 Introduction to Webmail Apache County Library District April 2011 1 Review of terms we will be using in this tutorial: Single-click: This refers to a single click of the left mouse button. If you hold

More information

1. Scope of Service. 1.1 About Boxcryptor Classic

1. Scope of Service. 1.1 About Boxcryptor Classic Manual for Mac OS X Content 1. Scope of Service... 3 1.1 About Boxcryptor Classic... 3 1.2 About this manual... 4 2. Installation... 5 2.1 Installing Boxcryptor Classic... 5 2.2 Licensing Boxcryptor Classic

More information

QUIT MACSCHOOL AND DRAG YOUR SERVER ICONS TO THE TRASH OR HIT THE DISCONNECT BUTTON BESIDE THE SERVER ICON IN THE TOP SIDEBAR

QUIT MACSCHOOL AND DRAG YOUR SERVER ICONS TO THE TRASH OR HIT THE DISCONNECT BUTTON BESIDE THE SERVER ICON IN THE TOP SIDEBAR Macintosh Operating System OSX 10.3.x STARTING YOUR COMPUTER Logging in Whenever you start your computer, you will need to enter your computer password at the log in screen. When the log in screen appears,

More information

UNCSA Office In The Cloud

UNCSA Office In The Cloud INDEX 1. Introducing UNCSA Office In The Cloud 2. Logging Into Outlook Web App (OWA) 3. Accessing Your Apps 4. Using Lync via the desktop application and OWA 5. OneDrive for Business The New UNCSA Cloud

More information

Driver Updater Manual

Driver Updater Manual Driver Updater Manual Keep your drivers up-to-date! Improve your system performance and stability by keeping your drivers updated. Automatically find, update and fix the drivers on your computer and turn

More information

Proofpoint provides the capability for external users to send secure/encrypted emails to EBS-RMSCO employees.

Proofpoint provides the capability for external users to send secure/encrypted emails to EBS-RMSCO employees. Proofpoint provides the capability for external users to send secure/encrypted emails to EBS-RMSCO employees. To create a new email message to be sent securely to an EBS-RMSCO employee: 1. Click on the

More information

CS 1133, LAB 2: FUNCTIONS AND TESTING http://www.cs.cornell.edu/courses/cs1133/2015fa/labs/lab02.pdf

CS 1133, LAB 2: FUNCTIONS AND TESTING http://www.cs.cornell.edu/courses/cs1133/2015fa/labs/lab02.pdf CS 1133, LAB 2: FUNCTIONS AND TESTING http://www.cs.cornell.edu/courses/cs1133/2015fa/labs/lab02.pdf First Name: Last Name: NetID: The purpose of this lab is to help you to better understand functions:

More information

Remote Desktop Services User's Guide

Remote Desktop Services User's Guide Contents Remote Desktop Services Document Revision Control Revision Description Author DATE 1.0 Initial Release Karen M. Hess 3/24/2015 1.1 Added section for viewing mapped drives Karen M. Hess 4/15/2015

More information

Windows 7 Hula POS Server Installation Guide

Windows 7 Hula POS Server Installation Guide Windows 7 Hula POS Server Installation Guide Step-by-step instructions for installing the Hula POS Server on a PC running Microsoft Windows 7 1 Table of Contents Introduction... 3 Getting Started... 3

More information

USING CAMPUS ANYWARE OVER THE VPN (WINDOWS XP)

USING CAMPUS ANYWARE OVER THE VPN (WINDOWS XP) USING CAMPUS ANYWARE OVER THE VPN (WINDOWS XP) This document will explain how to install Campus Anyware on your machine (if needed), and how to run Campus Anyware from your machine while you are connected

More information

TAMUS Remote Desktop Setup For BPP SQL & Alva

TAMUS Remote Desktop Setup For BPP SQL & Alva The BPP SQL database and the ALVA application are both hosted on a remote desktop. A Texas A&M NetId account is needed to log in to this computer. NetId accounts can be requested on this webpage, https://gateway.tamu.edu/netid-activate/

More information

Setting Up Monthly Reporter

Setting Up Monthly Reporter Setting Up Monthly Reporter April 11, 2014 I. HOW IT WORKS A QUICK OVERVIEW A. AuditWare Development Company maintains a powerful, sophisticated server on which a portion of memory is assigned to each

More information

Installing Microsoft Outlook on a Macintosh. This document explains how to download, install and configure Microsoft Outlook on a Macintosh.

Installing Microsoft Outlook on a Macintosh. This document explains how to download, install and configure Microsoft Outlook on a Macintosh. Reference : USER184 Issue date : December 2002 Revision date : September 2007 Classification : Software Originator : Hugh Burt REVISED DOCUMENT Installing Microsoft Outlook on a Macintosh This document

More information

ILS Introduction to e-services

ILS Introduction to e-services ILS Introduction to e-services Contents Logging into a Student PC... 2 Printing in the Labs... 3 Topping up your Account... 4 Student Portal... 5 Login to the Student Portal... 5 How the Portal is constructed

More information

TUSCULUM COLLEGE. Ellucian Go: Installing and using the mobile application

TUSCULUM COLLEGE. Ellucian Go: Installing and using the mobile application TUSCULUM COLLEGE Ellucian Go: Installing and using the mobile application ABOUT THE ELLUCIAN GO MOBILE APPLICATION The Ellucian Go Mobile application allows students with iphones and Android smartphones

More information

Table of Contents. OpenDrive Drive 2. Installation 4 Standard Installation Unattended Installation

Table of Contents. OpenDrive Drive 2. Installation 4 Standard Installation Unattended Installation User Guide for OpenDrive Application v1.6.0.4 for MS Windows Platform 20150430 April 2015 Table of Contents Installation 4 Standard Installation Unattended Installation Installation (cont.) 5 Unattended

More information

On your desktop double-click the Qqest Time and Attendance Systems icon:

On your desktop double-click the Qqest Time and Attendance Systems icon: - 1 - On your desktop double-click the Qqest Time and Attendance Systems icon: You will be prompted for your Username, Password, and Company Code: Enter your information, then click the Login button. Passwords

More information

KSC Remote Access Solution

KSC Remote Access Solution KSC Remote Access Solution Step 1 Pulse Client Install/Configuration Installing the Pulse Client on a PC Installing the Pulse Client on a MAC Step 2 Using Remote Desktop to Access Remote Resources How

More information

PhoneCrypt Desktop. Phone Encryption Software. PhoneCrypt Manual Mobile phone encryption for Windows Platforms

PhoneCrypt Desktop. Phone Encryption Software. PhoneCrypt Manual Mobile phone encryption for Windows Platforms PhoneCrypt Desktop Phone Encryption Software PhoneCrypt Manual Mobile phone encryption for Windows Platforms Introduction Contents http:// www. securstar.com info@securstar.com 2009 by SecurStar GmbH,

More information

Remote Desktop Web Access. Using Remote Desktop Web Access

Remote Desktop Web Access. Using Remote Desktop Web Access Remote Desktop Web Access What is RD Web Access? RD Web Access is a Computer Science service that allows you to access department software and machines from your Windows or OS X computer, both on and off

More information

Installing and Configuring Remote Desktop Connection Client for Mac

Installing and Configuring Remote Desktop Connection Client for Mac Installing and Configuring Remote Desktop Connection Client for Mac Microsoft Remote Desktop Connection Client for Mac comes bundled with Microsoft Office 2011 for Mac, but you can also get it for free

More information