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?

[初心者]LinuxでHTTPサーバーを作ったときに覚えたこと備忘録

Posted at

CLI

コマンドラインインターフェイスの略
Linuxとかによくあるコマンドを打って目的の操作をする画面
反対はGUI

sudo

今ログインしてるユーザーと違う権限でコマンドを実行するコマンド

apt update

今回Apacheですがインターネット経由で必要なソフトをダウンロードするために目次(レストランとかのメニューみたいなもの)を新しいものにして売り切れとか新作とかを見つけられるようにする

apt install xxx

目次から指定したソフトをダウンロード&インストールする

cd

今いるフォルダーを移動する(GUIで言うとフォルダーをたどって目的のフォルダーへたどること)

touch

空のファイルを新しく作る

Apachの特徴

/var/www/html というフォルダーにファイルを配置するとブラウザー経由で見ることができる

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?