From Windows to Mac to Linux: My Journey and Thoughts on Permissions

I started as a Windows user but was forced to switch to Mac and fell in love with it. Mac introduced me to dual-booting and virtual machines—things I never quite figured out on Windows. I dual-booted Windows XP and Mac, then discovered Linux through free virtualization software. The choices seemed endless, so I went with the most popular beginner-friendly distro at the time: Ubuntu. I burned Ubuntu 10.04 onto a CD and installed it. Wow—it was fast, simple, and there were tons of utilities to add. I’m probably a Mac user for life, but I’d definitely grab a cheap netbook and run Linux on it. Linux is not far from my mind. It feels like joining a cool crowd that’s moved beyond Windows to something far more interesting. Fast, virus-free (spyware doesn’t even know how to run on it), and works brilliantly with virtual machines. You can test out many distros that way. I’m glad I gave Linux a chance.

Modern Take

Today, things are even smoother. You can use a tool like Rufus or dd to create a bootable USB stick with Ubuntu 24.04 LTS, which runs beautifully on most hardware. VirtualBox or KVM/QEMU let you spin up multiple distros in seconds. The Linux ecosystem has matured—drivers are better, and Snap/Flatpak make software installation a breeze.

:open_book: Topic Overview (Wikipedia):

Linux is a family of free and open-source software Unix-like operating systems based on the Linux kernel, which was first released on 17 September 1991 by Linus Torvalds. Some members of the family are typically packaged as a distribution, which includes the kernel alongside supporting system software and libraries developed by third parties—such as GNU, Red Hat, and X.Org—to create a complete operating system; however, not all Linux-based operating systems are considered distros, with Android being an example. Linux was originally designed as a clone of Unix and is distributed under the copyleft GPL license. — Read more on Wikipedia

:movie_camera: Video Tutorial:

:books: Official Documentation & Reference Links:

I still use Windows for gaming, but I switched to Linux because everyone I know uses Windows or Mac. I want to learn Linux and hopefully become a Linux guru someday! I also love the open source philosophy behind most Linux software. Another bonus: with Linux on my machine, my little nephews and nieces can’t mess up my system as easily as they did with Windows. They’d just click and install anything on Windows, but on Linux they’d need my password for most changes. It’s a great way to keep a clean system while I learn. Plus, the community is super supportive. I’m running Ubuntu too, and it’s been a solid base for exploring other distros in VMs.

I don’t see why people think Linux is inherently safer from user mistakes. With a GNOME desktop, a standard user can still browse the filesystem and delete, copy, or move files. If you give a non-root user access, they can mess things up just like a non-admin Windows user. The difference is cultural: Windows users expect to be admin on their own PC, so they run everything with elevated privileges and behave dangerously. On my Unix machines, I want root access too—but I’m aware of the risks. I take responsibility for my actions. It’s not Microsoft’s fault if I do something stupid. That said, Linux’s permission model is more transparent and consistent. Using sudo for privileged tasks forces you to think before acting. For a determined kid, of course, locking down the system requires proper configuration—but it’s certainly harder to accidentally bork a Linux install compared to Windows where many actions don’t even prompt for elevation.