Archive for October, 2024
Wednesday, October 16th, 2024
数年前から、楽天グループ株300株を取得していた。赤字続きの楽天グループ、今年は「配当落ち」となってがっかりしていた。
ところが、だ。 2023年12月の株主に対して、特別優待サービスで30GB/月の「楽天モバイル」e-simデータを1年間提供するということを知った。このデータプラン、楽天の料金プランでは、税込み2,618円に相当する。1年間で、実に、31,400円の「現物支給」の株主配当を頂けるというものだ。
早速、この特別優待サービスを申し込み、一定の手続きを終了。昨日、「利用開始基準日」になったので、QRコードで提供されていたe-simをiPhone上に組み込んだ。
e-simの組み込みは、iPhone上の [設定」-[モバイル通信]上の「eSIMを追加」をタップすると「モバイル通信を設定」画面がでるので、ここで「QRコードを使用」をタップし、楽天から提供されたQRコードを読み込むと設定作業(アクティベート)が開始される。
多少、すったもんだしたが、最終的には楽天モバイルの回線が使用可能になった。
(続きを読む)
Posted in IT(情報処理), 身の回り・時事・雑感他 | No Comments »
Monday, October 14th, 2024
数日前、宇都宮で開かれた森山良子のコンサートにいってきた。
コンサートのチケットが以下:
いい歳をして、コンサート・ライブに出かけるなんてのはと思ったのだが、同年代の観客で2,000席全てが埋まるのを見て安心。
森山良子は、私と同じ1948年生まれ。エネルギッシュに2時間半もの公演をこなすのを見て、感激した。
最初に森山良子を見たのは、ほぼ60年前1967年の大学の学園祭。デビューしたばかりの頃。今回、コンサートにでかけたのも、60年経ってどんな感じになっているのか「怖いもの」見たさもひとつの動機だ。
昔と変わらない、透き通るような歌声で、予想を超えるすばらしいコンサートだった。
なかでも、息子の森山直太朗作詞の「今」は、とてもよかった。
Posted in 身の回り・時事・雑感他 | No Comments »
Wednesday, October 9th, 2024
76歳の誕生日を迎えることができた。
数え年で数えると今年は77歳で「喜寿」ということになるらしい。特には、お祝いをする気はないが、それなりに長寿の域にいたったというのは慶賀の至りである。
フランスの知人から誕生日おめでとうのメッセージをWhatsAppで受け取ったので、返信しておいた。
(続きを読む)
Posted in 身の回り・時事・雑感他 | No Comments »
Monday, October 7th, 2024
我が家では、ドコモ光 1ギガを契約している。11月1日からは、これに代え、10ギガの回線が利用できるようになるという。我が家も適用エリアに含まれる。
10ギガ回線を契約することの是非は、いろいろあるだろうが、まず費用について検討してみた。
ドコモ光を現在の1Gのプランから10Gのプランに変更するのに必要な工事費は無料で行えるようだ。
次に、月ごとの利用料金だが、我が家の契約している戸建・タイプBの基本料金(光電話別)が、消費税込みで5,940円のところ、これを10Gに変更すると6,600円になるという。660円の増。 (続きを読む)
Posted in Serverの構築と運用覚書き | No Comments »
Wednesday, October 2nd, 2024
LetsEncrypt SSLの有効期限が近付いたので更新した。
以下、更新時のLogを掲載:
[root@Server02 ~]# certbot certonly --manual
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Please enter the domain name(s) you would like on your certificate (comma and/or
space separated) (Enter 'c' to cancel): *.yamasnet.com
Renewing an existing certificate for *.yamasnet.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Please deploy a DNS TXT record under the name:
_acme-challenge.yamasnet.com.
with the following value:
C5HE_NKNHKVXEON-VA2f9mDGzeLlQJNWRLYXivU-fek (<- 例示)
Before continuing, verify the TXT record has been deployed. Depending on the DNS
provider, this may take some time, from a few seconds to multiple minutes. You can
check if it has finished deploying with aid of online tools, such as the Google
Admin Toolbox: https://toolbox.googleapps.com/apps/dig/#TXT/_acme-challenge.yamasnet.com.
Look for one or more bolded line(s) below the line ';ANSWER'. It should show the
value(s) you've just added.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Press Enter to Continue
Successfully received certificate.
Certificate is saved at: /etc/letsencrypt/live/yamasnet.com/fullchain.pem
Key is saved at: /etc/letsencrypt/live/yamasnet.com/privkey.pem
This certificate expires on 2024-12-31.
These files will be updated when the certificate renews.
NEXT STEPS:
- This certificate will not be renewed automatically. Autorenewal of --manual certificates requires the use of an authentication hook script (--manual-auth-hook) but one was not provided. To renew this certificate, repeat this same certbot command before the certificate's expiry date.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
If you like Certbot, please consider supporting our work by:
* Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate
* Donating to EFF: https://eff.org/donate-le
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
httpdを更新し、証明書を反映:
[root@Server02 ~]# systemctl restart httpd
証明書の確認:
[root@Server02 ~]# certbot certificates
Saving debug log to /var/log/letsencrypt/letsencrypt.log
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Found the following certs:
Certificate Name: yamasnet.com
Serial Number: 3d5deaa20d4a33200a3cf661d49915b71e7
Key Type: ECDSA
Domains: *.yamasnet.com
Expiry Date: 2024-12-31 07:20:35+00:00 (VALID: 89 days)
Certificate Path: /etc/letsencrypt/live/yamasnet.com/fullchain.pem
Private Key Path: /etc/letsencrypt/live/yamasnet.com/privkey.pem
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Posted in Serverの構築と運用覚書き | No Comments »