SILS iSchool

week of 13 August 2020



Value Added | daily

Class Schedule

Basics | sessions 01-03
  1. 13 Aug intro and clients | lecture | labs
  2. 20 Aug servers and command line | lecture | labs
  3. 27 Aug networks and protocols | lecture | labs
Web Development | sessions 04-07

  1. 03 Sep structural layer | lecture | labs
  2. 10 Sep presentational layer | lecture | labs
  3. 17 Sep using a structure | lecture | labs
  4. 24 Sep behavioral layer | lecture | labs
Dealing with Markup | sessions 08-09
  1. 01 Oct control objects and display | lecture | labs
  2. 08 Oct tools that read markup | lecture | labs
Working with Data | sessions 10-13
  1. 15 Oct formulas, functions, vectors | lecture | labs
  2. 22 Oct data display | lecture | labs
  3. 29 Oct manipulate data sets | lecture | labs
  4. 05 Nov relational data bases | lecture | labs
Presentation | session 14
  1. 12 Nov 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.20200813.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.
    Replace_spaces_with_a_separator or UseCapitalLettersToDelimitWords.
    Some software will not recognize file names with spaces.

back to top

13 August Labs | task 01.01 | task 01.02 | task 01.03