Explore >> Select a destination


You are here

tcode2k16.github.io
| | nathanchance.dev
5.2 parsecs away

Travel
| | Recently, I built a computer for school that I installed Windows 10 Pro on (link to the current specs if you are curious). I was a little bummed about leaving Chrome OS because I was going to lose my local Linux development environment; however, Windows Subsystem for Linux is a thing and it has gotten even better with WSL 2, as it is actually running a Linux kernel so there is full Linux compatibility going forward.
| | opensourcewin.wordpress.com
5.9 parsecs away

Travel
| | Minix is an open source OS, which is very reliable and secure. Minix Linux comes with only 10,000 lines of codes and it is very lightweight microkernal that runs in kernal mode. Moreover Minix Linux is free open source operating system and is released with BSD license. If you want to read more about history...
| | www.lieberbiber.de
5.2 parsecs away

Travel
| | Das Linux Professional Institute hat die empfohlenen Preise für Prüfungen auf 150$ erhöht.
| | dustymabe.com
38.7 parsecs away

Travel
| Last time I walked through creating a sparse disk image using dd and cp --sparse=always. OK, we have a disk image. Now what? Normally it would suffice to just set up a loop device and then mount, but this disk image doesn't just contain a filesystem. It has 4 partitions each with their own filesystem. This means in order to mount one of the filesystems we have to take a few extra steps.