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

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

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
Tech

Wiping (0ing) a HDD with shred

Do not use on SSDs! shred -vzn 4 devicename

Categories
Tech

Mounting a Synology NAS Share in Ubuntu 18.04.4 LTS using NFS

This post was made on 03/16/2020 with Synology DSM version 6.2.2-24922 Update 4 and Ubuntu 18.04.4 LTS. This will also work for ESXi and vcenter NAS datastores. Parts of the UI and commands may have changed. Leave a comment below if you notice any changes or issues. Synology share setup Log into the Synology DSM […]