Table of Contents
Computer Labs
The Computer Science department maintains multiple computer labs running Linux Mint 21.2. Desktop machines may be accessed over the network. See the article on stu for more information. You are free to use these labs whenever there is no class scheduled there. These labs are located in:
- King 248 (where TA Hours are held)
- King 250
- King 336
- EnGeo 2204
Lab Hardware
Location | Type | Qty | Description |
---|---|---|---|
King 224 | Laptop | 5 | Dell Latitude 5501, Intel Core i5-9300H, 16GB RAM |
King 236 | Laptop | 12 | Dell Latitude 5501, Intel Core i5-9300H, 16GB RAM |
King 248 | Desktop | 31 | Dell Precision Workstation 3640, Intel Core i9-13900, 32GB RAM |
King 250 | Desktop | 31 | Dell Precision Workstation 3660, Intel Core i9-12900, 32GB RAM, Nvidia RTX A2000 (12GB) |
King 336 | Desktop | 32 | Dell Precision Workstation 3640, Intel Core i9-13900, 32GB RAM |
EnGeo 2204 | Desktop | 32 | Dell Precision Workstation 3460, Intel Core i9-12900, 32GB RAM |
EnGeo 2209 | Laptop | 12 | Dell Latitude 5501 Laptops, Intel Core i5-9300H, 16GB RAM |
Lab Software
All labs have the same software, including but not limited to the following:
- Arduino IDE 2.3.2
- CUDA 12.6 (King 250 only)
- Eclipse 2024-06
- Emacs 29.3
- GCC 13.2.0
- GHC 9.4.7
- Git 2.43.0
- Go 1.22.2
- IntelliJ IDEA 2024.1.4
- Java 21.0.4 (OpenJDK)
- Meld 3.22.2
- Mercurial 6.7.2
- Mysql-client 8.0.39
- Pandoc 3.1.3
- Processing 4.3
- Prolog SWI-Prolog 9.0.4
- Python 3.12.3
- Ruby 3.2.3
- Rust 1.80.1 (Stu only)
- Sagemath 10.4 (Stu only)
- Sqlite 3.45.1
- Subversion 1.14.3
- Tcl/Tk 8.6.14
- Texlive 2023.20240207
- Thonny 4.0.1
- Vim 9.1
- Visual Paradigm 17.2
- Visual Studio Code 1.92.1
- VMware Workstation 17.5.2 (Desktops only)
- Zoom 6.1.1
Known Hosts
See below for the current known_hosts
file for all JMUCS lab machines. You'll need to replace or merge it with your existing ~/.ssh/known_hosts
, removing any duplicate hosts.
jmucs-known_hosts.txt Last updated: 2024-08-20
Student Account Home Directory
The student
user's home directory is wiped at logout. The last 10 directories are archived locally on each machine at /opt/student_homes/<YYYYMMDD_HH-MM-SS>.tar.gz
. Faculty can extract these archives by running tar -xzvf <archive>
. Files can be copied to /tmp
where students should be able to access them. You can also contact cs-sysadmin@jmu.edu
for assistance. Please provide the hostname and approximate timestamp that you need recovered.