Download the iso from . Torrent works great too.nInsert USB SticknRun diskutil list. Locate stick name and mountpointnRun diskutil unmountDisk /dev/diskX where X is the disk numnRun dd if=/path/to/debian.iso of=/dev/rdiskX bs=1mnWhen done, ignore complaints from macos about the drive being unreadable. Eject disk.
Category: debian
Upgrade a Debian server from 9 to 10
Best if important stuff is backed up first and custom apt sources disabled.nnapt updatenapt upgradencp /etc/apt/sources.list /etc/apt/sources.list.orignsed -i ‘s/stretch/buster/g’ /etc/apt/sources.listndiff sources.list.orig sources.list to verify the changenTo kick off the upgrade, apt update && apt upgradenFinally, apt dist-upgradenrebootnafter reboot, verify with lsb_release -a
How to quickly log into a Debian Docker container
Debian can be hard to install for a beginner.nDocker is greatĀ for experimenting with it without having to install and boot into it. Here is how: