Skip to content

PRO TIP Block youtube.com at the DNS level — Pi-hole, NextDNS or your hosts file — but allow youtube-nocookie.com and i.ytimg.com. These tutorials keep playing; the rabbit hole does not.

Learning without distractions

Convert decimal to octal EASY!

14.4K views on YouTube

#coding #programming #computerscience

An easy way to convert decimal to octal is by repeatedly dividing the original number by 8 and keeping track of the remainders.

Octal is used for file permissions in Unix/Linux and older computer architectures.