You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/signage/setup.md
+15-18
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Network Configuration Overview
4
4
5
-
Each Signage Intel Compute Stick connects to TJ's Windows network. Each stick's MAC address is whitelisted by TJ's Tech Team to access the `tjhsst` network. Using [wpa\_supplicant](https://wiki.archlinux.org/index.php/WPA_supplicant) and [systemd-networkd](https://wiki.archlinux.org/index.php/Systemd-networkd), each stick is assigned an IP on the Windows network.
5
+
Each Signage Intel Compute Stick connects to TJ's Windows network. Each stick's MAC address is whitelisted by TJ's Tech Team to access the `tjhsst` network. Using [wpa\_supplicant](https://wiki.archlinux.org/index.php/WPA\_supplicant) and [systemd-networkd](https://wiki.archlinux.org/index.php/Systemd-networkd), each stick is assigned an IP on the Windows network.
6
6
7
7
## Installation
8
8
@@ -16,26 +16,25 @@ This guide will show you how to set up a new stick.
16
16
17
17
#### Installing the OS
18
18
19
-
When you first get one of the [Compute Sticks](https://livedoc.tjhsst.edu/wiki/Compute_Sticks), it should come pre-loaded with Windows 10 by default. If this is not the case, you probably got the wrong version of Compute Stick \(the Ubuntu ones aren't powerful enough\).
19
+
When you first get one of the [Compute Sticks](https://livedoc.tjhsst.edu/wiki/Compute\_Sticks), it should come pre-loaded with Windows 10 by default. If this is not the case, you probably got the wrong version of Compute Stick (the Ubuntu ones aren't powerful enough).
20
20
21
21
**Prepare the Installation USBs**
22
22
23
23
These steps only have to be done if there are no installation USBs around.
24
24
25
-
_This guide assumes \(hopefully correctly\) that you know how to manage USBs on whatever computer you are using. If not, just_[_Google_](https://bing.com)_it._
25
+
_This guide assumes (hopefully correctly) that you know how to manage USBs on whatever computer you are using._
26
26
27
27
1. Download the OS.
28
-
* Head on over to Ubuntu's [website](https://ubuntu.com/download/server) and download the `.iso` for the the latest LTS version\(at the time of this writing 16.04 LTS\).
28
+
* Head on over to Ubuntu's [website](https://ubuntu.com/download/server) and download the `.iso` for the the latest LTS version.
29
29
2. Put the OS on a USB.
30
30
* On Linux or Mac, use the `dd` utility to flash a USB with the OS installer. On Windows, use [Win32DiskImager](https://sourceforge.net/projects/win32diskimager/::) or something to that nature.
31
31
* Example `dd` command: `sudo dd if=ubuntu_server-16.04.iso of=/dev/sdx progress=status`, replacing `sdx` with the actual USB device identifier.
32
32
3. Download the `wpa_supplicant` package and dependencies.
33
-
* On an Ubuntu system with the same architecture as the Compute Stick \(preferably an existing Compute Stick\), use this command to download `wpa_supplicant` and all of its dependencies:
* On an Ubuntu system with the same architecture as the Compute Stick (preferably an existing Compute Stick), use this command to download `wpa_supplicant` and all of its dependencies:
0 commit comments