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

61 total results found

4.0 Clustering

How to: Proxmox

Once you have your Proxmox nodes initialized, it's quite easy to get them clustered together.  Creating a Cluster Choose the machine you want to be the primary node for the cluster Click on the "Datacenter" at the top left of the interface Click on "Cl...

Staff Sponsors

Who Indexicon

The Staff sponsors of the BTC Raspberry Pi Club are current staff at Bellingham Technical College and are responsible for the safety of the members and general guidance.  These people are the responsible parties to contact for any questions, complaints, or off...

President

Who Indexicon

TBD - Description of the office and responsibilities, possible link to the personal page with a description of a person, contact method, pictures, accomplishments, project links, etc.

Vice President

Who Indexicon

TBD - Description of the office and responsibilities, possible link to the personal page with a description of a person, contact method, pictures, accomplishments, project links, etc.

Scribe

Who Indexicon

TBD - Description of the office and responsibilities, possible link to the personal page with a description of a person, contact method, pictures, accomplishments, project links, etc.

Treasurer

Who Indexicon

TBD - Description of the office and responsibilities, possible link to the personal page with a description of a person, contact method, pictures, accomplishments, project links, etc.

Garth "The Net Yeti" Johnson

Who Individuals

More info will be provided soon.  For now, I am a technology enthusiast/professional, full-time instructor at Bellingham Technical College. I have a passion for community integration and creating educational opportunities for all.  I am a Dad and a Grandfath...

Legend (๑˃ᴗ˂)ﻭ

How To: Refer to the Documentation

[ ] This is a placeholder that represents a field that should be replaced with specific information.   Examples: e.g. Replace ssh [USER]@[IP ADDRESS/HOSTNAME] with your username and the hostname or IP address of the machine you want to ac...

Resources ᕕ( ᐛ )ᕗ

How To: Refer to the Documentation

This is a live page of resources that people have used in their projects that they've found useful! \(^∀^)メ(^∀^)ノ Proxmox Resources 💽 TUTORIALS: Cluster Manager - Proxmox Docs TROUBLESHOOTING: FQDN during Proxmox VE Installation Remove or reset c...

Basic Default Minecraft Server

Crafty Project

This first tutorial won’t dive into the finer points of Minecraft server installation, but it should give you an idea of what a barebones Minecraft server looks like. This guide aims to provide you with a solid foundation that you can build upon, whether by fo...

Getting Started

Crafty Project

Well, that’s not very hard. Just use a hosting solution like Shockbyte, HostGator, or one of the countless other platforms out there.Oh, you don’t want to pay for that? You want to do it yourself, huh? Well, alright, that's cool too. If you want to start simpl...

3.0 Using SSH

How to: SSH

SSH into a SystemOpen up a new shell (e.g. PowerShell)Type in the following:ssh [USERNAME]@[IP ADDRESS]ORssh [HOST]IMAGE SHOWING A SUCCESSFUL SSH ACCESS: 

What is Coqui?

How to: Setup Coqui

IntroductionCoqui is a open-source, AI trained TTS model that is installable via the cli or install with docker. In this project🐸TTS is a library for advanced Text-to-Speech generation.🚀 Pretrained models in +1100 languages.🛠️ Tools for training new models and...

Lilian Miller

Who Individuals

About MeI'm a student at Bellingham Technical College, making my way through the tech world. I love solving challenges and figuring out how things work—whether it’s through CTFs, homelabs, or experimenting with new tech. Lately, I’ve been diving into my Proxmo...

4.0 SSH Configuration File

How to: SSH

The SSH configuration file is used to control the behavior of the SSH client and server, respectively. Client configuration (which is the focus for this document) allows users to define preferences for SSH connections, such as default usernames, key files, por...

Glossary

How To: Refer to the Documentation

Terms will be added to this file with their definitions. Working Directory A working directory is a location in a file system where tasks or operations are carried out. In the context of programs, it refers to the directory in which a program reads from or...

5.0 Setting Up NFS 📁

Server Documentation

Creating and using NFS with DockerAny stack file that you deploy will have at least one service that will need to store static data. This will become a problem when stand-alone methods are used for volume creation, because the volume will not magically transpo...

proxmox cloud init notes

How to: Proxmox Dump of Keiths notes: Proxmox

Cloud init in proxmox by default offers basic functionality to create a user, add a password for that user, decide if the machine should be updated and import ssh keys and doing basic network config. This is good enough to get started using ansible but cloud i...

templates

How to: Proxmox Dump of Keiths notes: Proxmox

https://technotim.live/posts/cloud-init-cloud-image/Follow the above guide!I will use the **fart** net for only local system networkingThe rest of this tutorial seems do-able. Ill probably want to do this at home.

SDN vs pfsense and or opensense

How to: Proxmox Dump of Keiths notes: Proxmox

The process for setting up pfsense or opensense in proxmox and then messing with it looks something like this...first install opnsense, add multiple network adapters before logging in. one of those adapters will be setup using just a default bridge to the exis...