2023-09-15から1日間の記事一覧

gitでのユーザー名とPWの初期設定

コマンド メールアドレスの設定 git config --global user.email hoge@example.com ユーザー名の設定 git config --global user.name piyo 備忘 上記コマンドにて設定の値は ~/.gitconfig に書き込まれ、gitにcommit時の Author として使われる Eメールアド…

Slackで2要素認証を有効化する

コンテキスト 有料契約しているSlack Workspaceで以下のようなメールがきたので2要素認証の設定を行う。 We are contacting you to let you know that beginning September 26, 2023, owners and admins on Slack paid plans will be required to set up two…

/* https://sunrise033.com/entry/hatena-blog-how-to-hierarchicalize-categories */