自宅サーバー、自宅ファイルサーバー、Linuxサーバー構築の初心者におすすめ!コピペでできるUbuntu自宅サーバーの構築方法 Twitter Facebook はてブ Pocket LINE コピー 例:DHCPのIPアドレス/マスク長:192.168.1.1/24 例:WebサーバのIPアドレス:192.168.1.3 初心者におすすめ!コピペ(コピー&ペースト)でできる自宅サーバーUbuntu(Linux)の作り方。初心者の方でもコピー、貼付けでLinux自宅サーバーを簡単に作れるように説明しています。Webサーバー、メールサーバー、VPNサーバー、WordPressなどを設定します。 目次 Ubuntu22Ubuntu21Ubuntu20Ubuntu18Ubuntu16 Ubuntu22 Ubuntu21 Ubuntu20 Ubuntu18 Ubuntu16
Ubuntu22 Ubuntu22:ブログサイト(Word Press)設定 s50 Webサーバー、PHP設定。 Webサーバー、PHPの設定をします。 Webサーバー、PHPの設定 s51 データベース設定。 データベースの設定をします。 データベースの設定 s52 ブログ用データー... 2022.07.19 Ubuntu22
Ubuntu22 Ubuntu22:アップグレード s50 アップグレード クライアントPC(Windows)でTera Termを起動します。 Tera Termの使い方 s51アップデートを実行します。 root@www:~~# 51_1apt -y update ... 2022.07.18 Ubuntu22
Ubuntu22 Ubuntu22:パーティション操作 s50 Gpartedをインストール Gpartedをインストールします。 root@www:~~# 50_1apt -y install gparted s51リモートデスクトップ接続で「ディスクトップ」→「アクティビティ」を... 2022.07.18 Ubuntu22
Ubuntu22 Ubuntu22:Usermin設定 s50 Userminインストール。 必要な モジュールをインストールします。 root@www:~# 50_1apt -y install python3 apt-show-versions libapt-pkg-perl li... 2022.07.17 Ubuntu22
Ubuntu22 Ubuntu22:Webmin設定 s50 Webminインストール。 必要なモジュールをインストールします。 root@www:~# 50_1apt -y install python3 apt-show-versions libapt-pkg-perl liba... 2022.07.16 Ubuntu22
Ubuntu22 Ubuntu22:システム監視設定 s50 Nagiosのインストール。 nagiosユーザーを作成します。 root@www:~# 50_1useradd -d /usr/local/nagios/ -M nagios s51Nagiosをダウンロードします。 ... 2022.07.15 Ubuntu22
Ubuntu22 Ubuntu22:ログ解析設定 s50 Webアクセスログ解析(AWStats)のインストール AWStatsをインストールします。 root@www:~# 50_1apt -y install awstats s51ファイルを設定します。 root@www... 2022.07.15 Ubuntu22
Ubuntu22 Ubuntu22:MAILサーバー設定 s50 Postfixの設定。 外部からWebアクセスできるようにします。 root@www:~# 50_1vi /etc/apache2/sites-available/virtualhost-00-ubuntuserver.j... 2022.07.14 Ubuntu22
Ubuntu22 Ubuntu22:FTPサーバー設定 s50 Vsftpd のインストール。 Vsftpd のインストールします。 root@www:~# 50_1apt -y install vsftpd --fix-missing s51Vsftpd を設定します。 root... 2022.07.14 Ubuntu22
Ubuntu22 Ubuntu22:データベース設定 s50 MariaDB の インストール MariaDB をインストールします。 root@www:~# 50_1apt -y install mariadb-server s51 初期設定します。 root@www:~# ... 2022.07.13 Ubuntu22