Lately, I've been moving around a bit more and working with more computers. As it happens, the manufacturer announced that it was discontinuing support for Windows 10, and the next release seems like a bad joke from a privacy perspective. That's why I decided to abandon Windows 10 in favor of the Linux operating system on my desktop machines. I thought it would be a cool topic to show that it can be done and to sell a few solutions to the problems I encountered. Enjoy the material!
Why Linux? And here there are many answers:
– Interoperability (it is compatible with many other systems and allows for good cooperation).
– Security (many Linux systems have very long support, special mechanisms for protecting the system and its sensitive files, built-in firewall-type network protection solutions, built-in solutions for protecting our data, such as backup tools or file system-level snapshots).
– Linux is free software (free from the demons of human greed), as are many of the programs created for it.
– Endless configuration options (here, most things can be done in many different ways to suit different needs; there is no one right way).
– A multitude of software (in addition to applications typically written for Linux, you can run many programs or games written for Windows using the appropriate tools).
– A wealth of helpful information on the web, including excellent manuals available for literally every command.
– It is also important to me that I have been using Linux on servers for decades, which should make things much easier for me (I am not afraid to look for solutions, and I do not give up easily if they are not obvious).
What exactly is Linux?
In fact, the word Linux refers to the so-called operating system kernel – the main program responsible for basic operations such as communication between software and hardware, and the logical framework in which the software operates.
The complete operating system (i.e., the kernel + programs that allow you to use its functions) should be called GNU/Linux – GNU from the set of basic programs, and Linux as the kernel that enables them to run.
For my own convenience, when I write Linux, I will mean the complete operating system, because from a practical point of view, no one uses the kernel alone, and it is generally accepted to refer to the entire system as Linux.
What are Linux distributions?
There is no single Linux system. Various companies, foundations, and hobbyist groups create their own complete operating systems containing the Linux kernel and various software packages, configured and selected to best suit their needs for different tasks. These are Linux distributions. Some of the more popular ones are:
Debian, RedHat Enterprise Linux (RHEL), Linux Mint, Ubuntu Linux, Arch Linux, Fedora, Zorin, and NixOS.
Why is Linux said to be open source?
Linux, or rather its kernel and basic programs, are created differently than most applications. Their source code is licensed in a way that allows both viewing and modification. The same license also states that any modified version (e.g., improved by programmers from a company) must also be published and made available to everyone. This means that when large companies improve the performance of Linux, everyone benefits (including those who have downloaded it and use it for free).
