Hi, this is isso0424. This article is a metamorphosis article that wants to promote Linux missions. please come if you have interest.
First of all, some people may say "I don't know if you say Linux !!!", so I will briefly introduce it. Linux is one of the *** OS *** of computers. If you don't know the OS, think of it as Windows or MacOS. And Linux is basically classified as the same UNIX-like OS as MacOS.
This is the end of Noh writing. We will introduce ** advantages of Linux **.
Yes, as the headline says. If you are using a low-spec PC with Windows, the operation will be quite heavy. (I was in this environment until two years ago) This is due to a large number of extra processes running in the background. *** Let's take a look at Linux here *** Linux is basically light because it runs with a minimum of processes. ** Even Gnome, which is said to be heavy, is lighter than Windows. ** **
Here is an example of Archlinux. If you install Git on Windows
―― 1. Go to the page to download ―― 2. Download the installer ―― 3. Install using the downloaded installer
At least 3 steps are required. But with Arch Linux
$ sudo pacman -S git
This completes the installation. As you can see, you can complete the software installation in ** 1 line.
In windows, you can't live without GUI. However, with linux you can live on the console without a GUI. Build, edit files on the console, What makes me happy is that I can work on the virtual console when I'm worried about charging, or I can remotely log in with ssh and work on the PC console.
--There are various distributions --Easy to study when operating the server --You can use your favorite desktop environment --All can be customized
There are many merits such as.
You can use a VM, so please try using Linux once !!! Maybe your PC life will change !!!!
It's not the essence of this article, but I'll post an article about running Ubuntu on a VM. Build a virtual Ubuntu environment on Windows 10 (VMware Workstation Player) Install VirtualBox and Ubuntu on Windows 10
Recommended Posts