Enable SSH connection to Ubuntu server
I note how to install a package to enable SSH connection on Ubuntu 22.04 and how to connect.
Create bootable USB of Ubuntu 22.04
To install Ubuntu 22.04 on an unused PC, I created a bootable USB.
The way to install Ubuntu 22.04
Install Ubuntu to the PC using the created Ubuntu bootable USB.
On macOS, you can use the virtual environment of the different OS using Multipass.
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 を導入してみました.
Python 環境を用意するにあたって,バージョン管理,パッケージ管理システムを入れて使うのが一般的です.