Categories
Tech

Reset Advanced IP Scanner window position

Delete Rect at Computer\HKEY_CURRENT_USER\SOFTWARE\famatech\advanced_ip_scanner\State\MainWnd

Categories
Tech

Secure erase an NVMe drive

sudo apt install nvme-cli
sudo nvme format /dev/device -s 1

Categories
Tech

SSH Tunnels with PuTTY

Source port is the local port you connect to.
Destination is relative to the system you’re SSHing to.

Categories
HAM

SMSC on BrandMeister DMR

This post contains Amazon affiliate links. Setup Most information was from this page on BrandMeister’s wiki translated with Google Translate. BrandMeister Brand Setting You’ll need to change your brand in your BrandMeister self-care settings. This is set to ETSI by default. In most cases you will want to use Chinese Radio. I’ve also read that […]

Categories
Tech

Reset Windows 10 desktop icon spacing

Computer\HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics IconSpacing and IconVerticalSpacing
Default value: -1125

Categories
HAM

Setting up DMR on Radioddity DB25-D

Add talkgroup to Contact list and RX Group. Add channel to zone then set contact and RX group for channel.

Categories
HAM

Setting up an MMDVM hotspot (DMR) with Pi-Star on a Raspberry Pi

Setting up a Rapsberry Pi with and MMDVM board for DMR.

Categories
Tech

Disable “Coming Soon” in Office

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\General\”DisableComingSoon”=dword:00000001

Categories
Tech

Checking a File Hash on Windows

Get-FileHash filename for SHA256

Categories
Tech

Creating a local SQL admin user when you’re locked out

Please only use this for good. Restart SQL in single-user mode then check the commands section for commands.