Tuesday, October 18, 2011


No class this Thursday, Oct 20, 2011

Reading assignment:
Lecture book, ch 4
Do the quickchecks

How to set up your webpage:
http://eniac.cs.qc.edu/~svitak/cs12/

1) We need to set up a folder called public_html
2) In that folder, we will put a file, main.html, which is an HTML file
3) If necessary, we will set permissions
owner, group, universe
r,w,x
755

chmod command to change permissions

We can use WINSCP to change it
We can use a command line interface, putty, SSHSecureShell

4) load the webpage in your web browser
hostname/~yourlogin/filename

SSH Secure shell
http://www.dartmouth.edu/comp/soft-comp/software/downloads/windows/ssh-sftp/install.html

Putty download
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

These are "telnet" clients
Lets you log on to a computer and do things

there is one computer, running programs for multiple users
it uses a command line interface
command prompt:
c:\>

GUI - graphical user interface

Citrix server

"telnet"  uses a command line interface

Advertisement:
logmein
free competitor to gotomypc


<table border="1">
<tr>
<td>row 1, cell 1</td>
<td>row 1, cell 2</td>
</tr>
<tr>
<td>row 2, cell 1</td>
<td>row 2, cell 2</td>
</tr>
</table>

we have finished all of HTML
next time, move on with CSS

No comments:

Post a Comment