ISAT/CS 250 login: jmu eid like harrisnl When you log into the lab machines using your jmu eid Your “home” directory is actually a directory on a server.

Slides:



Advertisements
Similar presentations
Client-server practices DSC340 Mike Pangburn. Agenda Overview of client-server development Editing on client (e.g., Notepad) or directly on server (e.g.,
Advertisements

Unit 1: Module 1 Objective 10 identify tools used in the entry, retrieval, processing, storage, presentation, transmission and dissemination of information;
Linux, it's not Windows A short introduction to the sub-department's computer systems Gareth Thomas.
Windows 2003 Server. Windows 2003 Server Contents Fitur Windows 2003 Server Installation And Configuration Windows Management Resource  User Management.
1 CSCI N305 C Language Programming Welcome to CSCI N305! Compiling Your First Program Using Microsoft Visual Studio 2008.
COP 3275 COMPUTER PROGRAMMING USING C Instructor: Diego Rivera-Gutierrez
FTP Using FileZilla CS10001 – Computer Literacy. Step 1: Understanding the Interface Quickconnect Bar Message Log Area Local site navigation (either lab.
Setting up your System Contents Required Software Flip and flop servers at OSU Using WinSCP Using Putty Using ssh, scp from Linux terminal.
Exploring the Internet Creating and setting up your website Instructor: Michael Krolak Instructor: Patrick Krolak See also
Using FileZilla to FTP CS10001 – Computer Literacy Kent State University.
Exploring the Internet Creating and setting up your website Instructor: Michael Krolak Instructor: Patrick Krolak See also
Mgt 240 Lecture The Internet: Computing at ND October 28, 2004.
Helpful tips for working with NJIT University Computing Systems for Homework and projects Rafael Orta, Prashanth Sanagavarapu and George Blank.
Midterm Thursday Topics: First Midterm Instructions Set Architecture Machine Language Programming Assembly Language Programming Traps, Subroutines, & Interrupts.
Remote access and file transfer Getting files on and off Bio-Linux.
A crash course in njit’s Afs
Knowledge & Tools for website design. Goals Understand the difference between absolute and relative links. Create.html documents with both absolute and.
Accessing the Internet with Anonymous FTP Transferring Files from Remote Computers.
CPSC 233 Tutorial 1 January 19 th /20 th, Introduction Narges Zirakchianzadeh
Week 11 Further Web Design Concepts and Tools FTP, CMS, Wordpress and Responsive Web Design.
CNIT 132 Intermediate HTML and CSS Publish Web Page.
Accessing Barney Off- Campus How can I get my H: files when I am not on the GU network? Business 111 Edward Mitchell Fall 2006.
CPSC203 Introduction to Computers Lab 69 By Jie Gao.
Another Method to Open WebSpace as a Web Folder Alternative Method for Creating Web Folder in WebSpace, Slide 1Copyright © 2004, Jim Schwab, University.
Log on to Digital Locker Website You should be able to log on using Internet Explorer browser at the campus. You may need to log in using Mozilla FireFox.
CPTE 212 “Lab” Configuration 1/13/2015 John Beckett.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
Creating a Folder/Directory for Your Webpage files & folders on “frank” (MTSU’s Server) If you already have a webpage setup on “frank”, then omit Step.
Logging into the linux machines This series of view charts show how to log into the linux machines from the Windows environment. Machine name IP address.
Validating, Promoting, & Publishing Your Web Site Writing For the Web The Internet Writer’s Handbook 2/e.
PROGRAMMING PROJECT POLICIES AND UNIX INTRO Sal LaMarca CSCI 1302, Fall 2009.
The Stanford Login Web Tools Workshop 2 Your Presenter: Laura Silberstein.
CS 7: Introduction to Computer Programming Java and the Internet Sections ,2.1.
Website Development & Management Going Live with Web Pages (a) CIT Fall Instructor: John Seydel, Ph.D.
Welcome to FileZilla! FileZilla is a File Transfer Protocol (FTP) front-end that will allow you to upload podcasts and other media files to a server (the.
Kickstart Installation
Uploading Information to the Website. Uploading Information Uploading information to the website is very simple. Our website is updated through a system.
Multimedia & Interface Design JMA 308/545 TTH 4:30 – 5:45 College Hall 205.
Logging into the linux machines This series of view charts show how to log into the linux machines from the Windows environment. Machine name IP address.
FTP Using FileZilla CS10001 – Computer Literacy. Step 1: Understanding the Interface Quickconnect Bar Message Log Area Local site navigation (either lab.
How to use WS_FTP A Step by Step Guide to File Transfer.
Remote Access Usages. Remote Desktop Remote desktop technology makes it possible to view another computer's desktop on your computer. This means you can.
I WANT TO TAKE MY DATA AWAY WITH ME…. BUT HOW?? USB DATA TRANSFER IS FORBIDDEN.
1 Getting Started with C++ Part 2 Linux. 2 Getting Started on Linux Now we will look at Linux. See how to copy files between Windows and Linux Compile.
 To start using PHP, you can:  Find a web host with PHP and MySQL support  Install a web server on your own PC, and then install PHP and MySQL.
FileZilla An open-source success story. Mark Swelstad – Itec400, Winter 2007.
Electronic Portfolios Continued… We will be continuing to work on our electronic portfolios today. The URL to the home page is due by December 11th via.
CPSC 233 Tutorial 01 & 05 Jan 19 Edwin Chan. ■“Office”: ICT 524 –Please me ■Continuous Tutorial: Thursdays, 12-2PM (outside MS.
INTERNET APPLICATIONS CPIT405 Install a web server and analyze packets.
Posting to the Web. Posting Live Content A registered domain, such as mydomain.com. A web hosting plan through a hosting provider. A software program.
1 Using an Integrated Development Environment. Integrated Development Environments An Integrated Development Environment, or IDE, permits you to edit,
1 How to Publish Your HTML Page on the Web. Every USF Student has a website 2 Your Net ID You have a directory on the server.
Understanding FTP File Transfer Protocol. Learning Objectives By the end of this lecture, you should be able to: – Describe the purpose of FTP – Install.
Posting to the Web.
CS 13011/13012 Computer Science I A and B Programming Labs
Introduction to Operating Systems
Virtual Network Computing
Logging into the linux machines
File Transfer Olivia Irving and Cameron Foss
CompTIA Server+ Certification (Exam SK0-004)
IS 4506 Server Configuration (HTTP Server)
CPSC 233 Tutorial 1 January 19th, 2015.
Posting to the Web.
Downloading workshop files to your computer
Logging into the linux machines
CSCE 206 Lab Structured Programming in C
File Transfer Protocol
IS 4506 Configuring the FTP Service
Presentation transcript:

ISAT/CS 250 login: jmu eid like harrisnl When you log into the lab machines using your jmu eid Your “home” directory is actually a directory on a server mounted to the PC in the lab. Within your home directory is a link to another machine mounted on the file server which is a web server. You can reach your web space through this link or by using the URL w3stu.cs.jmu.edu/eid (where eid is your JMU eid) You can use ssh to directly work on stu or use a tool such as Cyberduck (Mac), or WinSCP (Windows) or FileZilla (Linux). These tools provide a graphical interface and connect between your local machine and the server allowing you to drag and drop files in between. Lab computer environment w3stu.cs.jmu.edu ~/www stu.cs.jmu.edu

What FileZilla looks like

Install party Tuesday night Get the JDK installed Get Jgrasp installed and working with the JDK Set up Windows “environment variables” Install and test FTP tool Lab during my 5-7pm office hours

Reading a compiler error message Name of file Line number of the error Description of the error The line with the error (sometimes) A pointer to where the error might be.