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

102 total results found

Adding a Sub Domain Configs to NGINX

ProxMox Quick Commands

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...

nginx
reverse proxy
site config

Allow SSH Logins to Debian LXC Containers

ProxMox Quick Commands

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

ProxMox Quick Commands

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

ProxMox PVE

/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

WebDev Javascript Stuff

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

Google Apps Scripts

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

Google Apps Scripts

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

Google Apps Scripts

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

WebDev Javascript Stuff

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
openmeteo

Weather Radar for LCARS

WebDev Javascript Stuff

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 ...

weather
radar
leafletjs
rainviewer

DTG & Stardate

WebDev Javascript Stuff

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 ...

dtg
date
time
stardate

Basic Privacy Keys

MotoTRBO

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

Motorola XTS/XTL

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...

tms

IPSC Known Ports

MotoTRBO IPSC Stuff

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
ports

IPSC IP Addressing

MotoTRBO IPSC Stuff

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 ...

ipsc
ip address

Rack Diagram

MotoTRBO IPSC Stuff

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.    

ipsc
rack diagram

XPR & R Series Welcome Image Infos

MotoTRBO XPR Series

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
r7
welcome image

XPR Accessory Connector Pinout

MotoTRBO XPR Series

Mobile Subscribers   Portable Subscribers

xpr pinout

Codeplug Password Bypass

MotoTRBO XPR Series

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

Motorola APX

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...

apx
firmware update