Advanced Search
Search Results
168 total results found
Key Generator
The following are simple encryption key generators I created a while back. Feel free to use them to generate your ADP and AES256 keys. This site does NOT store the keys generated - copy it down, once you exit this page or hit the button again, that key will ...
Great Value Pizza Rolls
Temp 380° If you are doing 2 racks, place both on bottom two rungs, swap the racks at 3.5 minutes Time 7 Minutes
OCC Commands
OCC Commands allow for some function. OCC stands for OwnCloud Command, and is the command line interface tool for managing and configuring NextCloud (and OwnCloud). The OCC command allows admins to perform various tasks directly from the terminal without havin...
Linux Mail in Terminal
When logging into the terminal and you see the "You have mail" message, and want to delete the mail, I use this: View The Mail cat /var/spool/mail Delete The Mail (Change root to the username you want to delete mail for) > /var/mail/root Common Usernames...
ZFS RAM Limits
ZFS is known for its memory usage, as it leverages RAM for caching to improve performance. Specifically, ZFS uses the ARC (Adaptive Replacement Cache) to store frequently accessed data in memory. While this behavior helps speed up disk reads, it can consume a ...
Allow Apple Media Format Previews
Apple strikes again, this time with NC. To enable HEIC and other format previews in your NC installation, add the following to your config.php file: 'enabledPreviewProviders' => array ( 0 => 'OC\\Preview\\PNG', 1 => 'OC\\Preview\\JPEG', 2 =...
Installation Steps
I've opted to use an Ubuntu LXC on my PM to implement the server. Here are the steps I took to get it installed and running My LXC has the following specifications - set yours up how you want: 2 CPUs 2GB RAM 512MB SWAP 128GB Boot Disk Ubuntu 24.04 ...
Default Config
This is my default configuration file, which is based on a P25 Phase 1/2 system and a Cap+ Multi-Site system in my area. White the Cap+ site is listed as ConventionalDMR it seems to be doing well as I've set up a channels.csv file for it to pull from. I don't...
Capacity Plus Multisite Config
The following is a config to monitor a Motorola MotoTRBO Capacity Plus Multisite (formerly known as Linked Capacity Plus or LCP) system. It's set up as ConventionalDMR per the docs, I cant find any info on monitoring/recording anything other than conventional ...
Talkgroups CSV
Here is an example of my TG file, it's not the whole thing and despite the docs, I've set one up for each of my configs (P25/DMR) just in case. Decimal Mode Description Alpha Tag Hex Category Tag Priority Preferred NAC 3064 D C1 Dispatc...
Channels CSV
This is an example of a channels file used for conventional monitoring/recording. I don't know if I've implemented this correctly as the system I am watching is actually a Capacity Plus Multisite type. I can't seem to find any information about implementing th...
Great Value Chicken Patties
Temp 360° If you are doing 2 racks, place both on bottom two rungs, swap the racks at 3.5 minutes Time 9 Minutes
Pay Someone via PayPal Without an Account
PayPal decided to cancel my account, and ban me permanently for unknown reasons. As such, paying people via PP that do not use web forms, or those that create invoices is a huge PITA. For example, someone was selling a product, but only supplied their PP email...
Installation
Unlike everyone else, I opted for a different type of installation, and did not choose to use a folder under C:\ but instead a folder that lives in my synced OneDrive directory. The reason for this was that I could always have access to it from any machine and...
Configuration Files
The following are examples of the configuration files I'm using to monitor a Capacity Plus (Cap+) system in my area. There is a ton of info online about how to fill these out, but, I'm posting mine here for your enjoyment as well as a backup for me. Some thi...
Patrol Loadout
Vest $799.00 MAKE MODEL SafeLife Defense Tactical Enhanced Multi-Threat Level IIIA+ OPTIONS Black https://safelifedefense.com/shop/tactical-enhanced-multi-threat-vest-level-iiia/ Duty Belt $135.00 MAKE MODEL ...
Great Value Corn Dog Bites
Temp 375° If you are doing 2 racks, place both on bottom two rungs, swap the racks at 3.5 minutes Time 7 Minutes
Update Timezone Data
Check Current TZ Data timedatectl Update TZ timedatectl set-timezone America/Phoenix List TZ timedatectl list-timezones Search For TZ in Specific Area timedatectl list-timezones | grep America Search For Specific TZ timedatectl list-timezones | grep P...
Replace Drives in the ZPOOL
As of 01JAN2025, my Proxmox is using a ZPOOL for LXC storage. Probably not the best set up, but here is what I currently have: root:~# zpool status pool: ZFS1 state: ONLINE scan: scrub repaired 0B in 00:28:18 with 0 errors on Sun Mar 23 17:04:26 2025 ...
Install Directus
1. LXC Specs Debian 12 2048GB RAM 128GB Storage 2 Cores Static IP 2. Update the LXC and Install Packages apt update && apt upgrade -y apt install -y curl gnupg build-essential git 3. Install Node.js (v18 LTS ideal for Directurs 10) curl -...