EU-Create

プログラミング系

Google Apps Scriptで占いをデータベース化

個人的(私的利用の範囲内で)に、めざましテレビの占いをLibreOfficeのCalcを使い、簡易的なデータベースとしてまとめ始めたが、月~土にめざましテレビの占いページを見て移していく作業は、若干面倒だったり、忘れてしまったりで、あまりよ...
サーバー

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

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

自宅サーバーをN100のミニPCにリプレイス&VPNサーバー

自宅サーバーをN100のミニPCにリプレイス自宅サーバーとして使用していたサーバーが古くなってきて、BIOSもUEFIではなくレガシーBIOSなので、Ubuntuの最新版がダイレクトにインストールできなくなってきた。以前の自宅サーバーのスペ...
プログラミング系

BaserCMS 5.0から5.1アップデート

5.0.19から5.0.20へのアップデート時VPS(Ubuntu)での更新時composer.jsonのになっていたのでに変更して更新。5.0.20から5.1.0へのアップデート時env()のエラーconfig/bootstrap.php...
サーバー

Setting up a web server with AlmaLinux 9

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

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 upd...
サーバー

Enabling IPv6 on Contabo VPS

Contabo supports IPv6, but disabled by default.Ubuntu Server 22.04 LTSCheck IPv6 statusCheck that IPv6 is in a disabled ...
サーバー

Using nginx on Ubuntu

Install nginxInstall PHPIf you are installing the standard version of Ubuntu (without additional PPAs),Additional PPAEdi...
プレスリリース

Google Play版ウェブ計算ツール終了について

Google Playに登録されていたウェブ計算ツールは、残念ながらGoogleによってアカウントが閉鎖され、配布が終了しました。先日、Google Play Supportから以下のメールが届きました:Google Play Consol...
サーバー

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 ...