SST Lab Dokuwiki Header header picture

ユーザ用ツール

サイト用ツール


linux:webserver

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
linux:webserver [2021/02/26 09:37] – [Ubuntu ServerによるWeb Serverの構築] kimilinux:webserver [2022/08/23 13:34] (現在) – 外部編集 127.0.0.1
行 1: 行 1:
-====== Linux環境構築(サーバ編) ====== +====== Linux環境構築(Webサーバ編) ======
-===== Ubuntuによるデスクトップ環境構築 ===== +
-  - [[linux:Ubuntu日本語RMIXのインストール]] +
- +
- +
- +
-===== Ubuntu Serverをインストール ===== +
- +
-===== Ubuntuのアップデート/アップグレード ===== +
- +
-===== Ubuntu Serverによる各種Serverの構築 ===== +
- +
-  - [[linux:server_install|Ubuntu Serverをインストール] +
-  - 適当な機器に[[linux:server_install|Ubuntu Serverをインストール]]してLAMPサーバとしてセットアップしておく +
-  - [[linux:kvm_install|KVMのインストール]] +
-  - [[linux:dokuwiki_install|Dokuwikiのインストール]] +
-  - [[linux:mathtex_install|MathTeXのインストール]] +
-  - [[linux:wordpress_install|WordPressのインストール]] +
- +
-===== Ubuntu ServerによるMail Serverの構築 ===== +
- +
-  - 適当な機器に[[linux:server_install|Ubuntu Serverをインストール]]してLAMPサーバとしてセットアップしておく +
-  - [[linux:Spam_Assassin|Spam Assassinのインストール]] +
- +
- +
-===== 最新のノートPCをUPS付きサーバに ===== +
-  * BIOS Boot USB Hard Disk +
- +
-===== 蓋をしてもスリープしない ===== +
- +
- +
-<code sh> $ sudo vi /etc/systemd/logind.conf </code> +
- +
-<file txt> +
-#HandleLidSwitch= suspend +
-#HandleLidSwitchExternalPower= suspend +
-#HandleLidSwitchDocked= suspend +
-</file> +
-を +
-<file txt> +
-HandleLidSwitch=ignore +
-HandleLidSwitchExternalPower=ignore +
-HandleLidSwitchDocked=ignore +
-</file> +
-に変更。 +
- +
- +
-sshで +
-  WARNING: POSSIBLE DNS SPOOFING DETECTED! +
-とか +
-  WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! +
-とかいうときは +
-  $HOME/.ssh/known_hosts +
-を編集するか +
-  ssh-keygen -R HOST名 +
-でエントリーを削除する。 +
- +
-===== 固定IPv4アドレスに ===== +
-サーバの運用は固定IPアドレスで行うのが普通。そこで固定IPアドレスを設定する。 +
-ubuntu-20.04.2の場合は +
-<code sh> +
-$ cat /etc/netplan/00-installer-config.yaml  +
-# This is the network config written by 'subiquity' +
-network: +
-  ethernets: +
-    enp3s0: +
-      addresses: +
-      - 192.168.10.4/24 +
-      gateway4: 192.168.10.254 +
-      nameservers: +
-        addresses: +
-        - 192.168.10.1 +
-        search: +
-        - ee.ous.ac.jp +
-  version: 2 +
-$  +
- +
-</code> +
-で確認できる。 +
  
linux/webserver.1614299830.txt.gz · 最終更新: 2022/08/23 13:34 (外部編集)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki