Ubuntu 22.04 で SSH 接続を有効にするためのパッケージ導入,接続方法をメモしておきます.
作成した Ubuntu bootable USB を使って,PC に Ubuntu をインストールします.
Multipass を利用すれば macOS 上で異なる OS の仮想環境を用意することができます.
M1 Mac mini では Docker イメージが利用できなかったため,Windows 10 で動いている VirtualBox 上の Ubuntu に macOS からポートフォワーディングで操作して利用できる環境を作りたいと思います.
VS Code は WSL (WSL2) に対応しているのですが,そのまま使おうとしたら色々手こずってしまいました.
先日,Windows に WSL で Ubuntu 20.04 を入れたので Nuxt.js が使えるようにしたいと思います.
Windows Subsystem for Linux (ver.2) の利用によって,Windows 上でも Linux を動かせるといいます.今更ながら WSL が何なのかということと,VirtualBox 等の仮想環境とどう違うのか踏まえつつ,WSL を導入してみました.
The way to continue to run the program in the background process of the remote server
If you run a program like Python via SSH connection from the terminal of the host PC, the remote server kills it when connection is lost.