Archive for December, 2024
Tuesday, December 31st, 2024
日経電子版(11/31 10:20配信) に「みずほ、ネットバンキングで障害発生 サイバー攻撃で」という記事がでている。
記事のリード文を以下に転載:
みずほ銀行は31日、インターネットバンキングなどにアクセスしづらくなる障害が発生していると明らかにした。同日午前7時ごろからスマートフォンやパソコンでの利用に支障が出ている。外部から大量のデータを送るサイバー攻撃が原因とみられる。31日午前10時過ぎに復旧したもようだ。
年末の忙しいときに、同種のサイバー攻撃が「多発」しているようだ。
日本航空、三菱UFJ、りそな銀行、そして今朝は、みずほ銀行と立て続けの被害だ。年末の忙しい時期に混乱を狙った卑劣な行為という以外にない。
いずれも、DDoS攻撃が原因という。私の理解では、この種の攻撃は防ぎようがないような気がする。一時的にネットを遮断し、様子をみるぐらいしか対応策はないような気がするがどうだろう。
社会不安を煽る、ネット社会へのいやがらせか?
Posted in IT(情報処理), 気になったニュース | No Comments »
Friday, December 27th, 2024
JupyterLabでJavascript(node.js)kernelを追加する際、どうもnodejsのversionによってはうまくいかないように思えた。
以下、解決する手続きがわかったような気がするのでメモしておいた。
前提として、Anaconda(version 24.1.2)を使用し、このうえでJupyterLabをインストールしている。
(続きを読む)
Posted in Serverの構築と運用覚書き | No Comments »
Thursday, December 26th, 2024
先月11月末にAlmalinux 9.5がReleaseされたので、ver. 9.4 から ver. 9.5 に更新しておいた。
今回の更新、major updateでないので、dnf によるupdate で行った。
更新は以下のコマンドで行った:
[root@server02 ~]# dnf update -y
前回の更新作業同様、systemをrebootしたのちOSの状態を確認:
[root@Server02 ~]# cat /etc/os-release
NAME="AlmaLinux"
VERSION="9.5 (Teal Serval)"
ID="almalinux"
ID_LIKE="rhel centos fedora"
VERSION_ID="9.5"
PLATFORM_ID="platform:el9"
PRETTY_NAME="AlmaLinux 9.5 (Teal Serval)"
ANSI_COLOR="0;34"
LOGO="fedora-logo-icon"
CPE_NAME="cpe:/o:almalinux:almalinux:9::baseos"
HOME_URL="https://almalinux.org/"
DOCUMENTATION_URL="https://wiki.almalinux.org/"
BUG_REPORT_URL="https://bugs.almalinux.org/"
ALMALINUX_MANTISBT_PROJECT="AlmaLinux-9"
ALMALINUX_MANTISBT_PROJECT_VERSION="9.5"
REDHAT_SUPPORT_PRODUCT="AlmaLinux"
REDHAT_SUPPORT_PRODUCT_VERSION="9.5"
SUPPORT_END=2032-06-01
なお、前回のupdate作業に引き続いてLinux Kernelのversionを最新版に更新しておいたが、今回の更新作業では今回ReleaseされたAlmaLinux9.5で更新されたものをそのまま維持している。
kernelのversionは以下:
[root@Server02 ~]# uname -sr
Linux 5.14.0-503.16.1.el9_5.x86_64
Posted in Serverの構築と運用覚書き | No Comments »
Sunday, December 15th, 2024
2,3日前、家族が救急車のお世話になった。救急搬送された病院で診察・検査を受けた結果、大事に至ることなく帰宅することができた。以下、その時の様子をメモしておいた。
こういう事態が発生したときに、役にたつかもしれない。その時気づいた、マイナ保険証の取り扱いについても触れておいた。
(続きを読む)
Posted in 身の回り・時事・雑感他 | No Comments »
Friday, December 13th, 2024
LetsEccrypt 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:
k2rEXXymL_zXYT8v4yHy5rp7PsuaNHwMA-8hwGsTrs8
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 2025-03-13.
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: 33ce8d1a61454ca241a3e8b712fbff56475
Key Type: ECDSA
Domains: *.yamasnet.com
Expiry Date: 2025-03-13 04:08:56+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 »