Advanced Search
Search Results
168 total results found
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
Create Calendar Event on Form Submit
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...
Time Off Request Form Script
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...
State Abbreviations
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. [ { ...
Google Drive Direct Links
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...
Voice Announcement Files for 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 ...
MDC1200 Unmute Issue Fix
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!
Installation
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
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...
The Script V8
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 ...
Updating Things Installed with 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 ...
Radio Recovery Via CPS2 and RM
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...
P25 Encryption Algorithim IDs for Motorola Products
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...
ION Resource Page from Motorola
https://www.motorolasolutions.com/en_us/products/two-way-radios/mototrbo/portable-radios/mototrbo-ion-radio.html
BookStack Update Procedure
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...
Update Commands
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...
DMRHub Server Installation
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 Notes
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
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...
HBmonv2 Installation
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...