Advanced Search
Search Results
5 total results found
Single-Board Computers
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...
File Sharing
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 -...
Creating Your First Container
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...
Administrator Permissions
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...
Networking
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 ...