| UBC Physics & Astronomy
Hebb Basement Optics & Acoustics Lab |
In the Hebb basement, there are a series of small rooms used for Optics & Acoustics (Phys 318) lab experiments.
| Host Name | IP Address | MAC Address | Operating System | Room # | Network Port # | Notes |
|---|---|---|---|---|---|---|
| optics1 | 142.103.238.120 | 00:11:09:fd:57:bd | Ubuntu 14.04.1 | Hebb 5H | NET001198 | Helium-Neon Laser Exp. |
| optics2 | 142.103.238.193 | 00:11:09:fd:57:a7 | Ubuntu 14.04.1 | Hebb 5F | CCT077391 | Fourier Optics Exp. |
| optics3 | 142.103.238.194 | 00:11:09:fd:57:c2 | Ubuntu 14.04.1 | Hebb 1C | CCT077386 | Fourier Optics Exp. |
| optics4 | 142.103.238.195 | 00:11:09:fd:57:c1 | Ubuntu 14.04.1 | Hebb 4 | CCT077383 | Helium-Neon Laser Exp. base image |
| optics5 | 142.103.238.196 | 00:11:09:fd:57:ca | Ubuntu 14.04.1 | Hebb 5C | CCT077394 | Fourier Optics Exp. |
| optics6 | 142.103.238.197 | 00:11:09:fd:57:c9 | Ubuntu 14.04.1 | Hebb 1A | CCT077385 | Helium-Neon Laser Exp. |
| optics7 | 142.103.238.198 | 00:16:76:44:2d:7c | Windows 7 | Hebb 1D | NET001190 | Optical Cavity Exp. |
| optics8 | 142.103.238.199 | 00:16:76:5b:81:81 | Windows 7 | Hebb 5E | NET001197 | Optical Cavity Exp. |
| optics9 | 142.103.238.191 | 00:19:d1:20:0b:28 | Windows 7 | Hebb 1B | CCT077381 | Michelson Interferometer Exp. |
| optics10 | 142.103.238.192 | 00:19:d1:20:0b:49 | Windows 7 | Hebb 5G | CCT077393 | Michelson Interferometer Exp. |
| optics11 | 142.103.238.4 | e0:69:95:d1:e0:16 | Windows 7 | Hebb 5B | NET001195 | Michelson Interferometer Exp. |
| optics12 | 142.103.238.6 | e0:69:95:56:d6:cb | Windows 7 | Hebb 5D | NET001196 | Optical Cavity Exp. |
| Host Name | IP Address | MAC Address | Operating System | Room # | Network Port # | Notes |
| acoustics1 | 142.103.238.210 | 00:13:20:CC:7D:C7 | Windows XP | Hebb 3A | CCT077380 | |
| acoustics2 | 142.103.238.211 | 00:13:20:CC:80:76 | Windows XP | Hebb 3A | CCT077380 | |
| acoustics3 | 142.103.238.212 | 00:13:20:CC:81:A0 | Windows XP | Hebb 3B | CCT077382 | |
| acoustics4 | 142.103.238.213 | 00:13:20:CC:81:A7 | Windows XP | Hebb 3B | CCT077382 | |
| acoustics5 | 142.103.238.218 | 00:13:20:CC:7F:DA | Windows XP | Hebb 7B | CCT077392 | |
| acoustics6 | 142.103.238.219 | 00:13:20:CC:81:60 | Windows XP | Hebb 7B | CCT077392 | |
| acoustics7 | 142.103.238.216 | 00:13:20:CC:80:85 | Windows XP | Hebb 7A | CCT077388 | |
| acoustics8 | 142.103.238.217 | 00:13:20:CC:81:87 | Windows 7 | Hebb 7A | CCT077388 | base image |
| acoustics9 | 142.103.238.85 | 00:16:76:44:2d:17 | Windows XP | Hebb 1H | NET001193 | |
| acoustics0 | 142.103.238.188 | 00:1c:c0:72:52:f4 | Windows XP | Hebb 8 | CCT077387 |
The user has to have write permission to C:\Documents and Settings\All Users\Application Data\Solidworks folder. Changed security settings on all acoustics lab computers, and grant local login users write permission to above folder. Removed older version Solidworks, installed Solidworks 2011.
sudo vi /etc/lightdm/lightdm.conf [SeatDefaults] greeter-session=unity-greeter user-session=ubuntu-2d allow-guest=false
1. Create a login script to run xawtv once and then killed the process. Then automatically load system monitor, terminal, and xawtv.
vi /usr/bin/login #!/bin/sh -e xawtv & sleep 2 #run xawtv and wait for 2 seconds pkill xawtv & sleep 2 #kill xawtv and wait for 2 seconds gnome-system-monitor & sleep 2 #run System-Monitor and wait for 2 seconds gnome-terminal & sleep 2 #run Terminal and wait for 2 seconds xawtv & #run xawtv again exit 0
2. Make the login file executable by everyone
chmod +x login
3. Make the login script run under all users login
vi /etc/xdg/autostart/loginscript.desktop [Desktop Entry] Comment=Login Script Name=LoginScript Exec=/usr/bin/login Terminal=false GenericName= Type=Application Categories= Icon=
| sysadmin@phas.ubc.ca | [Dept. Home Page] | Last updated: |