Web Pages Publishing your page on ASUWlink. Unix Directory Commands ls –la –will show all directories and files –will show directory and file permissions.

Slides:



Advertisements
Similar presentations
Connecting to GMT machine via Windows 7. Windows PuTTy GMT on Mac server int-038.geosci.usyd.edu.au To use GMT, you will connect to a Mac server via PuTTy.
Advertisements

Litmus Learning Primer tests
CPSC 203 Introduction to Computers Tutorial 59 & 64 By Jie (Jeff) Gao.
February 2006Colby College ITS Publishing a Personal Web Site.
ECT 250: Survey of e-commerce technology Publishing pages on a Unix system.
Internet Applications: Telnet, Ping and Traceroute.
George Blank University Lecturer. Creating A Web Site at NJIT Professor Blank.
CIS101 Introduction to Computing Week 05. Agenda Your questions CIS101 Survey Introduction to the Internet & HTML Online HTML Resources Using the HTML.
Its easy to be an information provider Tutorial: Web Publishing.
CIS392 Sp 03Assign#11 CIS392 Text Processing, Retrieval, and Mining Spring 03 Instructor: Dr. Y. F. Brook Wu BOW toolkit:
Proposal For A network system Fast Eddy's Appliance Smarti Handi Team.
Compe 341 Oracle Installation Procedure. Oracle From Click.
Dayu Zhang 9/3/2014 Lab01. Lab Instructor: Dayu Zhang Office Hour Mon/Wed 10:40am – 11:10am Room A201 Lab Website
Activating Pilot Account ( first time users ) Web-based Activation Browse to 1. Click on the link on the lower right that says.
Web Publishing TutorialIS for Management1 Tutorial: Web Publishing.
Computers in Principle and Practice Servers and Operating Systems.
Publishing a Web Page at the University of DE FREC 135.
A crash course in njit’s Afs
February 2006Colby College ITS Using FTP. February 2006Colby College ITS Topics FTP Options at Colby For Mac Users For Windows Users.
File Systems Sources and Resources: 1. A Students Guide to UNIX, by Hahn 2. Paula Davidson’s Handout on UNIXHandout on UNIX.
Nick Geoghegan1 Introduction to Linux Workshop. Nick Geoghegan2 Getting Started Download the following files:
CNIT 132 Intermediate HTML and CSS Publish Web Page.
Using the Web Publishing Services at WSHS February 24, 1997 Phil Wherry Walt Sanford
Connecting to USF Network for Web Site SSH Secure Shell is the FTP program you will use to download your http files onto the USF server. To get the SSH.
CPSC203 Introduction to Computers Lab 69 By Jie Gao.
File Permissions. What are the three categories of users that apply to file permissions? Owner (or user) Group All others (public, world, others)
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
ECT 250: Survey of E-Commerce Technology FrontPage Publishing pages Unix.
CPSC203 Introduction to Computers Lab 33 By Jie Gao.
Copyright (c) by CNAPTICS Corporation. All rights reserved.1 INFO Oracle Database 11g: Administration II Presented By: Marc S. Paller,
PROGRAMMING PROJECT POLICIES AND UNIX INTRO Sal LaMarca CSCI 1302, Fall 2009.
My published PowerPoint presentation What is required. When it is due (by Friday noon of finals week) is the deadline. How to do it. How to publish it.
Creating a Web Site Using 000webhost.com The 000webhost.com Site You will be required to create an account in order to use their host computer 000webhost.com.
Publishing Your Web Pages Ann Emmanuel SIUE Web Administrator
Publishing a Web Page at the University of DE APEC 135.
Slide No. 1 Slide No. 1 HTML and Web Publishing Continued CS 104 CS 104.
1 Remote Access Telnet Telnet FTP FTP. 2 Applications and Communications Telnet Telnet  Program for accessing systems remotely.  Available on Windows.
Accessing the Lab. Putty Available via links on course page Creates secure (SSH) command line session between your machine and SCS network Uses tunnelling.
Preliminary PreparationS for the Training AIST=Innovation 1.WinSCP Installation Download Site: 2. Putty.exe file download.
Double –Click on the Netscape Icon on your desktop The following are a series of steps to help you get started with Netscape Composer.
How to use WS_FTP A Step by Step Guide to File Transfer.
File Systems, telnet and ftp Sources and Resources: 1. A Students Guide to UNIX, by Hahn 2. Paula Davidson’s Handout on UNIXHandout on UNIX.
Internet FTP to network. Preliminary Steps a FTP program is used and executed such as WS_FTP LE Information needed –host name –user id –password.
Setup Environment: Instructions for CS1520 Server Setup Nils Murrugarra
CSCI 530 Lab Authorization. Review Authentication: proving the identity of someone Passwords Smart Cards DNA, fingerprint, retina, etc. Authorization:
ECT 250: Survey of E-Commerce Technology Publishing pages Unix Images.
Remote Access Usages. Remote Desktop Remote desktop technology makes it possible to view another computer's desktop on your computer. This means you can.
ECT 270 Client-side Web Application Development Professor Robin Burke.
Unix Environment Basics CSCI-1302 Lakshmish Ramaswamy.
A Mini UNIX Tutorial. What’s UNIX?  An operating system run on many servers/workstations  Invented by AT&T Bell Labs in late 60’s  There are many different.
ICE UNIX TUTORIAL. File System Commands cd – change directory cd – change directory ls – list contents ls – list contents rm – remove/delete rm – remove/delete.
Chapter 2: Exploring the UNIX File System (For Tuesday Section) File and File Systems.
Day11a FTP. File Transfer Protocol. –Used to move files from one machine to another. Windows -> Unix Unix -> Windows Unix -> Unix Windows -> Windows etc.
Instructor: Joseph DiVerdi, Ph.D.
UNIX To do work for the class, you will be using the Unix operating system. Once connected to the system, you will be presented with a login screen. Once.
Logging Into Windows XP for first time (labs only!)
Login The Login prompt provides access to the files located on the server.
Web Programming Essentials:
Unix Commands PowerPoint
How to create and run CGI programs using the CS web server.
FTP - File Transfer Protocol
FTP and UNIX TOPICS Exploring your Web Hosting Site FTP UNIX
Web Programming Essentials:
View Open Cases.
The Linux Command Line Chapter 9
CGS 3175: Internet Applications Fall 2009
This is our new system for turning in papers!
Config Client Access (AS400)
Access Permission and Protection mode
Publishing a Personal Web Site
Presentation transcript:

