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.

Categories
Tech

Change network adapter config in Ubuntu and Debian after hardware changes

This post explains updating netplan and /etc/network/interfaces configs

Categories
Tech

Disable Google Chrome Windows Notifications in Registry

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\Settings\Chrome
Create or change “Enabled” (dword) to 0

Categories
Tech

Delete Windows Update Cache

Stop wuauserv then delete or rename C:\Windows\SoftwareDistribution

Categories
Tech

Remove WSUS settings in registry

Delete HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate

Categories
Tech

Remove “Move to OneDrive” in Context Menus

Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked
{CB3D0F55-BC2C-4C1A-85ED-23ED75B5106B} (REG_SZ) Leave value blank

Categories
Tech

Formatting and Adding a Drive in Ubuntu Linux

lsblk to find device | fdisk to create partition | mke2fs device to create filesystem | mount -av to mount without reboot

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