When was the last time you installed a new OS? Or let me ask it differently: when was the last time you refreshed your work environment?

Ten years ago? Has it been five years since you last touched it? Or maybe just last year? If you're someone like me who enjoys trying out new things, this period...

Initialization

Download iso file and burn it to usb:

Operating system images

You don't need a display!

network - wifi

Create /etc/network/interfaces.d/wlan0 file with:

auto wlan0
iface wlan0 inet static
#iface wlan0 inet6 dhcp
    address 192.168.1.200
    netmask 255.255.255.0
    gat...

If you encounter a black screen during boot after 2 hours of code compilation like me, do not panic!

You probably have a problem with driver for graphics card. Please check "The screen goes blank during the boot process" section from Troubleshooting guide