Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

11 total results found

CSET New Student Guide

A guide to the labs, computer accounts, courses, department resources, and best practices to succeed in CSET.

Linux Quick Start Guide

The CSET program uses Linux on the desktop systems in the labs and the servers used to support the labs. This is a quick start guide to get up to speed on using a Linux system.

Open Source Software Guide

The CSET program uses open source software that is freely available to the students. This software is installed on the lab desktop computers. Most software is also available for Windows. This guide lists the common software and provides help on installation...

Internet of Things

Windows Server Administration Labs

Labs 00, 01, & 02, Written by: Edward Bigos, 2023

CSET Labs

The CSET Program develop, maintains, and configure our own labs. This is a partial list of the resources available to students.

Labs

Lab 00

Windows Server Administration Labs

Creating the Azure Education Login Overview This assignment sets up the login for Azure. Cautions and Warnings Browser Issues The documentation was created using Firefox on an Ubuntu host. Any browser should work, but we have not tested the process on oth...

Lab 01

Windows Server Administration Labs

Azure Virtual Machine Introduction Overview This assignment creates the first virtual machine in Azure. This lab demonstrates the process of creating a Windows 2016 Server virtual machine in Azure, connecting to the server using Remote Desktop, and then remo...

Lab 02

Windows Server Administration Labs

Creating an Azure Network Overview This assignment sets up a software-defined network for Azure. Deliverables / What to Submit Take a screenshot of the web page to submit for credit. From the Azure Portal choose Home then VM2. Take a screenshot of...

Lab 03 - Using LED's with an Arduino

Labs

In this lab, we will be learning how to control simple digital circuits using a microcontroller. The micro we will be using is called an atmega328p, and it is embedded in a development board called an Arduino.   int ledPin = 2; void setup() { pinMode...