Advanced Search
Search Results
102 total results found
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...