Computer Science/IM Cookbook



Similar documents
How to use

Install and End User Reference Guide for Direct Access to Citrix Applications

1 Thunderbird v3 and IMAP/SMTP Configuration

Hosted Microsoft Exchange Client Setup & Guide Book

VCL Access. VCL provides access to Linux and Windows 7 Virtual Machines. Users will only see those images that they are authorized to access.

Alberni Valley IT Services Virtual domain information.

Carroll Hospital Center

Sophos UTM. Remote Access via SSL Configuring Remote Client

USER GUIDE WWPass Security for (Outlook) For WWPass Security Pack 2.4

Welcome to the TransPerfect Translations Secure File Transfer Website What is Secure FTP?

Setting Up a Development Server

Remote Access End User Reference Guide for SHC Portal Access

SHC Client Remote Access User Guide for Citrix & F5 VPN Edge Client

Access to Kozminski University library databases from home

Accessing your Staff (N and O drive) files from off campus

Connecting to the School of Computing Servers and Transferring Files

Overview. Remote access and file transfer. SSH clients by platform. Logging in remotely

Microsoft Outlook 2013 & Microsoft Outlook Microsoft Outlook Windows Live Mail 2012 & MAC Mail. Mozilla Thunderbird

How To Download Data From CDTS. Version 2.0

Working With Your FTP Site

PavelComm s Pro-Tech Lite Fact Sheet

SSL VPN Setup for Windows

Lesson 7 - Website Administration

Quick Reference Guide: Business Mail

UNIT ASSESSMENT SYSTEM DOCUMENTATION FACULTY

Configuring an Client to Connect to CASS Mail Servers

How to configure your Desktop Computer and Mobile Devices post migrating to Microsoft Office 365

Global Knowledge European Remote Labs Accessing the Remote Labs portal from Windows

Tips for getting started! with! Virtual Data Center!

OCS Virtual image. User guide. Version: Viking Edition

USER GUIDE WWPass Security for Windows Logon

VMware vcenter Support Assistant 5.1.1

Remote Desktop Gateway. Accessing a Campus Managed Device (Windows Only) from home.

Access the TCNJ Palo Alto Networks VPN using the GlobalProtect VPN client

Setup Corporate (Microsoft Exchange) . This tutorial will walk you through the steps of setting up your corporate account.

SSH and Basic Commands

User guide. Business

Remote Access for LAPD Users Using Aventail SSL VPN

Tutorial: Using HortonWorks Sandbox 2.3 on Amazon Web Services

Cisco AnyConnect VPN Client Installation Guide for Single Factor Authentication: Windows

TIMETABLE ADMINISTRATOR S MANUAL

Installing an IBM Workplace/Portal Server on Linux

E M A I L S E T - U P G U I D E

AXIGEN Mail Server. Quick Installation and Configuration Guide. Product version: 6.1 Document version: 1.0

To narrow your results select from the topics to the left. - To search on this page use the 'Find on this Page' feature in your browser.

Setting up a Virtual Private Network (VPN) connection Windows 8

Hosted Microsoft Exchange Client Setup & Guide Book

Welcome to ECBuzz.com! Please go through this document carefully to make the experience of owning and using a website an enjoyable one.

Massey University Wireless Network Client Configuration Mac OS X

setup information for most domains hosted with InfoRailway.

Clientless SSL VPN Users

Q. I use a MAC How do I change my password so I can send and receive my ?

Technology Services Group Procedures. IH Anywhere guide. 0 P a g e

Comodo MyDLP Software Version 2.0. Installation Guide Guide Version Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013

Outlook Web Access is accessible to all users where Internet access is available. This document contains instructions on how to use OWA.

Web Hosting Control Panel Guide

Week Overview. Running Live Linux Sending from command line scp and sftp utilities

1. Open Thunderbird. If the Import Wizard window opens, select Don t import anything and click Next and go to step 3.

How To Set Up An Outlook Mailbox On A Windows 2007 (For Free) With A Free Account On A Blackberry Or Ipad (For A Free) Or Ipa (For An Ipa) With An Outlook 2007 (Free) Or

Change Advanced Proxy Server Configuration Settings

Linux Connection Guide. by Tristan Findley

Access Your Cisco Smart Storage Remotely Via WebDAV

Getting Started with PRTG Network Monitor 2012 Paessler AG

REMOTE ACCESS TO THE APS

Amazon WorkMail. User Guide Version 1.0

Commack UFSD Remote Access for Microsoft Windows Vista, 7 and 8 Apple Macs, ipads, iphones And Android devices

University of Hertfordshire RDM Remote Access Guide

Configuration Manual for Lime Domains

PolyU Connect Mobile Connection. Setup Guide

Requirements on terminals and network Telia Secure Remote User, TSRU (version 7.3 R6)

Allianz Global Investors Remote Access Guide

Accessing the FTP Server - User Manual

Installation, Configuration and Administration Guide

Student Home

How To Understand The History Of The Web (Web)

User Guide. Time Warner Cable Business Class Cloud Solutions Control Panel. Hosted Microsoft Exchange 2007 Hosted Microsoft SharePoint 2007

File Transfer with Secure FTP

RELEASE NOTES. Release Notes. Introduction. Platform. Product/version/build: Remote Control ( ) ActiveX Guest 11.

Remote Access to Unix Machines

Administrator s Guide for NETZSCH Remote Access

Web Hosting. Hosting. Cloud File Hosting. The Genio Group (214)

Proof of Concept Guide

OPS Data Quick Start Guide

ACCESSING CELCAT ATTENDANCE TRACKING REGISTERS. A walk thru guide

Instructions for use the VPN at the Warsaw School of Economics

OnCommand Performance Manager 1.1

MATLAB on EC2 Instructions Guide

