{"id":60,"date":"2026-01-27T22:13:45","date_gmt":"2026-01-27T22:13:45","guid":{"rendered":"https:\/\/testwp.contenttrace.app\/?p=60"},"modified":"2026-02-15T13:34:48","modified_gmt":"2026-02-15T13:34:48","slug":"linux-the-real-operating-system","status":"publish","type":"post","link":"https:\/\/testwp.contenttrace.app\/index.php\/2026\/01\/27\/linux-the-real-operating-system\/","title":{"rendered":"Linux: The Real Operating System"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">By now, I\u2019ve had years of experience on different operating systems. It\u2019s quite common for me to use multiple operating systems in one day. Of all of them, though, there\u2019s only one that doesn\u2019t feel like it\u2019s holding my hand or keeping parts of the system locked behind the counter. That\u2019s a deliberate design choice that addresses certain use cases, which may feel reassuring to some. But that\u2019s not my style.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Linux (come on, you knew it\u2019d be Linux) takes a different approach: no locks, no guardrails, no limits. That\u2019s what makes Linux a&nbsp;<em>real<\/em>&nbsp;operating system, something its competitors, dwarfing it in desktop user share, will never be. Bold words, to be sure, but I have the receipts to back it up.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Not One Kernel of Truth\u2026But Multiple<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Of the major desktop OSes, Linux is the only one that lets you completely switch kernels. The kernel is the essential software that ships with every operating system and mediates between the OS and the device hardware. Because of its prime placement, the kernel also enforces the most fundamental security controls in any system.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Of course, because kernel support is required to use hardware, and no OS developer can support every peripheral, desktop systems cannot be completely inflexible with their kernels. Windows permits users to manage driver installation. As is typical for Apple, macOS is less permissive, especially as Apple is now&nbsp;<a href=\"https:\/\/support.apple.com\/guide\/deployment\/system-extensions-in-macos-depa5fb8376f\/web\" target=\"_blank\" rel=\"noreferrer noopener\">discouraging the use of kernel extensions<\/a>&nbsp;in favor of \u201csystem extensions,\u201d which run outside the kernel. Linux systems allow you to install any kernel you want, making Linux the most adaptable of the three desktops.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You might think that, given how integral kernels are to an operating system, it would be challenging to reconfigure them. While you should certainly be careful, it\u2019s not difficult. Many desktop Linux distributions give you a graphical tool for browsing, installing, and switching kernels. Just select what you want, reboot your computer, and you\u2019re on your way.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So why would you even want to do this?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Different kernels prioritize different attributes. Some kernels support specialized hardware. Others simply aim to save space by omitting many default modules that most users don\u2019t need \u2014 and still others add hardened security controls, such as SELinux-enabled configurations, to make system manipulation more difficult for attackers. Why wouldn\u2019t this be the case? Personal desktop users, software developers, and information security professionals all have different needs, so why would they all use the same kernel?<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Ditch the Uniform, Show Off Your Style<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Have you ever noticed how most macOS desktops have only modest differences? With possibly the exception of gamers, one might observe this among Windows users, too. When it comes to icon style, status bar placement, and even wallpaper, there just isn\u2019t much variation within macOS and Windows user populations, respectively. This is partly by choice, partly by OS constraints.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">By contrast, with distros being legion, each embracing its own desktop environment with its own visual tweaks, conformity isn\u2019t even possible for Linux users.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a class=\"not-pretty\" href=\"https:\/\/www.technewsworld.com\/story\/linux-the-real-operating-system-177640.html\"><img decoding=\"async\" src=\"https:\/\/www.ectnews.com\/wp-content\/uploads\/sites\/6\/2025\/12\/BDO-Pulse-Industry-970x250-1.jpg\" alt=\"The future of retail is here. Are you ready?\"\/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Just considering any single distribution, because it\u2019s Linux, you\u2019re free to change literally anything about its form and function. It\u2019s not called \u201cfree\u201d software just for its price tag. The icons, cursor, status bar, tray widgets, and app launchers are all a breeze to swap out.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As just one example, I wrote a custom script that sends a notification every 20 minutes to take a break from the screen. You can go really deep and pick the exact graphical libraries to use, or redefine how windows are drawn on the screen by replacing your compositor. To me, the Linux desktop is the perfect canvas for expressing my unique computing style, and I love that.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Hardware With a Soft Touch<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">In Linux,&nbsp;<code>sudo<\/code>&nbsp;is the only thing stopping you from accessing every hardware component directly from the command line. Everything is a file for truly Unix-like systems. Thus, Linux represents hardware \u2014 and the data going to and from it \u2014 as files. Anything that can operate on regular files can operate on hardware \u201cfiles.\u201d<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That\u2019s very abstract, so here are some examples of what that entails:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Want to write a program that changes your screen brightness? Just change a number in a file.<\/li>\n\n\n\n<li>Want to capture raw keyboard entry? Simply read its character device file.<\/li>\n\n\n\n<li>Need random numbers from system entropy? Tap right into the unlimited supply in\u00a0<code>\/dev\/urandom<\/code>.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The trick is knowing where these files are and how to handle them. But your system has plenty of tools for any case you\u2019ll find yourself in.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Desktop or Server? Why Be Forced to Choose?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">I would argue that no other OS works equally well as a desktop and as a server. There might not be many cases where you\u2019d want to do that, but the advantage is that you don\u2019t have to learn a whole new operating system to go between the two. Think about how convenient it is to take all of your system diagnostic skills from your desktop and apply them on your server, or vice versa.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It also goes to show that Linux truly delivers on the concept of a general-purpose computer. Windows and macOS are classified as such, too, but how easy is it to turn them into web servers, file servers, VPN endpoints, or DNS servers? Not very. Meanwhile, you could probably get an AI to spit out a script to set up a web server on your Linux box in the time it takes to finish reading this article.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Nothing to Hide<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">While not as exciting as the aforementioned attributes, this one is the most practical: everything in a Linux system is fully documented. Of course, command-line utilities for all major desktops have \u201cman page\u201d-like help interfaces. But in Linux\u2019s case, so do low-level system processes like systemd, the all-in-one system initializer and background software manager, constituting the beating heart of the most common Linux distros.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Linux\u2019s thorough documentation is really in service of its customizability, which, I would contend, is merely a manifestation of its explicit \u201cportability\u201d objective, which one can interpret as \u201cversatility.\u201d It also partly owes to Linux being open source. If you\u2019re allowed to download, alter, and install the software however you want, it should provide basic guidance on how to do so.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a class=\"not-pretty\" href=\"https:\/\/www.technewsworld.com\/story\/linux-the-real-operating-system-177640.html\"><img decoding=\"async\" src=\"https:\/\/www.ectnews.com\/wp-content\/uploads\/sites\/6\/2026\/01\/nice-q126-970x250-cogvoc.jpg\" alt=\"AI-first CX that real customers trust\"\/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Even so, there\u2019s no reason Linux\u2019s proprietary competitors can\u2019t have just as much documentation. There is a way to write technical guidance on&nbsp;<em>what<\/em>&nbsp;software can do without disclosing&nbsp;<em>how<\/em>&nbsp;it does so.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So why don\u2019t proprietary OSes do this?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There are doubtless multiple reasons. To me, the most likely explanation is that, for some features, the concern is that divulging too much about what it does would reveal too much about how it works. Especially as Apple and Microsoft scramble to stuff AI into every product offering, they just might prefer to remind you about the constant data collection as little as possible.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>By now, I\u2019ve had years of experience on different operating systems. It\u2019s quite common for me to use multiple operating systems in one day. Of all of them, though, there\u2019s only one that doesn\u2019t feel like it\u2019s holding my hand or keeping parts of the system locked behind the counter. That\u2019s a deliberate design choice [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-60","post","type-post","status-publish","format-standard","hentry","category-tech"],"_links":{"self":[{"href":"https:\/\/testwp.contenttrace.app\/index.php\/wp-json\/wp\/v2\/posts\/60","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/testwp.contenttrace.app\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/testwp.contenttrace.app\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/testwp.contenttrace.app\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/testwp.contenttrace.app\/index.php\/wp-json\/wp\/v2\/comments?post=60"}],"version-history":[{"count":1,"href":"https:\/\/testwp.contenttrace.app\/index.php\/wp-json\/wp\/v2\/posts\/60\/revisions"}],"predecessor-version":[{"id":61,"href":"https:\/\/testwp.contenttrace.app\/index.php\/wp-json\/wp\/v2\/posts\/60\/revisions\/61"}],"wp:attachment":[{"href":"https:\/\/testwp.contenttrace.app\/index.php\/wp-json\/wp\/v2\/media?parent=60"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/testwp.contenttrace.app\/index.php\/wp-json\/wp\/v2\/categories?post=60"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/testwp.contenttrace.app\/index.php\/wp-json\/wp\/v2\/tags?post=60"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}