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

5 total results found

Single-Board Computers

Software Installing an Operating System

Raspberry Pi computers use an SD card that needs to be "flashed" with an operating system.  This process writes files to the SD card while it's connected to a Windows, MacOS or Linux machine through a USB connection. Raspberry Pi Imager This is the officia...

Work-in-Progress

File Sharing

Monitoring & Maintenance Network Access

We will be installing Samba, a protocol that allows us to share your files over the local network.  This is open-source implementation of Microsoft's SMB protocol.   Installation We can install it by entering the following command:  sudo apt-get install -...

Work-in-Progress

Creating Your First Container

Software Installing Docker

We will be installing Portainer, an open-source web application that makes it easy to manage Docker from your browser. Starting Portainer We are adding port 9000 which isn't used by default.  This allows Portainer to be accessed through HTTP instead of H...

Work-in-Progress

Administrator Permissions

Software Configuring Debian

On Debian, our user account cannot run commands as Root through the terminal.  We will be changing this for simplicity sake, allowing us to prefix commands with 'sudo' to run them as if they were run by root. Skip this step when using a Raspberry Pi. We need...

Work-in-Progress

Networking

Software Configuring Debian

We need to set a static IP for our server so that we can always access it from the same address. Your server should be plugged in directly to the router with a Cat6 Ethernet cable. Before we do this, we should verify our current internet connection settings ...

Work-in-Progress