2017-11-18 00:30:15 ほた님의 게시물 hota@mstdn.maud.io

This account is not set to public on notestock.

へえ

2017-11-18 00:38:13 かるばぶ님의 게시물 babukaru@mstdn.maud.io

This account is not set to public on notestock.

昔はずんだなんてみんな知らなかったのにな

2017-11-18 00:41:38 らりお・ザ・何らかの🈗然㊌ソムリエ님의 게시물 lo48576@mastodon.cardina1.red

インターネット引退したのかな……

2017-11-18 00:42:21 かるばぶ님의 게시물 babukaru@mstdn.maud.io

This account is not set to public on notestock.

よね

2017-11-18 00:45:45 くろみる님의 게시물 chrml@mstdn.nere9.help

This account is not set to public on notestock.

2017-11-18 01:38:58 きーすと님의 게시물 keasti@mstdn.maud.io

This account is not set to public on notestock.

2017-11-18 06:44:23 はいこん님의 게시물 hcm@mastodon.home.js4.in

This account is not set to public on notestock.

2017-11-18 03:01:14 THE BOSS님의 게시물 the_boss@theboss.tech&OLD

This account is not set to public on notestock.

2017-11-18 03:02:25 THE BOSS님의 게시물 the_boss@theboss.tech&OLD

This account is not set to public on notestock.

ボス丼たのしそー

そういえば僕のAdminマークも赤くなってた。3倍速いよ?

DockerのUbuntu、そういえばcurlとかopensslとかもOSXのはビミョーなので走らせたいんだった。しかしまずはmacOSで治ってないか試すところからよね(どうビミョーなんだっけ)

2017-11-18 04:58:58 mastodon.kitamurakz.com님의 게시물 kaz@mastodon.kitamurakz.com

This account is not set to public on notestock.

2017-11-18 05:02:29 らりお・ザ・何らかの🈗然㊌ソムリエ님의 게시물 lo48576@mastodon.cardina1.red

service は内部的には各サービス用のシェルスクリプトを叩いてるだけなので service svc_foo args の順になって、 systemctl はサービス情報が systemd に予め解釈されていて systemctl 側のサブコマンドで対象サービスを指定するから systemctl subcommand svc_foo の順になる、というふうに(直観的には)納得している

2017-11-18 09:08:59 koshian@mstdn.jp님의 게시물 koshian@mstdn.jp

This account is not set to public on notestock.

@babukaru grubのメニュー選択画面で何かキー(eだったかな?)を押すとカーネルオプションなど編集できたと思うので、runlevel下げて起動してみるとか試してみると何かわかるかもしれません。

Tokyo is 175 ms away today.

@babukaru USB関連のカーネルモジュール(なんかdhcpみたいな名前のやつ)がうまく動いてないのかもですねー。再インストールしてうまく行かなかったら、とりあえずブラックリストしてみると原因かどうかわかるかも。

「これまで見たこともない言語、プロトコル、アプリケーションの問合わせも当然あります。お問い合わせがあった時点で、私たちは全てを知っているわけではない。常に未知から始まるのです。」うちも泥縄あるあるだぁ← -- 池澤あやか、AWSを支えるクラウドサポートエンジニアたちから面接を受けてみた!|CodeIQ MAGAZINE https://codeiq.jp/magazine/2017/11/55533/

macOSのcurlは-kオプションでSNIが効かなくなるのだった

$ curl -kv https://mastodon.zunda.ninja/@zundan
* Trying 174.129.203.239...
* TCP_NODELAY set
* Connected to mastodon.zunda.ninja (174.129.203.239) port 443 (#0)
* WARNING: disabling hostname validation also disables SNI.
* Unknown SSL protocol error in connection to mastodon.zunda.ninja:-9838
* Closing connection 0
curl: (35) Unknown SSL protocol error in connection to mastodon.zunda.ninja:-9838

いっぽうdockerのubuntuはw

# curl
bash: curl: command not found

zunda (@zundan@mastodon.zunda.ninja)

あとopenssl s_clientの検証パスが微妙

$ :| openssl s_client -connect mastodon.zunda.ninja:443 -servername mastodon.zunda.ninja >/dev/null
depth=1 /C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3
verify error:num=20:unable to get local issuer certificate
verify return:0
DONE

いっぽうDockerのubuntuはw

# openssl
bash: openssl: command not found

というわけでDockerfileの作成に着手するのでした

GitHub - zunda/docker-ubuntu-toolbox: A Dockerfile to make it easier to live on other OS

タイムゾーンの変換も自由自在でござる♪

$ TZ=Asia/Tokyo date -d '2018-01-01 00:00 HST'
Mon Jan 1 19:00:00 JST 2018