If you’re a course coordinator setting up a blog for a course, you might want to create a special “course info” post that sits at the top of your blog’s home page, regardless of how many posts you have. This course info post is styled in a different way and can include a banner image to visually identify the course.

How to create a Course Info post

  1. Create a post in your wordpress blog to hold the course info and make sure you’re in the editing screen for the post.
  2. In the right sidebar, there’s a box called ‘Categories’. If there is a category called Course Info, ensure the checkbox for that category is selected. If there is no Course Info category, click + Add New Category and create it.
  3. Create an 800×200 banner image you want to display at the top of the course info post
  4. In the sidebar, below the Categories box, there’s a box called “Post Thumbnail”. Click the link Set Thumbnail to upload your image
  5. Select your image and upload it, then click the link Use as Thumbnail and close the dialog
  6. That’s it! If you now view your blog’s home page, you’ll see the course info post with banner image as the first item on the page

Student login account

The student login account will no longer exist. If anyone wishes to use a local account a ‘Guest’ account is available. The guest account will automatically reset after logout maintaining a clean environment for the next user. This means all files and changes will be destroyed. It is up to you to save your work ( if needed ) to the relevant network share or personal storage. You will be given a warning prior to logout so that you can easily go back and check.

For Workshops a ‘workshop’ account will be available for deploying materials or special purpose apps for that workshop.

Network Homes

Network homes are set up to allow students access to any machine in the lab.
In order to maximize performance/maintenance students should consider the following.

Trash should be emptied regularly. This speeds up login times and frees space for more useful purposes. The trash is NOT a filing system.

Desktop should not be used for storing files. Performance gains can be made by having a minimal desktop.

Storage will have a 2GB maximum limit commencing 01/01/10. The home folder should be kept light and for settings and preferences only. This allows us to manage the homes without lengthy copying processes. For example new homes may be created for future operating system upgrades. By having less dependent data stored in the homes we can change them without too much if any disruption.

Scratch Disk

At the end of each Month all files on the scratch disk will be moved into a named folder for that month i.e •scratch-july-09. This will continue for up to 3 months. At 4 months the oldest folder will be deleted. We can move this process to shorter time spans if we find that the disk is still getting too full. If you wish to keep any files move them out of the scratch folders and onto your personal storage. The folders are colour coded from most recent to oldest ( green,orange,red -(next folder to be deleted) ).

Student Storage

Each student has their own folder for storage needs. This can be accessed by connecting to the server ( donny.mddn.vuw.ac.nz ) and mounting the students share. Under this share is a folder assigned by the student short-name. Please use this folder to store your work.

XTransfer

Xtransfer ( cross transfer ) is a temporary storage area for sharing data. This folder will be emptied every 2 weeks on Sunday evening.

Applications

It has been noted that some applications have been in use in the lab that may interfere with our internet speed. These applications have been prevented from running during lab hours 8.00am to 6.45pm. The applications are iGetter and jDownloader so far.

To access the server that hosts the mediazone website, you need an SSH Key pair. SSH Uses so called Public Key Authentication, which is inherently far more secure than simple password-based authentication. Similar to security systems employed by many banks, it relies on two things: something you know and something you have. This is a bit like an ATM card: you need both the PIN number and the card to access your money. the PIN is something you (and only you) know, and the card is something you (and only you) have.

If an attacker knows your PIN, he still needs to get hold of your card, and vice versa.

SSH access using PKI (Public Key Infrastructure) works in the same way: You generate a so-called key pair. This pair consists of a public key and a private key. You should be very careful with the private key and never give it to someone else, send it in an email, or (potentially) share or expose it in any other way. It should be on your computer and nowhere else.

The public key on the other hand is not secret. You could post it on your website if you wanted to. The way SSH works with this key pair is as follows: The public key is stored on the server (by the server admin) you want to access, and SSH only lets you access it if it sees you have the corresponding private key. A further brilliant scheme implemented by SSH is that the validity of your private key can be established without sending it over “the wire” – there is no way for someone to intercept your private key because it’s never ever sent over the internet.

In addition to this key pair (the “something you have”), you protect your private key with a password (the “something you know”).

If you need to access the mediazone server using ssh, you must do the following  on the computer you wish to access the server from (assuming this is a Mac OS X machine):

1. Open the Terminal application

2. in the window that appears, type the following:

mkdir .ssh

If you get mkdir: .ssh: File exists, don’t worry. Also set the permissions for ssh if the directory didn’t exist yet:

chmod 700 .ssh

3. To generate the actual keys, type the following:

ssh-keygen -b 2048