Phone: Fax: Box: 230

Lync Online Deployment Guide. Version 1.0

Manage a Firewall Using your Plesk Control Panel Contents

Outlook Web App User Guide

Ad Hoc (Temporary) Accounts Instructions

New Technology Introduction: MIT App Inventor

FTP Use. Internal NPS FTP site instructions using Internet Explorer:

Transcription:

Rob Stewart PhD Student & Research Associate Heriot Watt University EM1.40 rs46@hw.ac.uk Computer Science/IM Cookbook PRAXIS Semester 1, 2010/2011

To Cover Webspace Transferring Files Remote Login Email Access to internal web content Practical Preparation... 2

To Cover Webspace 3

Webspace $HOME/www H:/www ~/www Translates to: http://www.macs.hw.ac.uk/~<username> e.g. /u1/pg/rs46/www http://www.macs.hw.ac.uk/~rs46/ 4

Webspace 5

Webspace 6

Webspace Why... Have an academic web presence Reports; dissertation; computing/research interests Hosting Code Open source code you have written that you: Is a public space to advertise yourself.. Are proud of Think might be beneficial to someone in the world Summer internships; Graduate jobs Dropbox Public HTTP file server (more efficient than sending large files as emails) 7

Next... File Transfer 8

Transferring Files Why... It's more convenient than USB sticks USB sticks always get lost or broken. It's quick, once set up Tip: There's many ways to use the FTP protocol. You will soon all be using... 9

Transferring Files Available Service FTP The department has an FTP server Protocol: sftp / SSH2 Host: ftp.macs.hw.ac.uk Username & Password: Your Linux login Port: 22 10

Transferring Files FTP Client 11

Transferring Files FTP Client 12

Transferring Files File Browser Support 13

Transferring Files The Command Line Interface 14

Next... Remote Login 15

Remote Login Why... Service/Software/Hardware Access Convenience There are many packages installed on the CentOS 5.5 workstations and servers, including many compilers, utilities and software. Want to fix your mysql bug? Log in and do it! Module Requirements Cluster access, Oracle access etc... 16

Remote Login Available Service SSH The department has an SSH server Protocol: SSH Host: ssh.macs.hw.ac.uk Username & Password: Your Linux login Port: 22 Linux: ssh -Y rs46@ssh.macs.hw.ac.uk Windows (install Putty): plink rs46@ssh.macs.hw.ac.uk 17

Remote Login 18

Remote Login 19

Next... Email 20

Email The University uses Microsoft Exchange There exists a web interface Luckily, there are other ways to access your email: Doesn't satisfy everyone's requirements (certainly not mine) iphone OS Android (2.2+) IMAP/SMTP for email clients The existing web interface is OK, too! Browser compatibility? 21

Email iphone Support Full instructions on website Android 2.2+ Credit: Peter Methven, University I.T. dept. Exchange support is very recent Documentation on doing this would be very welcome! Contact Peter Methven, I.T. Helpdesk: P.J.Methven@hw.ac.uk 22

Email Email Client Software with IMAP/SMTP Support Examples: Linux: Evolution Mac OSX: Mail Windows: Outlook Multi-Platform: Mozilla Thunderbird On all workstations in the department, Linux and Windows. *Experimental* command line: Alpine (Linux only) 23

Email 24

Email 25

Next... Internal Web Content 26

Internal Web Content Some web pages are only accessible internally This is true for domains: www.macs.hw.ac.uk www.hw.ac.uk Services VPN for @hw.ac.uk Proxy for @macs.hw.ac.uk 27

Internal Web Content VPN Service Browse to: vpn1.hw.ac.uk 28

Internal Web Content VPN Service Browse to: vpn1.hw.ac.uk 29

Internal Web Content Proxy Service 30

Internal Web Content Proxy Service Open Proxy: Linux/Mac OSX: ssh -D 8080 <username>@ssh.macs.hw.ac.uk ssh -D 8080 rs46@ssh.macs.hw.ac.uk Windows: Download Putty, then: plink -D 8080 <username>@ssh.macs.hw.ac.uk 31

Internal Web Content Proxy Service 32

Next... Practical Preparation 33

Next... Operating Systems 34

Practical Preparation Microsoft Windows 35

Practical Preparation Linux (Gnome environment) 36

Practical Preparation Linux (KDE environment) 37

Practical Preparation Getting Linux 38

Practical Preparation Getting Linux 39

Practical Preparation Getting Linux.. why? Immune from viruses Quick, stable, & secure Millions of people develop Open Source Software Access to thousands of great software packages OpenOffice; Firefox; Chrome; Thunderbird; VLC... It's FREE!! Credit: Jonathon Corbet (LWN.net) - 2009 40

Practical Preparation Getting Linux.. why? 41

Practical Preparation Mac OSX 42

Next... Integrated Development Environments 43

Practical Preparation Netbeans 44

Practical Preparation Eclipse 45

Practical Preparation Text Editors 46

Practical Preparation Software Compatibility Windows Linux Mac OSX Firefox Chrome IE9 Opera Thunderbird Evolution M$ Office OpenOffice kdenlive 47

Practical Preparation Software Compatibility Windows Linux Mac OSX Netbeans Eclipse Visual Studio Dreamweaver VLC Amarok Call Of Duty World of Goo TweetDeck Web Apps 48

Covered Webspace Transferring Files Remote Login Email Access to internal web content Practical Preparation... 49

Rob Stewart PhD Student & Research Associate Heriot Watt University EM1.40 rs46@hw.ac.uk http://www.macs.hw.ac.uk/~rs46/cs_tutorial/ Computer Science/IM Cookbook PRAXIS Semester 1, 2010/2011

Web Tutorial 51

:wq That's all, folks! 52