Advanced Search
Search Results
165 total results found
Radio Communications
All things related to two way radio communications, programming, updating, hacking, and other general knowledge for portables, mobiles, repeaters, networking and the like.
Home Lab
All things relating to my janky ass self-hosting home lab, server, and all it's things running on it
Random Stuffs
This is the water cooler for the things. Doesn't fit in another, or not quite sure where to put info, it's gonna go here.
Secret Squirrel
This is for need to know stuff, and if you don't have a login to view it, you don't need to know.
Google Stuff
All my stuff relating to Google products from Apps Scripts, Drive, Docs, Sheets and more
Privacy
Notes on reducing the spying and leaking of content by big corps
ProxMox
Project Website: https://www.proxmox.com/en/ Download: https://www.proxmox.com/en/downloads/proxmox-virtual-environment Proxmox Virtual Environment is a complete open-source platform for enterprise virtualization. With the built-in web interface you can ...
WebDev
All my stuff relating to web development
Google Apps Scripts
https://script.google.com/home/?pli=1
Motorola APX
All things related to the Motorola APX line of radios
MotoTRBO
All things related to the Motorola MotoTRBO line of radios
Digital Modes
This is a combined book of P25 and DMR stuff
General Radio Stuff
Everything else I have for radio communications, mostly not sure where to put it, so this is a catch all
Motorola XTS/XTL
All things relating to the XTS and XTL series of radios
Keyloading
Everything I've got relating to encryption keyloading
Knowledge Repository
https://1drv.ms/f/s!AmpkeSM76S6a2F0Y5R8oANOGKoLi?e=yxatBQ
Google Drive
https://drive.google.com
Google Sheets
https://docs.google.com/spreadsheets/u/0/
Traccar
Project Website: https://www.traccar.org Source Code: https://www.traccar.org/source-code/ Proxmox Helper Script: https://community-scripts.github.io/ProxmoxVE/scripts?id=traccar Modern GPS Tracking Platform
BookStack
Project Website: https://www.bookstackapp.com/ Source: https://github.com/BookStackApp/BookStack Proxmox Helper Script: https://community-scripts.github.io/ProxmoxVE/scripts?id=bookstack BookStack is a simple, self-hosted, easy-to-use platform for organ...
NextCloud
Project Website: https://nextcloud.com/ Source Code: https://github.com/nextcloud Proxmox Helper Script: https://community-scripts.github.io/ProxmoxVE/scripts?id=nextcloudpi Nextcloud Hub integrates the four key Nextcloud products Files, Talk, Groupware...
DMR Server & MMDVM Things
My notes and things relating to establishing a roll-my-own DMR (and P25) server for MMDVM hotspot devices and such
Game Server
Project Website: https://cubecoders.com/AMP Download: https://cubecoders.com/AMP/Install AMP (Application Management Panel) is a simple to use, self-hosted web control panel for game servers that runs on both Windows and Linux systems with a focus on eas...
RPLATE Log Stuff
Things about pulling and graphing data from the RTPLATEs
VaultWarden
Project Website: https://www.vaultwarden.net/ Source Code: https://github.com/dani-garcia/vaultwarden Proxmox Helper Script: https://community-scripts.github.io/ProxmoxVE/scripts?id=vaultwarden An alternative server implementation of the Bitwarden Clien...
Old Ass Games
Oldies, but goodies. Some of my favorite computer games and things related to them
Datacenter
Datacenter level stuff within Proxmox
PVE
For the PVE level of Proxmox
Quick Commands
All the random one off commands needed - regardless of level, location or useage
HTML Stuff
PHP Stuff
Javascript Stuff
IPSC Stuff
My notes on IP Site Connect
XPR Series
Things relating to the XPR series of MotoTRBO radios
KVL5000
All the things I've got relating to the KVL5000
Supporting Stuff
This is a collection of things I often have to go hunt down for projects, like lists, but in a format I can use.
Server
Server stuff relating to Traccar
Mobile Apps
Official Traccar mobile device app stuff
Windows App
All things relating to the PowerShell app I created to add computers to Traccar
Proxmox Helper Scripts
https://community-scripts.github.io/ProxmoxVE/
PostgreSQL
My notes and such for working with PSQL database stuff
ION
All things for the MotoTRBO ION
MotoTRBO Radio Management
All my ish relating to TRBO RM
DMRHub Server
This chapter contains all my notes about establishing a DMR server from USA-RedDragon called DMRHub. As much as I hate docker, I'm attempting to build without it. Lets see how it goes
HBLink3 Server
My installation notes, guide or whatever you wanna call it for getting HBLlink3 up and running on my ProxMox
MMDVM Hotspots
Things relating to the hotspot side of all this
Adding a Sub Domain Configs to NGINX
This is the process I follow to add a site config to my NGINX reverse proxy server, which is Debian 12, and the following commands should work for any Debian based distro. Adjust fire according to your flavor, as needed. On the NGINX reverse proxy server, cre...
Allow SSH Logins to Debian LXC Containers
Once you get the container created and running: Edit the sshd_config file located at /etc/ssh/sshd_config Remove the # from PermitRootLogin line, and replace prohibit password with yes Execute service ssh restart or reboot the container, whatever floats y...
Reset LXC Password in the PVE
Login to the PVE, and open the shell, then execute the following (Replace the 200 with the actual container ID): xc-attach -n 200 passwd Type in the new password, and then confirm it by typing it in again - boom, done You can also use the following from th...
Important File Locations
/etc/pve/authkey.pub Public key used by the ticket system /etc/pve/ceph.conf Ceph configuration file (note: /etc/ceph/ceph.conf is a symbolic link to this) /etc/pve/corosync.conf Corosync cluster configuration file (prior to Proxmox VE 4.x, ...
Encryption Key Generator
function generateRandomString(length, characters) { var randomString = ''; for (var i = 0; i < length; i++) { randomString += characters.charAt(Math.floor(Math.random() * characters.length)); } return randomString; } function generateAES25...
Internal Training Record Lookup
The following script was used to generate an app that would search a Google Sheet just like a database, and return training records from employees. function doGet() { return HtmlService.createTemplateFromFile('Index').evaluate(); } /* PROCESS FORM */...
Chat Notification Bot
The point of this script, and several versions of it, was to notify the group chat of a new form submission. Initially the various forms were all combined into one script, but we had several problems with this - maybe it was due to the transition Google Worksp...
Employee Self-Service Record Lookup
This script was also duplicated for each of the Google Sheets serving as employee records for minor things. This script example came from the Gear Issue History which showed the employees what gear they have been issued, when, when it was returned, etc. var s...
Weather API from OpenMeteo.com
My Skynet2.net LCARS sites has a weather page that pulls basic information for the viewer. Here is the script I used to get the API working. You will note FontAwesome icons are indicated, this was to show the "weather image" of the current conditions. My 25th...
Weather Radar for LCARS
In continuing with the LCARS sites I maintain, I opted to include a very simple radar map using LeafletJS and RainViewer's API. My 25th Century LCARS Site (Picard) - Just because I love the color scheme My 24th Century LCARS Site (TNG) - This "display" site ...
DTG & Stardate
I've been using the DTG (Date Time Group) script I made years ago over and over for full screen clocks of various types as I often use a Raspberry Pi or old computer as a display/terminal in the house. I recently updated it to include showing the Stardate. If ...
Basic Privacy Keys
This table contains the Motorola MotoTRBO Basic Privacy keys for their iteration of voice security on their line of TRBO radios. A text file of this list is attached for easy copy/pasta. # KEY # KEY # KEY # KEY # KEY # KEY # KEY # KEY ...
TMS on XTS5000
TMS, or Text Messaging Service, is a feature that was released by Motorola in Astro25 products CPS/firmware major revision R09. As initial information about this capability is sketchy at best, this document is intended to provide some basic theory and instruct...
IPSC Known Ports
The following is a list of known and customized ports associated with Motorola's MotoTRBO IPSC (IP Site Connect). Custom ports are blue, everything else is standardized. These ports should be opened between the sites and the servers. Ensure the FORWARD TO IP ...
IPSC IP Addressing
The following are my notes on IP addressing for the IPSC system that's set up. If you look at the IPSC Known Ports list, you will see the destination as either SERVER or RM SERVER. Much of the difference is if you have installed the application on a different ...
Rack Diagram
Here is the basic rack diagram I used for the IPSC system. As repeaters were added, they were added to the bottom, and everything already in was moved up.
XPR & R Series Welcome Image Infos
XPR Series This information is specific to the XPR series of MotoTRBO subscribers (XPR7550, XPR550, etc.). Example files for the XPR series are attached. XPR7550 & XPR7550e 132x90px XPR5550 & XPR5550e 160x72px Images must be 256 colors, 16 bit BMP...
XPR Accessory Connector Pinout
Mobile Subscribers Portable Subscribers
Codeplug Password Bypass
Using a hex editor, open cpservices.dll:CPS v11.x & 13 1BC6 -> change 06 to 17 CPS v12.1 1BD2 -> change 06 to 17
Update APX Firmware
A simple, but time consuming process. Take your time, don't get in a hurry - especially if you are making a huge jump from a lower number to a higher number! Connect radio to computer, turn it on Using APX Tuner, read and save tuning record, close the tuni...