Categories
Tech

Manually update ESXi (SSH / console)

Steps to patch an ESXi host manually without VUM

Categories
HAM

How to Update DMR Contact List on AnyTone AT-D878UVII Plus

How to download and import DMR contact lists on an AnyTone AT-D878UVII Plus

Categories
Tech

Nginx SSL Reverse Proxy

Short version sudo apt install nginx -y Create a .conf file in /etc/nginx/conf.d/ See full config section for template sudo nginx -t sudo systemctl reload nginx The example in this post uses test.acceptdefaults.com running nginx 1.18.0 on Ubuntu 22.04. You may need to change commands/paths based on your distro. Install Update system sudo apt update […]

Categories
Tech

How to use SSH keys

How to create, store and connect with SSH keys.

Categories
Tech

Secure erase an SSD

This post covers secure erasing a drive with hdparm.

Categories
Tech

System is deadlocked on memory after Ubuntu 22.04 upgrade

Increase memory to 1GB or higher

Categories
Games

Death Stranding Director’s Cut (PC) Homo Faber Achievement List

Keep on keeping on 👍

Categories
Tech

Install UniFi Controller on Ubuntu 20.04

This post covers adding UniFi controller software to apt

Categories
Tech

Changing DHCP to a Static IP in Ubuntu 22.04 (netplan)

This post explains changing a netplan config from DHCP to static. You can reverse the steps to change it to DHCP.

Categories
Tech

Permissions in Linux

More than you probably want to know about chmod.