ハワイ州はコロンブスの日は休みじゃなかった気のする
お?TwitterでNFTをディスったのに詐欺アカウントが寄ってこないぞ?駆逐できたとは思わないのでボットの活動時間帯からずれてたりしたのかな?
営業力社は嫌いだけど仕事は嫌いじゃない
2f6416db5 (upstream/main) Remove unnused otherAccounts property (#18556)
3238f570d New Crowdin updates (#18507)
仕事用と私物と2つデスクトップが居て私物の画面を見ながら横の仕事用にパスフレーズを打つ時に人差し指でFとJを探すことがわかった。このぽっち必要だ。
\Master?/ \ますたー/
Merged mastodon/mastodon at 2f6416db53fd987b702969afa0de69a06caf0d27.
Ubuntu 18.04.6 LTSス
$ sudo apt update && apt list --upgradable
:
apache2/bionic-updates 2.4.29-1ubuntu4.23
apache2-bin/bionic-updates 2.4.29-1ubuntu4.23
apache2-data/bionic-updates,bionic-updates 2.4.29-1ubuntu4.23
apache2-utils/bionic-updates 2.4.29-1ubuntu4.23
dirmngr/bionic-updates,security 2.2.4-1ubuntu1.5
gnupg/bionic-updates,security 2.2.4-1ubuntu1.5
gnupg-l10n/bionic-updates,bionic-updates,security,security 2.2.4-1ubuntu1.5
gnupg-utils/bionic-updates,security 2.2.4-1ubuntu1.5
gnupg2/bionic-updates,bionic-updates,security,security 2.2.4-1ubuntu1.5
gpg/bionic-updates,security 2.2.4-1ubuntu1.5
gpg-agent/bionic-updates,security 2.2.4-1ubuntu1.5
gpg-wks-client/bionic-updates,security 2.2.4-1ubuntu1.5
gpg-wks-server/bionic-updates,security 2.2.4-1ubuntu1.5
gpgconf/bionic-updates,security 2.2.4-1ubuntu1.5
gpgsm/bionic-updates,security 2.2.4-1ubuntu1.5
gpgv/bionic-updates,security 2.2.4-1ubuntu1.5
libsensors4/bionic-updates 1:3.4.0-4ubuntu0.1
どばー
$ sudo apt dist-upgrade -y
$ cat /var/run/reboot-required*
cat: '/var/run/reboot-required*': No such file or directory
よしー
もうすぐお昼なのにフライングでお腹空いてきて完全栄養食品(アボカドマヨネーズ)をなめてる。あほ。なお普通のマヨネーズは大豆油でできてるのでなめられない。なめられたもんだぜ。
このアカウントは、notestockで公開設定になっていません。
営業力社の人は今日もSlackにコンフリクトのマークを付けていくので僕はついにチャンネルから逃げたのであった。あれなんなん。必要になった時に思い出せないの面倒なんだけどね。 #ダークモード
NFTはあまりにもポンコツなのに、これだけ流行ってるのなら何か価値があるんだろうって、ソフトウェアエンジニアが妄想を拡げちゃうの、最近のWeb3バブルの原因のひとつの気がしてきちゃった
https://okapies.hateblo.jp/entry/2022/01/30/193604
ビットコインみたいなPoWでパブリックなブロックチェーンに裏付けられた暗号通貨にはまだ価値があると思うのでNFTみたいなガラクタといっしょにつぶされてほしくないねん
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
せっかく古いRuby入ったのに
$ bundle install --path=vendor/bundle
:
Retrying fetcher due to error (2/4): Bundler::Fetcher::CertificateFailureError Could not verify the SSL certificate for https://rubygems.org/.
:
ってんもー。Root CAが新しすぎるっぽ。
$ :| openssl s_client -connect rubygems.org:443 2>/dev/null
CONNECTED(00000003)
---
Certificate chain
0 s:CN = rubygems.org
i:C = BE, O = GlobalSign nv-sa, CN = GlobalSign Atlas R3 DV TLS CA 2022 Q1
a:PKEY: rsaEncryption, 2048 (bit); sigalg: RSA-SHA256
v:NotBefore: Jan 22 16:45:18 2022 GMT; NotAfter: Feb 23 16:45:17 2023 GMT
1 s:C = BE, O = GlobalSign nv-sa, CN = GlobalSign Atlas R3 DV TLS CA 2022 Q1
i:OU = GlobalSign Root CA - R3, O = GlobalSign, CN = GlobalSign
a:PKEY: rsaEncryption, 2048 (bit); sigalg: RSA-SHA256
v:NotBefore: Oct 20 12:00:00 2021 GMT; NotAfter: Oct 20 00:00:00 2024 GMT
---
:
$ find ~/.rbenv/versions/2.6.6/ -name *CA*
/home/zunda/.rbenv/versions/2.6.6/lib/ruby/2.6.0/bundler/ssl_certs/index.rubygems.org/GlobalSignRootCA.pem
/home/zunda/.rbenv/versions/2.6.6/lib/ruby/2.6.0/bundler/ssl_certs/rubygems.global.ssl.fastly.net/DigiCertHighAssuranceEVRootCA.pem
/home/zunda/.rbenv/versions/2.6.6/lib/ruby/2.6.0/bundler/ssl_certs/rubygems.org/AddTrustExternalCARoot.pem
/home/zunda/.rbenv/versions/2.6.6/lib/ruby/2.6.0/rubygems/ssl_certs/index.rubygems.org/GlobalSignRootCA.pem
/home/zunda/.rbenv/versions/2.6.6/lib/ruby/2.6.0/rubygems/ssl_certs/rubygems.global.ssl.fastly.net/DigiCertHighAssuranceEVRootCA.pem
/home/zunda/.rbenv/versions/2.6.6/lib/ruby/2.6.0/rubygems/ssl_certs/rubygems.org/AddTrustExternalCARoot.pem
もー
雑にRoot CAをインストール!!
$ for p in `find ~/.rbenv/versions/2.6.6/ -name *CA*`; do dirname $p; done
/home/zunda/.rbenv/versions/2.6.6/lib/ruby/2.6.0/bundler/ssl_certs/index.rubygems.org
/home/zunda/.rbenv/versions/2.6.6/lib/ruby/2.6.0/bundler/ssl_certs/rubygems.global.ssl.fastly.net
/home/zunda/.rbenv/versions/2.6.6/lib/ruby/2.6.0/bundler/ssl_certs/rubygems.org
/home/zunda/.rbenv/versions/2.6.6/lib/ruby/2.6.0/rubygems/ssl_certs/index.rubygems.org
/home/zunda/.rbenv/versions/2.6.6/lib/ruby/2.6.0/rubygems/ssl_certs/rubygems.global.ssl.fastly.net
/home/zunda/.rbenv/versions/2.6.6/lib/ruby/2.6.0/rubygems/ssl_certs/rubygems.org
$ for p in `find ~/.rbenv/versions/2.6.6/ -name *CA*`; do dirname $p; done | grep rubygems.org | sort -u | xargs -i cp /etc/ssl/certs/GlobalSign_Root_CA_-_R3.pem {}
$ bundle install --path=vendor/bundle
The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`.
Fetching gem metadata from https://rubygems.org/..........
:
ヨシ
まとめたよ
Xubuntu 22.04ではOpenSSL 1.1.1をインストールして古いRubyをビルドできてもbundlerがrubygems.orgのSSL証明書を検証できないようです。bundlerの持っているルート証明書に新しいものを加えることで検証できるようになりました。
https://zenn.dev/link/comments/4cbb0819dcb369
ナンデー
connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: No such file or directory Is the server running locally and accepting connections on that socket?
おっさんまずsystemctlコマンドを思い出せないんだけどexitedって
$ systemctl status postgresql
● postgresql.service - PostgreSQL RDBMS
Loaded: loaded (/lib/systemd/system/postgresql.service; enabled; vendor pr>
Active: active (exited) since Mon 2022-05-30 09:14:58 HST; 6h ago
Process: 1292 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
Main PID: 1292 (code=exited, status=0/SUCCESS)
CPU: 1ms
May 30 09:14:58 misoan systemd[1]: Starting PostgreSQL RDBMS...
May 30 09:14:58 misoan systemd[1]: Finished PostgreSQL RDBMS.
Toor君説の証拠を見つけたんだけどどうなったんだっけな
sho.tdiary.net/20000518.html#p03
このアカウントは、notestockで公開設定になっていません。
自然科学原理主義的単位系どんなものがあるのかなって調べてみたらすぐ見つけられたよw
https://ja.wikipedia.org/wiki/%E3%83%97%E3%83%A9%E3%83%B3%E3%82%AF%E5%8D%98%E4%BD%8D%E7%B3%BB
このアカウントは、notestockで公開設定になっていません。