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

Key Generator

Keyloading

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

key generator
key generator
adp
adp
aes256
aes256
encryption
encryption

Great Value Pizza Rolls

Air Fryer Timers

Temp 380° If you are doing 2 racks, place both on bottom two rungs, swap the racks at 3.5 minutes Time 7 Minutes

pizza rolls
pizza rolls
air fryer
air fryer

OCC Commands

NextCloud

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

nextcloud
nextcloud
occ
occ

Linux Mail in Terminal

ProxMox Quick Commands

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

linux
linux
terminal
terminal
mail
mail

ZFS RAM Limits

ProxMox PVE

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

proxmox
proxmox
zfs
zfs
ram
ram

Allow Apple Media Format Previews

NextCloud

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

nextcloud
nextcloud
media
media
HEIC
HEIC

Installation Steps

DMR Server & MMDVM Things TrunkRecorder

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

trunkrecorder
trunkrecorder
installation
installation

Default Config

DMR Server & MMDVM Things TrunkRecorder

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

trunkrecorder
trunkrecorder
default config
default config
p25
p25

Capacity Plus Multisite Config

DMR Server & MMDVM Things TrunkRecorder

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

trunkrecorder
trunkrecorder
cap plus config
cap plus config

Talkgroups CSV

DMR Server & MMDVM Things TrunkRecorder

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

DMR Server & MMDVM Things TrunkRecorder

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

Air Fryer Timers

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

Lessons Learned

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

paypal
paypal

Installation

DMR Server & MMDVM Things DSDPlus Fast Lane

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

dsdplus
dsdplus
fastlane
fastlane
installation
installation

Configuration Files

DMR Server & MMDVM Things DSDPlus Fast Lane

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

dsdplus
dsdplus
config files
config files

Patrol Loadout

Gear Duty, Patrol

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

Air Fryer Timers

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

ProxMox Quick Commands

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

timezone
timezone
tz
tz

Replace Drives in the ZPOOL

ProxMox PVE

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

drive replacement
drive replacement
zpool
zpool

Install Directus

Directus Install Without Docker

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

install directus
install directus