SILS iSchool

week of 09 January 2020



Value Added | daily

Class Schedule

Basics | sessions 01-03
  1. 09 Jan intro and clients | lecture | labs
  2. 16 Jan servers and command line | lecture | labs
  3. 23 Jan networks and protocols | lecture | labs
Web Development | sessions 04-07

  1. 30 Jan structural layer | lecture | labs
  2. 06 Feb presentational layer | lecture | labs
  3. 13 Feb using a structure | lecture | labs
  4. 20 Feb behavioral layer | lecture | labs
Document Markup | sessions 08-09
  1. 27 Feb control objects and display | lecture | labs
  2. 05 Mar tools that read markup | lecture | labs
Working with Data | sessions 10-13
  1.  26 Mar  formulas, functions, vectors | lecture | labs
  2.  02 Apr  data display | lecture | labs
  3.  09 Apr  manipulate data sets | lecture | labs
  4.  16 Apr  relational data bases | | labs
Presentation | session 14
  1.  23 Apr  designing and delivering a presentation | lecture | labs


Be able to fully engage in client-server relationships on the UNC network
by installing a VPN connection

Task 01.03

We need to set up our laptops to be able to fully engage in client-server relationships on the UNC network

Off-campus access to the UNC networks requires the use of a Virtual Private Network (VPN).

A Virtual Private Network (VPN) provides an encrypted connection (secure tunnel) from off campus to the UNC-Chapel Hill internal network. VPN allows you to access campus applications and work securely, just as if you were physically on campus. Access to some campus applications from off campus require the use of VPN (i.e., Virtual Computing Lab, Virtual Lab, and ConnectCarolina).

back to top

Go to ITS's VPN installation page, determine your client's operating system, and then download and install the Cisco AnyConnect VPN Client that is appropriate for your laptop, tablet, and/or phone.

back to top

VPN login

When you have successfully installed it on your device, put a screenshot of the installation in your assignments space in Sakai to let us know that you have it.

back to top

We may as well begin here to use a consistent file naming convention.

The structure takes advantage of how operating systems want to index things.

LastName.FirstName(s).YYYYMMDD.TaskNN.descriptor.file extension

An example might be

johnson.pat.20200109.task01.03.vpn-screenshot.png

Using this model, the files will sort first by last name, then by first name, then by date.

Things to remember about naming your files and directories

To do

  • A good format for dates in YYYYMMDD. This format ensures that your files automatically sort in chronlogical order.
  • Try to make filenames as short as possible, while remaining meaningful.
  • Use capital letters to delimit words.
  • Always use leading zeroes in a sequence of numbers, so the sequence will read 01, 02, 03, 11 and not 1, 11, 2, 3.

Do not do

  • Even if your operating system allows you, don't save files containing these characters ~ ! @ # $ % ^ & * ( ) ` ; < > ? , [ ] { } ' " | . You may encounter difficulties searching for or opening them
  • Do_not_leave_spaces_in_filenames. Some software will not recognize file names with spaces.

back to top

09 January Labs | task 01.01 | task 01.02 | task 01.03