The system asks you a number of questions:

  1. Enter file in which to save the key (/Users/gert/.ssh/id_rsa): – press return
  2. Enter passphrase (empty for no passphrase): – Enter the password you would like to use for this key pair; ALWAYS enter a passphrase here, using empty passwords is extremely insecure and should only be used in very specific circumstances (such as sysadmins running automated processes in a carefully hardened environment). System administrators trust you to do the right thing here and supply a decent password.
  3. Enter same passphrase again: – enter the password again for verification and to catch spelling mistakes

4. That’s it, your private key is now generated and stored in $HOME/.ssh/id_rsa and your public key in $HOME/.ssh/id_rsa.pub

5. You need to give your public key to the system administrator (which is Gert if you want to access the media zone server). You can put this file on a USB stick and give it to him, or email the file as an attachment.

To find the file so you can copy it (never move it, ssh relies on that file being there), open a Finder window and go to your home directory. Then use Go -> Go to Folder… and type “.ssh” in the dialog that appears. You should now see a (greyed out) .ssh folder with two files: id_rsa and id_rsa.pub. ONLY copy the id_rsa.pub file to a usb stick or attach it in an email to gert.

When your user account on the server is set up and your public ssh key is put in place, the sysadmin (yes, gert) will let you know and you should be able to access the server from then on.

NOTES:

  • You still need to go through the VPN if you want to access this from outside VUW
  • If you want to access the server from your Mac at work, you need to follow the same process as outlined above on that machine.
  • We don’t support ssh clients on Windows machines, but if you have a Windows machine with an ssh client (Putty seems to be popular), there is a lot of documentation about generating keys for this setup. The underlying protocols are the same, so a public key generated with Putty will work just as well.

The LifeSize unit in the Lab is very straightforward to use: switch it on and dial a number, or wait for someone to dial you. It gets difficult with firewalls, networks, bridges etcetera, but that’s not part of the user docs and is largely in the hands of ITS and the remote party’s network administrators.

Use LifeSize to call a remote party directly (doesn’t always work), or have both parties connect to a so-called bridge, which is useful when both parties’ firewalls block incoming requests but they can dial out.

Note: our LifeSize unit is set up to allow incoming as well as outgoing calls, according to ITS. More information is available in the built-in LifeSize help or in the extensive LifeSize documentation:

A couple of points specific to the Lab:

  • the unit is hooked up to the mixer and A/V switch
  • make sure the camera and microphone receiver are both connected before switching on the unit

Several shares for V UW’s staff file server are accessible from Windows machines through mapped drives. Of course on Mac OS X, shared network folders aren’t mapped to drive letters, but it’s still possible for VUW staff to access them.

The following list shows the correct urls for commonly used windows share points:

  • home directories: smb://stawincocifs001.staff.vuw.ac.nz/SOAD_HOME/
  • soad shared: smb://stawincocifs001.staff.vuw.ac.nz/SOAD_SHARED/
  • transfer drive: smb://stawincocifs001.staff.vuw.ac.nz/SOAD_SHARED/Common/Transfer

To use these, go to Finder and select Go -> Connect to Server…. In the dialog that appears, paste one of these urls in the server address field and press enter. You can use ‘+’ to add the url to your favourites, or just create an alias of the directory once you’ve mounted it.

Use your VUW username and password to access the shares.

ITS Provides external access to VUW’s network and services through a VPN. Detailed instructions on installing and configuring the necessary software on your personal computer, for both Mac OS X and Windows, are provided by ITS on their intranet site:

ITS VPN How To

(note: This is only for VUW staff)

The page above answers the following questions:

  • What is VPN?
  • How do I get VPN access?
  • Where can I download the VPN software?
  • How do I install the VPN software?
  • How do I configure the VPN software?
  • How do I connect using the VPN software?
  • How do I gain access to my H Drive?
  • How do I gain access to my M Drive?
  • Do I need VPN to access my email?
  • Do I need VPN to access my H Drive?
  • Do I need VPN to access my M Drive?
  • Where can I get free antivirus software?

1. Log into a computer – if you are new to the lab, or your password has been reset, then your password will be your student ID#. Your user name is your university user name for checking VUW email, etc.

2. Type Command (Apple symbol) +K on your keyboard.

3.Type in the address for the MEDIA lab server: afp://donny.mddn.vuw.ac.nz, then hit the CONNECT button.
server1
4. Activate the pulldown menu on the bottom left of the window.
server3
5. Type your old password, then type the new password twice. If you are new to the lab, or your password has been reset, then it is probably your student ID #.
server4
6. The next time you log onto a computer, or to the server, you will now be able to use this new password.