What is Linux for?

What is Linux?

From the conclusion, ** a kind of OS **. The OS (Operating System) is familiar to us. Below, a specific example ・ When you hit the keyboard, characters appear. ・ Can be operated with a touch panel or mouse ・ When you put on the earphones, you can hear the sound from the earphones. Please be aware that it provides this natural function.

Features of Linux

① Anyone can use it freely and it is free (2) High quality, so high reliability from the world (3) There is a mechanism for automating operations, which makes server operation easier. Of course there are disadvantages, but I think the advantages are greater. The disadvantage is that it doesn't support Japanese very much. Not so much. Here is a summary of distributions and package managers. ** Knowledge that is absolutely necessary **.

What is a distribution?

Linux is made up of the core "kernel" of the OS and other software.

Package manager

The bottom line is that it ** keeps track of what software is installed on your computer, making it easy to update and remove **.

#Install the package
% yum install [file name]

#Update the packages installed on your system
% yum update

#Uninstall the package
% yum remove [file name]

#List packages on the server
% yum lis

Recommended Posts

What is Linux for?
What is Linux
What is Linux?
What is Linux
What is Linux
What is UNIT-V Linux?
What is Linux? [Command list]
What is the Linux kernel?
What is the interface for ...
What is Python? What is it used for?
What is scraping? [Summary for beginners]
What is the python underscore (_) for?
What is xg boost (1) (for beginners)
What is namespace
What is copy.copy ()
What is Django? .. ..
What is dotenv?
What is POSIX?
What is klass?
What is SALOME?
pyenv for linux
What is python
What is hyperopt?
There is Linux.
What is pyvenv
What is __call__
What is Python
Windows Subsystem for Linux is not displayed
[Statistics for programmers] What is an event?
What is a distribution?
What is Piotroski's F-Score?
What is Raspberry Pi?
[Python] What is Pipeline ...
What is a terminal?
[For memo] Linux Part 2
[PyTorch Tutorial ①] What is PyTorch?
What is hyperparameter tuning?
What is JSON? .. [Note]
What is a pointer?
Linux command for self-collection
What is ensemble learning?
What is TCP / IP?
It's a Mac. What is the Linux command Linux?
(Linux beginner) What is the magic word aux?
What is Python's __init__.py?
What is an iterator?
[Python] What is virtualenv
What is the difference between Unix and Linux?
What is machine learning?
I thought "What is Linux?", So I looked it up.
[Part 1] What is optimization? --Study materials for learning mathematical optimization
What is Logistic Regression Analysis?
What is the activation function?
What are environment variables? (Linux)
Linux distribution recommended for beginners
Flutter platform channels for Linux
What is an instance variable?
What is a decision tree?
What is a Context Switch?
What is Google Cloud Dataflow?
[DL] What is weight decay?