0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

新しいLinuxの教科書C1

Last updated at Posted at 2021-06-23

Linuxとは

Linuxとは厳密には「Linuxカーネル」のみを指す。
ここに加え、コマンドやアプリケーションを含めてパッケージングしたものが**「Linuxディストリビューション」**であり、複数提供されている。

仮想化ソフトウェア

環境を整える際に、既存の環境を壊す危険があるため仮想的なコンピュータを構築する。

・VirtualBox
仮想化ソフトウェアを動作させているOS(ホストOS)。
ここに実装するのに新たに仮想的なOS(ゲストOS)を作成する。

(補足)
・Docker
ホストOS内でコンテナという仮想環境を作成する。
ゲストOSを必要としないため、速度が速い。

GUIとCLI

・GUI
グラフィカルユーザーインターフェイス。
画面上のメニューやアイコンをクリックして操作を行う。

・CLI
コマンドラインインターフェイス。
キーボードからコマンドを入力し、文字列として結果を出力する。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?