start page

思ったこと、やったこと、ハマったことを残しておくための雑な wiki です。

いつも忘れるコマンドシリーズ。

$ sudo update-alternatives --config editor

あとは番号で選ぶ。もちろん入ってないなら先にエディターを入れとく。 sudo apt install vim

$ sudo update-alternatives --config editor
There are 4 choices for the alternative editor (providing /usr/bin/editor).

  Selection    Path                Priority   Status
------------------------------------------------------------
* 0            /bin/nano            40        auto mode
  1            /bin/ed             -100       manual mode
  2            /bin/nano            40        manual mode
  3            /usr/bin/vim.basic   30        manual mode
  4            /usr/bin/vim.tiny    15        manual mode

Press <enter> to keep the current choice[*], or type selection number: 3
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in manual mode
2022/10/25 20:08
snippet.zone
hoge      IN A 10.0.0.3
          IN A 10.0.0.1

こう書くと実際には……

snippet.zone
hoge      IN A 10.0.0.3
hoge      IN A 10.0.0.1

……こう解釈される。(ホスト名というかサブドメイン部分を省略すると前行のそれを引き継ぐ)

……罠だなぁ。

snippet.zone
hoge      IN A 10.0.0.3
@         IN A 10.0.0.1

順番がどうであれ、こうするのが一番堅いようだ。

2022/09/10 21:18
  • start
  • 最終更新: 2019/02/17 15:38