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

168 total results found

Knowledge Repository

Knowledge Repository

At the following link is over 25 gigs of manuals, books, guides and more for things like military skills, survival, prepping and the like. Spartan's Knowledge Repository

knowledge
repository
survival
military
prepping

Create Calendar Event on Form Submit

Google Apps Scripts

The following will create an event on the designated calendar when a user submits the form. With the spreadsheet of responses open, activate the Apps Script editor and use this: var calendarId = "CHANGE ME!!"; //this is the ID of the calendar where you want t...

gapps
calendar
event
form

Time Off Request Form Script

Google Apps Scripts

The following was used to create a simple time off request system using a Google form. A user would submit a time off request on the form, the response is recorded on a spreadsheet, the script would run and make the appropriate notifications to the brass. Bra...

gapps
time off
email notification
row updater

State Abbreviations

WebDev Supporting Stuff

This is a list of U.S. States, with their abbreviations in a couple of formats. This should make copy pasta easier, for adding to projects. The two column names are State and State_Abbrv as you can see. I've also attached this in a json file and CSV. [ { ...

states
abbreviations

Google Drive Direct Links

Google Drive

The following links allow for direct access to items from within Google Drive (as of the posting of this anyhow). Share the file you want to pull from Google Drive Copy the share link, set the permissions to "Anyone with the link" Paste the share link som...

google drive
direct access
links
share
sharing
slides
drawings
export

Voice Announcement Files for APX

Motorola APX

This was originally a 2 part video on my YT channel (part 1, part 2) but here I have combined them into one document for ease of use. Generating the Audio Files For generating the audio files, a simple voice recorder will work. You can also use some kind of ...

voice announcement
apx

MDC1200 Unmute Issue Fix

General Radio Stuff

For some unknown reason, Motorola CPS loves to default to AND instead of OR - simply change the Unmute Type to OR and call it good!

mdc1200
unmute type

Installation

Traccar Server

Installing Traccar on a Linux server: Navigate to /opt Execute wget (download url for package.zip) Execute unzio package.zip Execute (as root or whatever) ./traccar.run   TBC

Update Traccar

Traccar Server

Create an LXC backup! Download a copy of opt/traccar/config/traccar.xml and the opt/traccar/media folder, if present Stop the Traccar service: systemctl stop traccar Remove everything Traccar, the folder, the .traccar, all of it like you are starting over...

traccar update

The Script V8

Traccar Windows App

This is the current version of the Powershell script to track windows computers with GPS receivers. Execute the script in a PowerShell window, this will keep a terminal open and display responses from the server. Update the $devid variable with the assigned ...

traccar windows

Updating Things Installed with Helper Scripts

ProxMox Proxmox Helper Scripts

To update an installation of something that was installed via PHS, simply execute the installation command again, but instead of running it in the PVE shell, execute it in the LXC shell. This will provide alternative options when it runs, which will allow for ...

update proxmox helper scripts

Radio Recovery Via CPS2 and RM

MotoTRBO MotoTRBO Radio Management

Radio Management (RM) cannot do a radio recovery. This can only be accomplished in the Customer Programming Software (CPS). With a radio from RM needing a recovery, use the following procedure to accomplish it: Write down the radio's ID number Launch CPS2...

mototrbo
mototrbo
recovery
recovery
cps2
cps2
radio management
radio management

P25 Encryption Algorithim IDs for Motorola Products

General Radio Stuff

The following is a list of encryption algorithm IDs for P25 from Motorola. These are found in the LDU2 header as an 8-bit value in the ALGID field. { 0x00, "ACCORDION 1.3" }, { 0x01, "BATON (Auto Even)" }, { 0x02, "FIREFLY Type 1" }, { 0x03, "MAYFLY Type 1...

encryption
encryption
algo id
algoid

ION Resource Page from Motorola

MotoTRBO ION

https://www.motorolasolutions.com/en_us/products/two-way-radios/mototrbo/portable-radios/mototrbo-ion-radio.html

ion resources
ion resources
mototrbo ion
mototrbo ion
ion
ion

BookStack Update Procedure

BookStack

Update commands for BookStack should be run from the installation directory: /var/www/bookstack The following commands, run one by one, will update the installation: git pull origin release composer install --no-dev php artisan migrate Accept or allow an...

bookstack
bookstack
update
update

Update Commands

NextCloud

As with most things in my world, it seems following the directions simply don't work like they are intended, and as such, I have to modify commands to execute tasks tailored to my installation. Here is my list of those, as I run across them. Ensure you are in...

nextcloud
nextcloud
commands
commands
bash
bash

DMRHub Server Installation

DMR Server & MMDVM Things DMRHub Server

My server is created using an LXC on ProxMox based on Debian 12. The specs are as follows: Disk Size 10G RAM 4G CPU 2 Cores These are the steps I took to get a server up and running. The installation I loosely followed is on the GitHub Deployment Guide...

dmrhub
dmrhub
dmr server install
dmr server install

DMRHub Notes

DMR Server & MMDVM Things DMRHub Server

So after getting the installation done, and working out some of the kinks, here are some things to know about this: The server utilizes a third party ham DMR radio ID registration service for it's repeater and user authentication. Currently, server admins c...

HBLink3 Installation

DMR Server & MMDVM Things HBLink3 Server

Having done this in times past using Vultr as the server, and the original HBLink years ago, I figured a new good ole college try with HBLink3 would be interesting. Seeing how everyone is now moving things over to Docker, and I absolutely hate Docker (again, s...

hblink3
hblink3
hblink3 server
kblink3 server

HBmonv2 Installation

DMR Server & MMDVM Things HBLink3 Server

As kind-of a part 2 to the HBLink3 installation, this is the dashboard install I used form the same developer for the non-Docker install script.  I ran these commands one by one as well: # Change to the directory, if you are not already in it cd /opt/HBLink...

HBMonv2
hbmonv2