CSE 160: Spring 2021
Contests

There will be contests on program assignment in this class. The winners of these contest are immortalized in the Hall of Fame! You will brag to your children of your talent! Ok. Seriously. Its just a lot of fun. Participation is optional.

Contest Rules:

CMPS160 - Guide for Live Hosting Submission:

Live Hosting Submission for Contests:

You will host your assignment on your UCSC portal for contest showcasing. This can be achieved by just putting your entire project directory into the 'public_html' folder which you can access via the UCSC Unix timeshare. Your site link is 'https://people.ucsc.edu/~ucsc_user_name/'.

Transfering files to your public_html:

- Terminal access for Mac/Linux users: Open Terminal in your Utilities Folder. In the terminal window type:

scp -r  @unix.ucsc.edu:public_html

- Secure File Transfer for all users (Mac/Windows/Linux): Download and install FileZilla for your platform. Set Host to unix.ucsc.edu, Username to your CruzID, Password to your Blue password and Port to 22, then click Quickconnect. The left pane shows your local file system, and the right pane shows the remote file system on unix.ucsc.edu. Simply drag and drop your project to your public_html folder.

NOTE: If you're getting a 403 Forbidden error while trying to scp files to the ucsc server using the Unix Timeshare, then use the following commands:

When in your default directory when you first log in type,

	
	cd public_html 
	fs listacl

That should return the following message:

	Access list for public_html is
	Normal rights:
	system:anyuser rl
	[username] rlidwka

If your public_html folder isn't set to read and lookup given by rl for your system:anyuser, then type into the console:

	fs sa. system:anyuser rl

Last modified Sunday, 18-Apr-2021 18:23:24 PDT.