Advanced Search
Search Results
61 total results found
4.0 Clustering
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
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
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
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
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
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
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 (๑˃ᴗ˂)ﻭ
[ ] 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 ᕕ( ᐛ )ᕗ
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
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
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
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?
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
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
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
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 📁
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
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
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
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...