サーバー

サーバー

Docker

最低4GB RAM。GitLab CE利用は6GB RAM以上ないとつらいかも。 GUI VPS等でDockerを利用する時に、GUI管理をしたい場合は、Portainerを利用すると良さそう。 MacやWindowsでDockerを利用す...
サーバー

phpMyAdminで複数のMySQLサーバを使用する

phpMyAdminを使ってデータベースの管理をする際、ポートでMySQLのバージョンを分けている場合など、サーバーが複数に別れていたら、サーバーの数だけ用意するのはちょっと面倒である。 そのような場合、1つのphpMyAdminで複数のデ...
サーバー

Upgrade Ubuntu Server on Contabo from 22.04 LTS to 24.04 LTS

Check the package repository before the upgrade Check external package repositories before upgrade Check the files under...
サーバー

Upgrade Ubuntu Server on Time4VPS from 22.04 LTS to 24.04 LTS

Upgrade Next y ENTER y What to do with the configuration file sshd_config? Select keep the local version currently insta...
サーバー

Windowsサーバー2022のIISで手動でLet’s Encryptの取得・更新をする

win-acmeなどを利用すれば、Let's Encryptの取得と更新を自動化する事が出来るが、SSLなう(v2)などで手動で取得・更新をするメモ。 http-01でドメイン名の所有確認 http-01でドメイン名の所有確認する時に、その...
サーバー

Setting up a web server with AlmaLinux 9

Enable sudo for the specified user Method 1 Run the command visudo and open /etc/sudoers, If the following line is comme...
サーバー

Upgrade Rocky Linux 8 to 9

Run the following command: Confirm the update with y and Enter to confirm. Wait for the process to finish. The command u...
サーバー

Enabling IPv6 on Contabo VPS

Contabo supports IPv6, but disabled by default. Ubuntu Server 22.04 LTS Check IPv6 status Check that IPv6 is in a disabl...
サーバー

Using nginx on Ubuntu

Install nginx Install PHP If you are installing the standard version of Ubuntu (without additional PPAs), Additional PPA...
サーバー

Building an environment without XAMPP on Windows

I usually use the portable version of XAMPP on Windows. Previously, I used to install the portable version of XAMPP for ...