Web Pages Publishing your page on ASUWlink

Unix Directory Commands ls –la –will show all directories and files –will show directory and file permissions mkdir directoryname –use to make a directory –do not put spaces in your directory names cd directoryname –changes to the directory specified by the directory name

Types of File and Directory Access in Unix Unix supports three types of file access: –read designated by the letter r –write designated by the letter w –execute designated by the letter x

Access Classes in Unix User access (u) –Access granted to owner of the file Group access (g) –Access granted to members of the same group as the group owner of the file Other access (o) –Access granted to all other normal users

Setting Permissions on Directories and Files The chmod command is used to specify the permissions on files and directories –chmod type_of_access file_or_directory_name –examples: chmod o+x public_html chmod o+r index.html

Ws-FTP Allows you to transfer files to your ASUWlink account Install Ws-FTP by going to the Start menu and choosing Programs, Install Ws-FTP Once installed, click on the Ws-FTP icon on your desktop to run the program

Setting up a Profile in Ws-FTP Profile Name: asuwlink Host Name: asuwlink.uwyo.edu Host Type: Sun Solaris User Id: Your username Password: Your asuwlink password Uncheck the Anonymous Login checkbox Check the Save Password and Auto Save Config checkboxes

Steps Log into your ASUWLINK account Set execute permissions for others on your home directory (~ designates the home directory) –chmod o+x ~ make a directory called public_html –mkdir public_html set execute permissions for others on the public_html directory –chmod o+x public_html

Steps Continued With the directory and permissions established, web page files may now moved from your UWstudent Windows NT account to your ASUWlink account use Ws_ftp to transfer all the files needed for your web page into the public_html directory –index.html –any graphics files –any files that have links to them from your web page

Steps Continued After the files are transferred, get back into your ASUWlink account In your ASUWlink account, use the cd command to move into the public_html directory: cd public_html give all files in your public_html directory read permission chmod o+r filename

Accessing Your Web Page Once all the permissions on the files are set, you can access your web page with the following URL: your_username

More HTML Reference Pages